kingabzpro
commited on
Commit
•
26ce508
1
Parent(s):
d6d9f96
Upload LlamaForCausalLM
Browse files- config.json +1 -16
- generation_config.json +4 -1
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -19,21 +19,6 @@
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"pad_token_id": 128257,
|
21 |
"pretraining_tp": 1,
|
22 |
-
"quantization_config": {
|
23 |
-
"_load_in_4bit": true,
|
24 |
-
"_load_in_8bit": false,
|
25 |
-
"bnb_4bit_compute_dtype": "float16",
|
26 |
-
"bnb_4bit_quant_storage": "uint8",
|
27 |
-
"bnb_4bit_quant_type": "nf4",
|
28 |
-
"bnb_4bit_use_double_quant": false,
|
29 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
30 |
-
"llm_int8_has_fp16_weight": false,
|
31 |
-
"llm_int8_skip_modules": null,
|
32 |
-
"llm_int8_threshold": 6.0,
|
33 |
-
"load_in_4bit": true,
|
34 |
-
"load_in_8bit": false,
|
35 |
-
"quant_method": "bitsandbytes"
|
36 |
-
},
|
37 |
"rms_norm_eps": 1e-05,
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 500000.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-8B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"pad_token_id": 128257,
|
21 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 500000.0,
|
generation_config.json
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 128256,
|
|
|
4 |
"eos_token_id": 128257,
|
|
|
5 |
"pad_token_id": 128257,
|
|
|
|
|
6 |
"transformers_version": "4.41.0"
|
7 |
}
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 128256,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": 128257,
|
5 |
+
"max_length": 4096,
|
6 |
"pad_token_id": 128257,
|
7 |
+
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
"transformers_version": "4.41.0"
|
10 |
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90b105009f6cd276891d0da58573f932960a0ce3b155d9ac5f3d857017ec6ec8
|
3 |
+
size 4976714976
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:614751c97e105793b5b9d5cc5a15f23c2c4b00a8cc7b0656ef60b47893a842c8
|
3 |
+
size 4999802616
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dd469a74e79763a438c2597f6c53a9b5c80d011bd58e20b636d914677ce1533
|
3 |
+
size 4915916080
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac146a09043bcb032f655a3cacb56793eec649fd64ff5e219aa906968e7f141b
|
3 |
+
size 1168155192
|
model.safetensors.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|