markoarnauto commited on
Commit
51b535e
1 Parent(s): 0ca22a4

GPTQ commit model & tokenizer

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "VAGOsolutions/Llama-3-SauerkrautLM-70b-Instruct",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": 128001,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 8192,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 64,
17
+ "num_hidden_layers": 80,
18
+ "num_key_value_heads": 8,
19
+ "pretraining_tp": 1,
20
+ "quantization_config": {
21
+ "bits": 8,
22
+ "checkpoint_format": "gptq",
23
+ "damp_percent": 0.01,
24
+ "desc_act": true,
25
+ "group_size": 128,
26
+ "model_file_base_name": null,
27
+ "model_name_or_path": null,
28
+ "quant_method": "gptq",
29
+ "static_groups": false,
30
+ "sym": true,
31
+ "true_sequential": true
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 500000.0,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.40.1",
39
+ "use_cache": true,
40
+ "vocab_size": 128256
41
+ }
gptq_model-8bit-128g-00001-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b2c77eedc3a87e02b9c01edccb1ccd39effa6c043b98876732d6d34b3045b6
3
+ size 9985701816
gptq_model-8bit-128g-00002-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:916d3f25b0cc0c2652aa6bcb5bd3c081c64515cb32c676488f63e61b4de549f7
3
+ size 9791101440
gptq_model-8bit-128g-00003-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558fed72f9325b1d95c09779e406e2126c9d9b7af3faa748422efc79aabc9212
3
+ size 9876853960
gptq_model-8bit-128g-00004-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec8b2a4973955c1ec24a3d7040c0d82b12f633a3583de33e82df0a7b500b5e41
3
+ size 9876853952
gptq_model-8bit-128g-00005-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd9de172b05e05aa9d30b47b1b6e43e178e9c625315dea291dfdc190da5052ca
3
+ size 9962920712
gptq_model-8bit-128g-00006-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1eee7206f9d6bc64c645900ea2a7a470cf2e83121096b2e37d3748017cb96df
3
+ size 9945568912
gptq_model-8bit-128g-00007-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96ee0b0e0dd3f4a777f59b7f6cfe94a3804a15e981902c2385623e7e10816e1
3
+ size 9876853952
gptq_model-8bit-128g-00008-of-00008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c33df02f2f05ab05144dc6254c857e1a2fc49897f6641ee68c826795ae489e83
3
+ size 4970015736
gptq_model-8bit-128g.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
quantize_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 8,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "static_groups": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "model_name_or_path": null,
10
+ "model_file_base_name": null,
11
+ "quant_method": "gptq",
12
+ "checkpoint_format": "gptq"
13
+ }