maywell commited on
Commit
47472b3
1 Parent(s): 554950f

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": "./out_QA_BASE",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -18,7 +18,7 @@
18
  "rope_theta": 10000.0,
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
- "torch_dtype": "float32",
22
  "transformers_version": "4.34.1",
23
  "use_cache": false,
24
  "vocab_size": 32002
 
1
  {
2
+ "_name_or_path": "maywell/koOpenChat-sft",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
18
  "rope_theta": 10000.0,
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
  "transformers_version": "4.34.1",
23
  "use_cache": false,
24
  "vocab_size": 32002