Upload folder using huggingface_hub
Browse files- config.json +9 -1
- generation_config.json +1 -0
- model.safetensors +3 -0
- quant_config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Weni/WeniGPT-Agents-Mistral-
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -16,6 +16,14 @@
|
|
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,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Weni/WeniGPT-Agents-Mistral-4.0.0-KTO",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 8,
|
19 |
+
"quantization_config": {
|
20 |
+
"bits": 4,
|
21 |
+
"group_size": 128,
|
22 |
+
"modules_to_not_convert": null,
|
23 |
+
"quant_method": "awq",
|
24 |
+
"version": "gemm",
|
25 |
+
"zero_point": true
|
26 |
+
},
|
27 |
"rms_norm_eps": 1e-05,
|
28 |
"rope_theta": 1000000.0,
|
29 |
"sliding_window": null,
|
generation_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
|
|
4 |
"eos_token_id": 2,
|
5 |
"transformers_version": "4.38.2"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
"eos_token_id": 2,
|
6 |
"transformers_version": "4.38.2"
|
7 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af84f056fa3adde03eaa5f67a5bf1b12dbdb92ed0aae7eaa7942da800e62d9e2
|
3 |
+
size 4150913000
|
quant_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"quant_method": "awq", "zero_point": true, "q_group_size": 128, "w_bit": 4, "version": "gemm", "modules_to_not_convert": null}
|