Lamimad commited on
Commit
27c8e75
1 Parent(s): 0dbf833

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "HuggingFaceH4/zephyr-7b-alpha",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -19,8 +19,8 @@
19
  "rope_theta": 10000.0,
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.34.0.dev0",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
- }
 
1
  {
2
+ "_name_or_path": "./zephyr-7b-alpha/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
19
  "rope_theta": 10000.0,
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.34.0",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
+ }