Upload folder using huggingface_hub
Browse files- merges.txt +0 -0
- mlc-chat-config.json +84 -0
- ndarray-cache-b16.json +2006 -0
- ndarray-cache.json +2006 -0
- params_shard_0.bin +3 -0
- params_shard_1.bin +3 -0
- params_shard_10.bin +3 -0
- params_shard_11.bin +3 -0
- params_shard_12.bin +3 -0
- params_shard_13.bin +3 -0
- params_shard_14.bin +3 -0
- params_shard_15.bin +3 -0
- params_shard_16.bin +3 -0
- params_shard_17.bin +3 -0
- params_shard_18.bin +3 -0
- params_shard_19.bin +3 -0
- params_shard_2.bin +3 -0
- params_shard_20.bin +3 -0
- params_shard_21.bin +3 -0
- params_shard_22.bin +3 -0
- params_shard_23.bin +3 -0
- params_shard_24.bin +3 -0
- params_shard_3.bin +3 -0
- params_shard_4.bin +3 -0
- params_shard_5.bin +3 -0
- params_shard_6.bin +3 -0
- params_shard_7.bin +3 -0
- params_shard_8.bin +3 -0
- params_shard_9.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +207 -0
- vocab.json +0 -0
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mlc-chat-config.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "0.1.0",
|
| 3 |
+
"model_type": "qwen2",
|
| 4 |
+
"quantization": "q0f32",
|
| 5 |
+
"model_config": {
|
| 6 |
+
"hidden_act": "silu",
|
| 7 |
+
"hidden_size": 896,
|
| 8 |
+
"intermediate_size": 4864,
|
| 9 |
+
"num_attention_heads": 14,
|
| 10 |
+
"num_hidden_layers": 24,
|
| 11 |
+
"num_key_value_heads": 2,
|
| 12 |
+
"rms_norm_eps": 1e-06,
|
| 13 |
+
"rope_theta": 1000000.0,
|
| 14 |
+
"vocab_size": 151936,
|
| 15 |
+
"tie_word_embeddings": true,
|
| 16 |
+
"context_window_size": 32768,
|
| 17 |
+
"prefill_chunk_size": 8192,
|
| 18 |
+
"tensor_parallel_shards": 1,
|
| 19 |
+
"head_dim": 64,
|
| 20 |
+
"dtype": "float32",
|
| 21 |
+
"max_batch_size": 128
|
| 22 |
+
},
|
| 23 |
+
"vocab_size": 151936,
|
| 24 |
+
"context_window_size": 32768,
|
| 25 |
+
"sliding_window_size": -1,
|
| 26 |
+
"prefill_chunk_size": 8192,
|
| 27 |
+
"attention_sink_size": -1,
|
| 28 |
+
"tensor_parallel_shards": 1,
|
| 29 |
+
"pipeline_parallel_stages": 1,
|
| 30 |
+
"temperature": 0.7,
|
| 31 |
+
"presence_penalty": 0.0,
|
| 32 |
+
"frequency_penalty": 0.0,
|
| 33 |
+
"repetition_penalty": 1.05,
|
| 34 |
+
"top_p": 0.8,
|
| 35 |
+
"tokenizer_files": [
|
| 36 |
+
"tokenizer.json",
|
| 37 |
+
"vocab.json",
|
| 38 |
+
"merges.txt",
|
| 39 |
+
"tokenizer_config.json"
|
| 40 |
+
],
|
| 41 |
+
"tokenizer_info": {
|
| 42 |
+
"token_postproc_method": "byte_level",
|
| 43 |
+
"prepend_space_in_encode": false,
|
| 44 |
+
"strip_space_in_decode": false
|
| 45 |
+
},
|
| 46 |
+
"conv_template": {
|
| 47 |
+
"name": "qwen2",
|
| 48 |
+
"system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
|
| 49 |
+
"system_message": "You are a helpful assistant.",
|
| 50 |
+
"system_prefix_token_ids": null,
|
| 51 |
+
"add_role_after_system_message": true,
|
| 52 |
+
"roles": {
|
| 53 |
+
"user": "<|im_start|>user",
|
| 54 |
+
"assistant": "<|im_start|>assistant"
|
| 55 |
+
},
|
| 56 |
+
"role_templates": {
|
| 57 |
+
"user": "{user_message}",
|
| 58 |
+
"assistant": "{assistant_message}",
|
| 59 |
+
"tool": "{tool_message}"
|
| 60 |
+
},
|
| 61 |
+
"messages": [],
|
| 62 |
+
"seps": [
|
| 63 |
+
"<|im_end|>\n"
|
| 64 |
+
],
|
| 65 |
+
"role_content_sep": "\n",
|
| 66 |
+
"role_empty_sep": "\n",
|
| 67 |
+
"stop_str": [
|
| 68 |
+
"<|endoftext|>",
|
| 69 |
+
"<|im_end|>"
|
| 70 |
+
],
|
| 71 |
+
"stop_token_ids": [
|
| 72 |
+
151643,
|
| 73 |
+
151645
|
| 74 |
+
],
|
| 75 |
+
"function_string": "",
|
| 76 |
+
"use_function_calling": false
|
| 77 |
+
},
|
| 78 |
+
"pad_token_id": 151643,
|
| 79 |
+
"bos_token_id": 151643,
|
| 80 |
+
"eos_token_id": [
|
| 81 |
+
151645,
|
| 82 |
+
151643
|
| 83 |
+
]
|
| 84 |
+
}
|
ndarray-cache-b16.json
ADDED
|
@@ -0,0 +1,2006 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"ParamSize": 170,
|
| 4 |
+
"ParamBytes": 1976131072.0,
|
| 5 |
+
"BitsPerParam": 32.0
|
| 6 |
+
},
|
| 7 |
+
"records": [
|
| 8 |
+
{
|
| 9 |
+
"dataPath": "params_shard_0.bin",
|
| 10 |
+
"format": "raw-shard",
|
| 11 |
+
"nbytes": 272269312,
|
| 12 |
+
"records": [
|
| 13 |
+
{
|
| 14 |
+
"name": "model.embed_tokens.weight",
|
| 15 |
+
"shape": [
|
| 16 |
+
151936,
|
| 17 |
+
896
|
| 18 |
+
],
|
| 19 |
+
"dtype": "bfloat16",
|
| 20 |
+
"format": "raw",
|
| 21 |
+
"nbytes": 272269312,
|
| 22 |
+
"byteOffset": 0
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"md5sum": "23990ab65dca23fe907f452299d1aecf"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"dataPath": "params_shard_1.bin",
|
| 29 |
+
"format": "raw-shard",
|
| 30 |
+
"nbytes": 29826560,
|
| 31 |
+
"records": [
|
| 32 |
+
{
|
| 33 |
+
"name": "model.layers.0.input_layernorm.weight",
|
| 34 |
+
"shape": [
|
| 35 |
+
896
|
| 36 |
+
],
|
| 37 |
+
"dtype": "bfloat16",
|
| 38 |
+
"format": "raw",
|
| 39 |
+
"nbytes": 1792,
|
| 40 |
+
"byteOffset": 0
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "model.layers.0.mlp.down_proj.weight",
|
| 44 |
+
"shape": [
|
| 45 |
+
896,
|
| 46 |
+
4864
|
| 47 |
+
],
|
| 48 |
+
"dtype": "bfloat16",
|
| 49 |
+
"format": "raw",
|
| 50 |
+
"nbytes": 8716288,
|
| 51 |
+
"byteOffset": 1792
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"name": "model.layers.0.mlp.gate_up_proj.weight",
|
| 55 |
+
"shape": [
|
| 56 |
+
9728,
|
| 57 |
+
896
|
| 58 |
+
],
|
| 59 |
+
"dtype": "bfloat16",
|
| 60 |
+
"format": "raw",
|
| 61 |
+
"nbytes": 17432576,
|
| 62 |
+
"byteOffset": 8718080
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"name": "model.layers.0.post_attention_layernorm.weight",
|
| 66 |
+
"shape": [
|
| 67 |
+
896
|
| 68 |
+
],
|
| 69 |
+
"dtype": "bfloat16",
|
| 70 |
+
"format": "raw",
|
| 71 |
+
"nbytes": 1792,
|
| 72 |
+
"byteOffset": 26150656
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"name": "model.layers.0.self_attn.c_attn.bias",
|
| 76 |
+
"shape": [
|
| 77 |
+
1152
|
| 78 |
+
],
|
| 79 |
+
"dtype": "bfloat16",
|
| 80 |
+
"format": "raw",
|
| 81 |
+
"nbytes": 2304,
|
| 82 |
+
"byteOffset": 26152448
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "model.layers.0.self_attn.c_attn.weight",
|
| 86 |
+
"shape": [
|
| 87 |
+
1152,
|
| 88 |
+
896
|
| 89 |
+
],
|
| 90 |
+
"dtype": "bfloat16",
|
| 91 |
+
"format": "raw",
|
| 92 |
+
"nbytes": 2064384,
|
| 93 |
+
"byteOffset": 26154752
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"name": "model.layers.0.self_attn.o_proj.weight",
|
| 97 |
+
"shape": [
|
| 98 |
+
896,
|
| 99 |
+
896
|
| 100 |
+
],
|
| 101 |
+
"dtype": "bfloat16",
|
| 102 |
+
"format": "raw",
|
| 103 |
+
"nbytes": 1605632,
|
| 104 |
+
"byteOffset": 28219136
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"name": "model.layers.1.input_layernorm.weight",
|
| 108 |
+
"shape": [
|
| 109 |
+
896
|
| 110 |
+
],
|
| 111 |
+
"dtype": "bfloat16",
|
| 112 |
+
"format": "raw",
|
| 113 |
+
"nbytes": 1792,
|
| 114 |
+
"byteOffset": 29824768
|
| 115 |
+
}
|
| 116 |
+
],
|
| 117 |
+
"md5sum": "90ab075c76a2d84d03277cd3973a75cb"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"dataPath": "params_shard_2.bin",
|
| 121 |
+
"format": "raw-shard",
|
| 122 |
+
"nbytes": 29824768,
|
| 123 |
+
"records": [
|
| 124 |
+
{
|
| 125 |
+
"name": "model.layers.1.mlp.down_proj.weight",
|
| 126 |
+
"shape": [
|
| 127 |
+
896,
|
| 128 |
+
4864
|
| 129 |
+
],
|
| 130 |
+
"dtype": "bfloat16",
|
| 131 |
+
"format": "raw",
|
| 132 |
+
"nbytes": 8716288,
|
| 133 |
+
"byteOffset": 0
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"name": "model.layers.1.mlp.gate_up_proj.weight",
|
| 137 |
+
"shape": [
|
| 138 |
+
9728,
|
| 139 |
+
896
|
| 140 |
+
],
|
| 141 |
+
"dtype": "bfloat16",
|
| 142 |
+
"format": "raw",
|
| 143 |
+
"nbytes": 17432576,
|
| 144 |
+
"byteOffset": 8716288
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"name": "model.layers.1.post_attention_layernorm.weight",
|
| 148 |
+
"shape": [
|
| 149 |
+
896
|
| 150 |
+
],
|
| 151 |
+
"dtype": "bfloat16",
|
| 152 |
+
"format": "raw",
|
| 153 |
+
"nbytes": 1792,
|
| 154 |
+
"byteOffset": 26148864
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"name": "model.layers.1.self_attn.c_attn.bias",
|
| 158 |
+
"shape": [
|
| 159 |
+
1152
|
| 160 |
+
],
|
| 161 |
+
"dtype": "bfloat16",
|
| 162 |
+
"format": "raw",
|
| 163 |
+
"nbytes": 2304,
|
| 164 |
+
"byteOffset": 26150656
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"name": "model.layers.1.self_attn.c_attn.weight",
|
| 168 |
+
"shape": [
|
| 169 |
+
1152,
|
| 170 |
+
896
|
| 171 |
+
],
|
| 172 |
+
"dtype": "bfloat16",
|
| 173 |
+
"format": "raw",
|
| 174 |
+
"nbytes": 2064384,
|
| 175 |
+
"byteOffset": 26152960
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"name": "model.layers.1.self_attn.o_proj.weight",
|
| 179 |
+
"shape": [
|
| 180 |
+
896,
|
| 181 |
+
896
|
| 182 |
+
],
|
| 183 |
+
"dtype": "bfloat16",
|
| 184 |
+
"format": "raw",
|
| 185 |
+
"nbytes": 1605632,
|
| 186 |
+
"byteOffset": 28217344
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"name": "model.layers.10.input_layernorm.weight",
|
| 190 |
+
"shape": [
|
| 191 |
+
896
|
| 192 |
+
],
|
| 193 |
+
"dtype": "bfloat16",
|
| 194 |
+
"format": "raw",
|
| 195 |
+
"nbytes": 1792,
|
| 196 |
+
"byteOffset": 29822976
|
| 197 |
+
}
|
| 198 |
+
],
|
| 199 |
+
"md5sum": "3c60193cbd150348b045e96638cb11e2"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"dataPath": "params_shard_3.bin",
|
| 203 |
+
"format": "raw-shard",
|
| 204 |
+
"nbytes": 29824768,
|
| 205 |
+
"records": [
|
| 206 |
+
{
|
| 207 |
+
"name": "model.layers.10.mlp.down_proj.weight",
|
| 208 |
+
"shape": [
|
| 209 |
+
896,
|
| 210 |
+
4864
|
| 211 |
+
],
|
| 212 |
+
"dtype": "bfloat16",
|
| 213 |
+
"format": "raw",
|
| 214 |
+
"nbytes": 8716288,
|
| 215 |
+
"byteOffset": 0
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"name": "model.layers.10.mlp.gate_up_proj.weight",
|
| 219 |
+
"shape": [
|
| 220 |
+
9728,
|
| 221 |
+
896
|
| 222 |
+
],
|
| 223 |
+
"dtype": "bfloat16",
|
| 224 |
+
"format": "raw",
|
| 225 |
+
"nbytes": 17432576,
|
| 226 |
+
"byteOffset": 8716288
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"name": "model.layers.10.post_attention_layernorm.weight",
|
| 230 |
+
"shape": [
|
| 231 |
+
896
|
| 232 |
+
],
|
| 233 |
+
"dtype": "bfloat16",
|
| 234 |
+
"format": "raw",
|
| 235 |
+
"nbytes": 1792,
|
| 236 |
+
"byteOffset": 26148864
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"name": "model.layers.10.self_attn.c_attn.bias",
|
| 240 |
+
"shape": [
|
| 241 |
+
1152
|
| 242 |
+
],
|
| 243 |
+
"dtype": "bfloat16",
|
| 244 |
+
"format": "raw",
|
| 245 |
+
"nbytes": 2304,
|
| 246 |
+
"byteOffset": 26150656
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"name": "model.layers.10.self_attn.c_attn.weight",
|
| 250 |
+
"shape": [
|
| 251 |
+
1152,
|
| 252 |
+
896
|
| 253 |
+
],
|
| 254 |
+
"dtype": "bfloat16",
|
| 255 |
+
"format": "raw",
|
| 256 |
+
"nbytes": 2064384,
|
| 257 |
+
"byteOffset": 26152960
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"name": "model.layers.10.self_attn.o_proj.weight",
|
| 261 |
+
"shape": [
|
| 262 |
+
896,
|
| 263 |
+
896
|
| 264 |
+
],
|
| 265 |
+
"dtype": "bfloat16",
|
| 266 |
+
"format": "raw",
|
| 267 |
+
"nbytes": 1605632,
|
| 268 |
+
"byteOffset": 28217344
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"name": "model.layers.11.input_layernorm.weight",
|
| 272 |
+
"shape": [
|
| 273 |
+
896
|
| 274 |
+
],
|
| 275 |
+
"dtype": "bfloat16",
|
| 276 |
+
"format": "raw",
|
| 277 |
+
"nbytes": 1792,
|
| 278 |
+
"byteOffset": 29822976
|
| 279 |
+
}
|
| 280 |
+
],
|
| 281 |
+
"md5sum": "4df326a7e6569f199adc1f73c8a704a9"
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"dataPath": "params_shard_4.bin",
|
| 285 |
+
"format": "raw-shard",
|
| 286 |
+
"nbytes": 29824768,
|
| 287 |
+
"records": [
|
| 288 |
+
{
|
| 289 |
+
"name": "model.layers.11.mlp.down_proj.weight",
|
| 290 |
+
"shape": [
|
| 291 |
+
896,
|
| 292 |
+
4864
|
| 293 |
+
],
|
| 294 |
+
"dtype": "bfloat16",
|
| 295 |
+
"format": "raw",
|
| 296 |
+
"nbytes": 8716288,
|
| 297 |
+
"byteOffset": 0
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"name": "model.layers.11.mlp.gate_up_proj.weight",
|
| 301 |
+
"shape": [
|
| 302 |
+
9728,
|
| 303 |
+
896
|
| 304 |
+
],
|
| 305 |
+
"dtype": "bfloat16",
|
| 306 |
+
"format": "raw",
|
| 307 |
+
"nbytes": 17432576,
|
| 308 |
+
"byteOffset": 8716288
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"name": "model.layers.11.post_attention_layernorm.weight",
|
| 312 |
+
"shape": [
|
| 313 |
+
896
|
| 314 |
+
],
|
| 315 |
+
"dtype": "bfloat16",
|
| 316 |
+
"format": "raw",
|
| 317 |
+
"nbytes": 1792,
|
| 318 |
+
"byteOffset": 26148864
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"name": "model.layers.11.self_attn.c_attn.bias",
|
| 322 |
+
"shape": [
|
| 323 |
+
1152
|
| 324 |
+
],
|
| 325 |
+
"dtype": "bfloat16",
|
| 326 |
+
"format": "raw",
|
| 327 |
+
"nbytes": 2304,
|
| 328 |
+
"byteOffset": 26150656
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"name": "model.layers.11.self_attn.c_attn.weight",
|
| 332 |
+
"shape": [
|
| 333 |
+
1152,
|
| 334 |
+
896
|
| 335 |
+
],
|
| 336 |
+
"dtype": "bfloat16",
|
| 337 |
+
"format": "raw",
|
| 338 |
+
"nbytes": 2064384,
|
| 339 |
+
"byteOffset": 26152960
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"name": "model.layers.11.self_attn.o_proj.weight",
|
| 343 |
+
"shape": [
|
| 344 |
+
896,
|
| 345 |
+
896
|
| 346 |
+
],
|
| 347 |
+
"dtype": "bfloat16",
|
| 348 |
+
"format": "raw",
|
| 349 |
+
"nbytes": 1605632,
|
| 350 |
+
"byteOffset": 28217344
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"name": "model.layers.12.input_layernorm.weight",
|
| 354 |
+
"shape": [
|
| 355 |
+
896
|
| 356 |
+
],
|
| 357 |
+
"dtype": "bfloat16",
|
| 358 |
+
"format": "raw",
|
| 359 |
+
"nbytes": 1792,
|
| 360 |
+
"byteOffset": 29822976
|
| 361 |
+
}
|
| 362 |
+
],
|
| 363 |
+
"md5sum": "ed0769f24a946d636639572df55586c8"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"dataPath": "params_shard_5.bin",
|
| 367 |
+
"format": "raw-shard",
|
| 368 |
+
"nbytes": 29824768,
|
| 369 |
+
"records": [
|
| 370 |
+
{
|
| 371 |
+
"name": "model.layers.12.mlp.down_proj.weight",
|
| 372 |
+
"shape": [
|
| 373 |
+
896,
|
| 374 |
+
4864
|
| 375 |
+
],
|
| 376 |
+
"dtype": "bfloat16",
|
| 377 |
+
"format": "raw",
|
| 378 |
+
"nbytes": 8716288,
|
| 379 |
+
"byteOffset": 0
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"name": "model.layers.12.mlp.gate_up_proj.weight",
|
| 383 |
+
"shape": [
|
| 384 |
+
9728,
|
| 385 |
+
896
|
| 386 |
+
],
|
| 387 |
+
"dtype": "bfloat16",
|
| 388 |
+
"format": "raw",
|
| 389 |
+
"nbytes": 17432576,
|
| 390 |
+
"byteOffset": 8716288
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"name": "model.layers.12.post_attention_layernorm.weight",
|
| 394 |
+
"shape": [
|
| 395 |
+
896
|
| 396 |
+
],
|
| 397 |
+
"dtype": "bfloat16",
|
| 398 |
+
"format": "raw",
|
| 399 |
+
"nbytes": 1792,
|
| 400 |
+
"byteOffset": 26148864
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"name": "model.layers.12.self_attn.c_attn.bias",
|
| 404 |
+
"shape": [
|
| 405 |
+
1152
|
| 406 |
+
],
|
| 407 |
+
"dtype": "bfloat16",
|
| 408 |
+
"format": "raw",
|
| 409 |
+
"nbytes": 2304,
|
| 410 |
+
"byteOffset": 26150656
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"name": "model.layers.12.self_attn.c_attn.weight",
|
| 414 |
+
"shape": [
|
| 415 |
+
1152,
|
| 416 |
+
896
|
| 417 |
+
],
|
| 418 |
+
"dtype": "bfloat16",
|
| 419 |
+
"format": "raw",
|
| 420 |
+
"nbytes": 2064384,
|
| 421 |
+
"byteOffset": 26152960
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"name": "model.layers.12.self_attn.o_proj.weight",
|
| 425 |
+
"shape": [
|
| 426 |
+
896,
|
| 427 |
+
896
|
| 428 |
+
],
|
| 429 |
+
"dtype": "bfloat16",
|
| 430 |
+
"format": "raw",
|
| 431 |
+
"nbytes": 1605632,
|
| 432 |
+
"byteOffset": 28217344
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"name": "model.layers.13.input_layernorm.weight",
|
| 436 |
+
"shape": [
|
| 437 |
+
896
|
| 438 |
+
],
|
| 439 |
+
"dtype": "bfloat16",
|
| 440 |
+
"format": "raw",
|
| 441 |
+
"nbytes": 1792,
|
| 442 |
+
"byteOffset": 29822976
|
| 443 |
+
}
|
| 444 |
+
],
|
| 445 |
+
"md5sum": "d97fb6104116c3e1cc525e139002f35a"
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"dataPath": "params_shard_6.bin",
|
| 449 |
+
"format": "raw-shard",
|
| 450 |
+
"nbytes": 29824768,
|
| 451 |
+
"records": [
|
| 452 |
+
{
|
| 453 |
+
"name": "model.layers.13.mlp.down_proj.weight",
|
| 454 |
+
"shape": [
|
| 455 |
+
896,
|
| 456 |
+
4864
|
| 457 |
+
],
|
| 458 |
+
"dtype": "bfloat16",
|
| 459 |
+
"format": "raw",
|
| 460 |
+
"nbytes": 8716288,
|
| 461 |
+
"byteOffset": 0
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "model.layers.13.mlp.gate_up_proj.weight",
|
| 465 |
+
"shape": [
|
| 466 |
+
9728,
|
| 467 |
+
896
|
| 468 |
+
],
|
| 469 |
+
"dtype": "bfloat16",
|
| 470 |
+
"format": "raw",
|
| 471 |
+
"nbytes": 17432576,
|
| 472 |
+
"byteOffset": 8716288
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"name": "model.layers.13.post_attention_layernorm.weight",
|
| 476 |
+
"shape": [
|
| 477 |
+
896
|
| 478 |
+
],
|
| 479 |
+
"dtype": "bfloat16",
|
| 480 |
+
"format": "raw",
|
| 481 |
+
"nbytes": 1792,
|
| 482 |
+
"byteOffset": 26148864
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"name": "model.layers.13.self_attn.c_attn.bias",
|
| 486 |
+
"shape": [
|
| 487 |
+
1152
|
| 488 |
+
],
|
| 489 |
+
"dtype": "bfloat16",
|
| 490 |
+
"format": "raw",
|
| 491 |
+
"nbytes": 2304,
|
| 492 |
+
"byteOffset": 26150656
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"name": "model.layers.13.self_attn.c_attn.weight",
|
| 496 |
+
"shape": [
|
| 497 |
+
1152,
|
| 498 |
+
896
|
| 499 |
+
],
|
| 500 |
+
"dtype": "bfloat16",
|
| 501 |
+
"format": "raw",
|
| 502 |
+
"nbytes": 2064384,
|
| 503 |
+
"byteOffset": 26152960
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"name": "model.layers.13.self_attn.o_proj.weight",
|
| 507 |
+
"shape": [
|
| 508 |
+
896,
|
| 509 |
+
896
|
| 510 |
+
],
|
| 511 |
+
"dtype": "bfloat16",
|
| 512 |
+
"format": "raw",
|
| 513 |
+
"nbytes": 1605632,
|
| 514 |
+
"byteOffset": 28217344
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"name": "model.layers.14.input_layernorm.weight",
|
| 518 |
+
"shape": [
|
| 519 |
+
896
|
| 520 |
+
],
|
| 521 |
+
"dtype": "bfloat16",
|
| 522 |
+
"format": "raw",
|
| 523 |
+
"nbytes": 1792,
|
| 524 |
+
"byteOffset": 29822976
|
| 525 |
+
}
|
| 526 |
+
],
|
| 527 |
+
"md5sum": "734f950984507de8e6aaf178b6e435bc"
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"dataPath": "params_shard_7.bin",
|
| 531 |
+
"format": "raw-shard",
|
| 532 |
+
"nbytes": 29824768,
|
| 533 |
+
"records": [
|
| 534 |
+
{
|
| 535 |
+
"name": "model.layers.14.mlp.down_proj.weight",
|
| 536 |
+
"shape": [
|
| 537 |
+
896,
|
| 538 |
+
4864
|
| 539 |
+
],
|
| 540 |
+
"dtype": "bfloat16",
|
| 541 |
+
"format": "raw",
|
| 542 |
+
"nbytes": 8716288,
|
| 543 |
+
"byteOffset": 0
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"name": "model.layers.14.mlp.gate_up_proj.weight",
|
| 547 |
+
"shape": [
|
| 548 |
+
9728,
|
| 549 |
+
896
|
| 550 |
+
],
|
| 551 |
+
"dtype": "bfloat16",
|
| 552 |
+
"format": "raw",
|
| 553 |
+
"nbytes": 17432576,
|
| 554 |
+
"byteOffset": 8716288
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"name": "model.layers.14.post_attention_layernorm.weight",
|
| 558 |
+
"shape": [
|
| 559 |
+
896
|
| 560 |
+
],
|
| 561 |
+
"dtype": "bfloat16",
|
| 562 |
+
"format": "raw",
|
| 563 |
+
"nbytes": 1792,
|
| 564 |
+
"byteOffset": 26148864
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"name": "model.layers.14.self_attn.c_attn.bias",
|
| 568 |
+
"shape": [
|
| 569 |
+
1152
|
| 570 |
+
],
|
| 571 |
+
"dtype": "bfloat16",
|
| 572 |
+
"format": "raw",
|
| 573 |
+
"nbytes": 2304,
|
| 574 |
+
"byteOffset": 26150656
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"name": "model.layers.14.self_attn.c_attn.weight",
|
| 578 |
+
"shape": [
|
| 579 |
+
1152,
|
| 580 |
+
896
|
| 581 |
+
],
|
| 582 |
+
"dtype": "bfloat16",
|
| 583 |
+
"format": "raw",
|
| 584 |
+
"nbytes": 2064384,
|
| 585 |
+
"byteOffset": 26152960
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"name": "model.layers.14.self_attn.o_proj.weight",
|
| 589 |
+
"shape": [
|
| 590 |
+
896,
|
| 591 |
+
896
|
| 592 |
+
],
|
| 593 |
+
"dtype": "bfloat16",
|
| 594 |
+
"format": "raw",
|
| 595 |
+
"nbytes": 1605632,
|
| 596 |
+
"byteOffset": 28217344
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"name": "model.layers.15.input_layernorm.weight",
|
| 600 |
+
"shape": [
|
| 601 |
+
896
|
| 602 |
+
],
|
| 603 |
+
"dtype": "bfloat16",
|
| 604 |
+
"format": "raw",
|
| 605 |
+
"nbytes": 1792,
|
| 606 |
+
"byteOffset": 29822976
|
| 607 |
+
}
|
| 608 |
+
],
|
| 609 |
+
"md5sum": "f4d84a48e47bcaaa9290ed967ac6a3ba"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"dataPath": "params_shard_8.bin",
|
| 613 |
+
"format": "raw-shard",
|
| 614 |
+
"nbytes": 29824768,
|
| 615 |
+
"records": [
|
| 616 |
+
{
|
| 617 |
+
"name": "model.layers.15.mlp.down_proj.weight",
|
| 618 |
+
"shape": [
|
| 619 |
+
896,
|
| 620 |
+
4864
|
| 621 |
+
],
|
| 622 |
+
"dtype": "bfloat16",
|
| 623 |
+
"format": "raw",
|
| 624 |
+
"nbytes": 8716288,
|
| 625 |
+
"byteOffset": 0
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"name": "model.layers.15.mlp.gate_up_proj.weight",
|
| 629 |
+
"shape": [
|
| 630 |
+
9728,
|
| 631 |
+
896
|
| 632 |
+
],
|
| 633 |
+
"dtype": "bfloat16",
|
| 634 |
+
"format": "raw",
|
| 635 |
+
"nbytes": 17432576,
|
| 636 |
+
"byteOffset": 8716288
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"name": "model.layers.15.post_attention_layernorm.weight",
|
| 640 |
+
"shape": [
|
| 641 |
+
896
|
| 642 |
+
],
|
| 643 |
+
"dtype": "bfloat16",
|
| 644 |
+
"format": "raw",
|
| 645 |
+
"nbytes": 1792,
|
| 646 |
+
"byteOffset": 26148864
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "model.layers.15.self_attn.c_attn.bias",
|
| 650 |
+
"shape": [
|
| 651 |
+
1152
|
| 652 |
+
],
|
| 653 |
+
"dtype": "bfloat16",
|
| 654 |
+
"format": "raw",
|
| 655 |
+
"nbytes": 2304,
|
| 656 |
+
"byteOffset": 26150656
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"name": "model.layers.15.self_attn.c_attn.weight",
|
| 660 |
+
"shape": [
|
| 661 |
+
1152,
|
| 662 |
+
896
|
| 663 |
+
],
|
| 664 |
+
"dtype": "bfloat16",
|
| 665 |
+
"format": "raw",
|
| 666 |
+
"nbytes": 2064384,
|
| 667 |
+
"byteOffset": 26152960
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"name": "model.layers.15.self_attn.o_proj.weight",
|
| 671 |
+
"shape": [
|
| 672 |
+
896,
|
| 673 |
+
896
|
| 674 |
+
],
|
| 675 |
+
"dtype": "bfloat16",
|
| 676 |
+
"format": "raw",
|
| 677 |
+
"nbytes": 1605632,
|
| 678 |
+
"byteOffset": 28217344
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"name": "model.layers.16.input_layernorm.weight",
|
| 682 |
+
"shape": [
|
| 683 |
+
896
|
| 684 |
+
],
|
| 685 |
+
"dtype": "bfloat16",
|
| 686 |
+
"format": "raw",
|
| 687 |
+
"nbytes": 1792,
|
| 688 |
+
"byteOffset": 29822976
|
| 689 |
+
}
|
| 690 |
+
],
|
| 691 |
+
"md5sum": "fd57d208184662eb90ab6a35d470c813"
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"dataPath": "params_shard_9.bin",
|
| 695 |
+
"format": "raw-shard",
|
| 696 |
+
"nbytes": 29824768,
|
| 697 |
+
"records": [
|
| 698 |
+
{
|
| 699 |
+
"name": "model.layers.16.mlp.down_proj.weight",
|
| 700 |
+
"shape": [
|
| 701 |
+
896,
|
| 702 |
+
4864
|
| 703 |
+
],
|
| 704 |
+
"dtype": "bfloat16",
|
| 705 |
+
"format": "raw",
|
| 706 |
+
"nbytes": 8716288,
|
| 707 |
+
"byteOffset": 0
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"name": "model.layers.16.mlp.gate_up_proj.weight",
|
| 711 |
+
"shape": [
|
| 712 |
+
9728,
|
| 713 |
+
896
|
| 714 |
+
],
|
| 715 |
+
"dtype": "bfloat16",
|
| 716 |
+
"format": "raw",
|
| 717 |
+
"nbytes": 17432576,
|
| 718 |
+
"byteOffset": 8716288
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"name": "model.layers.16.post_attention_layernorm.weight",
|
| 722 |
+
"shape": [
|
| 723 |
+
896
|
| 724 |
+
],
|
| 725 |
+
"dtype": "bfloat16",
|
| 726 |
+
"format": "raw",
|
| 727 |
+
"nbytes": 1792,
|
| 728 |
+
"byteOffset": 26148864
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"name": "model.layers.16.self_attn.c_attn.bias",
|
| 732 |
+
"shape": [
|
| 733 |
+
1152
|
| 734 |
+
],
|
| 735 |
+
"dtype": "bfloat16",
|
| 736 |
+
"format": "raw",
|
| 737 |
+
"nbytes": 2304,
|
| 738 |
+
"byteOffset": 26150656
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"name": "model.layers.16.self_attn.c_attn.weight",
|
| 742 |
+
"shape": [
|
| 743 |
+
1152,
|
| 744 |
+
896
|
| 745 |
+
],
|
| 746 |
+
"dtype": "bfloat16",
|
| 747 |
+
"format": "raw",
|
| 748 |
+
"nbytes": 2064384,
|
| 749 |
+
"byteOffset": 26152960
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"name": "model.layers.16.self_attn.o_proj.weight",
|
| 753 |
+
"shape": [
|
| 754 |
+
896,
|
| 755 |
+
896
|
| 756 |
+
],
|
| 757 |
+
"dtype": "bfloat16",
|
| 758 |
+
"format": "raw",
|
| 759 |
+
"nbytes": 1605632,
|
| 760 |
+
"byteOffset": 28217344
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"name": "model.layers.17.input_layernorm.weight",
|
| 764 |
+
"shape": [
|
| 765 |
+
896
|
| 766 |
+
],
|
| 767 |
+
"dtype": "bfloat16",
|
| 768 |
+
"format": "raw",
|
| 769 |
+
"nbytes": 1792,
|
| 770 |
+
"byteOffset": 29822976
|
| 771 |
+
}
|
| 772 |
+
],
|
| 773 |
+
"md5sum": "cc86746776a52819c5a8cb98d7929f9b"
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"dataPath": "params_shard_10.bin",
|
| 777 |
+
"format": "raw-shard",
|
| 778 |
+
"nbytes": 29824768,
|
| 779 |
+
"records": [
|
| 780 |
+
{
|
| 781 |
+
"name": "model.layers.17.mlp.down_proj.weight",
|
| 782 |
+
"shape": [
|
| 783 |
+
896,
|
| 784 |
+
4864
|
| 785 |
+
],
|
| 786 |
+
"dtype": "bfloat16",
|
| 787 |
+
"format": "raw",
|
| 788 |
+
"nbytes": 8716288,
|
| 789 |
+
"byteOffset": 0
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"name": "model.layers.17.mlp.gate_up_proj.weight",
|
| 793 |
+
"shape": [
|
| 794 |
+
9728,
|
| 795 |
+
896
|
| 796 |
+
],
|
| 797 |
+
"dtype": "bfloat16",
|
| 798 |
+
"format": "raw",
|
| 799 |
+
"nbytes": 17432576,
|
| 800 |
+
"byteOffset": 8716288
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"name": "model.layers.17.post_attention_layernorm.weight",
|
| 804 |
+
"shape": [
|
| 805 |
+
896
|
| 806 |
+
],
|
| 807 |
+
"dtype": "bfloat16",
|
| 808 |
+
"format": "raw",
|
| 809 |
+
"nbytes": 1792,
|
| 810 |
+
"byteOffset": 26148864
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"name": "model.layers.17.self_attn.c_attn.bias",
|
| 814 |
+
"shape": [
|
| 815 |
+
1152
|
| 816 |
+
],
|
| 817 |
+
"dtype": "bfloat16",
|
| 818 |
+
"format": "raw",
|
| 819 |
+
"nbytes": 2304,
|
| 820 |
+
"byteOffset": 26150656
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"name": "model.layers.17.self_attn.c_attn.weight",
|
| 824 |
+
"shape": [
|
| 825 |
+
1152,
|
| 826 |
+
896
|
| 827 |
+
],
|
| 828 |
+
"dtype": "bfloat16",
|
| 829 |
+
"format": "raw",
|
| 830 |
+
"nbytes": 2064384,
|
| 831 |
+
"byteOffset": 26152960
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"name": "model.layers.17.self_attn.o_proj.weight",
|
| 835 |
+
"shape": [
|
| 836 |
+
896,
|
| 837 |
+
896
|
| 838 |
+
],
|
| 839 |
+
"dtype": "bfloat16",
|
| 840 |
+
"format": "raw",
|
| 841 |
+
"nbytes": 1605632,
|
| 842 |
+
"byteOffset": 28217344
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"name": "model.layers.18.input_layernorm.weight",
|
| 846 |
+
"shape": [
|
| 847 |
+
896
|
| 848 |
+
],
|
| 849 |
+
"dtype": "bfloat16",
|
| 850 |
+
"format": "raw",
|
| 851 |
+
"nbytes": 1792,
|
| 852 |
+
"byteOffset": 29822976
|
| 853 |
+
}
|
| 854 |
+
],
|
| 855 |
+
"md5sum": "4f26fa42e45b745a7cc047d0b3d6d783"
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"dataPath": "params_shard_11.bin",
|
| 859 |
+
"format": "raw-shard",
|
| 860 |
+
"nbytes": 29824768,
|
| 861 |
+
"records": [
|
| 862 |
+
{
|
| 863 |
+
"name": "model.layers.18.mlp.down_proj.weight",
|
| 864 |
+
"shape": [
|
| 865 |
+
896,
|
| 866 |
+
4864
|
| 867 |
+
],
|
| 868 |
+
"dtype": "bfloat16",
|
| 869 |
+
"format": "raw",
|
| 870 |
+
"nbytes": 8716288,
|
| 871 |
+
"byteOffset": 0
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"name": "model.layers.18.mlp.gate_up_proj.weight",
|
| 875 |
+
"shape": [
|
| 876 |
+
9728,
|
| 877 |
+
896
|
| 878 |
+
],
|
| 879 |
+
"dtype": "bfloat16",
|
| 880 |
+
"format": "raw",
|
| 881 |
+
"nbytes": 17432576,
|
| 882 |
+
"byteOffset": 8716288
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"name": "model.layers.18.post_attention_layernorm.weight",
|
| 886 |
+
"shape": [
|
| 887 |
+
896
|
| 888 |
+
],
|
| 889 |
+
"dtype": "bfloat16",
|
| 890 |
+
"format": "raw",
|
| 891 |
+
"nbytes": 1792,
|
| 892 |
+
"byteOffset": 26148864
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"name": "model.layers.18.self_attn.c_attn.bias",
|
| 896 |
+
"shape": [
|
| 897 |
+
1152
|
| 898 |
+
],
|
| 899 |
+
"dtype": "bfloat16",
|
| 900 |
+
"format": "raw",
|
| 901 |
+
"nbytes": 2304,
|
| 902 |
+
"byteOffset": 26150656
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"name": "model.layers.18.self_attn.c_attn.weight",
|
| 906 |
+
"shape": [
|
| 907 |
+
1152,
|
| 908 |
+
896
|
| 909 |
+
],
|
| 910 |
+
"dtype": "bfloat16",
|
| 911 |
+
"format": "raw",
|
| 912 |
+
"nbytes": 2064384,
|
| 913 |
+
"byteOffset": 26152960
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"name": "model.layers.18.self_attn.o_proj.weight",
|
| 917 |
+
"shape": [
|
| 918 |
+
896,
|
| 919 |
+
896
|
| 920 |
+
],
|
| 921 |
+
"dtype": "bfloat16",
|
| 922 |
+
"format": "raw",
|
| 923 |
+
"nbytes": 1605632,
|
| 924 |
+
"byteOffset": 28217344
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"name": "model.layers.19.input_layernorm.weight",
|
| 928 |
+
"shape": [
|
| 929 |
+
896
|
| 930 |
+
],
|
| 931 |
+
"dtype": "bfloat16",
|
| 932 |
+
"format": "raw",
|
| 933 |
+
"nbytes": 1792,
|
| 934 |
+
"byteOffset": 29822976
|
| 935 |
+
}
|
| 936 |
+
],
|
| 937 |
+
"md5sum": "830e7dc65630b0b0a0324b44f4547b32"
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"dataPath": "params_shard_12.bin",
|
| 941 |
+
"format": "raw-shard",
|
| 942 |
+
"nbytes": 29824768,
|
| 943 |
+
"records": [
|
| 944 |
+
{
|
| 945 |
+
"name": "model.layers.19.mlp.down_proj.weight",
|
| 946 |
+
"shape": [
|
| 947 |
+
896,
|
| 948 |
+
4864
|
| 949 |
+
],
|
| 950 |
+
"dtype": "bfloat16",
|
| 951 |
+
"format": "raw",
|
| 952 |
+
"nbytes": 8716288,
|
| 953 |
+
"byteOffset": 0
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"name": "model.layers.19.mlp.gate_up_proj.weight",
|
| 957 |
+
"shape": [
|
| 958 |
+
9728,
|
| 959 |
+
896
|
| 960 |
+
],
|
| 961 |
+
"dtype": "bfloat16",
|
| 962 |
+
"format": "raw",
|
| 963 |
+
"nbytes": 17432576,
|
| 964 |
+
"byteOffset": 8716288
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"name": "model.layers.19.post_attention_layernorm.weight",
|
| 968 |
+
"shape": [
|
| 969 |
+
896
|
| 970 |
+
],
|
| 971 |
+
"dtype": "bfloat16",
|
| 972 |
+
"format": "raw",
|
| 973 |
+
"nbytes": 1792,
|
| 974 |
+
"byteOffset": 26148864
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"name": "model.layers.19.self_attn.c_attn.bias",
|
| 978 |
+
"shape": [
|
| 979 |
+
1152
|
| 980 |
+
],
|
| 981 |
+
"dtype": "bfloat16",
|
| 982 |
+
"format": "raw",
|
| 983 |
+
"nbytes": 2304,
|
| 984 |
+
"byteOffset": 26150656
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"name": "model.layers.19.self_attn.c_attn.weight",
|
| 988 |
+
"shape": [
|
| 989 |
+
1152,
|
| 990 |
+
896
|
| 991 |
+
],
|
| 992 |
+
"dtype": "bfloat16",
|
| 993 |
+
"format": "raw",
|
| 994 |
+
"nbytes": 2064384,
|
| 995 |
+
"byteOffset": 26152960
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"name": "model.layers.19.self_attn.o_proj.weight",
|
| 999 |
+
"shape": [
|
| 1000 |
+
896,
|
| 1001 |
+
896
|
| 1002 |
+
],
|
| 1003 |
+
"dtype": "bfloat16",
|
| 1004 |
+
"format": "raw",
|
| 1005 |
+
"nbytes": 1605632,
|
| 1006 |
+
"byteOffset": 28217344
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"name": "model.layers.2.input_layernorm.weight",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
896
|
| 1012 |
+
],
|
| 1013 |
+
"dtype": "bfloat16",
|
| 1014 |
+
"format": "raw",
|
| 1015 |
+
"nbytes": 1792,
|
| 1016 |
+
"byteOffset": 29822976
|
| 1017 |
+
}
|
| 1018 |
+
],
|
| 1019 |
+
"md5sum": "68f931b589935a3a10b21f0e444c4ce9"
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"dataPath": "params_shard_13.bin",
|
| 1023 |
+
"format": "raw-shard",
|
| 1024 |
+
"nbytes": 29824768,
|
| 1025 |
+
"records": [
|
| 1026 |
+
{
|
| 1027 |
+
"name": "model.layers.2.mlp.down_proj.weight",
|
| 1028 |
+
"shape": [
|
| 1029 |
+
896,
|
| 1030 |
+
4864
|
| 1031 |
+
],
|
| 1032 |
+
"dtype": "bfloat16",
|
| 1033 |
+
"format": "raw",
|
| 1034 |
+
"nbytes": 8716288,
|
| 1035 |
+
"byteOffset": 0
|
| 1036 |
+
},
|
| 1037 |
+
{
|
| 1038 |
+
"name": "model.layers.2.mlp.gate_up_proj.weight",
|
| 1039 |
+
"shape": [
|
| 1040 |
+
9728,
|
| 1041 |
+
896
|
| 1042 |
+
],
|
| 1043 |
+
"dtype": "bfloat16",
|
| 1044 |
+
"format": "raw",
|
| 1045 |
+
"nbytes": 17432576,
|
| 1046 |
+
"byteOffset": 8716288
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"name": "model.layers.2.post_attention_layernorm.weight",
|
| 1050 |
+
"shape": [
|
| 1051 |
+
896
|
| 1052 |
+
],
|
| 1053 |
+
"dtype": "bfloat16",
|
| 1054 |
+
"format": "raw",
|
| 1055 |
+
"nbytes": 1792,
|
| 1056 |
+
"byteOffset": 26148864
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"name": "model.layers.2.self_attn.c_attn.bias",
|
| 1060 |
+
"shape": [
|
| 1061 |
+
1152
|
| 1062 |
+
],
|
| 1063 |
+
"dtype": "bfloat16",
|
| 1064 |
+
"format": "raw",
|
| 1065 |
+
"nbytes": 2304,
|
| 1066 |
+
"byteOffset": 26150656
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"name": "model.layers.2.self_attn.c_attn.weight",
|
| 1070 |
+
"shape": [
|
| 1071 |
+
1152,
|
| 1072 |
+
896
|
| 1073 |
+
],
|
| 1074 |
+
"dtype": "bfloat16",
|
| 1075 |
+
"format": "raw",
|
| 1076 |
+
"nbytes": 2064384,
|
| 1077 |
+
"byteOffset": 26152960
|
| 1078 |
+
},
|
| 1079 |
+
{
|
| 1080 |
+
"name": "model.layers.2.self_attn.o_proj.weight",
|
| 1081 |
+
"shape": [
|
| 1082 |
+
896,
|
| 1083 |
+
896
|
| 1084 |
+
],
|
| 1085 |
+
"dtype": "bfloat16",
|
| 1086 |
+
"format": "raw",
|
| 1087 |
+
"nbytes": 1605632,
|
| 1088 |
+
"byteOffset": 28217344
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"name": "model.layers.20.input_layernorm.weight",
|
| 1092 |
+
"shape": [
|
| 1093 |
+
896
|
| 1094 |
+
],
|
| 1095 |
+
"dtype": "bfloat16",
|
| 1096 |
+
"format": "raw",
|
| 1097 |
+
"nbytes": 1792,
|
| 1098 |
+
"byteOffset": 29822976
|
| 1099 |
+
}
|
| 1100 |
+
],
|
| 1101 |
+
"md5sum": "4e7751df3e6007ca2321995b78e6cc2b"
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"dataPath": "params_shard_14.bin",
|
| 1105 |
+
"format": "raw-shard",
|
| 1106 |
+
"nbytes": 29824768,
|
| 1107 |
+
"records": [
|
| 1108 |
+
{
|
| 1109 |
+
"name": "model.layers.20.mlp.down_proj.weight",
|
| 1110 |
+
"shape": [
|
| 1111 |
+
896,
|
| 1112 |
+
4864
|
| 1113 |
+
],
|
| 1114 |
+
"dtype": "bfloat16",
|
| 1115 |
+
"format": "raw",
|
| 1116 |
+
"nbytes": 8716288,
|
| 1117 |
+
"byteOffset": 0
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"name": "model.layers.20.mlp.gate_up_proj.weight",
|
| 1121 |
+
"shape": [
|
| 1122 |
+
9728,
|
| 1123 |
+
896
|
| 1124 |
+
],
|
| 1125 |
+
"dtype": "bfloat16",
|
| 1126 |
+
"format": "raw",
|
| 1127 |
+
"nbytes": 17432576,
|
| 1128 |
+
"byteOffset": 8716288
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"name": "model.layers.20.post_attention_layernorm.weight",
|
| 1132 |
+
"shape": [
|
| 1133 |
+
896
|
| 1134 |
+
],
|
| 1135 |
+
"dtype": "bfloat16",
|
| 1136 |
+
"format": "raw",
|
| 1137 |
+
"nbytes": 1792,
|
| 1138 |
+
"byteOffset": 26148864
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"name": "model.layers.20.self_attn.c_attn.bias",
|
| 1142 |
+
"shape": [
|
| 1143 |
+
1152
|
| 1144 |
+
],
|
| 1145 |
+
"dtype": "bfloat16",
|
| 1146 |
+
"format": "raw",
|
| 1147 |
+
"nbytes": 2304,
|
| 1148 |
+
"byteOffset": 26150656
|
| 1149 |
+
},
|
| 1150 |
+
{
|
| 1151 |
+
"name": "model.layers.20.self_attn.c_attn.weight",
|
| 1152 |
+
"shape": [
|
| 1153 |
+
1152,
|
| 1154 |
+
896
|
| 1155 |
+
],
|
| 1156 |
+
"dtype": "bfloat16",
|
| 1157 |
+
"format": "raw",
|
| 1158 |
+
"nbytes": 2064384,
|
| 1159 |
+
"byteOffset": 26152960
|
| 1160 |
+
},
|
| 1161 |
+
{
|
| 1162 |
+
"name": "model.layers.20.self_attn.o_proj.weight",
|
| 1163 |
+
"shape": [
|
| 1164 |
+
896,
|
| 1165 |
+
896
|
| 1166 |
+
],
|
| 1167 |
+
"dtype": "bfloat16",
|
| 1168 |
+
"format": "raw",
|
| 1169 |
+
"nbytes": 1605632,
|
| 1170 |
+
"byteOffset": 28217344
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"name": "model.layers.21.input_layernorm.weight",
|
| 1174 |
+
"shape": [
|
| 1175 |
+
896
|
| 1176 |
+
],
|
| 1177 |
+
"dtype": "bfloat16",
|
| 1178 |
+
"format": "raw",
|
| 1179 |
+
"nbytes": 1792,
|
| 1180 |
+
"byteOffset": 29822976
|
| 1181 |
+
}
|
| 1182 |
+
],
|
| 1183 |
+
"md5sum": "d0b9974dc14a3aa1c3dd09d02f2bd685"
|
| 1184 |
+
},
|
| 1185 |
+
{
|
| 1186 |
+
"dataPath": "params_shard_15.bin",
|
| 1187 |
+
"format": "raw-shard",
|
| 1188 |
+
"nbytes": 29824768,
|
| 1189 |
+
"records": [
|
| 1190 |
+
{
|
| 1191 |
+
"name": "model.layers.21.mlp.down_proj.weight",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
896,
|
| 1194 |
+
4864
|
| 1195 |
+
],
|
| 1196 |
+
"dtype": "bfloat16",
|
| 1197 |
+
"format": "raw",
|
| 1198 |
+
"nbytes": 8716288,
|
| 1199 |
+
"byteOffset": 0
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"name": "model.layers.21.mlp.gate_up_proj.weight",
|
| 1203 |
+
"shape": [
|
| 1204 |
+
9728,
|
| 1205 |
+
896
|
| 1206 |
+
],
|
| 1207 |
+
"dtype": "bfloat16",
|
| 1208 |
+
"format": "raw",
|
| 1209 |
+
"nbytes": 17432576,
|
| 1210 |
+
"byteOffset": 8716288
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"name": "model.layers.21.post_attention_layernorm.weight",
|
| 1214 |
+
"shape": [
|
| 1215 |
+
896
|
| 1216 |
+
],
|
| 1217 |
+
"dtype": "bfloat16",
|
| 1218 |
+
"format": "raw",
|
| 1219 |
+
"nbytes": 1792,
|
| 1220 |
+
"byteOffset": 26148864
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"name": "model.layers.21.self_attn.c_attn.bias",
|
| 1224 |
+
"shape": [
|
| 1225 |
+
1152
|
| 1226 |
+
],
|
| 1227 |
+
"dtype": "bfloat16",
|
| 1228 |
+
"format": "raw",
|
| 1229 |
+
"nbytes": 2304,
|
| 1230 |
+
"byteOffset": 26150656
|
| 1231 |
+
},
|
| 1232 |
+
{
|
| 1233 |
+
"name": "model.layers.21.self_attn.c_attn.weight",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1152,
|
| 1236 |
+
896
|
| 1237 |
+
],
|
| 1238 |
+
"dtype": "bfloat16",
|
| 1239 |
+
"format": "raw",
|
| 1240 |
+
"nbytes": 2064384,
|
| 1241 |
+
"byteOffset": 26152960
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"name": "model.layers.21.self_attn.o_proj.weight",
|
| 1245 |
+
"shape": [
|
| 1246 |
+
896,
|
| 1247 |
+
896
|
| 1248 |
+
],
|
| 1249 |
+
"dtype": "bfloat16",
|
| 1250 |
+
"format": "raw",
|
| 1251 |
+
"nbytes": 1605632,
|
| 1252 |
+
"byteOffset": 28217344
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"name": "model.layers.22.input_layernorm.weight",
|
| 1256 |
+
"shape": [
|
| 1257 |
+
896
|
| 1258 |
+
],
|
| 1259 |
+
"dtype": "bfloat16",
|
| 1260 |
+
"format": "raw",
|
| 1261 |
+
"nbytes": 1792,
|
| 1262 |
+
"byteOffset": 29822976
|
| 1263 |
+
}
|
| 1264 |
+
],
|
| 1265 |
+
"md5sum": "332a82f9b6c3c7a4a7415f599b495edc"
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"dataPath": "params_shard_16.bin",
|
| 1269 |
+
"format": "raw-shard",
|
| 1270 |
+
"nbytes": 29824768,
|
| 1271 |
+
"records": [
|
| 1272 |
+
{
|
| 1273 |
+
"name": "model.layers.22.mlp.down_proj.weight",
|
| 1274 |
+
"shape": [
|
| 1275 |
+
896,
|
| 1276 |
+
4864
|
| 1277 |
+
],
|
| 1278 |
+
"dtype": "bfloat16",
|
| 1279 |
+
"format": "raw",
|
| 1280 |
+
"nbytes": 8716288,
|
| 1281 |
+
"byteOffset": 0
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"name": "model.layers.22.mlp.gate_up_proj.weight",
|
| 1285 |
+
"shape": [
|
| 1286 |
+
9728,
|
| 1287 |
+
896
|
| 1288 |
+
],
|
| 1289 |
+
"dtype": "bfloat16",
|
| 1290 |
+
"format": "raw",
|
| 1291 |
+
"nbytes": 17432576,
|
| 1292 |
+
"byteOffset": 8716288
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"name": "model.layers.22.post_attention_layernorm.weight",
|
| 1296 |
+
"shape": [
|
| 1297 |
+
896
|
| 1298 |
+
],
|
| 1299 |
+
"dtype": "bfloat16",
|
| 1300 |
+
"format": "raw",
|
| 1301 |
+
"nbytes": 1792,
|
| 1302 |
+
"byteOffset": 26148864
|
| 1303 |
+
},
|
| 1304 |
+
{
|
| 1305 |
+
"name": "model.layers.22.self_attn.c_attn.bias",
|
| 1306 |
+
"shape": [
|
| 1307 |
+
1152
|
| 1308 |
+
],
|
| 1309 |
+
"dtype": "bfloat16",
|
| 1310 |
+
"format": "raw",
|
| 1311 |
+
"nbytes": 2304,
|
| 1312 |
+
"byteOffset": 26150656
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"name": "model.layers.22.self_attn.c_attn.weight",
|
| 1316 |
+
"shape": [
|
| 1317 |
+
1152,
|
| 1318 |
+
896
|
| 1319 |
+
],
|
| 1320 |
+
"dtype": "bfloat16",
|
| 1321 |
+
"format": "raw",
|
| 1322 |
+
"nbytes": 2064384,
|
| 1323 |
+
"byteOffset": 26152960
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"name": "model.layers.22.self_attn.o_proj.weight",
|
| 1327 |
+
"shape": [
|
| 1328 |
+
896,
|
| 1329 |
+
896
|
| 1330 |
+
],
|
| 1331 |
+
"dtype": "bfloat16",
|
| 1332 |
+
"format": "raw",
|
| 1333 |
+
"nbytes": 1605632,
|
| 1334 |
+
"byteOffset": 28217344
|
| 1335 |
+
},
|
| 1336 |
+
{
|
| 1337 |
+
"name": "model.layers.23.input_layernorm.weight",
|
| 1338 |
+
"shape": [
|
| 1339 |
+
896
|
| 1340 |
+
],
|
| 1341 |
+
"dtype": "bfloat16",
|
| 1342 |
+
"format": "raw",
|
| 1343 |
+
"nbytes": 1792,
|
| 1344 |
+
"byteOffset": 29822976
|
| 1345 |
+
}
|
| 1346 |
+
],
|
| 1347 |
+
"md5sum": "2db8e593de45286e610d96f641b60c52"
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"dataPath": "params_shard_17.bin",
|
| 1351 |
+
"format": "raw-shard",
|
| 1352 |
+
"nbytes": 29824768,
|
| 1353 |
+
"records": [
|
| 1354 |
+
{
|
| 1355 |
+
"name": "model.layers.23.mlp.down_proj.weight",
|
| 1356 |
+
"shape": [
|
| 1357 |
+
896,
|
| 1358 |
+
4864
|
| 1359 |
+
],
|
| 1360 |
+
"dtype": "bfloat16",
|
| 1361 |
+
"format": "raw",
|
| 1362 |
+
"nbytes": 8716288,
|
| 1363 |
+
"byteOffset": 0
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"name": "model.layers.23.mlp.gate_up_proj.weight",
|
| 1367 |
+
"shape": [
|
| 1368 |
+
9728,
|
| 1369 |
+
896
|
| 1370 |
+
],
|
| 1371 |
+
"dtype": "bfloat16",
|
| 1372 |
+
"format": "raw",
|
| 1373 |
+
"nbytes": 17432576,
|
| 1374 |
+
"byteOffset": 8716288
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"name": "model.layers.23.post_attention_layernorm.weight",
|
| 1378 |
+
"shape": [
|
| 1379 |
+
896
|
| 1380 |
+
],
|
| 1381 |
+
"dtype": "bfloat16",
|
| 1382 |
+
"format": "raw",
|
| 1383 |
+
"nbytes": 1792,
|
| 1384 |
+
"byteOffset": 26148864
|
| 1385 |
+
},
|
| 1386 |
+
{
|
| 1387 |
+
"name": "model.layers.23.self_attn.c_attn.bias",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1152
|
| 1390 |
+
],
|
| 1391 |
+
"dtype": "bfloat16",
|
| 1392 |
+
"format": "raw",
|
| 1393 |
+
"nbytes": 2304,
|
| 1394 |
+
"byteOffset": 26150656
|
| 1395 |
+
},
|
| 1396 |
+
{
|
| 1397 |
+
"name": "model.layers.23.self_attn.c_attn.weight",
|
| 1398 |
+
"shape": [
|
| 1399 |
+
1152,
|
| 1400 |
+
896
|
| 1401 |
+
],
|
| 1402 |
+
"dtype": "bfloat16",
|
| 1403 |
+
"format": "raw",
|
| 1404 |
+
"nbytes": 2064384,
|
| 1405 |
+
"byteOffset": 26152960
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"name": "model.layers.23.self_attn.o_proj.weight",
|
| 1409 |
+
"shape": [
|
| 1410 |
+
896,
|
| 1411 |
+
896
|
| 1412 |
+
],
|
| 1413 |
+
"dtype": "bfloat16",
|
| 1414 |
+
"format": "raw",
|
| 1415 |
+
"nbytes": 1605632,
|
| 1416 |
+
"byteOffset": 28217344
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"name": "model.layers.3.input_layernorm.weight",
|
| 1420 |
+
"shape": [
|
| 1421 |
+
896
|
| 1422 |
+
],
|
| 1423 |
+
"dtype": "bfloat16",
|
| 1424 |
+
"format": "raw",
|
| 1425 |
+
"nbytes": 1792,
|
| 1426 |
+
"byteOffset": 29822976
|
| 1427 |
+
}
|
| 1428 |
+
],
|
| 1429 |
+
"md5sum": "2c4649da3ea0c45ea0abab02fa4c8b6a"
|
| 1430 |
+
},
|
| 1431 |
+
{
|
| 1432 |
+
"dataPath": "params_shard_18.bin",
|
| 1433 |
+
"format": "raw-shard",
|
| 1434 |
+
"nbytes": 29824768,
|
| 1435 |
+
"records": [
|
| 1436 |
+
{
|
| 1437 |
+
"name": "model.layers.3.mlp.down_proj.weight",
|
| 1438 |
+
"shape": [
|
| 1439 |
+
896,
|
| 1440 |
+
4864
|
| 1441 |
+
],
|
| 1442 |
+
"dtype": "bfloat16",
|
| 1443 |
+
"format": "raw",
|
| 1444 |
+
"nbytes": 8716288,
|
| 1445 |
+
"byteOffset": 0
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"name": "model.layers.3.mlp.gate_up_proj.weight",
|
| 1449 |
+
"shape": [
|
| 1450 |
+
9728,
|
| 1451 |
+
896
|
| 1452 |
+
],
|
| 1453 |
+
"dtype": "bfloat16",
|
| 1454 |
+
"format": "raw",
|
| 1455 |
+
"nbytes": 17432576,
|
| 1456 |
+
"byteOffset": 8716288
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"name": "model.layers.3.post_attention_layernorm.weight",
|
| 1460 |
+
"shape": [
|
| 1461 |
+
896
|
| 1462 |
+
],
|
| 1463 |
+
"dtype": "bfloat16",
|
| 1464 |
+
"format": "raw",
|
| 1465 |
+
"nbytes": 1792,
|
| 1466 |
+
"byteOffset": 26148864
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"name": "model.layers.3.self_attn.c_attn.bias",
|
| 1470 |
+
"shape": [
|
| 1471 |
+
1152
|
| 1472 |
+
],
|
| 1473 |
+
"dtype": "bfloat16",
|
| 1474 |
+
"format": "raw",
|
| 1475 |
+
"nbytes": 2304,
|
| 1476 |
+
"byteOffset": 26150656
|
| 1477 |
+
},
|
| 1478 |
+
{
|
| 1479 |
+
"name": "model.layers.3.self_attn.c_attn.weight",
|
| 1480 |
+
"shape": [
|
| 1481 |
+
1152,
|
| 1482 |
+
896
|
| 1483 |
+
],
|
| 1484 |
+
"dtype": "bfloat16",
|
| 1485 |
+
"format": "raw",
|
| 1486 |
+
"nbytes": 2064384,
|
| 1487 |
+
"byteOffset": 26152960
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"name": "model.layers.3.self_attn.o_proj.weight",
|
| 1491 |
+
"shape": [
|
| 1492 |
+
896,
|
| 1493 |
+
896
|
| 1494 |
+
],
|
| 1495 |
+
"dtype": "bfloat16",
|
| 1496 |
+
"format": "raw",
|
| 1497 |
+
"nbytes": 1605632,
|
| 1498 |
+
"byteOffset": 28217344
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"name": "model.layers.4.input_layernorm.weight",
|
| 1502 |
+
"shape": [
|
| 1503 |
+
896
|
| 1504 |
+
],
|
| 1505 |
+
"dtype": "bfloat16",
|
| 1506 |
+
"format": "raw",
|
| 1507 |
+
"nbytes": 1792,
|
| 1508 |
+
"byteOffset": 29822976
|
| 1509 |
+
}
|
| 1510 |
+
],
|
| 1511 |
+
"md5sum": "a732fe2d68b94499c71895ff4a6da8e6"
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"dataPath": "params_shard_19.bin",
|
| 1515 |
+
"format": "raw-shard",
|
| 1516 |
+
"nbytes": 29824768,
|
| 1517 |
+
"records": [
|
| 1518 |
+
{
|
| 1519 |
+
"name": "model.layers.4.mlp.down_proj.weight",
|
| 1520 |
+
"shape": [
|
| 1521 |
+
896,
|
| 1522 |
+
4864
|
| 1523 |
+
],
|
| 1524 |
+
"dtype": "bfloat16",
|
| 1525 |
+
"format": "raw",
|
| 1526 |
+
"nbytes": 8716288,
|
| 1527 |
+
"byteOffset": 0
|
| 1528 |
+
},
|
| 1529 |
+
{
|
| 1530 |
+
"name": "model.layers.4.mlp.gate_up_proj.weight",
|
| 1531 |
+
"shape": [
|
| 1532 |
+
9728,
|
| 1533 |
+
896
|
| 1534 |
+
],
|
| 1535 |
+
"dtype": "bfloat16",
|
| 1536 |
+
"format": "raw",
|
| 1537 |
+
"nbytes": 17432576,
|
| 1538 |
+
"byteOffset": 8716288
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"name": "model.layers.4.post_attention_layernorm.weight",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
896
|
| 1544 |
+
],
|
| 1545 |
+
"dtype": "bfloat16",
|
| 1546 |
+
"format": "raw",
|
| 1547 |
+
"nbytes": 1792,
|
| 1548 |
+
"byteOffset": 26148864
|
| 1549 |
+
},
|
| 1550 |
+
{
|
| 1551 |
+
"name": "model.layers.4.self_attn.c_attn.bias",
|
| 1552 |
+
"shape": [
|
| 1553 |
+
1152
|
| 1554 |
+
],
|
| 1555 |
+
"dtype": "bfloat16",
|
| 1556 |
+
"format": "raw",
|
| 1557 |
+
"nbytes": 2304,
|
| 1558 |
+
"byteOffset": 26150656
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"name": "model.layers.4.self_attn.c_attn.weight",
|
| 1562 |
+
"shape": [
|
| 1563 |
+
1152,
|
| 1564 |
+
896
|
| 1565 |
+
],
|
| 1566 |
+
"dtype": "bfloat16",
|
| 1567 |
+
"format": "raw",
|
| 1568 |
+
"nbytes": 2064384,
|
| 1569 |
+
"byteOffset": 26152960
|
| 1570 |
+
},
|
| 1571 |
+
{
|
| 1572 |
+
"name": "model.layers.4.self_attn.o_proj.weight",
|
| 1573 |
+
"shape": [
|
| 1574 |
+
896,
|
| 1575 |
+
896
|
| 1576 |
+
],
|
| 1577 |
+
"dtype": "bfloat16",
|
| 1578 |
+
"format": "raw",
|
| 1579 |
+
"nbytes": 1605632,
|
| 1580 |
+
"byteOffset": 28217344
|
| 1581 |
+
},
|
| 1582 |
+
{
|
| 1583 |
+
"name": "model.layers.5.input_layernorm.weight",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
896
|
| 1586 |
+
],
|
| 1587 |
+
"dtype": "bfloat16",
|
| 1588 |
+
"format": "raw",
|
| 1589 |
+
"nbytes": 1792,
|
| 1590 |
+
"byteOffset": 29822976
|
| 1591 |
+
}
|
| 1592 |
+
],
|
| 1593 |
+
"md5sum": "00aadda8922498a73f32a6489faf0c5d"
|
| 1594 |
+
},
|
| 1595 |
+
{
|
| 1596 |
+
"dataPath": "params_shard_20.bin",
|
| 1597 |
+
"format": "raw-shard",
|
| 1598 |
+
"nbytes": 29824768,
|
| 1599 |
+
"records": [
|
| 1600 |
+
{
|
| 1601 |
+
"name": "model.layers.5.mlp.down_proj.weight",
|
| 1602 |
+
"shape": [
|
| 1603 |
+
896,
|
| 1604 |
+
4864
|
| 1605 |
+
],
|
| 1606 |
+
"dtype": "bfloat16",
|
| 1607 |
+
"format": "raw",
|
| 1608 |
+
"nbytes": 8716288,
|
| 1609 |
+
"byteOffset": 0
|
| 1610 |
+
},
|
| 1611 |
+
{
|
| 1612 |
+
"name": "model.layers.5.mlp.gate_up_proj.weight",
|
| 1613 |
+
"shape": [
|
| 1614 |
+
9728,
|
| 1615 |
+
896
|
| 1616 |
+
],
|
| 1617 |
+
"dtype": "bfloat16",
|
| 1618 |
+
"format": "raw",
|
| 1619 |
+
"nbytes": 17432576,
|
| 1620 |
+
"byteOffset": 8716288
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"name": "model.layers.5.post_attention_layernorm.weight",
|
| 1624 |
+
"shape": [
|
| 1625 |
+
896
|
| 1626 |
+
],
|
| 1627 |
+
"dtype": "bfloat16",
|
| 1628 |
+
"format": "raw",
|
| 1629 |
+
"nbytes": 1792,
|
| 1630 |
+
"byteOffset": 26148864
|
| 1631 |
+
},
|
| 1632 |
+
{
|
| 1633 |
+
"name": "model.layers.5.self_attn.c_attn.bias",
|
| 1634 |
+
"shape": [
|
| 1635 |
+
1152
|
| 1636 |
+
],
|
| 1637 |
+
"dtype": "bfloat16",
|
| 1638 |
+
"format": "raw",
|
| 1639 |
+
"nbytes": 2304,
|
| 1640 |
+
"byteOffset": 26150656
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"name": "model.layers.5.self_attn.c_attn.weight",
|
| 1644 |
+
"shape": [
|
| 1645 |
+
1152,
|
| 1646 |
+
896
|
| 1647 |
+
],
|
| 1648 |
+
"dtype": "bfloat16",
|
| 1649 |
+
"format": "raw",
|
| 1650 |
+
"nbytes": 2064384,
|
| 1651 |
+
"byteOffset": 26152960
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"name": "model.layers.5.self_attn.o_proj.weight",
|
| 1655 |
+
"shape": [
|
| 1656 |
+
896,
|
| 1657 |
+
896
|
| 1658 |
+
],
|
| 1659 |
+
"dtype": "bfloat16",
|
| 1660 |
+
"format": "raw",
|
| 1661 |
+
"nbytes": 1605632,
|
| 1662 |
+
"byteOffset": 28217344
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"name": "model.layers.6.input_layernorm.weight",
|
| 1666 |
+
"shape": [
|
| 1667 |
+
896
|
| 1668 |
+
],
|
| 1669 |
+
"dtype": "bfloat16",
|
| 1670 |
+
"format": "raw",
|
| 1671 |
+
"nbytes": 1792,
|
| 1672 |
+
"byteOffset": 29822976
|
| 1673 |
+
}
|
| 1674 |
+
],
|
| 1675 |
+
"md5sum": "b4f9f005cfd90269fffd2a41c28670b0"
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"dataPath": "params_shard_21.bin",
|
| 1679 |
+
"format": "raw-shard",
|
| 1680 |
+
"nbytes": 29824768,
|
| 1681 |
+
"records": [
|
| 1682 |
+
{
|
| 1683 |
+
"name": "model.layers.6.mlp.down_proj.weight",
|
| 1684 |
+
"shape": [
|
| 1685 |
+
896,
|
| 1686 |
+
4864
|
| 1687 |
+
],
|
| 1688 |
+
"dtype": "bfloat16",
|
| 1689 |
+
"format": "raw",
|
| 1690 |
+
"nbytes": 8716288,
|
| 1691 |
+
"byteOffset": 0
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"name": "model.layers.6.mlp.gate_up_proj.weight",
|
| 1695 |
+
"shape": [
|
| 1696 |
+
9728,
|
| 1697 |
+
896
|
| 1698 |
+
],
|
| 1699 |
+
"dtype": "bfloat16",
|
| 1700 |
+
"format": "raw",
|
| 1701 |
+
"nbytes": 17432576,
|
| 1702 |
+
"byteOffset": 8716288
|
| 1703 |
+
},
|
| 1704 |
+
{
|
| 1705 |
+
"name": "model.layers.6.post_attention_layernorm.weight",
|
| 1706 |
+
"shape": [
|
| 1707 |
+
896
|
| 1708 |
+
],
|
| 1709 |
+
"dtype": "bfloat16",
|
| 1710 |
+
"format": "raw",
|
| 1711 |
+
"nbytes": 1792,
|
| 1712 |
+
"byteOffset": 26148864
|
| 1713 |
+
},
|
| 1714 |
+
{
|
| 1715 |
+
"name": "model.layers.6.self_attn.c_attn.bias",
|
| 1716 |
+
"shape": [
|
| 1717 |
+
1152
|
| 1718 |
+
],
|
| 1719 |
+
"dtype": "bfloat16",
|
| 1720 |
+
"format": "raw",
|
| 1721 |
+
"nbytes": 2304,
|
| 1722 |
+
"byteOffset": 26150656
|
| 1723 |
+
},
|
| 1724 |
+
{
|
| 1725 |
+
"name": "model.layers.6.self_attn.c_attn.weight",
|
| 1726 |
+
"shape": [
|
| 1727 |
+
1152,
|
| 1728 |
+
896
|
| 1729 |
+
],
|
| 1730 |
+
"dtype": "bfloat16",
|
| 1731 |
+
"format": "raw",
|
| 1732 |
+
"nbytes": 2064384,
|
| 1733 |
+
"byteOffset": 26152960
|
| 1734 |
+
},
|
| 1735 |
+
{
|
| 1736 |
+
"name": "model.layers.6.self_attn.o_proj.weight",
|
| 1737 |
+
"shape": [
|
| 1738 |
+
896,
|
| 1739 |
+
896
|
| 1740 |
+
],
|
| 1741 |
+
"dtype": "bfloat16",
|
| 1742 |
+
"format": "raw",
|
| 1743 |
+
"nbytes": 1605632,
|
| 1744 |
+
"byteOffset": 28217344
|
| 1745 |
+
},
|
| 1746 |
+
{
|
| 1747 |
+
"name": "model.layers.7.input_layernorm.weight",
|
| 1748 |
+
"shape": [
|
| 1749 |
+
896
|
| 1750 |
+
],
|
| 1751 |
+
"dtype": "bfloat16",
|
| 1752 |
+
"format": "raw",
|
| 1753 |
+
"nbytes": 1792,
|
| 1754 |
+
"byteOffset": 29822976
|
| 1755 |
+
}
|
| 1756 |
+
],
|
| 1757 |
+
"md5sum": "08a244d4d75a21c9de82be26addf4b90"
|
| 1758 |
+
},
|
| 1759 |
+
{
|
| 1760 |
+
"dataPath": "params_shard_22.bin",
|
| 1761 |
+
"format": "raw-shard",
|
| 1762 |
+
"nbytes": 29824768,
|
| 1763 |
+
"records": [
|
| 1764 |
+
{
|
| 1765 |
+
"name": "model.layers.7.mlp.down_proj.weight",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
896,
|
| 1768 |
+
4864
|
| 1769 |
+
],
|
| 1770 |
+
"dtype": "bfloat16",
|
| 1771 |
+
"format": "raw",
|
| 1772 |
+
"nbytes": 8716288,
|
| 1773 |
+
"byteOffset": 0
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"name": "model.layers.7.mlp.gate_up_proj.weight",
|
| 1777 |
+
"shape": [
|
| 1778 |
+
9728,
|
| 1779 |
+
896
|
| 1780 |
+
],
|
| 1781 |
+
"dtype": "bfloat16",
|
| 1782 |
+
"format": "raw",
|
| 1783 |
+
"nbytes": 17432576,
|
| 1784 |
+
"byteOffset": 8716288
|
| 1785 |
+
},
|
| 1786 |
+
{
|
| 1787 |
+
"name": "model.layers.7.post_attention_layernorm.weight",
|
| 1788 |
+
"shape": [
|
| 1789 |
+
896
|
| 1790 |
+
],
|
| 1791 |
+
"dtype": "bfloat16",
|
| 1792 |
+
"format": "raw",
|
| 1793 |
+
"nbytes": 1792,
|
| 1794 |
+
"byteOffset": 26148864
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"name": "model.layers.7.self_attn.c_attn.bias",
|
| 1798 |
+
"shape": [
|
| 1799 |
+
1152
|
| 1800 |
+
],
|
| 1801 |
+
"dtype": "bfloat16",
|
| 1802 |
+
"format": "raw",
|
| 1803 |
+
"nbytes": 2304,
|
| 1804 |
+
"byteOffset": 26150656
|
| 1805 |
+
},
|
| 1806 |
+
{
|
| 1807 |
+
"name": "model.layers.7.self_attn.c_attn.weight",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1152,
|
| 1810 |
+
896
|
| 1811 |
+
],
|
| 1812 |
+
"dtype": "bfloat16",
|
| 1813 |
+
"format": "raw",
|
| 1814 |
+
"nbytes": 2064384,
|
| 1815 |
+
"byteOffset": 26152960
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"name": "model.layers.7.self_attn.o_proj.weight",
|
| 1819 |
+
"shape": [
|
| 1820 |
+
896,
|
| 1821 |
+
896
|
| 1822 |
+
],
|
| 1823 |
+
"dtype": "bfloat16",
|
| 1824 |
+
"format": "raw",
|
| 1825 |
+
"nbytes": 1605632,
|
| 1826 |
+
"byteOffset": 28217344
|
| 1827 |
+
},
|
| 1828 |
+
{
|
| 1829 |
+
"name": "model.layers.8.input_layernorm.weight",
|
| 1830 |
+
"shape": [
|
| 1831 |
+
896
|
| 1832 |
+
],
|
| 1833 |
+
"dtype": "bfloat16",
|
| 1834 |
+
"format": "raw",
|
| 1835 |
+
"nbytes": 1792,
|
| 1836 |
+
"byteOffset": 29822976
|
| 1837 |
+
}
|
| 1838 |
+
],
|
| 1839 |
+
"md5sum": "08e7085adc6aa3cc72cc8fe3a43a63d8"
|
| 1840 |
+
},
|
| 1841 |
+
{
|
| 1842 |
+
"dataPath": "params_shard_23.bin",
|
| 1843 |
+
"format": "raw-shard",
|
| 1844 |
+
"nbytes": 29824768,
|
| 1845 |
+
"records": [
|
| 1846 |
+
{
|
| 1847 |
+
"name": "model.layers.8.mlp.down_proj.weight",
|
| 1848 |
+
"shape": [
|
| 1849 |
+
896,
|
| 1850 |
+
4864
|
| 1851 |
+
],
|
| 1852 |
+
"dtype": "bfloat16",
|
| 1853 |
+
"format": "raw",
|
| 1854 |
+
"nbytes": 8716288,
|
| 1855 |
+
"byteOffset": 0
|
| 1856 |
+
},
|
| 1857 |
+
{
|
| 1858 |
+
"name": "model.layers.8.mlp.gate_up_proj.weight",
|
| 1859 |
+
"shape": [
|
| 1860 |
+
9728,
|
| 1861 |
+
896
|
| 1862 |
+
],
|
| 1863 |
+
"dtype": "bfloat16",
|
| 1864 |
+
"format": "raw",
|
| 1865 |
+
"nbytes": 17432576,
|
| 1866 |
+
"byteOffset": 8716288
|
| 1867 |
+
},
|
| 1868 |
+
{
|
| 1869 |
+
"name": "model.layers.8.post_attention_layernorm.weight",
|
| 1870 |
+
"shape": [
|
| 1871 |
+
896
|
| 1872 |
+
],
|
| 1873 |
+
"dtype": "bfloat16",
|
| 1874 |
+
"format": "raw",
|
| 1875 |
+
"nbytes": 1792,
|
| 1876 |
+
"byteOffset": 26148864
|
| 1877 |
+
},
|
| 1878 |
+
{
|
| 1879 |
+
"name": "model.layers.8.self_attn.c_attn.bias",
|
| 1880 |
+
"shape": [
|
| 1881 |
+
1152
|
| 1882 |
+
],
|
| 1883 |
+
"dtype": "bfloat16",
|
| 1884 |
+
"format": "raw",
|
| 1885 |
+
"nbytes": 2304,
|
| 1886 |
+
"byteOffset": 26150656
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"name": "model.layers.8.self_attn.c_attn.weight",
|
| 1890 |
+
"shape": [
|
| 1891 |
+
1152,
|
| 1892 |
+
896
|
| 1893 |
+
],
|
| 1894 |
+
"dtype": "bfloat16",
|
| 1895 |
+
"format": "raw",
|
| 1896 |
+
"nbytes": 2064384,
|
| 1897 |
+
"byteOffset": 26152960
|
| 1898 |
+
},
|
| 1899 |
+
{
|
| 1900 |
+
"name": "model.layers.8.self_attn.o_proj.weight",
|
| 1901 |
+
"shape": [
|
| 1902 |
+
896,
|
| 1903 |
+
896
|
| 1904 |
+
],
|
| 1905 |
+
"dtype": "bfloat16",
|
| 1906 |
+
"format": "raw",
|
| 1907 |
+
"nbytes": 1605632,
|
| 1908 |
+
"byteOffset": 28217344
|
| 1909 |
+
},
|
| 1910 |
+
{
|
| 1911 |
+
"name": "model.layers.9.input_layernorm.weight",
|
| 1912 |
+
"shape": [
|
| 1913 |
+
896
|
| 1914 |
+
],
|
| 1915 |
+
"dtype": "bfloat16",
|
| 1916 |
+
"format": "raw",
|
| 1917 |
+
"nbytes": 1792,
|
| 1918 |
+
"byteOffset": 29822976
|
| 1919 |
+
}
|
| 1920 |
+
],
|
| 1921 |
+
"md5sum": "f5524bd4b5723099f49be9c7c475aa4a"
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"dataPath": "params_shard_24.bin",
|
| 1925 |
+
"format": "raw-shard",
|
| 1926 |
+
"nbytes": 29824768,
|
| 1927 |
+
"records": [
|
| 1928 |
+
{
|
| 1929 |
+
"name": "model.layers.9.mlp.down_proj.weight",
|
| 1930 |
+
"shape": [
|
| 1931 |
+
896,
|
| 1932 |
+
4864
|
| 1933 |
+
],
|
| 1934 |
+
"dtype": "bfloat16",
|
| 1935 |
+
"format": "raw",
|
| 1936 |
+
"nbytes": 8716288,
|
| 1937 |
+
"byteOffset": 0
|
| 1938 |
+
},
|
| 1939 |
+
{
|
| 1940 |
+
"name": "model.layers.9.mlp.gate_up_proj.weight",
|
| 1941 |
+
"shape": [
|
| 1942 |
+
9728,
|
| 1943 |
+
896
|
| 1944 |
+
],
|
| 1945 |
+
"dtype": "bfloat16",
|
| 1946 |
+
"format": "raw",
|
| 1947 |
+
"nbytes": 17432576,
|
| 1948 |
+
"byteOffset": 8716288
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"name": "model.layers.9.post_attention_layernorm.weight",
|
| 1952 |
+
"shape": [
|
| 1953 |
+
896
|
| 1954 |
+
],
|
| 1955 |
+
"dtype": "bfloat16",
|
| 1956 |
+
"format": "raw",
|
| 1957 |
+
"nbytes": 1792,
|
| 1958 |
+
"byteOffset": 26148864
|
| 1959 |
+
},
|
| 1960 |
+
{
|
| 1961 |
+
"name": "model.layers.9.self_attn.c_attn.bias",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1152
|
| 1964 |
+
],
|
| 1965 |
+
"dtype": "bfloat16",
|
| 1966 |
+
"format": "raw",
|
| 1967 |
+
"nbytes": 2304,
|
| 1968 |
+
"byteOffset": 26150656
|
| 1969 |
+
},
|
| 1970 |
+
{
|
| 1971 |
+
"name": "model.layers.9.self_attn.c_attn.weight",
|
| 1972 |
+
"shape": [
|
| 1973 |
+
1152,
|
| 1974 |
+
896
|
| 1975 |
+
],
|
| 1976 |
+
"dtype": "bfloat16",
|
| 1977 |
+
"format": "raw",
|
| 1978 |
+
"nbytes": 2064384,
|
| 1979 |
+
"byteOffset": 26152960
|
| 1980 |
+
},
|
| 1981 |
+
{
|
| 1982 |
+
"name": "model.layers.9.self_attn.o_proj.weight",
|
| 1983 |
+
"shape": [
|
| 1984 |
+
896,
|
| 1985 |
+
896
|
| 1986 |
+
],
|
| 1987 |
+
"dtype": "bfloat16",
|
| 1988 |
+
"format": "raw",
|
| 1989 |
+
"nbytes": 1605632,
|
| 1990 |
+
"byteOffset": 28217344
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"name": "model.norm.weight",
|
| 1994 |
+
"shape": [
|
| 1995 |
+
896
|
| 1996 |
+
],
|
| 1997 |
+
"dtype": "bfloat16",
|
| 1998 |
+
"format": "raw",
|
| 1999 |
+
"nbytes": 1792,
|
| 2000 |
+
"byteOffset": 29822976
|
| 2001 |
+
}
|
| 2002 |
+
],
|
| 2003 |
+
"md5sum": "17f9caabbe9ac6cbe5baa3553fe88cc2"
|
| 2004 |
+
}
|
| 2005 |
+
]
|
| 2006 |
+
}
|
ndarray-cache.json
ADDED
|
@@ -0,0 +1,2006 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"ParamSize": 170,
|
| 4 |
+
"ParamBytes": 1976131072.0,
|
| 5 |
+
"BitsPerParam": 32.0
|
| 6 |
+
},
|
| 7 |
+
"records": [
|
| 8 |
+
{
|
| 9 |
+
"dataPath": "params_shard_0.bin",
|
| 10 |
+
"format": "raw-shard",
|
| 11 |
+
"nbytes": 272269312,
|
| 12 |
+
"records": [
|
| 13 |
+
{
|
| 14 |
+
"name": "model.embed_tokens.weight",
|
| 15 |
+
"shape": [
|
| 16 |
+
151936,
|
| 17 |
+
896
|
| 18 |
+
],
|
| 19 |
+
"dtype": "float32",
|
| 20 |
+
"format": "f32-to-bf16",
|
| 21 |
+
"nbytes": 272269312,
|
| 22 |
+
"byteOffset": 0
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"md5sum": "23990ab65dca23fe907f452299d1aecf"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"dataPath": "params_shard_1.bin",
|
| 29 |
+
"format": "raw-shard",
|
| 30 |
+
"nbytes": 29826560,
|
| 31 |
+
"records": [
|
| 32 |
+
{
|
| 33 |
+
"name": "model.layers.0.input_layernorm.weight",
|
| 34 |
+
"shape": [
|
| 35 |
+
896
|
| 36 |
+
],
|
| 37 |
+
"dtype": "float32",
|
| 38 |
+
"format": "f32-to-bf16",
|
| 39 |
+
"nbytes": 1792,
|
| 40 |
+
"byteOffset": 0
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "model.layers.0.mlp.down_proj.weight",
|
| 44 |
+
"shape": [
|
| 45 |
+
896,
|
| 46 |
+
4864
|
| 47 |
+
],
|
| 48 |
+
"dtype": "float32",
|
| 49 |
+
"format": "f32-to-bf16",
|
| 50 |
+
"nbytes": 8716288,
|
| 51 |
+
"byteOffset": 1792
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"name": "model.layers.0.mlp.gate_up_proj.weight",
|
| 55 |
+
"shape": [
|
| 56 |
+
9728,
|
| 57 |
+
896
|
| 58 |
+
],
|
| 59 |
+
"dtype": "float32",
|
| 60 |
+
"format": "f32-to-bf16",
|
| 61 |
+
"nbytes": 17432576,
|
| 62 |
+
"byteOffset": 8718080
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"name": "model.layers.0.post_attention_layernorm.weight",
|
| 66 |
+
"shape": [
|
| 67 |
+
896
|
| 68 |
+
],
|
| 69 |
+
"dtype": "float32",
|
| 70 |
+
"format": "f32-to-bf16",
|
| 71 |
+
"nbytes": 1792,
|
| 72 |
+
"byteOffset": 26150656
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"name": "model.layers.0.self_attn.c_attn.bias",
|
| 76 |
+
"shape": [
|
| 77 |
+
1152
|
| 78 |
+
],
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"format": "f32-to-bf16",
|
| 81 |
+
"nbytes": 2304,
|
| 82 |
+
"byteOffset": 26152448
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "model.layers.0.self_attn.c_attn.weight",
|
| 86 |
+
"shape": [
|
| 87 |
+
1152,
|
| 88 |
+
896
|
| 89 |
+
],
|
| 90 |
+
"dtype": "float32",
|
| 91 |
+
"format": "f32-to-bf16",
|
| 92 |
+
"nbytes": 2064384,
|
| 93 |
+
"byteOffset": 26154752
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"name": "model.layers.0.self_attn.o_proj.weight",
|
| 97 |
+
"shape": [
|
| 98 |
+
896,
|
| 99 |
+
896
|
| 100 |
+
],
|
| 101 |
+
"dtype": "float32",
|
| 102 |
+
"format": "f32-to-bf16",
|
| 103 |
+
"nbytes": 1605632,
|
| 104 |
+
"byteOffset": 28219136
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"name": "model.layers.1.input_layernorm.weight",
|
| 108 |
+
"shape": [
|
| 109 |
+
896
|
| 110 |
+
],
|
| 111 |
+
"dtype": "float32",
|
| 112 |
+
"format": "f32-to-bf16",
|
| 113 |
+
"nbytes": 1792,
|
| 114 |
+
"byteOffset": 29824768
|
| 115 |
+
}
|
| 116 |
+
],
|
| 117 |
+
"md5sum": "90ab075c76a2d84d03277cd3973a75cb"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"dataPath": "params_shard_2.bin",
|
| 121 |
+
"format": "raw-shard",
|
| 122 |
+
"nbytes": 29824768,
|
| 123 |
+
"records": [
|
| 124 |
+
{
|
| 125 |
+
"name": "model.layers.1.mlp.down_proj.weight",
|
| 126 |
+
"shape": [
|
| 127 |
+
896,
|
| 128 |
+
4864
|
| 129 |
+
],
|
| 130 |
+
"dtype": "float32",
|
| 131 |
+
"format": "f32-to-bf16",
|
| 132 |
+
"nbytes": 8716288,
|
| 133 |
+
"byteOffset": 0
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"name": "model.layers.1.mlp.gate_up_proj.weight",
|
| 137 |
+
"shape": [
|
| 138 |
+
9728,
|
| 139 |
+
896
|
| 140 |
+
],
|
| 141 |
+
"dtype": "float32",
|
| 142 |
+
"format": "f32-to-bf16",
|
| 143 |
+
"nbytes": 17432576,
|
| 144 |
+
"byteOffset": 8716288
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"name": "model.layers.1.post_attention_layernorm.weight",
|
| 148 |
+
"shape": [
|
| 149 |
+
896
|
| 150 |
+
],
|
| 151 |
+
"dtype": "float32",
|
| 152 |
+
"format": "f32-to-bf16",
|
| 153 |
+
"nbytes": 1792,
|
| 154 |
+
"byteOffset": 26148864
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"name": "model.layers.1.self_attn.c_attn.bias",
|
| 158 |
+
"shape": [
|
| 159 |
+
1152
|
| 160 |
+
],
|
| 161 |
+
"dtype": "float32",
|
| 162 |
+
"format": "f32-to-bf16",
|
| 163 |
+
"nbytes": 2304,
|
| 164 |
+
"byteOffset": 26150656
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"name": "model.layers.1.self_attn.c_attn.weight",
|
| 168 |
+
"shape": [
|
| 169 |
+
1152,
|
| 170 |
+
896
|
| 171 |
+
],
|
| 172 |
+
"dtype": "float32",
|
| 173 |
+
"format": "f32-to-bf16",
|
| 174 |
+
"nbytes": 2064384,
|
| 175 |
+
"byteOffset": 26152960
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"name": "model.layers.1.self_attn.o_proj.weight",
|
| 179 |
+
"shape": [
|
| 180 |
+
896,
|
| 181 |
+
896
|
| 182 |
+
],
|
| 183 |
+
"dtype": "float32",
|
| 184 |
+
"format": "f32-to-bf16",
|
| 185 |
+
"nbytes": 1605632,
|
| 186 |
+
"byteOffset": 28217344
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"name": "model.layers.10.input_layernorm.weight",
|
| 190 |
+
"shape": [
|
| 191 |
+
896
|
| 192 |
+
],
|
| 193 |
+
"dtype": "float32",
|
| 194 |
+
"format": "f32-to-bf16",
|
| 195 |
+
"nbytes": 1792,
|
| 196 |
+
"byteOffset": 29822976
|
| 197 |
+
}
|
| 198 |
+
],
|
| 199 |
+
"md5sum": "3c60193cbd150348b045e96638cb11e2"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"dataPath": "params_shard_3.bin",
|
| 203 |
+
"format": "raw-shard",
|
| 204 |
+
"nbytes": 29824768,
|
| 205 |
+
"records": [
|
| 206 |
+
{
|
| 207 |
+
"name": "model.layers.10.mlp.down_proj.weight",
|
| 208 |
+
"shape": [
|
| 209 |
+
896,
|
| 210 |
+
4864
|
| 211 |
+
],
|
| 212 |
+
"dtype": "float32",
|
| 213 |
+
"format": "f32-to-bf16",
|
| 214 |
+
"nbytes": 8716288,
|
| 215 |
+
"byteOffset": 0
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"name": "model.layers.10.mlp.gate_up_proj.weight",
|
| 219 |
+
"shape": [
|
| 220 |
+
9728,
|
| 221 |
+
896
|
| 222 |
+
],
|
| 223 |
+
"dtype": "float32",
|
| 224 |
+
"format": "f32-to-bf16",
|
| 225 |
+
"nbytes": 17432576,
|
| 226 |
+
"byteOffset": 8716288
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"name": "model.layers.10.post_attention_layernorm.weight",
|
| 230 |
+
"shape": [
|
| 231 |
+
896
|
| 232 |
+
],
|
| 233 |
+
"dtype": "float32",
|
| 234 |
+
"format": "f32-to-bf16",
|
| 235 |
+
"nbytes": 1792,
|
| 236 |
+
"byteOffset": 26148864
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"name": "model.layers.10.self_attn.c_attn.bias",
|
| 240 |
+
"shape": [
|
| 241 |
+
1152
|
| 242 |
+
],
|
| 243 |
+
"dtype": "float32",
|
| 244 |
+
"format": "f32-to-bf16",
|
| 245 |
+
"nbytes": 2304,
|
| 246 |
+
"byteOffset": 26150656
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"name": "model.layers.10.self_attn.c_attn.weight",
|
| 250 |
+
"shape": [
|
| 251 |
+
1152,
|
| 252 |
+
896
|
| 253 |
+
],
|
| 254 |
+
"dtype": "float32",
|
| 255 |
+
"format": "f32-to-bf16",
|
| 256 |
+
"nbytes": 2064384,
|
| 257 |
+
"byteOffset": 26152960
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"name": "model.layers.10.self_attn.o_proj.weight",
|
| 261 |
+
"shape": [
|
| 262 |
+
896,
|
| 263 |
+
896
|
| 264 |
+
],
|
| 265 |
+
"dtype": "float32",
|
| 266 |
+
"format": "f32-to-bf16",
|
| 267 |
+
"nbytes": 1605632,
|
| 268 |
+
"byteOffset": 28217344
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"name": "model.layers.11.input_layernorm.weight",
|
| 272 |
+
"shape": [
|
| 273 |
+
896
|
| 274 |
+
],
|
| 275 |
+
"dtype": "float32",
|
| 276 |
+
"format": "f32-to-bf16",
|
| 277 |
+
"nbytes": 1792,
|
| 278 |
+
"byteOffset": 29822976
|
| 279 |
+
}
|
| 280 |
+
],
|
| 281 |
+
"md5sum": "4df326a7e6569f199adc1f73c8a704a9"
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"dataPath": "params_shard_4.bin",
|
| 285 |
+
"format": "raw-shard",
|
| 286 |
+
"nbytes": 29824768,
|
| 287 |
+
"records": [
|
| 288 |
+
{
|
| 289 |
+
"name": "model.layers.11.mlp.down_proj.weight",
|
| 290 |
+
"shape": [
|
| 291 |
+
896,
|
| 292 |
+
4864
|
| 293 |
+
],
|
| 294 |
+
"dtype": "float32",
|
| 295 |
+
"format": "f32-to-bf16",
|
| 296 |
+
"nbytes": 8716288,
|
| 297 |
+
"byteOffset": 0
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"name": "model.layers.11.mlp.gate_up_proj.weight",
|
| 301 |
+
"shape": [
|
| 302 |
+
9728,
|
| 303 |
+
896
|
| 304 |
+
],
|
| 305 |
+
"dtype": "float32",
|
| 306 |
+
"format": "f32-to-bf16",
|
| 307 |
+
"nbytes": 17432576,
|
| 308 |
+
"byteOffset": 8716288
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"name": "model.layers.11.post_attention_layernorm.weight",
|
| 312 |
+
"shape": [
|
| 313 |
+
896
|
| 314 |
+
],
|
| 315 |
+
"dtype": "float32",
|
| 316 |
+
"format": "f32-to-bf16",
|
| 317 |
+
"nbytes": 1792,
|
| 318 |
+
"byteOffset": 26148864
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"name": "model.layers.11.self_attn.c_attn.bias",
|
| 322 |
+
"shape": [
|
| 323 |
+
1152
|
| 324 |
+
],
|
| 325 |
+
"dtype": "float32",
|
| 326 |
+
"format": "f32-to-bf16",
|
| 327 |
+
"nbytes": 2304,
|
| 328 |
+
"byteOffset": 26150656
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"name": "model.layers.11.self_attn.c_attn.weight",
|
| 332 |
+
"shape": [
|
| 333 |
+
1152,
|
| 334 |
+
896
|
| 335 |
+
],
|
| 336 |
+
"dtype": "float32",
|
| 337 |
+
"format": "f32-to-bf16",
|
| 338 |
+
"nbytes": 2064384,
|
| 339 |
+
"byteOffset": 26152960
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"name": "model.layers.11.self_attn.o_proj.weight",
|
| 343 |
+
"shape": [
|
| 344 |
+
896,
|
| 345 |
+
896
|
| 346 |
+
],
|
| 347 |
+
"dtype": "float32",
|
| 348 |
+
"format": "f32-to-bf16",
|
| 349 |
+
"nbytes": 1605632,
|
| 350 |
+
"byteOffset": 28217344
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"name": "model.layers.12.input_layernorm.weight",
|
| 354 |
+
"shape": [
|
| 355 |
+
896
|
| 356 |
+
],
|
| 357 |
+
"dtype": "float32",
|
| 358 |
+
"format": "f32-to-bf16",
|
| 359 |
+
"nbytes": 1792,
|
| 360 |
+
"byteOffset": 29822976
|
| 361 |
+
}
|
| 362 |
+
],
|
| 363 |
+
"md5sum": "ed0769f24a946d636639572df55586c8"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"dataPath": "params_shard_5.bin",
|
| 367 |
+
"format": "raw-shard",
|
| 368 |
+
"nbytes": 29824768,
|
| 369 |
+
"records": [
|
| 370 |
+
{
|
| 371 |
+
"name": "model.layers.12.mlp.down_proj.weight",
|
| 372 |
+
"shape": [
|
| 373 |
+
896,
|
| 374 |
+
4864
|
| 375 |
+
],
|
| 376 |
+
"dtype": "float32",
|
| 377 |
+
"format": "f32-to-bf16",
|
| 378 |
+
"nbytes": 8716288,
|
| 379 |
+
"byteOffset": 0
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"name": "model.layers.12.mlp.gate_up_proj.weight",
|
| 383 |
+
"shape": [
|
| 384 |
+
9728,
|
| 385 |
+
896
|
| 386 |
+
],
|
| 387 |
+
"dtype": "float32",
|
| 388 |
+
"format": "f32-to-bf16",
|
| 389 |
+
"nbytes": 17432576,
|
| 390 |
+
"byteOffset": 8716288
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"name": "model.layers.12.post_attention_layernorm.weight",
|
| 394 |
+
"shape": [
|
| 395 |
+
896
|
| 396 |
+
],
|
| 397 |
+
"dtype": "float32",
|
| 398 |
+
"format": "f32-to-bf16",
|
| 399 |
+
"nbytes": 1792,
|
| 400 |
+
"byteOffset": 26148864
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"name": "model.layers.12.self_attn.c_attn.bias",
|
| 404 |
+
"shape": [
|
| 405 |
+
1152
|
| 406 |
+
],
|
| 407 |
+
"dtype": "float32",
|
| 408 |
+
"format": "f32-to-bf16",
|
| 409 |
+
"nbytes": 2304,
|
| 410 |
+
"byteOffset": 26150656
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"name": "model.layers.12.self_attn.c_attn.weight",
|
| 414 |
+
"shape": [
|
| 415 |
+
1152,
|
| 416 |
+
896
|
| 417 |
+
],
|
| 418 |
+
"dtype": "float32",
|
| 419 |
+
"format": "f32-to-bf16",
|
| 420 |
+
"nbytes": 2064384,
|
| 421 |
+
"byteOffset": 26152960
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"name": "model.layers.12.self_attn.o_proj.weight",
|
| 425 |
+
"shape": [
|
| 426 |
+
896,
|
| 427 |
+
896
|
| 428 |
+
],
|
| 429 |
+
"dtype": "float32",
|
| 430 |
+
"format": "f32-to-bf16",
|
| 431 |
+
"nbytes": 1605632,
|
| 432 |
+
"byteOffset": 28217344
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"name": "model.layers.13.input_layernorm.weight",
|
| 436 |
+
"shape": [
|
| 437 |
+
896
|
| 438 |
+
],
|
| 439 |
+
"dtype": "float32",
|
| 440 |
+
"format": "f32-to-bf16",
|
| 441 |
+
"nbytes": 1792,
|
| 442 |
+
"byteOffset": 29822976
|
| 443 |
+
}
|
| 444 |
+
],
|
| 445 |
+
"md5sum": "d97fb6104116c3e1cc525e139002f35a"
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"dataPath": "params_shard_6.bin",
|
| 449 |
+
"format": "raw-shard",
|
| 450 |
+
"nbytes": 29824768,
|
| 451 |
+
"records": [
|
| 452 |
+
{
|
| 453 |
+
"name": "model.layers.13.mlp.down_proj.weight",
|
| 454 |
+
"shape": [
|
| 455 |
+
896,
|
| 456 |
+
4864
|
| 457 |
+
],
|
| 458 |
+
"dtype": "float32",
|
| 459 |
+
"format": "f32-to-bf16",
|
| 460 |
+
"nbytes": 8716288,
|
| 461 |
+
"byteOffset": 0
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "model.layers.13.mlp.gate_up_proj.weight",
|
| 465 |
+
"shape": [
|
| 466 |
+
9728,
|
| 467 |
+
896
|
| 468 |
+
],
|
| 469 |
+
"dtype": "float32",
|
| 470 |
+
"format": "f32-to-bf16",
|
| 471 |
+
"nbytes": 17432576,
|
| 472 |
+
"byteOffset": 8716288
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"name": "model.layers.13.post_attention_layernorm.weight",
|
| 476 |
+
"shape": [
|
| 477 |
+
896
|
| 478 |
+
],
|
| 479 |
+
"dtype": "float32",
|
| 480 |
+
"format": "f32-to-bf16",
|
| 481 |
+
"nbytes": 1792,
|
| 482 |
+
"byteOffset": 26148864
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"name": "model.layers.13.self_attn.c_attn.bias",
|
| 486 |
+
"shape": [
|
| 487 |
+
1152
|
| 488 |
+
],
|
| 489 |
+
"dtype": "float32",
|
| 490 |
+
"format": "f32-to-bf16",
|
| 491 |
+
"nbytes": 2304,
|
| 492 |
+
"byteOffset": 26150656
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"name": "model.layers.13.self_attn.c_attn.weight",
|
| 496 |
+
"shape": [
|
| 497 |
+
1152,
|
| 498 |
+
896
|
| 499 |
+
],
|
| 500 |
+
"dtype": "float32",
|
| 501 |
+
"format": "f32-to-bf16",
|
| 502 |
+
"nbytes": 2064384,
|
| 503 |
+
"byteOffset": 26152960
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"name": "model.layers.13.self_attn.o_proj.weight",
|
| 507 |
+
"shape": [
|
| 508 |
+
896,
|
| 509 |
+
896
|
| 510 |
+
],
|
| 511 |
+
"dtype": "float32",
|
| 512 |
+
"format": "f32-to-bf16",
|
| 513 |
+
"nbytes": 1605632,
|
| 514 |
+
"byteOffset": 28217344
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"name": "model.layers.14.input_layernorm.weight",
|
| 518 |
+
"shape": [
|
| 519 |
+
896
|
| 520 |
+
],
|
| 521 |
+
"dtype": "float32",
|
| 522 |
+
"format": "f32-to-bf16",
|
| 523 |
+
"nbytes": 1792,
|
| 524 |
+
"byteOffset": 29822976
|
| 525 |
+
}
|
| 526 |
+
],
|
| 527 |
+
"md5sum": "734f950984507de8e6aaf178b6e435bc"
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"dataPath": "params_shard_7.bin",
|
| 531 |
+
"format": "raw-shard",
|
| 532 |
+
"nbytes": 29824768,
|
| 533 |
+
"records": [
|
| 534 |
+
{
|
| 535 |
+
"name": "model.layers.14.mlp.down_proj.weight",
|
| 536 |
+
"shape": [
|
| 537 |
+
896,
|
| 538 |
+
4864
|
| 539 |
+
],
|
| 540 |
+
"dtype": "float32",
|
| 541 |
+
"format": "f32-to-bf16",
|
| 542 |
+
"nbytes": 8716288,
|
| 543 |
+
"byteOffset": 0
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"name": "model.layers.14.mlp.gate_up_proj.weight",
|
| 547 |
+
"shape": [
|
| 548 |
+
9728,
|
| 549 |
+
896
|
| 550 |
+
],
|
| 551 |
+
"dtype": "float32",
|
| 552 |
+
"format": "f32-to-bf16",
|
| 553 |
+
"nbytes": 17432576,
|
| 554 |
+
"byteOffset": 8716288
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"name": "model.layers.14.post_attention_layernorm.weight",
|
| 558 |
+
"shape": [
|
| 559 |
+
896
|
| 560 |
+
],
|
| 561 |
+
"dtype": "float32",
|
| 562 |
+
"format": "f32-to-bf16",
|
| 563 |
+
"nbytes": 1792,
|
| 564 |
+
"byteOffset": 26148864
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"name": "model.layers.14.self_attn.c_attn.bias",
|
| 568 |
+
"shape": [
|
| 569 |
+
1152
|
| 570 |
+
],
|
| 571 |
+
"dtype": "float32",
|
| 572 |
+
"format": "f32-to-bf16",
|
| 573 |
+
"nbytes": 2304,
|
| 574 |
+
"byteOffset": 26150656
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"name": "model.layers.14.self_attn.c_attn.weight",
|
| 578 |
+
"shape": [
|
| 579 |
+
1152,
|
| 580 |
+
896
|
| 581 |
+
],
|
| 582 |
+
"dtype": "float32",
|
| 583 |
+
"format": "f32-to-bf16",
|
| 584 |
+
"nbytes": 2064384,
|
| 585 |
+
"byteOffset": 26152960
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"name": "model.layers.14.self_attn.o_proj.weight",
|
| 589 |
+
"shape": [
|
| 590 |
+
896,
|
| 591 |
+
896
|
| 592 |
+
],
|
| 593 |
+
"dtype": "float32",
|
| 594 |
+
"format": "f32-to-bf16",
|
| 595 |
+
"nbytes": 1605632,
|
| 596 |
+
"byteOffset": 28217344
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"name": "model.layers.15.input_layernorm.weight",
|
| 600 |
+
"shape": [
|
| 601 |
+
896
|
| 602 |
+
],
|
| 603 |
+
"dtype": "float32",
|
| 604 |
+
"format": "f32-to-bf16",
|
| 605 |
+
"nbytes": 1792,
|
| 606 |
+
"byteOffset": 29822976
|
| 607 |
+
}
|
| 608 |
+
],
|
| 609 |
+
"md5sum": "f4d84a48e47bcaaa9290ed967ac6a3ba"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"dataPath": "params_shard_8.bin",
|
| 613 |
+
"format": "raw-shard",
|
| 614 |
+
"nbytes": 29824768,
|
| 615 |
+
"records": [
|
| 616 |
+
{
|
| 617 |
+
"name": "model.layers.15.mlp.down_proj.weight",
|
| 618 |
+
"shape": [
|
| 619 |
+
896,
|
| 620 |
+
4864
|
| 621 |
+
],
|
| 622 |
+
"dtype": "float32",
|
| 623 |
+
"format": "f32-to-bf16",
|
| 624 |
+
"nbytes": 8716288,
|
| 625 |
+
"byteOffset": 0
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"name": "model.layers.15.mlp.gate_up_proj.weight",
|
| 629 |
+
"shape": [
|
| 630 |
+
9728,
|
| 631 |
+
896
|
| 632 |
+
],
|
| 633 |
+
"dtype": "float32",
|
| 634 |
+
"format": "f32-to-bf16",
|
| 635 |
+
"nbytes": 17432576,
|
| 636 |
+
"byteOffset": 8716288
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"name": "model.layers.15.post_attention_layernorm.weight",
|
| 640 |
+
"shape": [
|
| 641 |
+
896
|
| 642 |
+
],
|
| 643 |
+
"dtype": "float32",
|
| 644 |
+
"format": "f32-to-bf16",
|
| 645 |
+
"nbytes": 1792,
|
| 646 |
+
"byteOffset": 26148864
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "model.layers.15.self_attn.c_attn.bias",
|
| 650 |
+
"shape": [
|
| 651 |
+
1152
|
| 652 |
+
],
|
| 653 |
+
"dtype": "float32",
|
| 654 |
+
"format": "f32-to-bf16",
|
| 655 |
+
"nbytes": 2304,
|
| 656 |
+
"byteOffset": 26150656
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"name": "model.layers.15.self_attn.c_attn.weight",
|
| 660 |
+
"shape": [
|
| 661 |
+
1152,
|
| 662 |
+
896
|
| 663 |
+
],
|
| 664 |
+
"dtype": "float32",
|
| 665 |
+
"format": "f32-to-bf16",
|
| 666 |
+
"nbytes": 2064384,
|
| 667 |
+
"byteOffset": 26152960
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"name": "model.layers.15.self_attn.o_proj.weight",
|
| 671 |
+
"shape": [
|
| 672 |
+
896,
|
| 673 |
+
896
|
| 674 |
+
],
|
| 675 |
+
"dtype": "float32",
|
| 676 |
+
"format": "f32-to-bf16",
|
| 677 |
+
"nbytes": 1605632,
|
| 678 |
+
"byteOffset": 28217344
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"name": "model.layers.16.input_layernorm.weight",
|
| 682 |
+
"shape": [
|
| 683 |
+
896
|
| 684 |
+
],
|
| 685 |
+
"dtype": "float32",
|
| 686 |
+
"format": "f32-to-bf16",
|
| 687 |
+
"nbytes": 1792,
|
| 688 |
+
"byteOffset": 29822976
|
| 689 |
+
}
|
| 690 |
+
],
|
| 691 |
+
"md5sum": "fd57d208184662eb90ab6a35d470c813"
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"dataPath": "params_shard_9.bin",
|
| 695 |
+
"format": "raw-shard",
|
| 696 |
+
"nbytes": 29824768,
|
| 697 |
+
"records": [
|
| 698 |
+
{
|
| 699 |
+
"name": "model.layers.16.mlp.down_proj.weight",
|
| 700 |
+
"shape": [
|
| 701 |
+
896,
|
| 702 |
+
4864
|
| 703 |
+
],
|
| 704 |
+
"dtype": "float32",
|
| 705 |
+
"format": "f32-to-bf16",
|
| 706 |
+
"nbytes": 8716288,
|
| 707 |
+
"byteOffset": 0
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"name": "model.layers.16.mlp.gate_up_proj.weight",
|
| 711 |
+
"shape": [
|
| 712 |
+
9728,
|
| 713 |
+
896
|
| 714 |
+
],
|
| 715 |
+
"dtype": "float32",
|
| 716 |
+
"format": "f32-to-bf16",
|
| 717 |
+
"nbytes": 17432576,
|
| 718 |
+
"byteOffset": 8716288
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"name": "model.layers.16.post_attention_layernorm.weight",
|
| 722 |
+
"shape": [
|
| 723 |
+
896
|
| 724 |
+
],
|
| 725 |
+
"dtype": "float32",
|
| 726 |
+
"format": "f32-to-bf16",
|
| 727 |
+
"nbytes": 1792,
|
| 728 |
+
"byteOffset": 26148864
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"name": "model.layers.16.self_attn.c_attn.bias",
|
| 732 |
+
"shape": [
|
| 733 |
+
1152
|
| 734 |
+
],
|
| 735 |
+
"dtype": "float32",
|
| 736 |
+
"format": "f32-to-bf16",
|
| 737 |
+
"nbytes": 2304,
|
| 738 |
+
"byteOffset": 26150656
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"name": "model.layers.16.self_attn.c_attn.weight",
|
| 742 |
+
"shape": [
|
| 743 |
+
1152,
|
| 744 |
+
896
|
| 745 |
+
],
|
| 746 |
+
"dtype": "float32",
|
| 747 |
+
"format": "f32-to-bf16",
|
| 748 |
+
"nbytes": 2064384,
|
| 749 |
+
"byteOffset": 26152960
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"name": "model.layers.16.self_attn.o_proj.weight",
|
| 753 |
+
"shape": [
|
| 754 |
+
896,
|
| 755 |
+
896
|
| 756 |
+
],
|
| 757 |
+
"dtype": "float32",
|
| 758 |
+
"format": "f32-to-bf16",
|
| 759 |
+
"nbytes": 1605632,
|
| 760 |
+
"byteOffset": 28217344
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"name": "model.layers.17.input_layernorm.weight",
|
| 764 |
+
"shape": [
|
| 765 |
+
896
|
| 766 |
+
],
|
| 767 |
+
"dtype": "float32",
|
| 768 |
+
"format": "f32-to-bf16",
|
| 769 |
+
"nbytes": 1792,
|
| 770 |
+
"byteOffset": 29822976
|
| 771 |
+
}
|
| 772 |
+
],
|
| 773 |
+
"md5sum": "cc86746776a52819c5a8cb98d7929f9b"
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"dataPath": "params_shard_10.bin",
|
| 777 |
+
"format": "raw-shard",
|
| 778 |
+
"nbytes": 29824768,
|
| 779 |
+
"records": [
|
| 780 |
+
{
|
| 781 |
+
"name": "model.layers.17.mlp.down_proj.weight",
|
| 782 |
+
"shape": [
|
| 783 |
+
896,
|
| 784 |
+
4864
|
| 785 |
+
],
|
| 786 |
+
"dtype": "float32",
|
| 787 |
+
"format": "f32-to-bf16",
|
| 788 |
+
"nbytes": 8716288,
|
| 789 |
+
"byteOffset": 0
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"name": "model.layers.17.mlp.gate_up_proj.weight",
|
| 793 |
+
"shape": [
|
| 794 |
+
9728,
|
| 795 |
+
896
|
| 796 |
+
],
|
| 797 |
+
"dtype": "float32",
|
| 798 |
+
"format": "f32-to-bf16",
|
| 799 |
+
"nbytes": 17432576,
|
| 800 |
+
"byteOffset": 8716288
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"name": "model.layers.17.post_attention_layernorm.weight",
|
| 804 |
+
"shape": [
|
| 805 |
+
896
|
| 806 |
+
],
|
| 807 |
+
"dtype": "float32",
|
| 808 |
+
"format": "f32-to-bf16",
|
| 809 |
+
"nbytes": 1792,
|
| 810 |
+
"byteOffset": 26148864
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"name": "model.layers.17.self_attn.c_attn.bias",
|
| 814 |
+
"shape": [
|
| 815 |
+
1152
|
| 816 |
+
],
|
| 817 |
+
"dtype": "float32",
|
| 818 |
+
"format": "f32-to-bf16",
|
| 819 |
+
"nbytes": 2304,
|
| 820 |
+
"byteOffset": 26150656
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"name": "model.layers.17.self_attn.c_attn.weight",
|
| 824 |
+
"shape": [
|
| 825 |
+
1152,
|
| 826 |
+
896
|
| 827 |
+
],
|
| 828 |
+
"dtype": "float32",
|
| 829 |
+
"format": "f32-to-bf16",
|
| 830 |
+
"nbytes": 2064384,
|
| 831 |
+
"byteOffset": 26152960
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"name": "model.layers.17.self_attn.o_proj.weight",
|
| 835 |
+
"shape": [
|
| 836 |
+
896,
|
| 837 |
+
896
|
| 838 |
+
],
|
| 839 |
+
"dtype": "float32",
|
| 840 |
+
"format": "f32-to-bf16",
|
| 841 |
+
"nbytes": 1605632,
|
| 842 |
+
"byteOffset": 28217344
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"name": "model.layers.18.input_layernorm.weight",
|
| 846 |
+
"shape": [
|
| 847 |
+
896
|
| 848 |
+
],
|
| 849 |
+
"dtype": "float32",
|
| 850 |
+
"format": "f32-to-bf16",
|
| 851 |
+
"nbytes": 1792,
|
| 852 |
+
"byteOffset": 29822976
|
| 853 |
+
}
|
| 854 |
+
],
|
| 855 |
+
"md5sum": "4f26fa42e45b745a7cc047d0b3d6d783"
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"dataPath": "params_shard_11.bin",
|
| 859 |
+
"format": "raw-shard",
|
| 860 |
+
"nbytes": 29824768,
|
| 861 |
+
"records": [
|
| 862 |
+
{
|
| 863 |
+
"name": "model.layers.18.mlp.down_proj.weight",
|
| 864 |
+
"shape": [
|
| 865 |
+
896,
|
| 866 |
+
4864
|
| 867 |
+
],
|
| 868 |
+
"dtype": "float32",
|
| 869 |
+
"format": "f32-to-bf16",
|
| 870 |
+
"nbytes": 8716288,
|
| 871 |
+
"byteOffset": 0
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"name": "model.layers.18.mlp.gate_up_proj.weight",
|
| 875 |
+
"shape": [
|
| 876 |
+
9728,
|
| 877 |
+
896
|
| 878 |
+
],
|
| 879 |
+
"dtype": "float32",
|
| 880 |
+
"format": "f32-to-bf16",
|
| 881 |
+
"nbytes": 17432576,
|
| 882 |
+
"byteOffset": 8716288
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"name": "model.layers.18.post_attention_layernorm.weight",
|
| 886 |
+
"shape": [
|
| 887 |
+
896
|
| 888 |
+
],
|
| 889 |
+
"dtype": "float32",
|
| 890 |
+
"format": "f32-to-bf16",
|
| 891 |
+
"nbytes": 1792,
|
| 892 |
+
"byteOffset": 26148864
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"name": "model.layers.18.self_attn.c_attn.bias",
|
| 896 |
+
"shape": [
|
| 897 |
+
1152
|
| 898 |
+
],
|
| 899 |
+
"dtype": "float32",
|
| 900 |
+
"format": "f32-to-bf16",
|
| 901 |
+
"nbytes": 2304,
|
| 902 |
+
"byteOffset": 26150656
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"name": "model.layers.18.self_attn.c_attn.weight",
|
| 906 |
+
"shape": [
|
| 907 |
+
1152,
|
| 908 |
+
896
|
| 909 |
+
],
|
| 910 |
+
"dtype": "float32",
|
| 911 |
+
"format": "f32-to-bf16",
|
| 912 |
+
"nbytes": 2064384,
|
| 913 |
+
"byteOffset": 26152960
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"name": "model.layers.18.self_attn.o_proj.weight",
|
| 917 |
+
"shape": [
|
| 918 |
+
896,
|
| 919 |
+
896
|
| 920 |
+
],
|
| 921 |
+
"dtype": "float32",
|
| 922 |
+
"format": "f32-to-bf16",
|
| 923 |
+
"nbytes": 1605632,
|
| 924 |
+
"byteOffset": 28217344
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"name": "model.layers.19.input_layernorm.weight",
|
| 928 |
+
"shape": [
|
| 929 |
+
896
|
| 930 |
+
],
|
| 931 |
+
"dtype": "float32",
|
| 932 |
+
"format": "f32-to-bf16",
|
| 933 |
+
"nbytes": 1792,
|
| 934 |
+
"byteOffset": 29822976
|
| 935 |
+
}
|
| 936 |
+
],
|
| 937 |
+
"md5sum": "830e7dc65630b0b0a0324b44f4547b32"
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"dataPath": "params_shard_12.bin",
|
| 941 |
+
"format": "raw-shard",
|
| 942 |
+
"nbytes": 29824768,
|
| 943 |
+
"records": [
|
| 944 |
+
{
|
| 945 |
+
"name": "model.layers.19.mlp.down_proj.weight",
|
| 946 |
+
"shape": [
|
| 947 |
+
896,
|
| 948 |
+
4864
|
| 949 |
+
],
|
| 950 |
+
"dtype": "float32",
|
| 951 |
+
"format": "f32-to-bf16",
|
| 952 |
+
"nbytes": 8716288,
|
| 953 |
+
"byteOffset": 0
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"name": "model.layers.19.mlp.gate_up_proj.weight",
|
| 957 |
+
"shape": [
|
| 958 |
+
9728,
|
| 959 |
+
896
|
| 960 |
+
],
|
| 961 |
+
"dtype": "float32",
|
| 962 |
+
"format": "f32-to-bf16",
|
| 963 |
+
"nbytes": 17432576,
|
| 964 |
+
"byteOffset": 8716288
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"name": "model.layers.19.post_attention_layernorm.weight",
|
| 968 |
+
"shape": [
|
| 969 |
+
896
|
| 970 |
+
],
|
| 971 |
+
"dtype": "float32",
|
| 972 |
+
"format": "f32-to-bf16",
|
| 973 |
+
"nbytes": 1792,
|
| 974 |
+
"byteOffset": 26148864
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"name": "model.layers.19.self_attn.c_attn.bias",
|
| 978 |
+
"shape": [
|
| 979 |
+
1152
|
| 980 |
+
],
|
| 981 |
+
"dtype": "float32",
|
| 982 |
+
"format": "f32-to-bf16",
|
| 983 |
+
"nbytes": 2304,
|
| 984 |
+
"byteOffset": 26150656
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"name": "model.layers.19.self_attn.c_attn.weight",
|
| 988 |
+
"shape": [
|
| 989 |
+
1152,
|
| 990 |
+
896
|
| 991 |
+
],
|
| 992 |
+
"dtype": "float32",
|
| 993 |
+
"format": "f32-to-bf16",
|
| 994 |
+
"nbytes": 2064384,
|
| 995 |
+
"byteOffset": 26152960
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"name": "model.layers.19.self_attn.o_proj.weight",
|
| 999 |
+
"shape": [
|
| 1000 |
+
896,
|
| 1001 |
+
896
|
| 1002 |
+
],
|
| 1003 |
+
"dtype": "float32",
|
| 1004 |
+
"format": "f32-to-bf16",
|
| 1005 |
+
"nbytes": 1605632,
|
| 1006 |
+
"byteOffset": 28217344
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"name": "model.layers.2.input_layernorm.weight",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
896
|
| 1012 |
+
],
|
| 1013 |
+
"dtype": "float32",
|
| 1014 |
+
"format": "f32-to-bf16",
|
| 1015 |
+
"nbytes": 1792,
|
| 1016 |
+
"byteOffset": 29822976
|
| 1017 |
+
}
|
| 1018 |
+
],
|
| 1019 |
+
"md5sum": "68f931b589935a3a10b21f0e444c4ce9"
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"dataPath": "params_shard_13.bin",
|
| 1023 |
+
"format": "raw-shard",
|
| 1024 |
+
"nbytes": 29824768,
|
| 1025 |
+
"records": [
|
| 1026 |
+
{
|
| 1027 |
+
"name": "model.layers.2.mlp.down_proj.weight",
|
| 1028 |
+
"shape": [
|
| 1029 |
+
896,
|
| 1030 |
+
4864
|
| 1031 |
+
],
|
| 1032 |
+
"dtype": "float32",
|
| 1033 |
+
"format": "f32-to-bf16",
|
| 1034 |
+
"nbytes": 8716288,
|
| 1035 |
+
"byteOffset": 0
|
| 1036 |
+
},
|
| 1037 |
+
{
|
| 1038 |
+
"name": "model.layers.2.mlp.gate_up_proj.weight",
|
| 1039 |
+
"shape": [
|
| 1040 |
+
9728,
|
| 1041 |
+
896
|
| 1042 |
+
],
|
| 1043 |
+
"dtype": "float32",
|
| 1044 |
+
"format": "f32-to-bf16",
|
| 1045 |
+
"nbytes": 17432576,
|
| 1046 |
+
"byteOffset": 8716288
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"name": "model.layers.2.post_attention_layernorm.weight",
|
| 1050 |
+
"shape": [
|
| 1051 |
+
896
|
| 1052 |
+
],
|
| 1053 |
+
"dtype": "float32",
|
| 1054 |
+
"format": "f32-to-bf16",
|
| 1055 |
+
"nbytes": 1792,
|
| 1056 |
+
"byteOffset": 26148864
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"name": "model.layers.2.self_attn.c_attn.bias",
|
| 1060 |
+
"shape": [
|
| 1061 |
+
1152
|
| 1062 |
+
],
|
| 1063 |
+
"dtype": "float32",
|
| 1064 |
+
"format": "f32-to-bf16",
|
| 1065 |
+
"nbytes": 2304,
|
| 1066 |
+
"byteOffset": 26150656
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"name": "model.layers.2.self_attn.c_attn.weight",
|
| 1070 |
+
"shape": [
|
| 1071 |
+
1152,
|
| 1072 |
+
896
|
| 1073 |
+
],
|
| 1074 |
+
"dtype": "float32",
|
| 1075 |
+
"format": "f32-to-bf16",
|
| 1076 |
+
"nbytes": 2064384,
|
| 1077 |
+
"byteOffset": 26152960
|
| 1078 |
+
},
|
| 1079 |
+
{
|
| 1080 |
+
"name": "model.layers.2.self_attn.o_proj.weight",
|
| 1081 |
+
"shape": [
|
| 1082 |
+
896,
|
| 1083 |
+
896
|
| 1084 |
+
],
|
| 1085 |
+
"dtype": "float32",
|
| 1086 |
+
"format": "f32-to-bf16",
|
| 1087 |
+
"nbytes": 1605632,
|
| 1088 |
+
"byteOffset": 28217344
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"name": "model.layers.20.input_layernorm.weight",
|
| 1092 |
+
"shape": [
|
| 1093 |
+
896
|
| 1094 |
+
],
|
| 1095 |
+
"dtype": "float32",
|
| 1096 |
+
"format": "f32-to-bf16",
|
| 1097 |
+
"nbytes": 1792,
|
| 1098 |
+
"byteOffset": 29822976
|
| 1099 |
+
}
|
| 1100 |
+
],
|
| 1101 |
+
"md5sum": "4e7751df3e6007ca2321995b78e6cc2b"
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"dataPath": "params_shard_14.bin",
|
| 1105 |
+
"format": "raw-shard",
|
| 1106 |
+
"nbytes": 29824768,
|
| 1107 |
+
"records": [
|
| 1108 |
+
{
|
| 1109 |
+
"name": "model.layers.20.mlp.down_proj.weight",
|
| 1110 |
+
"shape": [
|
| 1111 |
+
896,
|
| 1112 |
+
4864
|
| 1113 |
+
],
|
| 1114 |
+
"dtype": "float32",
|
| 1115 |
+
"format": "f32-to-bf16",
|
| 1116 |
+
"nbytes": 8716288,
|
| 1117 |
+
"byteOffset": 0
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"name": "model.layers.20.mlp.gate_up_proj.weight",
|
| 1121 |
+
"shape": [
|
| 1122 |
+
9728,
|
| 1123 |
+
896
|
| 1124 |
+
],
|
| 1125 |
+
"dtype": "float32",
|
| 1126 |
+
"format": "f32-to-bf16",
|
| 1127 |
+
"nbytes": 17432576,
|
| 1128 |
+
"byteOffset": 8716288
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"name": "model.layers.20.post_attention_layernorm.weight",
|
| 1132 |
+
"shape": [
|
| 1133 |
+
896
|
| 1134 |
+
],
|
| 1135 |
+
"dtype": "float32",
|
| 1136 |
+
"format": "f32-to-bf16",
|
| 1137 |
+
"nbytes": 1792,
|
| 1138 |
+
"byteOffset": 26148864
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"name": "model.layers.20.self_attn.c_attn.bias",
|
| 1142 |
+
"shape": [
|
| 1143 |
+
1152
|
| 1144 |
+
],
|
| 1145 |
+
"dtype": "float32",
|
| 1146 |
+
"format": "f32-to-bf16",
|
| 1147 |
+
"nbytes": 2304,
|
| 1148 |
+
"byteOffset": 26150656
|
| 1149 |
+
},
|
| 1150 |
+
{
|
| 1151 |
+
"name": "model.layers.20.self_attn.c_attn.weight",
|
| 1152 |
+
"shape": [
|
| 1153 |
+
1152,
|
| 1154 |
+
896
|
| 1155 |
+
],
|
| 1156 |
+
"dtype": "float32",
|
| 1157 |
+
"format": "f32-to-bf16",
|
| 1158 |
+
"nbytes": 2064384,
|
| 1159 |
+
"byteOffset": 26152960
|
| 1160 |
+
},
|
| 1161 |
+
{
|
| 1162 |
+
"name": "model.layers.20.self_attn.o_proj.weight",
|
| 1163 |
+
"shape": [
|
| 1164 |
+
896,
|
| 1165 |
+
896
|
| 1166 |
+
],
|
| 1167 |
+
"dtype": "float32",
|
| 1168 |
+
"format": "f32-to-bf16",
|
| 1169 |
+
"nbytes": 1605632,
|
| 1170 |
+
"byteOffset": 28217344
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"name": "model.layers.21.input_layernorm.weight",
|
| 1174 |
+
"shape": [
|
| 1175 |
+
896
|
| 1176 |
+
],
|
| 1177 |
+
"dtype": "float32",
|
| 1178 |
+
"format": "f32-to-bf16",
|
| 1179 |
+
"nbytes": 1792,
|
| 1180 |
+
"byteOffset": 29822976
|
| 1181 |
+
}
|
| 1182 |
+
],
|
| 1183 |
+
"md5sum": "d0b9974dc14a3aa1c3dd09d02f2bd685"
|
| 1184 |
+
},
|
| 1185 |
+
{
|
| 1186 |
+
"dataPath": "params_shard_15.bin",
|
| 1187 |
+
"format": "raw-shard",
|
| 1188 |
+
"nbytes": 29824768,
|
| 1189 |
+
"records": [
|
| 1190 |
+
{
|
| 1191 |
+
"name": "model.layers.21.mlp.down_proj.weight",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
896,
|
| 1194 |
+
4864
|
| 1195 |
+
],
|
| 1196 |
+
"dtype": "float32",
|
| 1197 |
+
"format": "f32-to-bf16",
|
| 1198 |
+
"nbytes": 8716288,
|
| 1199 |
+
"byteOffset": 0
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"name": "model.layers.21.mlp.gate_up_proj.weight",
|
| 1203 |
+
"shape": [
|
| 1204 |
+
9728,
|
| 1205 |
+
896
|
| 1206 |
+
],
|
| 1207 |
+
"dtype": "float32",
|
| 1208 |
+
"format": "f32-to-bf16",
|
| 1209 |
+
"nbytes": 17432576,
|
| 1210 |
+
"byteOffset": 8716288
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"name": "model.layers.21.post_attention_layernorm.weight",
|
| 1214 |
+
"shape": [
|
| 1215 |
+
896
|
| 1216 |
+
],
|
| 1217 |
+
"dtype": "float32",
|
| 1218 |
+
"format": "f32-to-bf16",
|
| 1219 |
+
"nbytes": 1792,
|
| 1220 |
+
"byteOffset": 26148864
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"name": "model.layers.21.self_attn.c_attn.bias",
|
| 1224 |
+
"shape": [
|
| 1225 |
+
1152
|
| 1226 |
+
],
|
| 1227 |
+
"dtype": "float32",
|
| 1228 |
+
"format": "f32-to-bf16",
|
| 1229 |
+
"nbytes": 2304,
|
| 1230 |
+
"byteOffset": 26150656
|
| 1231 |
+
},
|
| 1232 |
+
{
|
| 1233 |
+
"name": "model.layers.21.self_attn.c_attn.weight",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1152,
|
| 1236 |
+
896
|
| 1237 |
+
],
|
| 1238 |
+
"dtype": "float32",
|
| 1239 |
+
"format": "f32-to-bf16",
|
| 1240 |
+
"nbytes": 2064384,
|
| 1241 |
+
"byteOffset": 26152960
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"name": "model.layers.21.self_attn.o_proj.weight",
|
| 1245 |
+
"shape": [
|
| 1246 |
+
896,
|
| 1247 |
+
896
|
| 1248 |
+
],
|
| 1249 |
+
"dtype": "float32",
|
| 1250 |
+
"format": "f32-to-bf16",
|
| 1251 |
+
"nbytes": 1605632,
|
| 1252 |
+
"byteOffset": 28217344
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"name": "model.layers.22.input_layernorm.weight",
|
| 1256 |
+
"shape": [
|
| 1257 |
+
896
|
| 1258 |
+
],
|
| 1259 |
+
"dtype": "float32",
|
| 1260 |
+
"format": "f32-to-bf16",
|
| 1261 |
+
"nbytes": 1792,
|
| 1262 |
+
"byteOffset": 29822976
|
| 1263 |
+
}
|
| 1264 |
+
],
|
| 1265 |
+
"md5sum": "332a82f9b6c3c7a4a7415f599b495edc"
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"dataPath": "params_shard_16.bin",
|
| 1269 |
+
"format": "raw-shard",
|
| 1270 |
+
"nbytes": 29824768,
|
| 1271 |
+
"records": [
|
| 1272 |
+
{
|
| 1273 |
+
"name": "model.layers.22.mlp.down_proj.weight",
|
| 1274 |
+
"shape": [
|
| 1275 |
+
896,
|
| 1276 |
+
4864
|
| 1277 |
+
],
|
| 1278 |
+
"dtype": "float32",
|
| 1279 |
+
"format": "f32-to-bf16",
|
| 1280 |
+
"nbytes": 8716288,
|
| 1281 |
+
"byteOffset": 0
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"name": "model.layers.22.mlp.gate_up_proj.weight",
|
| 1285 |
+
"shape": [
|
| 1286 |
+
9728,
|
| 1287 |
+
896
|
| 1288 |
+
],
|
| 1289 |
+
"dtype": "float32",
|
| 1290 |
+
"format": "f32-to-bf16",
|
| 1291 |
+
"nbytes": 17432576,
|
| 1292 |
+
"byteOffset": 8716288
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"name": "model.layers.22.post_attention_layernorm.weight",
|
| 1296 |
+
"shape": [
|
| 1297 |
+
896
|
| 1298 |
+
],
|
| 1299 |
+
"dtype": "float32",
|
| 1300 |
+
"format": "f32-to-bf16",
|
| 1301 |
+
"nbytes": 1792,
|
| 1302 |
+
"byteOffset": 26148864
|
| 1303 |
+
},
|
| 1304 |
+
{
|
| 1305 |
+
"name": "model.layers.22.self_attn.c_attn.bias",
|
| 1306 |
+
"shape": [
|
| 1307 |
+
1152
|
| 1308 |
+
],
|
| 1309 |
+
"dtype": "float32",
|
| 1310 |
+
"format": "f32-to-bf16",
|
| 1311 |
+
"nbytes": 2304,
|
| 1312 |
+
"byteOffset": 26150656
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"name": "model.layers.22.self_attn.c_attn.weight",
|
| 1316 |
+
"shape": [
|
| 1317 |
+
1152,
|
| 1318 |
+
896
|
| 1319 |
+
],
|
| 1320 |
+
"dtype": "float32",
|
| 1321 |
+
"format": "f32-to-bf16",
|
| 1322 |
+
"nbytes": 2064384,
|
| 1323 |
+
"byteOffset": 26152960
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"name": "model.layers.22.self_attn.o_proj.weight",
|
| 1327 |
+
"shape": [
|
| 1328 |
+
896,
|
| 1329 |
+
896
|
| 1330 |
+
],
|
| 1331 |
+
"dtype": "float32",
|
| 1332 |
+
"format": "f32-to-bf16",
|
| 1333 |
+
"nbytes": 1605632,
|
| 1334 |
+
"byteOffset": 28217344
|
| 1335 |
+
},
|
| 1336 |
+
{
|
| 1337 |
+
"name": "model.layers.23.input_layernorm.weight",
|
| 1338 |
+
"shape": [
|
| 1339 |
+
896
|
| 1340 |
+
],
|
| 1341 |
+
"dtype": "float32",
|
| 1342 |
+
"format": "f32-to-bf16",
|
| 1343 |
+
"nbytes": 1792,
|
| 1344 |
+
"byteOffset": 29822976
|
| 1345 |
+
}
|
| 1346 |
+
],
|
| 1347 |
+
"md5sum": "2db8e593de45286e610d96f641b60c52"
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"dataPath": "params_shard_17.bin",
|
| 1351 |
+
"format": "raw-shard",
|
| 1352 |
+
"nbytes": 29824768,
|
| 1353 |
+
"records": [
|
| 1354 |
+
{
|
| 1355 |
+
"name": "model.layers.23.mlp.down_proj.weight",
|
| 1356 |
+
"shape": [
|
| 1357 |
+
896,
|
| 1358 |
+
4864
|
| 1359 |
+
],
|
| 1360 |
+
"dtype": "float32",
|
| 1361 |
+
"format": "f32-to-bf16",
|
| 1362 |
+
"nbytes": 8716288,
|
| 1363 |
+
"byteOffset": 0
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"name": "model.layers.23.mlp.gate_up_proj.weight",
|
| 1367 |
+
"shape": [
|
| 1368 |
+
9728,
|
| 1369 |
+
896
|
| 1370 |
+
],
|
| 1371 |
+
"dtype": "float32",
|
| 1372 |
+
"format": "f32-to-bf16",
|
| 1373 |
+
"nbytes": 17432576,
|
| 1374 |
+
"byteOffset": 8716288
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"name": "model.layers.23.post_attention_layernorm.weight",
|
| 1378 |
+
"shape": [
|
| 1379 |
+
896
|
| 1380 |
+
],
|
| 1381 |
+
"dtype": "float32",
|
| 1382 |
+
"format": "f32-to-bf16",
|
| 1383 |
+
"nbytes": 1792,
|
| 1384 |
+
"byteOffset": 26148864
|
| 1385 |
+
},
|
| 1386 |
+
{
|
| 1387 |
+
"name": "model.layers.23.self_attn.c_attn.bias",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1152
|
| 1390 |
+
],
|
| 1391 |
+
"dtype": "float32",
|
| 1392 |
+
"format": "f32-to-bf16",
|
| 1393 |
+
"nbytes": 2304,
|
| 1394 |
+
"byteOffset": 26150656
|
| 1395 |
+
},
|
| 1396 |
+
{
|
| 1397 |
+
"name": "model.layers.23.self_attn.c_attn.weight",
|
| 1398 |
+
"shape": [
|
| 1399 |
+
1152,
|
| 1400 |
+
896
|
| 1401 |
+
],
|
| 1402 |
+
"dtype": "float32",
|
| 1403 |
+
"format": "f32-to-bf16",
|
| 1404 |
+
"nbytes": 2064384,
|
| 1405 |
+
"byteOffset": 26152960
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"name": "model.layers.23.self_attn.o_proj.weight",
|
| 1409 |
+
"shape": [
|
| 1410 |
+
896,
|
| 1411 |
+
896
|
| 1412 |
+
],
|
| 1413 |
+
"dtype": "float32",
|
| 1414 |
+
"format": "f32-to-bf16",
|
| 1415 |
+
"nbytes": 1605632,
|
| 1416 |
+
"byteOffset": 28217344
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"name": "model.layers.3.input_layernorm.weight",
|
| 1420 |
+
"shape": [
|
| 1421 |
+
896
|
| 1422 |
+
],
|
| 1423 |
+
"dtype": "float32",
|
| 1424 |
+
"format": "f32-to-bf16",
|
| 1425 |
+
"nbytes": 1792,
|
| 1426 |
+
"byteOffset": 29822976
|
| 1427 |
+
}
|
| 1428 |
+
],
|
| 1429 |
+
"md5sum": "2c4649da3ea0c45ea0abab02fa4c8b6a"
|
| 1430 |
+
},
|
| 1431 |
+
{
|
| 1432 |
+
"dataPath": "params_shard_18.bin",
|
| 1433 |
+
"format": "raw-shard",
|
| 1434 |
+
"nbytes": 29824768,
|
| 1435 |
+
"records": [
|
| 1436 |
+
{
|
| 1437 |
+
"name": "model.layers.3.mlp.down_proj.weight",
|
| 1438 |
+
"shape": [
|
| 1439 |
+
896,
|
| 1440 |
+
4864
|
| 1441 |
+
],
|
| 1442 |
+
"dtype": "float32",
|
| 1443 |
+
"format": "f32-to-bf16",
|
| 1444 |
+
"nbytes": 8716288,
|
| 1445 |
+
"byteOffset": 0
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"name": "model.layers.3.mlp.gate_up_proj.weight",
|
| 1449 |
+
"shape": [
|
| 1450 |
+
9728,
|
| 1451 |
+
896
|
| 1452 |
+
],
|
| 1453 |
+
"dtype": "float32",
|
| 1454 |
+
"format": "f32-to-bf16",
|
| 1455 |
+
"nbytes": 17432576,
|
| 1456 |
+
"byteOffset": 8716288
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"name": "model.layers.3.post_attention_layernorm.weight",
|
| 1460 |
+
"shape": [
|
| 1461 |
+
896
|
| 1462 |
+
],
|
| 1463 |
+
"dtype": "float32",
|
| 1464 |
+
"format": "f32-to-bf16",
|
| 1465 |
+
"nbytes": 1792,
|
| 1466 |
+
"byteOffset": 26148864
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"name": "model.layers.3.self_attn.c_attn.bias",
|
| 1470 |
+
"shape": [
|
| 1471 |
+
1152
|
| 1472 |
+
],
|
| 1473 |
+
"dtype": "float32",
|
| 1474 |
+
"format": "f32-to-bf16",
|
| 1475 |
+
"nbytes": 2304,
|
| 1476 |
+
"byteOffset": 26150656
|
| 1477 |
+
},
|
| 1478 |
+
{
|
| 1479 |
+
"name": "model.layers.3.self_attn.c_attn.weight",
|
| 1480 |
+
"shape": [
|
| 1481 |
+
1152,
|
| 1482 |
+
896
|
| 1483 |
+
],
|
| 1484 |
+
"dtype": "float32",
|
| 1485 |
+
"format": "f32-to-bf16",
|
| 1486 |
+
"nbytes": 2064384,
|
| 1487 |
+
"byteOffset": 26152960
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"name": "model.layers.3.self_attn.o_proj.weight",
|
| 1491 |
+
"shape": [
|
| 1492 |
+
896,
|
| 1493 |
+
896
|
| 1494 |
+
],
|
| 1495 |
+
"dtype": "float32",
|
| 1496 |
+
"format": "f32-to-bf16",
|
| 1497 |
+
"nbytes": 1605632,
|
| 1498 |
+
"byteOffset": 28217344
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"name": "model.layers.4.input_layernorm.weight",
|
| 1502 |
+
"shape": [
|
| 1503 |
+
896
|
| 1504 |
+
],
|
| 1505 |
+
"dtype": "float32",
|
| 1506 |
+
"format": "f32-to-bf16",
|
| 1507 |
+
"nbytes": 1792,
|
| 1508 |
+
"byteOffset": 29822976
|
| 1509 |
+
}
|
| 1510 |
+
],
|
| 1511 |
+
"md5sum": "a732fe2d68b94499c71895ff4a6da8e6"
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"dataPath": "params_shard_19.bin",
|
| 1515 |
+
"format": "raw-shard",
|
| 1516 |
+
"nbytes": 29824768,
|
| 1517 |
+
"records": [
|
| 1518 |
+
{
|
| 1519 |
+
"name": "model.layers.4.mlp.down_proj.weight",
|
| 1520 |
+
"shape": [
|
| 1521 |
+
896,
|
| 1522 |
+
4864
|
| 1523 |
+
],
|
| 1524 |
+
"dtype": "float32",
|
| 1525 |
+
"format": "f32-to-bf16",
|
| 1526 |
+
"nbytes": 8716288,
|
| 1527 |
+
"byteOffset": 0
|
| 1528 |
+
},
|
| 1529 |
+
{
|
| 1530 |
+
"name": "model.layers.4.mlp.gate_up_proj.weight",
|
| 1531 |
+
"shape": [
|
| 1532 |
+
9728,
|
| 1533 |
+
896
|
| 1534 |
+
],
|
| 1535 |
+
"dtype": "float32",
|
| 1536 |
+
"format": "f32-to-bf16",
|
| 1537 |
+
"nbytes": 17432576,
|
| 1538 |
+
"byteOffset": 8716288
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"name": "model.layers.4.post_attention_layernorm.weight",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
896
|
| 1544 |
+
],
|
| 1545 |
+
"dtype": "float32",
|
| 1546 |
+
"format": "f32-to-bf16",
|
| 1547 |
+
"nbytes": 1792,
|
| 1548 |
+
"byteOffset": 26148864
|
| 1549 |
+
},
|
| 1550 |
+
{
|
| 1551 |
+
"name": "model.layers.4.self_attn.c_attn.bias",
|
| 1552 |
+
"shape": [
|
| 1553 |
+
1152
|
| 1554 |
+
],
|
| 1555 |
+
"dtype": "float32",
|
| 1556 |
+
"format": "f32-to-bf16",
|
| 1557 |
+
"nbytes": 2304,
|
| 1558 |
+
"byteOffset": 26150656
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"name": "model.layers.4.self_attn.c_attn.weight",
|
| 1562 |
+
"shape": [
|
| 1563 |
+
1152,
|
| 1564 |
+
896
|
| 1565 |
+
],
|
| 1566 |
+
"dtype": "float32",
|
| 1567 |
+
"format": "f32-to-bf16",
|
| 1568 |
+
"nbytes": 2064384,
|
| 1569 |
+
"byteOffset": 26152960
|
| 1570 |
+
},
|
| 1571 |
+
{
|
| 1572 |
+
"name": "model.layers.4.self_attn.o_proj.weight",
|
| 1573 |
+
"shape": [
|
| 1574 |
+
896,
|
| 1575 |
+
896
|
| 1576 |
+
],
|
| 1577 |
+
"dtype": "float32",
|
| 1578 |
+
"format": "f32-to-bf16",
|
| 1579 |
+
"nbytes": 1605632,
|
| 1580 |
+
"byteOffset": 28217344
|
| 1581 |
+
},
|
| 1582 |
+
{
|
| 1583 |
+
"name": "model.layers.5.input_layernorm.weight",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
896
|
| 1586 |
+
],
|
| 1587 |
+
"dtype": "float32",
|
| 1588 |
+
"format": "f32-to-bf16",
|
| 1589 |
+
"nbytes": 1792,
|
| 1590 |
+
"byteOffset": 29822976
|
| 1591 |
+
}
|
| 1592 |
+
],
|
| 1593 |
+
"md5sum": "00aadda8922498a73f32a6489faf0c5d"
|
| 1594 |
+
},
|
| 1595 |
+
{
|
| 1596 |
+
"dataPath": "params_shard_20.bin",
|
| 1597 |
+
"format": "raw-shard",
|
| 1598 |
+
"nbytes": 29824768,
|
| 1599 |
+
"records": [
|
| 1600 |
+
{
|
| 1601 |
+
"name": "model.layers.5.mlp.down_proj.weight",
|
| 1602 |
+
"shape": [
|
| 1603 |
+
896,
|
| 1604 |
+
4864
|
| 1605 |
+
],
|
| 1606 |
+
"dtype": "float32",
|
| 1607 |
+
"format": "f32-to-bf16",
|
| 1608 |
+
"nbytes": 8716288,
|
| 1609 |
+
"byteOffset": 0
|
| 1610 |
+
},
|
| 1611 |
+
{
|
| 1612 |
+
"name": "model.layers.5.mlp.gate_up_proj.weight",
|
| 1613 |
+
"shape": [
|
| 1614 |
+
9728,
|
| 1615 |
+
896
|
| 1616 |
+
],
|
| 1617 |
+
"dtype": "float32",
|
| 1618 |
+
"format": "f32-to-bf16",
|
| 1619 |
+
"nbytes": 17432576,
|
| 1620 |
+
"byteOffset": 8716288
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"name": "model.layers.5.post_attention_layernorm.weight",
|
| 1624 |
+
"shape": [
|
| 1625 |
+
896
|
| 1626 |
+
],
|
| 1627 |
+
"dtype": "float32",
|
| 1628 |
+
"format": "f32-to-bf16",
|
| 1629 |
+
"nbytes": 1792,
|
| 1630 |
+
"byteOffset": 26148864
|
| 1631 |
+
},
|
| 1632 |
+
{
|
| 1633 |
+
"name": "model.layers.5.self_attn.c_attn.bias",
|
| 1634 |
+
"shape": [
|
| 1635 |
+
1152
|
| 1636 |
+
],
|
| 1637 |
+
"dtype": "float32",
|
| 1638 |
+
"format": "f32-to-bf16",
|
| 1639 |
+
"nbytes": 2304,
|
| 1640 |
+
"byteOffset": 26150656
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"name": "model.layers.5.self_attn.c_attn.weight",
|
| 1644 |
+
"shape": [
|
| 1645 |
+
1152,
|
| 1646 |
+
896
|
| 1647 |
+
],
|
| 1648 |
+
"dtype": "float32",
|
| 1649 |
+
"format": "f32-to-bf16",
|
| 1650 |
+
"nbytes": 2064384,
|
| 1651 |
+
"byteOffset": 26152960
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"name": "model.layers.5.self_attn.o_proj.weight",
|
| 1655 |
+
"shape": [
|
| 1656 |
+
896,
|
| 1657 |
+
896
|
| 1658 |
+
],
|
| 1659 |
+
"dtype": "float32",
|
| 1660 |
+
"format": "f32-to-bf16",
|
| 1661 |
+
"nbytes": 1605632,
|
| 1662 |
+
"byteOffset": 28217344
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"name": "model.layers.6.input_layernorm.weight",
|
| 1666 |
+
"shape": [
|
| 1667 |
+
896
|
| 1668 |
+
],
|
| 1669 |
+
"dtype": "float32",
|
| 1670 |
+
"format": "f32-to-bf16",
|
| 1671 |
+
"nbytes": 1792,
|
| 1672 |
+
"byteOffset": 29822976
|
| 1673 |
+
}
|
| 1674 |
+
],
|
| 1675 |
+
"md5sum": "b4f9f005cfd90269fffd2a41c28670b0"
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"dataPath": "params_shard_21.bin",
|
| 1679 |
+
"format": "raw-shard",
|
| 1680 |
+
"nbytes": 29824768,
|
| 1681 |
+
"records": [
|
| 1682 |
+
{
|
| 1683 |
+
"name": "model.layers.6.mlp.down_proj.weight",
|
| 1684 |
+
"shape": [
|
| 1685 |
+
896,
|
| 1686 |
+
4864
|
| 1687 |
+
],
|
| 1688 |
+
"dtype": "float32",
|
| 1689 |
+
"format": "f32-to-bf16",
|
| 1690 |
+
"nbytes": 8716288,
|
| 1691 |
+
"byteOffset": 0
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"name": "model.layers.6.mlp.gate_up_proj.weight",
|
| 1695 |
+
"shape": [
|
| 1696 |
+
9728,
|
| 1697 |
+
896
|
| 1698 |
+
],
|
| 1699 |
+
"dtype": "float32",
|
| 1700 |
+
"format": "f32-to-bf16",
|
| 1701 |
+
"nbytes": 17432576,
|
| 1702 |
+
"byteOffset": 8716288
|
| 1703 |
+
},
|
| 1704 |
+
{
|
| 1705 |
+
"name": "model.layers.6.post_attention_layernorm.weight",
|
| 1706 |
+
"shape": [
|
| 1707 |
+
896
|
| 1708 |
+
],
|
| 1709 |
+
"dtype": "float32",
|
| 1710 |
+
"format": "f32-to-bf16",
|
| 1711 |
+
"nbytes": 1792,
|
| 1712 |
+
"byteOffset": 26148864
|
| 1713 |
+
},
|
| 1714 |
+
{
|
| 1715 |
+
"name": "model.layers.6.self_attn.c_attn.bias",
|
| 1716 |
+
"shape": [
|
| 1717 |
+
1152
|
| 1718 |
+
],
|
| 1719 |
+
"dtype": "float32",
|
| 1720 |
+
"format": "f32-to-bf16",
|
| 1721 |
+
"nbytes": 2304,
|
| 1722 |
+
"byteOffset": 26150656
|
| 1723 |
+
},
|
| 1724 |
+
{
|
| 1725 |
+
"name": "model.layers.6.self_attn.c_attn.weight",
|
| 1726 |
+
"shape": [
|
| 1727 |
+
1152,
|
| 1728 |
+
896
|
| 1729 |
+
],
|
| 1730 |
+
"dtype": "float32",
|
| 1731 |
+
"format": "f32-to-bf16",
|
| 1732 |
+
"nbytes": 2064384,
|
| 1733 |
+
"byteOffset": 26152960
|
| 1734 |
+
},
|
| 1735 |
+
{
|
| 1736 |
+
"name": "model.layers.6.self_attn.o_proj.weight",
|
| 1737 |
+
"shape": [
|
| 1738 |
+
896,
|
| 1739 |
+
896
|
| 1740 |
+
],
|
| 1741 |
+
"dtype": "float32",
|
| 1742 |
+
"format": "f32-to-bf16",
|
| 1743 |
+
"nbytes": 1605632,
|
| 1744 |
+
"byteOffset": 28217344
|
| 1745 |
+
},
|
| 1746 |
+
{
|
| 1747 |
+
"name": "model.layers.7.input_layernorm.weight",
|
| 1748 |
+
"shape": [
|
| 1749 |
+
896
|
| 1750 |
+
],
|
| 1751 |
+
"dtype": "float32",
|
| 1752 |
+
"format": "f32-to-bf16",
|
| 1753 |
+
"nbytes": 1792,
|
| 1754 |
+
"byteOffset": 29822976
|
| 1755 |
+
}
|
| 1756 |
+
],
|
| 1757 |
+
"md5sum": "08a244d4d75a21c9de82be26addf4b90"
|
| 1758 |
+
},
|
| 1759 |
+
{
|
| 1760 |
+
"dataPath": "params_shard_22.bin",
|
| 1761 |
+
"format": "raw-shard",
|
| 1762 |
+
"nbytes": 29824768,
|
| 1763 |
+
"records": [
|
| 1764 |
+
{
|
| 1765 |
+
"name": "model.layers.7.mlp.down_proj.weight",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
896,
|
| 1768 |
+
4864
|
| 1769 |
+
],
|
| 1770 |
+
"dtype": "float32",
|
| 1771 |
+
"format": "f32-to-bf16",
|
| 1772 |
+
"nbytes": 8716288,
|
| 1773 |
+
"byteOffset": 0
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"name": "model.layers.7.mlp.gate_up_proj.weight",
|
| 1777 |
+
"shape": [
|
| 1778 |
+
9728,
|
| 1779 |
+
896
|
| 1780 |
+
],
|
| 1781 |
+
"dtype": "float32",
|
| 1782 |
+
"format": "f32-to-bf16",
|
| 1783 |
+
"nbytes": 17432576,
|
| 1784 |
+
"byteOffset": 8716288
|
| 1785 |
+
},
|
| 1786 |
+
{
|
| 1787 |
+
"name": "model.layers.7.post_attention_layernorm.weight",
|
| 1788 |
+
"shape": [
|
| 1789 |
+
896
|
| 1790 |
+
],
|
| 1791 |
+
"dtype": "float32",
|
| 1792 |
+
"format": "f32-to-bf16",
|
| 1793 |
+
"nbytes": 1792,
|
| 1794 |
+
"byteOffset": 26148864
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"name": "model.layers.7.self_attn.c_attn.bias",
|
| 1798 |
+
"shape": [
|
| 1799 |
+
1152
|
| 1800 |
+
],
|
| 1801 |
+
"dtype": "float32",
|
| 1802 |
+
"format": "f32-to-bf16",
|
| 1803 |
+
"nbytes": 2304,
|
| 1804 |
+
"byteOffset": 26150656
|
| 1805 |
+
},
|
| 1806 |
+
{
|
| 1807 |
+
"name": "model.layers.7.self_attn.c_attn.weight",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1152,
|
| 1810 |
+
896
|
| 1811 |
+
],
|
| 1812 |
+
"dtype": "float32",
|
| 1813 |
+
"format": "f32-to-bf16",
|
| 1814 |
+
"nbytes": 2064384,
|
| 1815 |
+
"byteOffset": 26152960
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"name": "model.layers.7.self_attn.o_proj.weight",
|
| 1819 |
+
"shape": [
|
| 1820 |
+
896,
|
| 1821 |
+
896
|
| 1822 |
+
],
|
| 1823 |
+
"dtype": "float32",
|
| 1824 |
+
"format": "f32-to-bf16",
|
| 1825 |
+
"nbytes": 1605632,
|
| 1826 |
+
"byteOffset": 28217344
|
| 1827 |
+
},
|
| 1828 |
+
{
|
| 1829 |
+
"name": "model.layers.8.input_layernorm.weight",
|
| 1830 |
+
"shape": [
|
| 1831 |
+
896
|
| 1832 |
+
],
|
| 1833 |
+
"dtype": "float32",
|
| 1834 |
+
"format": "f32-to-bf16",
|
| 1835 |
+
"nbytes": 1792,
|
| 1836 |
+
"byteOffset": 29822976
|
| 1837 |
+
}
|
| 1838 |
+
],
|
| 1839 |
+
"md5sum": "08e7085adc6aa3cc72cc8fe3a43a63d8"
|
| 1840 |
+
},
|
| 1841 |
+
{
|
| 1842 |
+
"dataPath": "params_shard_23.bin",
|
| 1843 |
+
"format": "raw-shard",
|
| 1844 |
+
"nbytes": 29824768,
|
| 1845 |
+
"records": [
|
| 1846 |
+
{
|
| 1847 |
+
"name": "model.layers.8.mlp.down_proj.weight",
|
| 1848 |
+
"shape": [
|
| 1849 |
+
896,
|
| 1850 |
+
4864
|
| 1851 |
+
],
|
| 1852 |
+
"dtype": "float32",
|
| 1853 |
+
"format": "f32-to-bf16",
|
| 1854 |
+
"nbytes": 8716288,
|
| 1855 |
+
"byteOffset": 0
|
| 1856 |
+
},
|
| 1857 |
+
{
|
| 1858 |
+
"name": "model.layers.8.mlp.gate_up_proj.weight",
|
| 1859 |
+
"shape": [
|
| 1860 |
+
9728,
|
| 1861 |
+
896
|
| 1862 |
+
],
|
| 1863 |
+
"dtype": "float32",
|
| 1864 |
+
"format": "f32-to-bf16",
|
| 1865 |
+
"nbytes": 17432576,
|
| 1866 |
+
"byteOffset": 8716288
|
| 1867 |
+
},
|
| 1868 |
+
{
|
| 1869 |
+
"name": "model.layers.8.post_attention_layernorm.weight",
|
| 1870 |
+
"shape": [
|
| 1871 |
+
896
|
| 1872 |
+
],
|
| 1873 |
+
"dtype": "float32",
|
| 1874 |
+
"format": "f32-to-bf16",
|
| 1875 |
+
"nbytes": 1792,
|
| 1876 |
+
"byteOffset": 26148864
|
| 1877 |
+
},
|
| 1878 |
+
{
|
| 1879 |
+
"name": "model.layers.8.self_attn.c_attn.bias",
|
| 1880 |
+
"shape": [
|
| 1881 |
+
1152
|
| 1882 |
+
],
|
| 1883 |
+
"dtype": "float32",
|
| 1884 |
+
"format": "f32-to-bf16",
|
| 1885 |
+
"nbytes": 2304,
|
| 1886 |
+
"byteOffset": 26150656
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"name": "model.layers.8.self_attn.c_attn.weight",
|
| 1890 |
+
"shape": [
|
| 1891 |
+
1152,
|
| 1892 |
+
896
|
| 1893 |
+
],
|
| 1894 |
+
"dtype": "float32",
|
| 1895 |
+
"format": "f32-to-bf16",
|
| 1896 |
+
"nbytes": 2064384,
|
| 1897 |
+
"byteOffset": 26152960
|
| 1898 |
+
},
|
| 1899 |
+
{
|
| 1900 |
+
"name": "model.layers.8.self_attn.o_proj.weight",
|
| 1901 |
+
"shape": [
|
| 1902 |
+
896,
|
| 1903 |
+
896
|
| 1904 |
+
],
|
| 1905 |
+
"dtype": "float32",
|
| 1906 |
+
"format": "f32-to-bf16",
|
| 1907 |
+
"nbytes": 1605632,
|
| 1908 |
+
"byteOffset": 28217344
|
| 1909 |
+
},
|
| 1910 |
+
{
|
| 1911 |
+
"name": "model.layers.9.input_layernorm.weight",
|
| 1912 |
+
"shape": [
|
| 1913 |
+
896
|
| 1914 |
+
],
|
| 1915 |
+
"dtype": "float32",
|
| 1916 |
+
"format": "f32-to-bf16",
|
| 1917 |
+
"nbytes": 1792,
|
| 1918 |
+
"byteOffset": 29822976
|
| 1919 |
+
}
|
| 1920 |
+
],
|
| 1921 |
+
"md5sum": "f5524bd4b5723099f49be9c7c475aa4a"
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"dataPath": "params_shard_24.bin",
|
| 1925 |
+
"format": "raw-shard",
|
| 1926 |
+
"nbytes": 29824768,
|
| 1927 |
+
"records": [
|
| 1928 |
+
{
|
| 1929 |
+
"name": "model.layers.9.mlp.down_proj.weight",
|
| 1930 |
+
"shape": [
|
| 1931 |
+
896,
|
| 1932 |
+
4864
|
| 1933 |
+
],
|
| 1934 |
+
"dtype": "float32",
|
| 1935 |
+
"format": "f32-to-bf16",
|
| 1936 |
+
"nbytes": 8716288,
|
| 1937 |
+
"byteOffset": 0
|
| 1938 |
+
},
|
| 1939 |
+
{
|
| 1940 |
+
"name": "model.layers.9.mlp.gate_up_proj.weight",
|
| 1941 |
+
"shape": [
|
| 1942 |
+
9728,
|
| 1943 |
+
896
|
| 1944 |
+
],
|
| 1945 |
+
"dtype": "float32",
|
| 1946 |
+
"format": "f32-to-bf16",
|
| 1947 |
+
"nbytes": 17432576,
|
| 1948 |
+
"byteOffset": 8716288
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"name": "model.layers.9.post_attention_layernorm.weight",
|
| 1952 |
+
"shape": [
|
| 1953 |
+
896
|
| 1954 |
+
],
|
| 1955 |
+
"dtype": "float32",
|
| 1956 |
+
"format": "f32-to-bf16",
|
| 1957 |
+
"nbytes": 1792,
|
| 1958 |
+
"byteOffset": 26148864
|
| 1959 |
+
},
|
| 1960 |
+
{
|
| 1961 |
+
"name": "model.layers.9.self_attn.c_attn.bias",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1152
|
| 1964 |
+
],
|
| 1965 |
+
"dtype": "float32",
|
| 1966 |
+
"format": "f32-to-bf16",
|
| 1967 |
+
"nbytes": 2304,
|
| 1968 |
+
"byteOffset": 26150656
|
| 1969 |
+
},
|
| 1970 |
+
{
|
| 1971 |
+
"name": "model.layers.9.self_attn.c_attn.weight",
|
| 1972 |
+
"shape": [
|
| 1973 |
+
1152,
|
| 1974 |
+
896
|
| 1975 |
+
],
|
| 1976 |
+
"dtype": "float32",
|
| 1977 |
+
"format": "f32-to-bf16",
|
| 1978 |
+
"nbytes": 2064384,
|
| 1979 |
+
"byteOffset": 26152960
|
| 1980 |
+
},
|
| 1981 |
+
{
|
| 1982 |
+
"name": "model.layers.9.self_attn.o_proj.weight",
|
| 1983 |
+
"shape": [
|
| 1984 |
+
896,
|
| 1985 |
+
896
|
| 1986 |
+
],
|
| 1987 |
+
"dtype": "float32",
|
| 1988 |
+
"format": "f32-to-bf16",
|
| 1989 |
+
"nbytes": 1605632,
|
| 1990 |
+
"byteOffset": 28217344
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"name": "model.norm.weight",
|
| 1994 |
+
"shape": [
|
| 1995 |
+
896
|
| 1996 |
+
],
|
| 1997 |
+
"dtype": "float32",
|
| 1998 |
+
"format": "f32-to-bf16",
|
| 1999 |
+
"nbytes": 1792,
|
| 2000 |
+
"byteOffset": 29822976
|
| 2001 |
+
}
|
| 2002 |
+
],
|
| 2003 |
+
"md5sum": "17f9caabbe9ac6cbe5baa3553fe88cc2"
|
| 2004 |
+
}
|
| 2005 |
+
]
|
| 2006 |
+
}
|
params_shard_0.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa8f961560d25293a0de13d7855335f76c738a42352cfd8446ec05db3b80c3ae
|
| 3 |
+
size 272269312
|
params_shard_1.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:481517edfdca71175bfa0d4163970bfc94f7a0858735ffc00220c7a008bc44ab
|
| 3 |
+
size 29826560
|
params_shard_10.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:595a24a28844a66d2f798950de251181842a620ed00e3a8d7aac5faf104b57da
|
| 3 |
+
size 29824768
|
params_shard_11.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5641f371f6216c677bec871b70a2f16c63390e7d3b91b8fbcd0afaa89a238cc5
|
| 3 |
+
size 29824768
|
params_shard_12.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e4af5c34c9ffb04664add0d0372ba89264e04c1d691477f65b3b3bd820bf5a
|
| 3 |
+
size 29824768
|
params_shard_13.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50633860ccb036ea155c345d29b32832f25f1ae98e6b1088ba71c92e2adfa1f3
|
| 3 |
+
size 29824768
|
params_shard_14.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:614fcfdc26fe022c21e916ed9a0e88652b04f1063267bd182ceb831acd8fc971
|
| 3 |
+
size 29824768
|
params_shard_15.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:267b497c2db2d663af87da9bc63f239b8191b0d05f0c78f9b0c2363449dc0517
|
| 3 |
+
size 29824768
|
params_shard_16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:753ecf76814466e5058a7cf2ed34aea855f42e4cf301d61446617461a7e02997
|
| 3 |
+
size 29824768
|
params_shard_17.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaf6131d564dac671d25d8866ee676f44b14434c87ecd06696045204186e7661
|
| 3 |
+
size 29824768
|
params_shard_18.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80c883b942db2c474074ec365c561bedb1f384ea63b013411543484edc4dab67
|
| 3 |
+
size 29824768
|
params_shard_19.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc9648aa2f330f94653fb07b9af7c3ab8a2984bea855ca7cb1cf8b5844498cbb
|
| 3 |
+
size 29824768
|
params_shard_2.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69006d7204d7a33f8a6b4107e63ec1c158752065e4bd2361e746192c646737b5
|
| 3 |
+
size 29824768
|
params_shard_20.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5fe589d58aa042bbbfdf07fc06010be00241f0a2ded4291c176d2728dffb50
|
| 3 |
+
size 29824768
|
params_shard_21.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83320c9bd1e8f59f5d046f84698a6f74ef334483e35d143eb2ed5e58f2d25ce6
|
| 3 |
+
size 29824768
|
params_shard_22.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0417d27d44f989fab0336ad758586565c374c47bd75db1324b76ef749c3c6f3f
|
| 3 |
+
size 29824768
|
params_shard_23.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:137f186b9cf9e961955151ec775339aa8b059f54ccb6ce01c7a611b9829a7ad0
|
| 3 |
+
size 29824768
|
params_shard_24.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:321354973bcd881239cf7f7793d689371ccda3fdabd206efd1a437f80d89a4ee
|
| 3 |
+
size 29824768
|
params_shard_3.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8b37c58a5dd58fe8d40f76eab7f69da394ee28f28120d29e6d25c0cd52cbb47
|
| 3 |
+
size 29824768
|
params_shard_4.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9f29d06b53517a4dbe9f12f8f2d88633621ec53381227fd7b3cd38b40cdcd8b
|
| 3 |
+
size 29824768
|
params_shard_5.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff0c2b020b2be07469f1c3f6b33387198ffc00e9fbd5846feb8a5b47e2bbb3c7
|
| 3 |
+
size 29824768
|
params_shard_6.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3278bc59c4abfb1fbd09e2cdbdc55518ed991900e278ce43aec2d1741f1a073
|
| 3 |
+
size 29824768
|
params_shard_7.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f22ed88dca9af9f72d77532fc745b6b423c783948b66cf755e73160f96ca32b4
|
| 3 |
+
size 29824768
|
params_shard_8.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:567f18aef4050ec280f3c3cc1621eb39b7b782dc76b68aab170094094c7de299
|
| 3 |
+
size 29824768
|
params_shard_9.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a247097815232f1cc24e4575f932e2feb55f5bf92fe61d2c89811519f7c78d2
|
| 3 |
+
size 29824768
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|