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": 32,
|
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": 10000.0,
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "float16",
|
37 |
-
"transformers_version": "4.
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 32000
|
40 |
}
|
|
|
19 |
"num_key_value_heads": 32,
|
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": 10000.0,
|
43 |
"tie_word_embeddings": false,
|
44 |
"torch_dtype": "float16",
|
45 |
+
"transformers_version": "4.44.0",
|
46 |
"use_cache": true,
|
47 |
"vocab_size": 32000
|
48 |
}
|
generation_config.json
CHANGED
@@ -6,5 +6,5 @@
|
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
"top_p": 0.9,
|
9 |
-
"transformers_version": "4.
|
10 |
}
|
|
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
"top_p": 0.9,
|
9 |
+
"transformers_version": "4.44.0"
|
10 |
}
|
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:e03738b75e0e36955f0ca0dd87673782e6c8da9920a36e642d2b3ed9f74f0127
|
3 |
+
size 3080889552
|