lmzheng commited on
Commit
bd9d3a5
1 Parent(s): 7d7373f

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": "/home/ubuntu/model_weights/vicuna-33b-gpt4-20230521/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -18,6 +18,6 @@
18
  "tie_word_embeddings": false,
19
  "torch_dtype": "float16",
20
  "transformers_version": "4.28.1",
21
- "use_cache": false,
22
  "vocab_size": 32000
23
  }
 
1
  {
2
+ "_name_or_path": "/home/ubuntu/model_weights/vicuna-33b-v1.3",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
18
  "tie_word_embeddings": false,
19
  "torch_dtype": "float16",
20
  "transformers_version": "4.28.1",
21
+ "use_cache": true,
22
  "vocab_size": 32000
23
  }