Upload folder using huggingface_hub
Browse files- config.json +1 -1
- gptq_model-4bit-128g.bin +1 -1
- quantize_config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "gpt2",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2-GPTQ",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
gptq_model-4bit-128g.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 123495975
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88ce4440f5885dbc50ec8a99a78c3d5e49302d7e101d82badf90e5f67e964d8e
|
3 |
size 123495975
|
quantize_config.json
CHANGED
@@ -5,6 +5,6 @@
|
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
-
"model_name_or_path":
|
9 |
-
"model_file_base_name":
|
10 |
}
|
|
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
+
"model_name_or_path": "gpt2-GPTQ",
|
9 |
+
"model_file_base_name": "gptq_model-4bit-128g"
|
10 |
}
|