svenschultze
commited on
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -19,7 +19,7 @@
|
|
19 |
"rope_theta": 10000.0,
|
20 |
"sliding_window": 4096,
|
21 |
"tie_word_embeddings": false,
|
22 |
-
"torch_dtype": "
|
23 |
"transformers_version": "4.38.1",
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 32032
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "mistralai/Mistral-7B-v0.1",
|
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.1",
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 32032
|