Upload MistralForCausalLM
Browse files- config.json +1 -3
- generation_config.json +0 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -16,14 +16,12 @@
|
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 8,
|
19 |
-
"pad_token_id": 0,
|
20 |
"rms_norm_eps": 1e-05,
|
21 |
"rope_theta": 1000000.0,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.44.0",
|
26 |
-
"unsloth_version": "2024.8",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "mistral-community/Mistral-7B-v0.2",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 8,
|
|
|
19 |
"rms_norm_eps": 1e-05,
|
20 |
"rope_theta": 1000000.0,
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.0",
|
|
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
generation_config.json
CHANGED
@@ -2,7 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"max_length": 32768,
|
6 |
-
"pad_token_id": 0,
|
7 |
"transformers_version": "4.44.0"
|
8 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
|
|
|
|
5 |
"transformers_version": "4.44.0"
|
6 |
}
|