Upload config
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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 |
}
|