danielhanchen commited on
Commit
890915f
1 Parent(s): e8e9401

Upload config

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "HuggingFaceH4/zephyr-7b-beta",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -38,6 +38,7 @@
38
  "tie_word_embeddings": false,
39
  "torch_dtype": "bfloat16",
40
  "transformers_version": "4.44.0",
 
41
  "use_cache": true,
42
  "vocab_size": 32000
43
  }
 
1
  {
2
+ "_name_or_path": "unsloth/zephyr-sft",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
38
  "tie_word_embeddings": false,
39
  "torch_dtype": "bfloat16",
40
  "transformers_version": "4.44.0",
41
+ "unsloth_version": "2024.8",
42
  "use_cache": true,
43
  "vocab_size": 32000
44
  }