updated to mistral 7b base 0.2 from 0.1
Browse files- config.json +17 -4
- gptq_model-4bit--1g.safetensors +3 -0
- quantize_config.json +4 -2
- tokenizer_config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "models/koishi-
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -15,12 +15,25 @@
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
-
"rope_theta":
|
20 |
-
"sliding_window":
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float16",
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 32003
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "models/koishi-7b-qlora-lora/merged/",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
+
"quantization_config": {
|
19 |
+
"bits": 4,
|
20 |
+
"damp_percent": 0.1,
|
21 |
+
"desc_act": true,
|
22 |
+
"group_size": -1,
|
23 |
+
"is_marlin_format": false,
|
24 |
+
"model_file_base_name": null,
|
25 |
+
"model_name_or_path": null,
|
26 |
+
"quant_method": "gptq",
|
27 |
+
"static_groups": false,
|
28 |
+
"sym": true,
|
29 |
+
"true_sequential": true
|
30 |
+
},
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
+
"rope_theta": 1000000.0,
|
33 |
+
"sliding_window": null,
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "float16",
|
36 |
+
"transformers_version": "4.40.0.dev0",
|
37 |
"use_cache": false,
|
38 |
"vocab_size": 32003
|
39 |
}
|
gptq_model-4bit--1g.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f1f3ae9c1422c28d6a221a065c7d1861472b3c8af745e7e92e9752ceebfea2b
|
3 |
+
size 4025836640
|
quantize_config.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
-
"group_size":
|
4 |
"damp_percent": 0.1,
|
5 |
"desc_act": true,
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
10 |
-
"model_file_base_name": null
|
|
|
|
|
11 |
}
|
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
+
"group_size": -1,
|
4 |
"damp_percent": 0.1,
|
5 |
"desc_act": true,
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
10 |
+
"model_file_base_name": null,
|
11 |
+
"is_marlin_format": false,
|
12 |
+
"quant_method": "gptq"
|
13 |
}
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
|
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
@@ -51,7 +52,6 @@
|
|
51 |
"special": false
|
52 |
}
|
53 |
},
|
54 |
-
"additional_special_tokens": [],
|
55 |
"bos_token": "<s>",
|
56 |
"clean_up_tokenization_spaces": false,
|
57 |
"eos_token": "</s>",
|
@@ -61,7 +61,6 @@
|
|
61 |
"sp_model_kwargs": {},
|
62 |
"spaces_between_special_tokens": false,
|
63 |
"tokenizer_class": "LlamaTokenizer",
|
64 |
-
"trust_remote_code": true,
|
65 |
"unk_token": "<unk>",
|
66 |
"use_default_system_prompt": false,
|
67 |
"use_fast": true
|
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
5 |
"added_tokens_decoder": {
|
6 |
"0": {
|
7 |
"content": "<unk>",
|
|
|
52 |
"special": false
|
53 |
}
|
54 |
},
|
|
|
55 |
"bos_token": "<s>",
|
56 |
"clean_up_tokenization_spaces": false,
|
57 |
"eos_token": "</s>",
|
|
|
61 |
"sp_model_kwargs": {},
|
62 |
"spaces_between_special_tokens": false,
|
63 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
64 |
"unk_token": "<unk>",
|
65 |
"use_default_system_prompt": false,
|
66 |
"use_fast": true
|