Upload LlamaForCausalLM
Browse files- config.json +11 -3
- generation_config.json +1 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -19,22 +19,30 @@
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"pretraining_tp": 1,
|
21 |
"quantization_config": {
|
|
|
22 |
"bits": 3,
|
|
|
23 |
"damp_percent": 0.1,
|
24 |
"dataset": "wikitext2",
|
25 |
"desc_act": false,
|
|
|
26 |
"group_size": 128,
|
27 |
-
"
|
|
|
|
|
|
|
|
|
28 |
"quant_method": "gptq",
|
29 |
"sym": true,
|
30 |
-
"true_sequential": true
|
|
|
31 |
},
|
32 |
"rms_norm_eps": 1e-05,
|
33 |
"rope_scaling": null,
|
34 |
"rope_theta": 500000.0,
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "float16",
|
37 |
-
"transformers_version": "4.
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 128256
|
40 |
}
|
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"pretraining_tp": 1,
|
21 |
"quantization_config": {
|
22 |
+
"batch_size": 1,
|
23 |
"bits": 3,
|
24 |
+
"block_name_to_quantize": "model.layers",
|
25 |
"damp_percent": 0.1,
|
26 |
"dataset": "wikitext2",
|
27 |
"desc_act": false,
|
28 |
+
"disable_exllama": false,
|
29 |
"group_size": 128,
|
30 |
+
"model_seqlen": 4096,
|
31 |
+
"module_name_preceding_first_block": [
|
32 |
+
"model.embed_tokens"
|
33 |
+
],
|
34 |
+
"pad_token_id": null,
|
35 |
"quant_method": "gptq",
|
36 |
"sym": true,
|
37 |
+
"true_sequential": true,
|
38 |
+
"use_cuda_fp16": true
|
39 |
},
|
40 |
"rms_norm_eps": 1e-05,
|
41 |
"rope_scaling": null,
|
42 |
"rope_theta": 500000.0,
|
43 |
"tie_word_embeddings": false,
|
44 |
"torch_dtype": "float16",
|
45 |
+
"transformers_version": "4.44.0",
|
46 |
"use_cache": true,
|
47 |
"vocab_size": 128256
|
48 |
}
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.44.0"
|
9 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b4c380053ea82e13e60e0ea39d1d798715e7458d3a110e5826678a8fd724f6a
|
3 |
+
size 4856489224
|