Crystalcareai commited on
Commit
b04b5ee
·
verified ·
1 Parent(s): fb0944d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -1,5 +1,6 @@
 
1
  {
2
- "_name_or_path": "Crystalcareai/CrystalMistralv2",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -20,7 +21,7 @@
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
- "transformers_version": "4.37.1",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
- }
 
1
+
2
  {
3
+ "_name_or_path": "Crystalcareai/CrystalMistralv1-DPO",
4
  "architectures": [
5
  "MistralForCausalLM"
6
  ],
 
21
  "sliding_window": 4096,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
+ "transformers_version": "4.35.2",
25
  "use_cache": true,
26
  "vocab_size": 32000
27
+ }