Upload folder using huggingface_hub
Browse files- config.json +1 -0
- gptq_model-4bit-128g.bin +3 -0
- gptq_model-4bit-128g.safetensors +3 -0
- quantize_config.json +8 -0
config.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
"eos_token_id": 50256,
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
|
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
"n_embd": 768,
|
|
|
10 |
"eos_token_id": 50256,
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
+
"max_length": 4096,
|
14 |
"model_type": "gpt2",
|
15 |
"n_ctx": 1024,
|
16 |
"n_embd": 768,
|
gptq_model-4bit-128g.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b693197eb7eaeefd2ec0c66835aad3fb80e11465993f0def0954bcb422c2b0f
|
3 |
+
size 123495975
|
gptq_model-4bit-128g.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ef944e2a726e1494b5321d11fcf0ae97e007339a802141c702fa9ad96842b85
|
3 |
+
size 200619128
|
quantize_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
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":
|