mlabonne commited on
Commit
89c3644
1 Parent(s): 3484ecf

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. gptq_model-4bit-128g.bin +1 -1
  3. 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:5b693197eb7eaeefd2ec0c66835aad3fb80e11465993f0def0954bcb422c2b0f
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": null,
9
- "model_file_base_name": null
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
  }