Upload 6 files
Browse files- config.json +1 -1
- gptq_model-4bit-128g.safetensors +1 -1
- quantize_config.json +3 -3
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"rotary_pct": 0.25,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float16",
|
25 |
-
"transformers_version": "4.
|
26 |
"use_cache": true,
|
27 |
"use_parallel_residual": true,
|
28 |
"vocab_size": 50277
|
|
|
22 |
"rotary_pct": 0.25,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float16",
|
25 |
+
"transformers_version": "4.33.0.dev0",
|
26 |
"use_cache": true,
|
27 |
"use_parallel_residual": true,
|
28 |
"vocab_size": 50277
|
gptq_model-4bit-128g.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6297627136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b2edc1ce5b2c411b090bd8808d35c91f7a23ebe2c145c2a1d255311d89f4baf
|
3 |
size 6297627136
|
quantize_config.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
"bits": 4,
|
3 |
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
-
"desc_act":
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
-
"model_name_or_path":
|
9 |
-
"model_file_base_name":
|
10 |
}
|
|
|
2 |
"bits": 4,
|
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": "opt-125m-4bit-128g",
|
9 |
+
"model_file_base_name": "gptq_model-4bit-128g"
|
10 |
}
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
-
"model_max_length":
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_max_length": 1000000000000000019884624838656,
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
}
|