Upload 6 files
Browse files- gptq_model-4bit-128g.safetensors +2 -2
- quantize_config.json +1 -0
- special_tokens_map.json +1 -2
- tokenizer_config.json +1 -0
gptq_model-4bit-128g.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cf3be971522e1ae1c177283a1dc5178def3a2e353019fe1a99e83a0b5f3759b
|
3 |
+
size 6297627280
|
quantize_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
|
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
"model_name_or_path": null,
|
|
|
3 |
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
6 |
+
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
special_tokens_map.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
"bos_token": "<|endoftext|>",
|
3 |
"eos_token": "<|endoftext|>",
|
4 |
-
"pad_token": "<|padding|>",
|
5 |
"unk_token": "<|endoftext|>"
|
6 |
-
}
|
|
|
1 |
{
|
2 |
"bos_token": "<|endoftext|>",
|
3 |
"eos_token": "<|endoftext|>",
|
|
|
4 |
"unk_token": "<|endoftext|>"
|
5 |
+
}
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
1 |
{
|
2 |
+
"add_eos_token": true,
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"model_max_length": 1000000000000000019884624838656,
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|