f59dc32f0cab2a02d393cbf38e42b4b8de4d136a8d027ec385931f1cb0a8821f
Browse files- config.json +1 -1
- quantize_config.json +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"quantization_config": {
|
| 26 |
"bits": 4,
|
| 27 |
"checkpoint_format": "gptq",
|
| 28 |
-
"damp_percent": 0.
|
| 29 |
"desc_act": true,
|
| 30 |
"group_size": 128,
|
| 31 |
"lm_head": false,
|
|
|
|
| 25 |
"quantization_config": {
|
| 26 |
"bits": 4,
|
| 27 |
"checkpoint_format": "gptq",
|
| 28 |
+
"damp_percent": 0.005,
|
| 29 |
"desc_act": true,
|
| 30 |
"group_size": 128,
|
| 31 |
"lm_head": false,
|
quantize_config.json
CHANGED
|
@@ -5,10 +5,10 @@
|
|
| 5 |
"static_groups": false,
|
| 6 |
"sym": true,
|
| 7 |
"lm_head": false,
|
| 8 |
-
"damp_percent": 0.
|
| 9 |
"true_sequential": true,
|
| 10 |
"model_name_or_path": "",
|
| 11 |
-
"model_file_base_name": "",
|
| 12 |
"quant_method": "gptq",
|
| 13 |
"checkpoint_format": "gptq",
|
| 14 |
"meta": {
|
|
|
|
| 5 |
"static_groups": false,
|
| 6 |
"sym": true,
|
| 7 |
"lm_head": false,
|
| 8 |
+
"damp_percent": 0.005,
|
| 9 |
"true_sequential": true,
|
| 10 |
"model_name_or_path": "",
|
| 11 |
+
"model_file_base_name": "model",
|
| 12 |
"quant_method": "gptq",
|
| 13 |
"checkpoint_format": "gptq",
|
| 14 |
"meta": {
|
special_tokens_map.json
CHANGED
|
@@ -13,5 +13,5 @@
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token": "<|
|
| 17 |
}
|
|
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
+
"pad_token": "<|finetune_right_pad_id|>"
|
| 17 |
}
|
tokenizer_config.json
CHANGED
|
@@ -2058,6 +2058,6 @@
|
|
| 2058 |
"attention_mask"
|
| 2059 |
],
|
| 2060 |
"model_max_length": 131072,
|
| 2061 |
-
"pad_token": "<|
|
| 2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2063 |
}
|
|
|
|
| 2058 |
"attention_mask"
|
| 2059 |
],
|
| 2060 |
"model_max_length": 131072,
|
| 2061 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
| 2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2063 |
}
|