Upload LlamaForCausalLM
Browse files- config.json +22 -5
- generation_config.json +10 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
CHANGED
@@ -17,18 +17,35 @@
|
|
17 |
"num_key_value_heads": 40,
|
18 |
"pretraining_tp": 1,
|
19 |
"quantization_config": {
|
20 |
-
"
|
21 |
"bits": 4,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"group_size": 128,
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
},
|
27 |
"rms_norm_eps": 1e-05,
|
28 |
"rope_scaling": null,
|
29 |
"rope_theta": 10000.0,
|
30 |
"tie_word_embeddings": false,
|
31 |
-
"torch_dtype": "
|
32 |
"transformers_version": "4.35.2",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 32000
|
|
|
17 |
"num_key_value_heads": 40,
|
18 |
"pretraining_tp": 1,
|
19 |
"quantization_config": {
|
20 |
+
"batch_size": 1,
|
21 |
"bits": 4,
|
22 |
+
"block_name_to_quantize": "model.layers",
|
23 |
+
"cache_block_outputs": true,
|
24 |
+
"damp_percent": 0.1,
|
25 |
+
"dataset": "c4",
|
26 |
+
"desc_act": false,
|
27 |
+
"exllama_config": {
|
28 |
+
"version": 1
|
29 |
+
},
|
30 |
"group_size": 128,
|
31 |
+
"max_input_length": null,
|
32 |
+
"model_seqlen": 4096,
|
33 |
+
"module_name_preceding_first_block": [
|
34 |
+
"model.embed_tokens"
|
35 |
+
],
|
36 |
+
"pad_token_id": null,
|
37 |
+
"quant_method": "gptq",
|
38 |
+
"sym": true,
|
39 |
+
"tokenizer": null,
|
40 |
+
"true_sequential": true,
|
41 |
+
"use_cuda_fp16": true,
|
42 |
+
"use_exllama": true
|
43 |
},
|
44 |
"rms_norm_eps": 1e-05,
|
45 |
"rope_scaling": null,
|
46 |
"rope_theta": 10000.0,
|
47 |
"tie_word_embeddings": false,
|
48 |
+
"torch_dtype": "float16",
|
49 |
"transformers_version": "4.35.2",
|
50 |
"use_cache": true,
|
51 |
"vocab_size": 32000
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 4096,
|
6 |
+
"pad_token_id": 0,
|
7 |
+
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
+
"transformers_version": "4.35.2"
|
10 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0894450909d566b74ebfbdcf5d79525c6ee62745d95776c7fe602a5dc41fdb92
|
3 |
+
size 4991476560
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66dc34d6438d566a094eaefd8e4c0cbf3421803def6400d572dbfa30c1429c72
|
3 |
+
size 2267958280
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|