Add files using upload-large-folder tool
Browse files- config.json +7 -6
- generation_config.json +1 -2
- model-00002-of-00044.safetensors +2 -2
- model-00005-of-00044.safetensors +2 -2
- model-00006-of-00044.safetensors +2 -2
- model-00013-of-00044.safetensors +2 -2
- model.safetensors.index.json +1 -1
- tokenizer.json +63 -4
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -7,6 +7,7 @@
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"bos_token_id": 128000,
|
| 9 |
"eos_token_id": 128001,
|
|
|
|
| 10 |
"hidden_act": "silu",
|
| 11 |
"hidden_size": 16384,
|
| 12 |
"initializer_range": 0.02,
|
|
@@ -16,16 +17,16 @@
|
|
| 16 |
"model_type": "llama",
|
| 17 |
"num_attention_heads": 128,
|
| 18 |
"num_hidden_layers": 126,
|
| 19 |
-
"num_key_value_heads":
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"quantization_config": {
|
| 22 |
"_load_in_4bit": true,
|
| 23 |
"_load_in_8bit": false,
|
| 24 |
"bnb_4bit_compute_dtype": "bfloat16",
|
| 25 |
-
"bnb_4bit_quant_storage": "
|
| 26 |
"bnb_4bit_quant_type": "nf4",
|
| 27 |
"bnb_4bit_use_double_quant": true,
|
| 28 |
-
"llm_int8_enable_fp32_cpu_offload":
|
| 29 |
"llm_int8_has_fp16_weight": false,
|
| 30 |
"llm_int8_skip_modules": null,
|
| 31 |
"llm_int8_threshold": 6.0,
|
|
@@ -36,15 +37,15 @@
|
|
| 36 |
"rms_norm_eps": 1e-05,
|
| 37 |
"rope_scaling": {
|
| 38 |
"factor": 8.0,
|
| 39 |
-
"low_freq_factor": 1.0,
|
| 40 |
"high_freq_factor": 4.0,
|
|
|
|
| 41 |
"original_max_position_embeddings": 8192,
|
| 42 |
"rope_type": "llama3"
|
| 43 |
},
|
| 44 |
"rope_theta": 500000.0,
|
| 45 |
"tie_word_embeddings": false,
|
| 46 |
"torch_dtype": "bfloat16",
|
| 47 |
-
"transformers_version": "4.
|
| 48 |
"use_cache": true,
|
| 49 |
"vocab_size": 128256
|
| 50 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3.1-405B",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"bos_token_id": 128000,
|
| 9 |
"eos_token_id": 128001,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
"hidden_act": "silu",
|
| 12 |
"hidden_size": 16384,
|
| 13 |
"initializer_range": 0.02,
|
|
|
|
| 17 |
"model_type": "llama",
|
| 18 |
"num_attention_heads": 128,
|
| 19 |
"num_hidden_layers": 126,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
"pretraining_tp": 1,
|
| 22 |
"quantization_config": {
|
| 23 |
"_load_in_4bit": true,
|
| 24 |
"_load_in_8bit": false,
|
| 25 |
"bnb_4bit_compute_dtype": "bfloat16",
|
| 26 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
| 27 |
"bnb_4bit_quant_type": "nf4",
|
| 28 |
"bnb_4bit_use_double_quant": true,
|
| 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,
|
|
|
|
| 37 |
"rms_norm_eps": 1e-05,
|
| 38 |
"rope_scaling": {
|
| 39 |
"factor": 8.0,
|
|
|
|
| 40 |
"high_freq_factor": 4.0,
|
| 41 |
+
"low_freq_factor": 1.0,
|
| 42 |
"original_max_position_embeddings": 8192,
|
| 43 |
"rope_type": "llama3"
|
| 44 |
},
|
| 45 |
"rope_theta": 500000.0,
|
| 46 |
"tie_word_embeddings": false,
|
| 47 |
"torch_dtype": "bfloat16",
|
| 48 |
+
"transformers_version": "4.45.0.dev0",
|
| 49 |
"use_cache": true,
|
| 50 |
"vocab_size": 128256
|
| 51 |
}
|
generation_config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 128000,
|
| 4 |
-
"do_sample": true,
|
| 5 |
"eos_token_id": 128001,
|
| 6 |
-
"transformers_version": "4.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 128000,
|
|
|
|
| 4 |
"eos_token_id": 128001,
|
| 5 |
+
"transformers_version": "4.45.0.dev0"
|
| 6 |
}
|
model-00002-of-00044.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:a565658eef5598c6141e2ac1897141ff92dee9b43ea651ee58172e136ba87e66
|
| 3 |
+
size 4933502323
|
model-00005-of-00044.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:4859e22c88e1e34fb1bd28c1c2a8d421a4ad05b5df5d47b03cc90c82b2043a2d
|
| 3 |
+
size 4933502417
|
model-00006-of-00044.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:67e5e02b03b26baf1133d14373ad98680459746ca34e715cbf8847eae66c352f
|
| 3 |
+
size 4933502461
|
model-00013-of-00044.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:a7e96999cebcd74c17c133be8e5d20e7e63b9522c36536b178ab7bcd26c7032a
|
| 3 |
+
size 4933502458
|
model.safetensors.index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
-
"total_size":
|
| 4 |
},
|
| 5 |
"weight_map": {
|
| 6 |
"lm_head.weight": "model-00044-of-00044.safetensors",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
+
"total_size": 215611849938
|
| 4 |
},
|
| 5 |
"weight_map": {
|
| 6 |
"lm_head.weight": "model-00044-of-00044.safetensors",
|
tokenizer.json
CHANGED
|
@@ -2329,10 +2329,69 @@
|
|
| 2329 |
]
|
| 2330 |
},
|
| 2331 |
"post_processor": {
|
| 2332 |
-
"type": "
|
| 2333 |
-
"
|
| 2334 |
-
|
| 2335 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2336 |
},
|
| 2337 |
"decoder": {
|
| 2338 |
"type": "ByteLevel",
|
|
|
|
| 2329 |
]
|
| 2330 |
},
|
| 2331 |
"post_processor": {
|
| 2332 |
+
"type": "Sequence",
|
| 2333 |
+
"processors": [
|
| 2334 |
+
{
|
| 2335 |
+
"type": "ByteLevel",
|
| 2336 |
+
"add_prefix_space": true,
|
| 2337 |
+
"trim_offsets": false,
|
| 2338 |
+
"use_regex": true
|
| 2339 |
+
},
|
| 2340 |
+
{
|
| 2341 |
+
"type": "TemplateProcessing",
|
| 2342 |
+
"single": [
|
| 2343 |
+
{
|
| 2344 |
+
"SpecialToken": {
|
| 2345 |
+
"id": "<|begin_of_text|>",
|
| 2346 |
+
"type_id": 0
|
| 2347 |
+
}
|
| 2348 |
+
},
|
| 2349 |
+
{
|
| 2350 |
+
"Sequence": {
|
| 2351 |
+
"id": "A",
|
| 2352 |
+
"type_id": 0
|
| 2353 |
+
}
|
| 2354 |
+
}
|
| 2355 |
+
],
|
| 2356 |
+
"pair": [
|
| 2357 |
+
{
|
| 2358 |
+
"SpecialToken": {
|
| 2359 |
+
"id": "<|begin_of_text|>",
|
| 2360 |
+
"type_id": 0
|
| 2361 |
+
}
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"Sequence": {
|
| 2365 |
+
"id": "A",
|
| 2366 |
+
"type_id": 0
|
| 2367 |
+
}
|
| 2368 |
+
},
|
| 2369 |
+
{
|
| 2370 |
+
"SpecialToken": {
|
| 2371 |
+
"id": "<|begin_of_text|>",
|
| 2372 |
+
"type_id": 1
|
| 2373 |
+
}
|
| 2374 |
+
},
|
| 2375 |
+
{
|
| 2376 |
+
"Sequence": {
|
| 2377 |
+
"id": "B",
|
| 2378 |
+
"type_id": 1
|
| 2379 |
+
}
|
| 2380 |
+
}
|
| 2381 |
+
],
|
| 2382 |
+
"special_tokens": {
|
| 2383 |
+
"<|begin_of_text|>": {
|
| 2384 |
+
"id": "<|begin_of_text|>",
|
| 2385 |
+
"ids": [
|
| 2386 |
+
128000
|
| 2387 |
+
],
|
| 2388 |
+
"tokens": [
|
| 2389 |
+
"<|begin_of_text|>"
|
| 2390 |
+
]
|
| 2391 |
+
}
|
| 2392 |
+
}
|
| 2393 |
+
}
|
| 2394 |
+
]
|
| 2395 |
},
|
| 2396 |
"decoder": {
|
| 2397 |
"type": "ByteLevel",
|