Tijmen2 commited on
Commit
a27fcd7
1 Parent(s): 7ee194a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/cosmosage_qa//",
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": "float16",
23
- "transformers_version": "4.37.1",
24
  "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
1
  {
2
+ "_name_or_path": "/workspace/output/cosmosage_base/",
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.38.0.dev0",
24
  "use_cache": false,
25
  "vocab_size": 32000
26
  }