sharpenb commited on
Commit
64d4374
·
verified ·
1 Parent(s): f0d69b9

Upload folder using huggingface_hub (#4)

Browse files

- 357341fe29bdeaf6de6a364238dbb4523fa567a31cb86c4d861b602014161642 (22a38264bf9f20170b88e67a5dfb59c7c6d0d0e9)

Files changed (3) hide show
  1. config.json +21 -1
  2. qmodel.pt +2 -2
  3. smash_config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_attn_implementation_autoset": true,
3
- "_name_or_path": "HuggingFaceTB/SmolLM2-1.7B-Instruct",
4
  "architectures": [
5
  "LlamaForCausalLM"
6
  ],
@@ -21,6 +21,26 @@
21
  "num_key_value_heads": 32,
22
  "pad_token_id": 2,
23
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "rms_norm_eps": 1e-05,
25
  "rope_scaling": null,
26
  "rope_theta": 130000,
 
1
  {
2
  "_attn_implementation_autoset": true,
3
+ "_name_or_path": "/tmp/models/tmpj8yy9slv/tmpg5m0u7si",
4
  "architectures": [
5
  "LlamaForCausalLM"
6
  ],
 
21
  "num_key_value_heads": 32,
22
  "pad_token_id": 2,
23
  "pretraining_tp": 1,
24
+ "quantization_config": {
25
+ "quant_config": {
26
+ "offload_meta": false,
27
+ "scale_quant_params": null,
28
+ "weight_quant_params": {
29
+ "axis": 1,
30
+ "channel_wise": true,
31
+ "group_size": 64,
32
+ "nbits": 4,
33
+ "optimize": true,
34
+ "round_zero": true,
35
+ "view_as_float": false
36
+ },
37
+ "zero_quant_params": null
38
+ },
39
+ "quant_method": "hqq",
40
+ "skip_modules": [
41
+ "lm_head"
42
+ ]
43
+ },
44
  "rms_norm_eps": 1e-05,
45
  "rope_scaling": null,
46
  "rope_theta": 130000,
qmodel.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e73582d98e0303a1e77477ad769dd6f2ef63610a3932cba84f84a9e51a24cdbe
3
- size 1107676912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c96faf0e2f45fa9d776bd647260422f2045033d2e00bc1ba212f9bcb8c8a6c
3
+ size 1409859568
smash_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "quant_hqq_weight_bits": 4,
12
  "max_batch_size": 1,
13
  "device": "cuda",
14
- "cache_dir": "/tmp/models/tmpimi9ply8",
15
  "task": "",
16
  "save_load_fn": "hqq",
17
  "save_load_fn_args": {},
 
11
  "quant_hqq_weight_bits": 4,
12
  "max_batch_size": 1,
13
  "device": "cuda",
14
+ "cache_dir": "/tmp/models/tmpj8yy9slv",
15
  "task": "",
16
  "save_load_fn": "hqq",
17
  "save_load_fn_args": {},