sharpenb commited on
Commit
518c431
·
verified ·
1 Parent(s): 6b9890e

Upload folder using huggingface_hub (#2)

Browse files

- 31c97493cc1cb4325f363536e90a21abc3a030eb8da0a32fa2b0a12128b7e1c9 (11f39651fc747a15da2ca5d986db31c264a1e265)
- c3536383a0e138b1fbd6d10a547cc59b9f165adc34f356bff6ce706f81aa73b3 (df82927d3fe64a3eb0bce692118ba605b127e467)

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": "Open-Orca/Mistral-7B-OpenOrca",
4
  "architectures": [
5
  "MistralForCausalLM"
6
  ],
@@ -17,6 +17,26 @@
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 32,
19
  "num_key_value_heads": 8,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-05,
21
  "rope_theta": 10000.0,
22
  "sliding_window": 4096,
 
1
  {
2
  "_attn_implementation_autoset": true,
3
+ "_name_or_path": "/tmp/models/tmp80dy7532/tmpuu76zfi8",
4
  "architectures": [
5
  "MistralForCausalLM"
6
  ],
 
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 32,
19
  "num_key_value_heads": 8,
20
+ "quantization_config": {
21
+ "quant_config": {
22
+ "offload_meta": false,
23
+ "scale_quant_params": null,
24
+ "weight_quant_params": {
25
+ "axis": 1,
26
+ "channel_wise": true,
27
+ "group_size": 64,
28
+ "nbits": 4,
29
+ "optimize": true,
30
+ "round_zero": true,
31
+ "view_as_float": false
32
+ },
33
+ "zero_quant_params": null
34
+ },
35
+ "quant_method": "hqq",
36
+ "skip_modules": [
37
+ "lm_head"
38
+ ]
39
+ },
40
  "rms_norm_eps": 1e-05,
41
  "rope_theta": 10000.0,
42
  "sliding_window": 4096,
qmodel.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6216910b5a070f317cd7badd706e8a84f2b7a0ffdbc4a9dd18319439cef8695
3
- size 4450966069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9481ddc460753f7b5febeffe55c06aaddd5246860f18a7480a7126a670e9606d
3
+ size 5149857497
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/tmpsn4v26kb",
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/tmp80dy7532",
15
  "task": "",
16
  "save_load_fn": "hqq",
17
  "save_load_fn_args": {},