kishizaki-sci commited on
Commit
dc4ebeb
·
verified ·
1 Parent(s): 3a2aa43

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "hf_cache/Llama-3.3-70B-Instruct-f16",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -48,6 +48,6 @@
48
  "tie_word_embeddings": false,
49
  "torch_dtype": "float16",
50
  "transformers_version": "4.47.0.dev0",
51
- "use_cache": false,
52
  "vocab_size": 128256
53
  }
 
1
  {
2
+ "_name_or_path": "kishizaki-sci/Llama-3.3-70B-Instruct-AWQ-4bit-JP-EN",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
48
  "tie_word_embeddings": false,
49
  "torch_dtype": "float16",
50
  "transformers_version": "4.47.0.dev0",
51
+ "use_cache": true,
52
  "vocab_size": 128256
53
  }