hyunnnnnnnn commited on
Commit
d0143f7
·
verified ·
1 Parent(s): b1e3fbd

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "42dot/42dot_LLM-PLM-1.3B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -25,8 +25,8 @@
25
  "desc_act": true,
26
  "group_size": 128,
27
  "is_marlin_format": false,
28
- "model_file_base_name": null,
29
- "model_name_or_path": null,
30
  "quant_method": "gptq",
31
  "static_groups": false,
32
  "sym": true,
 
1
  {
2
+ "_name_or_path": "42dot_quantized",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
25
  "desc_act": true,
26
  "group_size": 128,
27
  "is_marlin_format": false,
28
+ "model_file_base_name": "gptq_model-8bit-128g",
29
+ "model_name_or_path": "42dot_quantized",
30
  "quant_method": "gptq",
31
  "static_groups": false,
32
  "sym": true,
gptq_model-8bit-128g.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e9a10c789a2c29fd9a47b09936d2b8bb697ca6cea797b4064ce2f8d033aa440
3
  size 1677169096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ab568407e7e5e2db7bf0c95d58bbb408630827dbe18cdd3c537d63e3456051
3
  size 1677169096
model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11763483afca02850ca50189a440bed3a9c104cb063282dd29061d40b53af095
3
+ size 1677382964
quantize_config.json CHANGED
@@ -6,8 +6,8 @@
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
- "model_name_or_path": null,
10
- "model_file_base_name": null,
11
  "is_marlin_format": false,
12
  "quant_method": "gptq"
13
  }
 
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
+ "model_name_or_path": "42dot_quantized",
10
+ "model_file_base_name": "gptq_model-8bit-128g",
11
  "is_marlin_format": false,
12
  "quant_method": "gptq"
13
  }