SREDWise commited on
Commit
2c8394c
1 Parent(s): b6ff81a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
- "architectures": ["MistralForCausalLM"],
 
 
3
  "attention_dropout": 0.0,
4
  "bos_token_id": 1,
5
  "eos_token_id": 2,
@@ -17,7 +19,7 @@
17
  "sliding_window": null,
18
  "tie_word_embeddings": false,
19
  "torch_dtype": "bfloat16",
20
- "transformers_version": "4.42.0.dev0",
21
  "use_cache": true,
22
- "vocab_size": 32768
23
  }
 
1
  {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
 
19
  "sliding_window": null,
20
  "tie_word_embeddings": false,
21
  "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.36.0",
23
  "use_cache": true,
24
+ "vocab_size": 32000
25
  }