Upload MistralForCausalLM
Browse files- config.json +2 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MistralForCausalLM"
|
4 |
],
|
@@ -20,7 +21,7 @@
|
|
20 |
"sliding_window": null,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 131136
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": ".",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.49.0",
|
25 |
"use_cache": false,
|
26 |
"vocab_size": 131136
|
27 |
}
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 2,
|
6 |
"temperature": 0.15,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 2,
|
6 |
"temperature": 0.15,
|
7 |
+
"transformers_version": "4.49.0"
|
8 |
}
|