Synced from ModelScope: LCM_group/moba_qwen3-8b (Auto-fixed license)
Browse files- .gitattributes +1 -0
- .mdl +0 -0
- .msc +0 -0
- .mv +1 -0
- README.md +48 -0
- added_tokens.json +28 -0
- config.json +35 -0
- generation_config.json +13 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +406 -0
- pytorch_model-00001-of-00004.bin +3 -0
- pytorch_model-00002-of-00004.bin +3 -0
- pytorch_model-00003-of-00004.bin +3 -0
- pytorch_model-00004-of-00004.bin +3 -0
- pytorch_model.bin.index.json +406 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- trainer_state.json +2162 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.mdl
ADDED
|
Binary file (46 Bytes). View file
|
|
|
.msc
ADDED
|
Binary file (1.63 kB). View file
|
|
|
.mv
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Revision:master,CreatedAt:1768899074
|
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags: []
|
| 4 |
+
|
| 5 |
+
#model-type:
|
| 6 |
+
##如 gpt、phi、llama、chatglm、baichuan 等
|
| 7 |
+
#- gpt
|
| 8 |
+
|
| 9 |
+
#domain:
|
| 10 |
+
##如 nlp、cv、audio、multi-modal
|
| 11 |
+
#- nlp
|
| 12 |
+
|
| 13 |
+
#language:
|
| 14 |
+
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
|
| 15 |
+
#- cn
|
| 16 |
+
|
| 17 |
+
#metrics:
|
| 18 |
+
##如 CIDEr、Blue、ROUGE 等
|
| 19 |
+
#- CIDEr
|
| 20 |
+
|
| 21 |
+
#tags:
|
| 22 |
+
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
|
| 23 |
+
#- pretrained
|
| 24 |
+
|
| 25 |
+
#tools:
|
| 26 |
+
##如 vllm、fastchat、llamacpp、AdaSeq 等
|
| 27 |
+
#- vllm
|
| 28 |
+
---
|
| 29 |
+
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
|
| 30 |
+
#### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
|
| 31 |
+
|
| 32 |
+
SDK下载
|
| 33 |
+
```bash
|
| 34 |
+
#安装ModelScope
|
| 35 |
+
pip install modelscope
|
| 36 |
+
```
|
| 37 |
+
```python
|
| 38 |
+
#SDK模型下载
|
| 39 |
+
from modelscope import snapshot_download
|
| 40 |
+
model_dir = snapshot_download('younySheep/moba_qwen3-8b')
|
| 41 |
+
```
|
| 42 |
+
Git下载
|
| 43 |
+
```
|
| 44 |
+
#Git模型下载
|
| 45 |
+
git clone https://www.modelscope.cn/younySheep/moba_qwen3-8b.git
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 12288,
|
| 14 |
+
"max_position_embeddings": 262144,
|
| 15 |
+
"max_window_layers": 36,
|
| 16 |
+
"model_type": "qwen3",
|
| 17 |
+
"num_attention_heads": 32,
|
| 18 |
+
"num_hidden_layers": 36,
|
| 19 |
+
"num_key_value_heads": 8,
|
| 20 |
+
"rms_norm_eps": 1e-06,
|
| 21 |
+
"rope_scaling": {
|
| 22 |
+
"factor": 8.0,
|
| 23 |
+
"original_max_position_embeddings": 40960,
|
| 24 |
+
"rope_type": "yarn",
|
| 25 |
+
"type": "yarn"
|
| 26 |
+
},
|
| 27 |
+
"rope_theta": 1000000,
|
| 28 |
+
"sliding_window": null,
|
| 29 |
+
"tie_word_embeddings": false,
|
| 30 |
+
"torch_dtype": "bfloat16",
|
| 31 |
+
"transformers_version": "4.51.1",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"use_sliding_window": false,
|
| 34 |
+
"vocab_size": 151936
|
| 35 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "4.51.1"
|
| 13 |
+
}
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d19ebe7b873b54db9135efb9178e842c283dd0caf11cefcf05990f17b9665b5f
|
| 3 |
+
size 4902257696
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46a11fb134324fb936f8521a82a7a04b446cd4200b381aa726a50225971590bf
|
| 3 |
+
size 4915960368
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ddccc6e759231240aa05719e2ad5c974fb86262ec45a3eeba58e3aa836c4132
|
| 3 |
+
size 4983068496
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb73f466fade5716702bda38d4e3b321c9358c39889e46fb9d613fb038bfcb2f
|
| 3 |
+
size 1580230264
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16381470720
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 31 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 141 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 142 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 143 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 144 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 145 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 151 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 152 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 153 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 154 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 155 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 156 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 162 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 163 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 164 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 165 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 166 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 167 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 173 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 184 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 273 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 275 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 277 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 283 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 285 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 287 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 288 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 295 |
+
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 296 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 297 |
+
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 298 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 299 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 305 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 306 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 307 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 309 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 310 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 316 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 317 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 318 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 319 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 320 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 321 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 327 |
+
"model.layers.35.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 328 |
+
"model.layers.35.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 329 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 330 |
+
"model.layers.35.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
| 331 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 332 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 338 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 339 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 340 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 341 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 342 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 343 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 348 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 349 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 350 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 351 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 352 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 353 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 354 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 359 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 360 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 361 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 362 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 363 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 364 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 365 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 370 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 371 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 372 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 373 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 374 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 375 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 376 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 381 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 382 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 383 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 384 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 385 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 386 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 387 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 392 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 393 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 394 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 395 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 396 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 397 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 398 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 403 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 404 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 405 |
+
}
|
| 406 |
+
}
|
pytorch_model-00001-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3613d4d1342b41e36e25f4b03abc0511a3f1619bd71f2dc9b9f138efbb0662f6
|
| 3 |
+
size 4969419342
|
pytorch_model-00002-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78aa4817b464024d852358d64447026a0fd68df460133b2f7598fc62d552bc7e
|
| 3 |
+
size 4999903077
|
pytorch_model-00003-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e8ec3f923a50b044abffaf39a278ef011479fc8053255c1e589ea2ef1c273a4
|
| 3 |
+
size 4986187748
|
pytorch_model-00004-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5db6ca63e775497352b5759937bd3e838b413a00845d625f9465ce85ef5b02cb
|
| 3 |
+
size 3238035964
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 18193410048
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00003-of-00004.bin",
|
| 7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 13 |
+
"model.layers.0.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 16 |
+
"model.layers.0.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 19 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 20 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 21 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 22 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 23 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 24 |
+
"model.layers.1.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 26 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 27 |
+
"model.layers.1.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 29 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 30 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 31 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 32 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 33 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 34 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 35 |
+
"model.layers.10.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 36 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 37 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 38 |
+
"model.layers.10.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 39 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 40 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 41 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 42 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 43 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 44 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 45 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 46 |
+
"model.layers.11.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 47 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 48 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 49 |
+
"model.layers.11.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 50 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 51 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 52 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 53 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 54 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 55 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 56 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 57 |
+
"model.layers.12.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 58 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 59 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 60 |
+
"model.layers.12.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 61 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 62 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 63 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 64 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 65 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 66 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 67 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 68 |
+
"model.layers.13.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 69 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 70 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 71 |
+
"model.layers.13.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 72 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 73 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 74 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 75 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 76 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 77 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 78 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 79 |
+
"model.layers.14.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 80 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 81 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 82 |
+
"model.layers.14.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 83 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 84 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 85 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 86 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 87 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 88 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 89 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 90 |
+
"model.layers.15.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 91 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 92 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 93 |
+
"model.layers.15.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 94 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 95 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 96 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 97 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 98 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 99 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 100 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 101 |
+
"model.layers.16.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 102 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 103 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 104 |
+
"model.layers.16.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 105 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 106 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 107 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 108 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 109 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 110 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 111 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 112 |
+
"model.layers.17.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 113 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 114 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 115 |
+
"model.layers.17.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 116 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 117 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 118 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 119 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 120 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 121 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 122 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 123 |
+
"model.layers.18.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 124 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 125 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 126 |
+
"model.layers.18.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 127 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 128 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 129 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 130 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 131 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 132 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 133 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 134 |
+
"model.layers.19.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 135 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 136 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 137 |
+
"model.layers.19.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 138 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 139 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 140 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 141 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 142 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 143 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 144 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 145 |
+
"model.layers.2.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 146 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 147 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 148 |
+
"model.layers.2.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 149 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 150 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 151 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 152 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 153 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 154 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 155 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 156 |
+
"model.layers.20.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 157 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 158 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 159 |
+
"model.layers.20.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 160 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 161 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 162 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 163 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 164 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 165 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 166 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 167 |
+
"model.layers.21.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 168 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 169 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 170 |
+
"model.layers.21.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 171 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 172 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 173 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 174 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 175 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 176 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 177 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 178 |
+
"model.layers.22.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 179 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 180 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 181 |
+
"model.layers.22.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 182 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 183 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 184 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 185 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 186 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 187 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 188 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 189 |
+
"model.layers.23.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 190 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 191 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 192 |
+
"model.layers.23.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 193 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 194 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 195 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 196 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 197 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 198 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 199 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 200 |
+
"model.layers.24.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 201 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 202 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 203 |
+
"model.layers.24.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 204 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 205 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 206 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 207 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 208 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 209 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 210 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 211 |
+
"model.layers.25.self_attn.k_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 212 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 213 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 214 |
+
"model.layers.25.self_attn.q_norm.weight": "pytorch_model-00002-of-00004.bin",
|
| 215 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 216 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 217 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 218 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 219 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 220 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 221 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 222 |
+
"model.layers.26.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 223 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 224 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 225 |
+
"model.layers.26.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 226 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 227 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 228 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 229 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 230 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 231 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 232 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 233 |
+
"model.layers.27.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 234 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 235 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 236 |
+
"model.layers.27.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 237 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 238 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 239 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 240 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 241 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 242 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 243 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 244 |
+
"model.layers.28.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 245 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 246 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 247 |
+
"model.layers.28.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 248 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 249 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 250 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 251 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 252 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 253 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 254 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 255 |
+
"model.layers.29.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 256 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 257 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 258 |
+
"model.layers.29.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 259 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 260 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 266 |
+
"model.layers.3.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 269 |
+
"model.layers.3.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 272 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 273 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 274 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 275 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 276 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 277 |
+
"model.layers.30.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 278 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 279 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 280 |
+
"model.layers.30.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 281 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 282 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 283 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 284 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 285 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 286 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 287 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 288 |
+
"model.layers.31.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 289 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 290 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 291 |
+
"model.layers.31.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 292 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 293 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 294 |
+
"model.layers.32.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 295 |
+
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 296 |
+
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 297 |
+
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 298 |
+
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 299 |
+
"model.layers.32.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 300 |
+
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 301 |
+
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 302 |
+
"model.layers.32.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 303 |
+
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 304 |
+
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 305 |
+
"model.layers.33.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 306 |
+
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 307 |
+
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 308 |
+
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 309 |
+
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 310 |
+
"model.layers.33.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 311 |
+
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 312 |
+
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 313 |
+
"model.layers.33.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 314 |
+
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 315 |
+
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 316 |
+
"model.layers.34.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 317 |
+
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 318 |
+
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 319 |
+
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 320 |
+
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 321 |
+
"model.layers.34.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 322 |
+
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 323 |
+
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 324 |
+
"model.layers.34.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 325 |
+
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 326 |
+
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 327 |
+
"model.layers.35.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 328 |
+
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 329 |
+
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 330 |
+
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 331 |
+
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 332 |
+
"model.layers.35.self_attn.k_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 333 |
+
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 334 |
+
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 335 |
+
"model.layers.35.self_attn.q_norm.weight": "pytorch_model-00003-of-00004.bin",
|
| 336 |
+
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 337 |
+
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 338 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 339 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 340 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 341 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 342 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 343 |
+
"model.layers.4.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 344 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 345 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 346 |
+
"model.layers.4.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 347 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 348 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 349 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 350 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 351 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 352 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 353 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 354 |
+
"model.layers.5.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 355 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 356 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 357 |
+
"model.layers.5.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 358 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 359 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 360 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 361 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 362 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 363 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 364 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 365 |
+
"model.layers.6.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 366 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 367 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 368 |
+
"model.layers.6.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 369 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 370 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 371 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 372 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 373 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 374 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 375 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 376 |
+
"model.layers.7.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 377 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 378 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 379 |
+
"model.layers.7.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 380 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 381 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 382 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 383 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 384 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 385 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 386 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 387 |
+
"model.layers.8.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 388 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 389 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 390 |
+
"model.layers.8.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 391 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 392 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 393 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 394 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 395 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 396 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 397 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 398 |
+
"model.layers.9.self_attn.k_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 399 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 400 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 401 |
+
"model.layers.9.self_attn.q_norm.weight": "pytorch_model-00001-of-00004.bin",
|
| 402 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 403 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 404 |
+
"model.norm.weight": "pytorch_model-00003-of-00004.bin"
|
| 405 |
+
}
|
| 406 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\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 {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- 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 {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
| 231 |
+
"clean_up_tokenization_spaces": false,
|
| 232 |
+
"eos_token": "<|im_end|>",
|
| 233 |
+
"errors": "replace",
|
| 234 |
+
"extra_special_tokens": {},
|
| 235 |
+
"model_max_length": 131072,
|
| 236 |
+
"pad_token": "<|endoftext|>",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,2162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.39378238341968913,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 266,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0014803849000740192,
|
| 14 |
+
"grad_norm": 0.9312934875488281,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 8.8924,
|
| 17 |
+
"num_input_tokens_seen": 1572864,
|
| 18 |
+
"step": 1
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"epoch": 0.0029607698001480384,
|
| 22 |
+
"grad_norm": 1.1956263780593872,
|
| 23 |
+
"learning_rate": 3.7037037037037036e-07,
|
| 24 |
+
"loss": 9.6013,
|
| 25 |
+
"num_input_tokens_seen": 3145728,
|
| 26 |
+
"step": 2
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.0044411547002220575,
|
| 30 |
+
"grad_norm": 1.0787264108657837,
|
| 31 |
+
"learning_rate": 7.407407407407407e-07,
|
| 32 |
+
"loss": 8.428,
|
| 33 |
+
"num_input_tokens_seen": 4718592,
|
| 34 |
+
"step": 3
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"epoch": 0.005921539600296077,
|
| 38 |
+
"grad_norm": 0.9807946681976318,
|
| 39 |
+
"learning_rate": 1.111111111111111e-06,
|
| 40 |
+
"loss": 9.1064,
|
| 41 |
+
"num_input_tokens_seen": 6291456,
|
| 42 |
+
"step": 4
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"epoch": 0.007401924500370096,
|
| 46 |
+
"grad_norm": 0.946605920791626,
|
| 47 |
+
"learning_rate": 1.4814814814814815e-06,
|
| 48 |
+
"loss": 9.3099,
|
| 49 |
+
"num_input_tokens_seen": 7864320,
|
| 50 |
+
"step": 5
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 0.008882309400444115,
|
| 54 |
+
"grad_norm": 0.9959967136383057,
|
| 55 |
+
"learning_rate": 1.8518518518518519e-06,
|
| 56 |
+
"loss": 9.8204,
|
| 57 |
+
"num_input_tokens_seen": 9437184,
|
| 58 |
+
"step": 6
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.010362694300518135,
|
| 62 |
+
"grad_norm": 1.0211068391799927,
|
| 63 |
+
"learning_rate": 2.222222222222222e-06,
|
| 64 |
+
"loss": 8.9413,
|
| 65 |
+
"num_input_tokens_seen": 11010048,
|
| 66 |
+
"step": 7
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.011843079200592153,
|
| 70 |
+
"grad_norm": 1.1169291734695435,
|
| 71 |
+
"learning_rate": 2.5925925925925925e-06,
|
| 72 |
+
"loss": 9.1279,
|
| 73 |
+
"num_input_tokens_seen": 12582912,
|
| 74 |
+
"step": 8
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.013323464100666173,
|
| 78 |
+
"grad_norm": 0.8922852277755737,
|
| 79 |
+
"learning_rate": 2.962962962962963e-06,
|
| 80 |
+
"loss": 9.6572,
|
| 81 |
+
"num_input_tokens_seen": 14155776,
|
| 82 |
+
"step": 9
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.014803849000740192,
|
| 86 |
+
"grad_norm": 0.936945915222168,
|
| 87 |
+
"learning_rate": 3.3333333333333333e-06,
|
| 88 |
+
"loss": 7.9991,
|
| 89 |
+
"num_input_tokens_seen": 15728640,
|
| 90 |
+
"step": 10
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.01628423390081421,
|
| 94 |
+
"grad_norm": 0.948231041431427,
|
| 95 |
+
"learning_rate": 3.7037037037037037e-06,
|
| 96 |
+
"loss": 9.4423,
|
| 97 |
+
"num_input_tokens_seen": 17301504,
|
| 98 |
+
"step": 11
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.01776461880088823,
|
| 102 |
+
"grad_norm": 1.1012229919433594,
|
| 103 |
+
"learning_rate": 4.074074074074074e-06,
|
| 104 |
+
"loss": 7.9854,
|
| 105 |
+
"num_input_tokens_seen": 18874368,
|
| 106 |
+
"step": 12
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 0.01924500370096225,
|
| 110 |
+
"grad_norm": 1.2395195960998535,
|
| 111 |
+
"learning_rate": 4.444444444444444e-06,
|
| 112 |
+
"loss": 8.9368,
|
| 113 |
+
"num_input_tokens_seen": 20447232,
|
| 114 |
+
"step": 13
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.02072538860103627,
|
| 118 |
+
"grad_norm": 0.930361807346344,
|
| 119 |
+
"learning_rate": 4.814814814814815e-06,
|
| 120 |
+
"loss": 9.5469,
|
| 121 |
+
"num_input_tokens_seen": 22020096,
|
| 122 |
+
"step": 14
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.02220577350111029,
|
| 126 |
+
"grad_norm": 0.8275301456451416,
|
| 127 |
+
"learning_rate": 5.185185185185185e-06,
|
| 128 |
+
"loss": 10.3952,
|
| 129 |
+
"num_input_tokens_seen": 23592960,
|
| 130 |
+
"step": 15
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.023686158401184307,
|
| 134 |
+
"grad_norm": 0.8683385848999023,
|
| 135 |
+
"learning_rate": 5.555555555555557e-06,
|
| 136 |
+
"loss": 8.2971,
|
| 137 |
+
"num_input_tokens_seen": 25165824,
|
| 138 |
+
"step": 16
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"epoch": 0.025166543301258327,
|
| 142 |
+
"grad_norm": 1.0179831981658936,
|
| 143 |
+
"learning_rate": 5.925925925925926e-06,
|
| 144 |
+
"loss": 9.1234,
|
| 145 |
+
"num_input_tokens_seen": 26738688,
|
| 146 |
+
"step": 17
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.026646928201332347,
|
| 150 |
+
"grad_norm": 1.0104173421859741,
|
| 151 |
+
"learning_rate": 6.296296296296297e-06,
|
| 152 |
+
"loss": 9.5261,
|
| 153 |
+
"num_input_tokens_seen": 28311552,
|
| 154 |
+
"step": 18
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.028127313101406367,
|
| 158 |
+
"grad_norm": 1.060304880142212,
|
| 159 |
+
"learning_rate": 6.666666666666667e-06,
|
| 160 |
+
"loss": 7.6262,
|
| 161 |
+
"num_input_tokens_seen": 29884416,
|
| 162 |
+
"step": 19
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.029607698001480384,
|
| 166 |
+
"grad_norm": 0.9215478301048279,
|
| 167 |
+
"learning_rate": 7.0370370370370375e-06,
|
| 168 |
+
"loss": 8.4184,
|
| 169 |
+
"num_input_tokens_seen": 31457280,
|
| 170 |
+
"step": 20
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.031088082901554404,
|
| 174 |
+
"grad_norm": 1.0252139568328857,
|
| 175 |
+
"learning_rate": 7.4074074074074075e-06,
|
| 176 |
+
"loss": 8.2821,
|
| 177 |
+
"num_input_tokens_seen": 33030144,
|
| 178 |
+
"step": 21
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.03256846780162842,
|
| 182 |
+
"grad_norm": 0.9496989846229553,
|
| 183 |
+
"learning_rate": 7.77777777777778e-06,
|
| 184 |
+
"loss": 9.4994,
|
| 185 |
+
"num_input_tokens_seen": 34603008,
|
| 186 |
+
"step": 22
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.034048852701702444,
|
| 190 |
+
"grad_norm": 0.9764742255210876,
|
| 191 |
+
"learning_rate": 8.148148148148148e-06,
|
| 192 |
+
"loss": 9.4438,
|
| 193 |
+
"num_input_tokens_seen": 36175872,
|
| 194 |
+
"step": 23
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 0.03552923760177646,
|
| 198 |
+
"grad_norm": 1.3688772916793823,
|
| 199 |
+
"learning_rate": 8.518518518518519e-06,
|
| 200 |
+
"loss": 8.3824,
|
| 201 |
+
"num_input_tokens_seen": 37748736,
|
| 202 |
+
"step": 24
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 0.037009622501850484,
|
| 206 |
+
"grad_norm": 1.0360182523727417,
|
| 207 |
+
"learning_rate": 8.888888888888888e-06,
|
| 208 |
+
"loss": 9.5644,
|
| 209 |
+
"num_input_tokens_seen": 39321600,
|
| 210 |
+
"step": 25
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.0384900074019245,
|
| 214 |
+
"grad_norm": 0.9460437297821045,
|
| 215 |
+
"learning_rate": 9.25925925925926e-06,
|
| 216 |
+
"loss": 9.7146,
|
| 217 |
+
"num_input_tokens_seen": 40894464,
|
| 218 |
+
"step": 26
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 0.03997039230199852,
|
| 222 |
+
"grad_norm": 1.10233473777771,
|
| 223 |
+
"learning_rate": 9.62962962962963e-06,
|
| 224 |
+
"loss": 9.3393,
|
| 225 |
+
"num_input_tokens_seen": 42467328,
|
| 226 |
+
"step": 27
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.04145077720207254,
|
| 230 |
+
"grad_norm": 1.0540364980697632,
|
| 231 |
+
"learning_rate": 1e-05,
|
| 232 |
+
"loss": 9.1959,
|
| 233 |
+
"num_input_tokens_seen": 44040192,
|
| 234 |
+
"step": 28
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.04293116210214656,
|
| 238 |
+
"grad_norm": 1.0485292673110962,
|
| 239 |
+
"learning_rate": 9.999568045802216e-06,
|
| 240 |
+
"loss": 9.1612,
|
| 241 |
+
"num_input_tokens_seen": 45613056,
|
| 242 |
+
"step": 29
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.04441154700222058,
|
| 246 |
+
"grad_norm": 1.0755236148834229,
|
| 247 |
+
"learning_rate": 9.99827225784264e-06,
|
| 248 |
+
"loss": 10.1287,
|
| 249 |
+
"num_input_tokens_seen": 47185920,
|
| 250 |
+
"step": 30
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 0.0458919319022946,
|
| 254 |
+
"grad_norm": 1.0970845222473145,
|
| 255 |
+
"learning_rate": 9.996112860009689e-06,
|
| 256 |
+
"loss": 10.1364,
|
| 257 |
+
"num_input_tokens_seen": 48758784,
|
| 258 |
+
"step": 31
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 0.047372316802368614,
|
| 262 |
+
"grad_norm": 1.005739688873291,
|
| 263 |
+
"learning_rate": 9.993090225407743e-06,
|
| 264 |
+
"loss": 9.0447,
|
| 265 |
+
"num_input_tokens_seen": 50331648,
|
| 266 |
+
"step": 32
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"epoch": 0.04885270170244264,
|
| 270 |
+
"grad_norm": 1.276772141456604,
|
| 271 |
+
"learning_rate": 9.98920487629269e-06,
|
| 272 |
+
"loss": 10.0261,
|
| 273 |
+
"num_input_tokens_seen": 51904512,
|
| 274 |
+
"step": 33
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.050333086602516654,
|
| 278 |
+
"grad_norm": 1.0036358833312988,
|
| 279 |
+
"learning_rate": 9.98445748398167e-06,
|
| 280 |
+
"loss": 9.3572,
|
| 281 |
+
"num_input_tokens_seen": 53477376,
|
| 282 |
+
"step": 34
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.05181347150259067,
|
| 286 |
+
"grad_norm": 0.9702248573303223,
|
| 287 |
+
"learning_rate": 9.978848868737099e-06,
|
| 288 |
+
"loss": 8.6036,
|
| 289 |
+
"num_input_tokens_seen": 55050240,
|
| 290 |
+
"step": 35
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.053293856402664694,
|
| 294 |
+
"grad_norm": 1.0070680379867554,
|
| 295 |
+
"learning_rate": 9.972379999624935e-06,
|
| 296 |
+
"loss": 8.265,
|
| 297 |
+
"num_input_tokens_seen": 56623104,
|
| 298 |
+
"step": 36
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.05477424130273871,
|
| 302 |
+
"grad_norm": 0.797947347164154,
|
| 303 |
+
"learning_rate": 9.96505199434725e-06,
|
| 304 |
+
"loss": 8.4143,
|
| 305 |
+
"num_input_tokens_seen": 58195968,
|
| 306 |
+
"step": 37
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"epoch": 0.056254626202812734,
|
| 310 |
+
"grad_norm": 0.9980666041374207,
|
| 311 |
+
"learning_rate": 9.956866119049095e-06,
|
| 312 |
+
"loss": 9.0371,
|
| 313 |
+
"num_input_tokens_seen": 59768832,
|
| 314 |
+
"step": 38
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.05773501110288675,
|
| 318 |
+
"grad_norm": 1.1065810918807983,
|
| 319 |
+
"learning_rate": 9.947823788099754e-06,
|
| 320 |
+
"loss": 8.8108,
|
| 321 |
+
"num_input_tokens_seen": 61341696,
|
| 322 |
+
"step": 39
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"epoch": 0.05921539600296077,
|
| 326 |
+
"grad_norm": 0.9878284931182861,
|
| 327 |
+
"learning_rate": 9.937926563848345e-06,
|
| 328 |
+
"loss": 9.6218,
|
| 329 |
+
"num_input_tokens_seen": 62914560,
|
| 330 |
+
"step": 40
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 0.06069578090303479,
|
| 334 |
+
"grad_norm": 6.665683746337891,
|
| 335 |
+
"learning_rate": 9.9271761563539e-06,
|
| 336 |
+
"loss": 8.1358,
|
| 337 |
+
"num_input_tokens_seen": 64487424,
|
| 338 |
+
"step": 41
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.06217616580310881,
|
| 342 |
+
"grad_norm": 1.0430138111114502,
|
| 343 |
+
"learning_rate": 9.915574423089872e-06,
|
| 344 |
+
"loss": 8.3405,
|
| 345 |
+
"num_input_tokens_seen": 66060288,
|
| 346 |
+
"step": 42
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.06365655070318282,
|
| 350 |
+
"grad_norm": 0.9139232039451599,
|
| 351 |
+
"learning_rate": 9.903123368623216e-06,
|
| 352 |
+
"loss": 9.0803,
|
| 353 |
+
"num_input_tokens_seen": 67633152,
|
| 354 |
+
"step": 43
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.06513693560325684,
|
| 358 |
+
"grad_norm": 1.0046182870864868,
|
| 359 |
+
"learning_rate": 9.889825144268029e-06,
|
| 360 |
+
"loss": 10.1074,
|
| 361 |
+
"num_input_tokens_seen": 69206016,
|
| 362 |
+
"step": 44
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.06661732050333087,
|
| 366 |
+
"grad_norm": 0.9864291548728943,
|
| 367 |
+
"learning_rate": 9.875682047713847e-06,
|
| 368 |
+
"loss": 9.0753,
|
| 369 |
+
"num_input_tokens_seen": 70778880,
|
| 370 |
+
"step": 45
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.06809770540340489,
|
| 374 |
+
"grad_norm": 1.1455698013305664,
|
| 375 |
+
"learning_rate": 9.860696522628638e-06,
|
| 376 |
+
"loss": 9.2234,
|
| 377 |
+
"num_input_tokens_seen": 72351744,
|
| 378 |
+
"step": 46
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 0.0695780903034789,
|
| 382 |
+
"grad_norm": 1.0296474695205688,
|
| 383 |
+
"learning_rate": 9.84487115823659e-06,
|
| 384 |
+
"loss": 8.7844,
|
| 385 |
+
"num_input_tokens_seen": 73924608,
|
| 386 |
+
"step": 47
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"epoch": 0.07105847520355292,
|
| 390 |
+
"grad_norm": 0.9440281987190247,
|
| 391 |
+
"learning_rate": 9.828208688870736e-06,
|
| 392 |
+
"loss": 8.3587,
|
| 393 |
+
"num_input_tokens_seen": 75497472,
|
| 394 |
+
"step": 48
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.07253886010362694,
|
| 398 |
+
"grad_norm": 0.9836198687553406,
|
| 399 |
+
"learning_rate": 9.810711993500506e-06,
|
| 400 |
+
"loss": 8.9316,
|
| 401 |
+
"num_input_tokens_seen": 77070336,
|
| 402 |
+
"step": 49
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.07401924500370097,
|
| 406 |
+
"grad_norm": 1.0525554418563843,
|
| 407 |
+
"learning_rate": 9.792384095234312e-06,
|
| 408 |
+
"loss": 9.571,
|
| 409 |
+
"num_input_tokens_seen": 78643200,
|
| 410 |
+
"step": 50
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 0.07549962990377498,
|
| 414 |
+
"grad_norm": 0.873354971408844,
|
| 415 |
+
"learning_rate": 9.773228160797187e-06,
|
| 416 |
+
"loss": 8.9413,
|
| 417 |
+
"num_input_tokens_seen": 80216064,
|
| 418 |
+
"step": 51
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 0.076980014803849,
|
| 422 |
+
"grad_norm": 1.2775590419769287,
|
| 423 |
+
"learning_rate": 9.753247499983649e-06,
|
| 424 |
+
"loss": 9.3912,
|
| 425 |
+
"num_input_tokens_seen": 81788928,
|
| 426 |
+
"step": 52
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 0.07846039970392302,
|
| 430 |
+
"grad_norm": 0.9796115159988403,
|
| 431 |
+
"learning_rate": 9.732445565085823e-06,
|
| 432 |
+
"loss": 8.5451,
|
| 433 |
+
"num_input_tokens_seen": 83361792,
|
| 434 |
+
"step": 53
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 0.07994078460399703,
|
| 438 |
+
"grad_norm": 0.7836295962333679,
|
| 439 |
+
"learning_rate": 9.71082595029695e-06,
|
| 440 |
+
"loss": 8.7509,
|
| 441 |
+
"num_input_tokens_seen": 84934656,
|
| 442 |
+
"step": 54
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.08142116950407106,
|
| 446 |
+
"grad_norm": 1.104665756225586,
|
| 447 |
+
"learning_rate": 9.688392391090374e-06,
|
| 448 |
+
"loss": 8.8454,
|
| 449 |
+
"num_input_tokens_seen": 86507520,
|
| 450 |
+
"step": 55
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.08290155440414508,
|
| 454 |
+
"grad_norm": 0.9231814742088318,
|
| 455 |
+
"learning_rate": 9.665148763574123e-06,
|
| 456 |
+
"loss": 9.2759,
|
| 457 |
+
"num_input_tokens_seen": 88080384,
|
| 458 |
+
"step": 56
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.0843819393042191,
|
| 462 |
+
"grad_norm": 1.1079339981079102,
|
| 463 |
+
"learning_rate": 9.64109908382119e-06,
|
| 464 |
+
"loss": 10.4245,
|
| 465 |
+
"num_input_tokens_seen": 89653248,
|
| 466 |
+
"step": 57
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 0.08586232420429311,
|
| 470 |
+
"grad_norm": 0.9315667152404785,
|
| 471 |
+
"learning_rate": 9.616247507175624e-06,
|
| 472 |
+
"loss": 8.921,
|
| 473 |
+
"num_input_tokens_seen": 91226112,
|
| 474 |
+
"step": 58
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.08734270910436713,
|
| 478 |
+
"grad_norm": 1.1500376462936401,
|
| 479 |
+
"learning_rate": 9.590598327534563e-06,
|
| 480 |
+
"loss": 9.2388,
|
| 481 |
+
"num_input_tokens_seen": 92798976,
|
| 482 |
+
"step": 59
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 0.08882309400444116,
|
| 486 |
+
"grad_norm": 1.5817395448684692,
|
| 487 |
+
"learning_rate": 9.56415597660634e-06,
|
| 488 |
+
"loss": 9.022,
|
| 489 |
+
"num_input_tokens_seen": 94371840,
|
| 490 |
+
"step": 60
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 0.09030347890451518,
|
| 494 |
+
"grad_norm": 0.9491121768951416,
|
| 495 |
+
"learning_rate": 9.536925023144742e-06,
|
| 496 |
+
"loss": 7.9679,
|
| 497 |
+
"num_input_tokens_seen": 95944704,
|
| 498 |
+
"step": 61
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"epoch": 0.0917838638045892,
|
| 502 |
+
"grad_norm": 2.5303561687469482,
|
| 503 |
+
"learning_rate": 9.508910172159635e-06,
|
| 504 |
+
"loss": 9.0134,
|
| 505 |
+
"num_input_tokens_seen": 97517568,
|
| 506 |
+
"step": 62
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.09326424870466321,
|
| 510 |
+
"grad_norm": 0.986416220664978,
|
| 511 |
+
"learning_rate": 9.48011626410401e-06,
|
| 512 |
+
"loss": 9.0806,
|
| 513 |
+
"num_input_tokens_seen": 99090432,
|
| 514 |
+
"step": 63
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.09474463360473723,
|
| 518 |
+
"grad_norm": 1.1620358228683472,
|
| 519 |
+
"learning_rate": 9.450548274037652e-06,
|
| 520 |
+
"loss": 10.1018,
|
| 521 |
+
"num_input_tokens_seen": 100663296,
|
| 522 |
+
"step": 64
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 0.09622501850481126,
|
| 526 |
+
"grad_norm": 1.0916987657546997,
|
| 527 |
+
"learning_rate": 9.420211310767534e-06,
|
| 528 |
+
"loss": 8.0095,
|
| 529 |
+
"num_input_tokens_seen": 102236160,
|
| 530 |
+
"step": 65
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"epoch": 0.09770540340488527,
|
| 534 |
+
"grad_norm": 0.9612499475479126,
|
| 535 |
+
"learning_rate": 9.389110615965102e-06,
|
| 536 |
+
"loss": 9.4223,
|
| 537 |
+
"num_input_tokens_seen": 103809024,
|
| 538 |
+
"step": 66
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.09918578830495929,
|
| 542 |
+
"grad_norm": 1.1053907871246338,
|
| 543 |
+
"learning_rate": 9.35725156326063e-06,
|
| 544 |
+
"loss": 9.4943,
|
| 545 |
+
"num_input_tokens_seen": 105381888,
|
| 546 |
+
"step": 67
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 0.10066617320503331,
|
| 550 |
+
"grad_norm": 0.9855115413665771,
|
| 551 |
+
"learning_rate": 9.324639657314742e-06,
|
| 552 |
+
"loss": 9.3133,
|
| 553 |
+
"num_input_tokens_seen": 106954752,
|
| 554 |
+
"step": 68
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 0.10214655810510732,
|
| 558 |
+
"grad_norm": 0.9884914755821228,
|
| 559 |
+
"learning_rate": 9.291280532867301e-06,
|
| 560 |
+
"loss": 8.9539,
|
| 561 |
+
"num_input_tokens_seen": 108527616,
|
| 562 |
+
"step": 69
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.10362694300518134,
|
| 566 |
+
"grad_norm": 0.8383261561393738,
|
| 567 |
+
"learning_rate": 9.257179953763846e-06,
|
| 568 |
+
"loss": 8.0476,
|
| 569 |
+
"num_input_tokens_seen": 110100480,
|
| 570 |
+
"step": 70
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.10510732790525537,
|
| 574 |
+
"grad_norm": 0.8421911597251892,
|
| 575 |
+
"learning_rate": 9.222343811959694e-06,
|
| 576 |
+
"loss": 8.8411,
|
| 577 |
+
"num_input_tokens_seen": 111673344,
|
| 578 |
+
"step": 71
|
| 579 |
+
},
|
| 580 |
+
{
|
| 581 |
+
"epoch": 0.10658771280532939,
|
| 582 |
+
"grad_norm": 1.018642783164978,
|
| 583 |
+
"learning_rate": 9.186778126501916e-06,
|
| 584 |
+
"loss": 9.0418,
|
| 585 |
+
"num_input_tokens_seen": 113246208,
|
| 586 |
+
"step": 72
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 0.1080680977054034,
|
| 590 |
+
"grad_norm": 1.124177098274231,
|
| 591 |
+
"learning_rate": 9.150489042489368e-06,
|
| 592 |
+
"loss": 8.9343,
|
| 593 |
+
"num_input_tokens_seen": 114819072,
|
| 594 |
+
"step": 73
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 0.10954848260547742,
|
| 598 |
+
"grad_norm": 0.9522198438644409,
|
| 599 |
+
"learning_rate": 9.113482830010918e-06,
|
| 600 |
+
"loss": 9.0528,
|
| 601 |
+
"num_input_tokens_seen": 116391936,
|
| 602 |
+
"step": 74
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"epoch": 0.11102886750555144,
|
| 606 |
+
"grad_norm": 0.9624304175376892,
|
| 607 |
+
"learning_rate": 9.075765883062093e-06,
|
| 608 |
+
"loss": 9.0861,
|
| 609 |
+
"num_input_tokens_seen": 117964800,
|
| 610 |
+
"step": 75
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"epoch": 0.11250925240562547,
|
| 614 |
+
"grad_norm": 0.8929852843284607,
|
| 615 |
+
"learning_rate": 9.037344718440321e-06,
|
| 616 |
+
"loss": 9.2024,
|
| 617 |
+
"num_input_tokens_seen": 119537664,
|
| 618 |
+
"step": 76
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.11398963730569948,
|
| 622 |
+
"grad_norm": 1.0029925107955933,
|
| 623 |
+
"learning_rate": 8.99822597461894e-06,
|
| 624 |
+
"loss": 9.4743,
|
| 625 |
+
"num_input_tokens_seen": 121110528,
|
| 626 |
+
"step": 77
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.1154700222057735,
|
| 630 |
+
"grad_norm": 1.0162649154663086,
|
| 631 |
+
"learning_rate": 8.958416410600188e-06,
|
| 632 |
+
"loss": 8.5334,
|
| 633 |
+
"num_input_tokens_seen": 122683392,
|
| 634 |
+
"step": 78
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"epoch": 0.11695040710584752,
|
| 638 |
+
"grad_norm": 0.9771702885627747,
|
| 639 |
+
"learning_rate": 8.917922904747385e-06,
|
| 640 |
+
"loss": 9.1915,
|
| 641 |
+
"num_input_tokens_seen": 124256256,
|
| 642 |
+
"step": 79
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"epoch": 0.11843079200592153,
|
| 646 |
+
"grad_norm": 0.8723686337471008,
|
| 647 |
+
"learning_rate": 8.876752453596462e-06,
|
| 648 |
+
"loss": 9.0803,
|
| 649 |
+
"num_input_tokens_seen": 125829120,
|
| 650 |
+
"step": 80
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"epoch": 0.11991117690599556,
|
| 654 |
+
"grad_norm": 0.9210541248321533,
|
| 655 |
+
"learning_rate": 8.834912170647102e-06,
|
| 656 |
+
"loss": 9.3622,
|
| 657 |
+
"num_input_tokens_seen": 127401984,
|
| 658 |
+
"step": 81
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"epoch": 0.12139156180606958,
|
| 662 |
+
"grad_norm": 0.9311140179634094,
|
| 663 |
+
"learning_rate": 8.792409285133644e-06,
|
| 664 |
+
"loss": 7.9475,
|
| 665 |
+
"num_input_tokens_seen": 128974848,
|
| 666 |
+
"step": 82
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"epoch": 0.1228719467061436,
|
| 670 |
+
"grad_norm": 0.8897220492362976,
|
| 671 |
+
"learning_rate": 8.749251140776016e-06,
|
| 672 |
+
"loss": 9.3202,
|
| 673 |
+
"num_input_tokens_seen": 130547712,
|
| 674 |
+
"step": 83
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.12435233160621761,
|
| 678 |
+
"grad_norm": 0.9463574290275574,
|
| 679 |
+
"learning_rate": 8.705445194510868e-06,
|
| 680 |
+
"loss": 10.1407,
|
| 681 |
+
"num_input_tokens_seen": 132120576,
|
| 682 |
+
"step": 84
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.12583271650629163,
|
| 686 |
+
"grad_norm": 1.3442161083221436,
|
| 687 |
+
"learning_rate": 8.660999015203152e-06,
|
| 688 |
+
"loss": 9.8572,
|
| 689 |
+
"num_input_tokens_seen": 133693440,
|
| 690 |
+
"step": 85
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 0.12731310140636565,
|
| 694 |
+
"grad_norm": 1.0177114009857178,
|
| 695 |
+
"learning_rate": 8.615920282338355e-06,
|
| 696 |
+
"loss": 9.7569,
|
| 697 |
+
"num_input_tokens_seen": 135266304,
|
| 698 |
+
"step": 86
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 0.12879348630643966,
|
| 702 |
+
"grad_norm": 0.9807493090629578,
|
| 703 |
+
"learning_rate": 8.570216784695637e-06,
|
| 704 |
+
"loss": 9.6619,
|
| 705 |
+
"num_input_tokens_seen": 136839168,
|
| 706 |
+
"step": 87
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"epoch": 0.13027387120651368,
|
| 710 |
+
"grad_norm": 0.9313049912452698,
|
| 711 |
+
"learning_rate": 8.52389641900206e-06,
|
| 712 |
+
"loss": 8.2778,
|
| 713 |
+
"num_input_tokens_seen": 138412032,
|
| 714 |
+
"step": 88
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 0.13175425610658772,
|
| 718 |
+
"grad_norm": 1.1321674585342407,
|
| 719 |
+
"learning_rate": 8.476967188568187e-06,
|
| 720 |
+
"loss": 9.2182,
|
| 721 |
+
"num_input_tokens_seen": 139984896,
|
| 722 |
+
"step": 89
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"epoch": 0.13323464100666174,
|
| 726 |
+
"grad_norm": 1.1267322301864624,
|
| 727 |
+
"learning_rate": 8.429437201905254e-06,
|
| 728 |
+
"loss": 9.0367,
|
| 729 |
+
"num_input_tokens_seen": 141557760,
|
| 730 |
+
"step": 90
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.13471502590673576,
|
| 734 |
+
"grad_norm": 1.0089036226272583,
|
| 735 |
+
"learning_rate": 8.38131467132416e-06,
|
| 736 |
+
"loss": 8.6384,
|
| 737 |
+
"num_input_tokens_seen": 143130624,
|
| 738 |
+
"step": 91
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.13619541080680977,
|
| 742 |
+
"grad_norm": 0.9808329939842224,
|
| 743 |
+
"learning_rate": 8.332607911516545e-06,
|
| 744 |
+
"loss": 9.3609,
|
| 745 |
+
"num_input_tokens_seen": 144703488,
|
| 746 |
+
"step": 92
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"epoch": 0.1376757957068838,
|
| 750 |
+
"grad_norm": 0.982054591178894,
|
| 751 |
+
"learning_rate": 8.283325338118154e-06,
|
| 752 |
+
"loss": 9.0296,
|
| 753 |
+
"num_input_tokens_seen": 146276352,
|
| 754 |
+
"step": 93
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"epoch": 0.1391561806069578,
|
| 758 |
+
"grad_norm": 0.9693288207054138,
|
| 759 |
+
"learning_rate": 8.233475466254766e-06,
|
| 760 |
+
"loss": 9.9902,
|
| 761 |
+
"num_input_tokens_seen": 147849216,
|
| 762 |
+
"step": 94
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"epoch": 0.14063656550703182,
|
| 766 |
+
"grad_norm": 0.9457436800003052,
|
| 767 |
+
"learning_rate": 8.183066909070946e-06,
|
| 768 |
+
"loss": 9.9753,
|
| 769 |
+
"num_input_tokens_seen": 149422080,
|
| 770 |
+
"step": 95
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"epoch": 0.14211695040710584,
|
| 774 |
+
"grad_norm": 1.1782922744750977,
|
| 775 |
+
"learning_rate": 8.132108376241849e-06,
|
| 776 |
+
"loss": 10.0226,
|
| 777 |
+
"num_input_tokens_seen": 150994944,
|
| 778 |
+
"step": 96
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"epoch": 0.14359733530717986,
|
| 782 |
+
"grad_norm": 1.0504759550094604,
|
| 783 |
+
"learning_rate": 8.08060867246834e-06,
|
| 784 |
+
"loss": 8.143,
|
| 785 |
+
"num_input_tokens_seen": 152567808,
|
| 786 |
+
"step": 97
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.14507772020725387,
|
| 790 |
+
"grad_norm": 1.3626543283462524,
|
| 791 |
+
"learning_rate": 8.028576695955711e-06,
|
| 792 |
+
"loss": 9.8448,
|
| 793 |
+
"num_input_tokens_seen": 154140672,
|
| 794 |
+
"step": 98
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.14655810510732792,
|
| 798 |
+
"grad_norm": 1.204558253288269,
|
| 799 |
+
"learning_rate": 7.976021436876232e-06,
|
| 800 |
+
"loss": 8.2288,
|
| 801 |
+
"num_input_tokens_seen": 155713536,
|
| 802 |
+
"step": 99
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 0.14803849000740193,
|
| 806 |
+
"grad_norm": 0.9750257730484009,
|
| 807 |
+
"learning_rate": 7.92295197581581e-06,
|
| 808 |
+
"loss": 8.5604,
|
| 809 |
+
"num_input_tokens_seen": 157286400,
|
| 810 |
+
"step": 100
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"epoch": 0.14951887490747595,
|
| 814 |
+
"grad_norm": 0.9481039643287659,
|
| 815 |
+
"learning_rate": 7.869377482205042e-06,
|
| 816 |
+
"loss": 9.6968,
|
| 817 |
+
"num_input_tokens_seen": 158859264,
|
| 818 |
+
"step": 101
|
| 819 |
+
},
|
| 820 |
+
{
|
| 821 |
+
"epoch": 0.15099925980754997,
|
| 822 |
+
"grad_norm": 0.9680772423744202,
|
| 823 |
+
"learning_rate": 7.815307212734888e-06,
|
| 824 |
+
"loss": 9.6446,
|
| 825 |
+
"num_input_tokens_seen": 160432128,
|
| 826 |
+
"step": 102
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"epoch": 0.15247964470762398,
|
| 830 |
+
"grad_norm": 1.005219578742981,
|
| 831 |
+
"learning_rate": 7.7607505097573e-06,
|
| 832 |
+
"loss": 8.7518,
|
| 833 |
+
"num_input_tokens_seen": 162004992,
|
| 834 |
+
"step": 103
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"epoch": 0.153960029607698,
|
| 838 |
+
"grad_norm": 1.04623281955719,
|
| 839 |
+
"learning_rate": 7.705716799671019e-06,
|
| 840 |
+
"loss": 7.4682,
|
| 841 |
+
"num_input_tokens_seen": 163577856,
|
| 842 |
+
"step": 104
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.15544041450777202,
|
| 846 |
+
"grad_norm": 1.0221362113952637,
|
| 847 |
+
"learning_rate": 7.650215591292888e-06,
|
| 848 |
+
"loss": 9.2972,
|
| 849 |
+
"num_input_tokens_seen": 165150720,
|
| 850 |
+
"step": 105
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.15692079940784603,
|
| 854 |
+
"grad_norm": 1.0508990287780762,
|
| 855 |
+
"learning_rate": 7.594256474214883e-06,
|
| 856 |
+
"loss": 9.3146,
|
| 857 |
+
"num_input_tokens_seen": 166723584,
|
| 858 |
+
"step": 106
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 0.15840118430792005,
|
| 862 |
+
"grad_norm": 1.265791416168213,
|
| 863 |
+
"learning_rate": 7.537849117147212e-06,
|
| 864 |
+
"loss": 9.1447,
|
| 865 |
+
"num_input_tokens_seen": 168296448,
|
| 866 |
+
"step": 107
|
| 867 |
+
},
|
| 868 |
+
{
|
| 869 |
+
"epoch": 0.15988156920799407,
|
| 870 |
+
"grad_norm": 1.1966804265975952,
|
| 871 |
+
"learning_rate": 7.481003266247745e-06,
|
| 872 |
+
"loss": 8.3043,
|
| 873 |
+
"num_input_tokens_seen": 169869312,
|
| 874 |
+
"step": 108
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"epoch": 0.16136195410806808,
|
| 878 |
+
"grad_norm": 1.0808377265930176,
|
| 879 |
+
"learning_rate": 7.4237287434380485e-06,
|
| 880 |
+
"loss": 9.2868,
|
| 881 |
+
"num_input_tokens_seen": 171442176,
|
| 882 |
+
"step": 109
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"epoch": 0.16284233900814213,
|
| 886 |
+
"grad_norm": 0.9915937781333923,
|
| 887 |
+
"learning_rate": 7.366035444706346e-06,
|
| 888 |
+
"loss": 9.0849,
|
| 889 |
+
"num_input_tokens_seen": 173015040,
|
| 890 |
+
"step": 110
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"epoch": 0.16432272390821615,
|
| 894 |
+
"grad_norm": 1.0843515396118164,
|
| 895 |
+
"learning_rate": 7.307933338397667e-06,
|
| 896 |
+
"loss": 8.1961,
|
| 897 |
+
"num_input_tokens_seen": 174587904,
|
| 898 |
+
"step": 111
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.16580310880829016,
|
| 902 |
+
"grad_norm": 1.0236737728118896,
|
| 903 |
+
"learning_rate": 7.249432463491498e-06,
|
| 904 |
+
"loss": 8.7919,
|
| 905 |
+
"num_input_tokens_seen": 176160768,
|
| 906 |
+
"step": 112
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.16728349370836418,
|
| 910 |
+
"grad_norm": 0.9542803764343262,
|
| 911 |
+
"learning_rate": 7.190542927867234e-06,
|
| 912 |
+
"loss": 8.0601,
|
| 913 |
+
"num_input_tokens_seen": 177733632,
|
| 914 |
+
"step": 113
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"epoch": 0.1687638786084382,
|
| 918 |
+
"grad_norm": 0.9664928317070007,
|
| 919 |
+
"learning_rate": 7.131274906557725e-06,
|
| 920 |
+
"loss": 8.7192,
|
| 921 |
+
"num_input_tokens_seen": 179306496,
|
| 922 |
+
"step": 114
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"epoch": 0.1702442635085122,
|
| 926 |
+
"grad_norm": 1.4056304693222046,
|
| 927 |
+
"learning_rate": 7.0716386399912075e-06,
|
| 928 |
+
"loss": 9.0565,
|
| 929 |
+
"num_input_tokens_seen": 180879360,
|
| 930 |
+
"step": 115
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"epoch": 0.17172464840858623,
|
| 934 |
+
"grad_norm": 1.0535268783569336,
|
| 935 |
+
"learning_rate": 7.0116444322219575e-06,
|
| 936 |
+
"loss": 8.2026,
|
| 937 |
+
"num_input_tokens_seen": 182452224,
|
| 938 |
+
"step": 116
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"epoch": 0.17320503330866024,
|
| 942 |
+
"grad_norm": 0.9302631616592407,
|
| 943 |
+
"learning_rate": 6.95130264914993e-06,
|
| 944 |
+
"loss": 8.6117,
|
| 945 |
+
"num_input_tokens_seen": 184025088,
|
| 946 |
+
"step": 117
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"epoch": 0.17468541820873426,
|
| 950 |
+
"grad_norm": 1.038080096244812,
|
| 951 |
+
"learning_rate": 6.890623716729724e-06,
|
| 952 |
+
"loss": 8.0289,
|
| 953 |
+
"num_input_tokens_seen": 185597952,
|
| 954 |
+
"step": 118
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.17616580310880828,
|
| 958 |
+
"grad_norm": 1.0219101905822754,
|
| 959 |
+
"learning_rate": 6.829618119169169e-06,
|
| 960 |
+
"loss": 8.4351,
|
| 961 |
+
"num_input_tokens_seen": 187170816,
|
| 962 |
+
"step": 119
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.17764618800888232,
|
| 966 |
+
"grad_norm": 0.9798210859298706,
|
| 967 |
+
"learning_rate": 6.768296397117848e-06,
|
| 968 |
+
"loss": 8.9511,
|
| 969 |
+
"num_input_tokens_seen": 188743680,
|
| 970 |
+
"step": 120
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"epoch": 0.17912657290895634,
|
| 974 |
+
"grad_norm": 1.0009288787841797,
|
| 975 |
+
"learning_rate": 6.706669145845863e-06,
|
| 976 |
+
"loss": 9.2014,
|
| 977 |
+
"num_input_tokens_seen": 190316544,
|
| 978 |
+
"step": 121
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"epoch": 0.18060695780903036,
|
| 982 |
+
"grad_norm": 0.9980687499046326,
|
| 983 |
+
"learning_rate": 6.6447470134131685e-06,
|
| 984 |
+
"loss": 9.7525,
|
| 985 |
+
"num_input_tokens_seen": 191889408,
|
| 986 |
+
"step": 122
|
| 987 |
+
},
|
| 988 |
+
{
|
| 989 |
+
"epoch": 0.18208734270910437,
|
| 990 |
+
"grad_norm": 0.9398377537727356,
|
| 991 |
+
"learning_rate": 6.5825406988297815e-06,
|
| 992 |
+
"loss": 8.8423,
|
| 993 |
+
"num_input_tokens_seen": 193462272,
|
| 994 |
+
"step": 123
|
| 995 |
+
},
|
| 996 |
+
{
|
| 997 |
+
"epoch": 0.1835677276091784,
|
| 998 |
+
"grad_norm": 0.8980095386505127,
|
| 999 |
+
"learning_rate": 6.520060950207186e-06,
|
| 1000 |
+
"loss": 9.3148,
|
| 1001 |
+
"num_input_tokens_seen": 195035136,
|
| 1002 |
+
"step": 124
|
| 1003 |
+
},
|
| 1004 |
+
{
|
| 1005 |
+
"epoch": 0.1850481125092524,
|
| 1006 |
+
"grad_norm": 1.2639355659484863,
|
| 1007 |
+
"learning_rate": 6.457318562901257e-06,
|
| 1008 |
+
"loss": 9.2706,
|
| 1009 |
+
"num_input_tokens_seen": 196608000,
|
| 1010 |
+
"step": 125
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.18652849740932642,
|
| 1014 |
+
"grad_norm": 0.9730526804924011,
|
| 1015 |
+
"learning_rate": 6.394324377647028e-06,
|
| 1016 |
+
"loss": 9.9944,
|
| 1017 |
+
"num_input_tokens_seen": 198180864,
|
| 1018 |
+
"step": 126
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.18800888230940044,
|
| 1022 |
+
"grad_norm": 1.089982032775879,
|
| 1023 |
+
"learning_rate": 6.331089278685599e-06,
|
| 1024 |
+
"loss": 8.8171,
|
| 1025 |
+
"num_input_tokens_seen": 199753728,
|
| 1026 |
+
"step": 127
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"epoch": 0.18948926720947445,
|
| 1030 |
+
"grad_norm": 1.2901642322540283,
|
| 1031 |
+
"learning_rate": 6.267624191883551e-06,
|
| 1032 |
+
"loss": 9.3602,
|
| 1033 |
+
"num_input_tokens_seen": 201326592,
|
| 1034 |
+
"step": 128
|
| 1035 |
+
},
|
| 1036 |
+
{
|
| 1037 |
+
"epoch": 0.19096965210954847,
|
| 1038 |
+
"grad_norm": 1.0030603408813477,
|
| 1039 |
+
"learning_rate": 6.203940082845144e-06,
|
| 1040 |
+
"loss": 8.4607,
|
| 1041 |
+
"num_input_tokens_seen": 202899456,
|
| 1042 |
+
"step": 129
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"epoch": 0.19245003700962252,
|
| 1046 |
+
"grad_norm": 1.0402629375457764,
|
| 1047 |
+
"learning_rate": 6.140047955017672e-06,
|
| 1048 |
+
"loss": 9.4883,
|
| 1049 |
+
"num_input_tokens_seen": 204472320,
|
| 1050 |
+
"step": 130
|
| 1051 |
+
},
|
| 1052 |
+
{
|
| 1053 |
+
"epoch": 0.19393042190969653,
|
| 1054 |
+
"grad_norm": 1.1065270900726318,
|
| 1055 |
+
"learning_rate": 6.075958847790262e-06,
|
| 1056 |
+
"loss": 9.5924,
|
| 1057 |
+
"num_input_tokens_seen": 206045184,
|
| 1058 |
+
"step": 131
|
| 1059 |
+
},
|
| 1060 |
+
{
|
| 1061 |
+
"epoch": 0.19541080680977055,
|
| 1062 |
+
"grad_norm": 0.9005462527275085,
|
| 1063 |
+
"learning_rate": 6.011683834586474e-06,
|
| 1064 |
+
"loss": 7.8592,
|
| 1065 |
+
"num_input_tokens_seen": 207618048,
|
| 1066 |
+
"step": 132
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.19689119170984457,
|
| 1070 |
+
"grad_norm": 0.9889174699783325,
|
| 1071 |
+
"learning_rate": 5.947234020951015e-06,
|
| 1072 |
+
"loss": 8.8831,
|
| 1073 |
+
"num_input_tokens_seen": 209190912,
|
| 1074 |
+
"step": 133
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 0.19837157660991858,
|
| 1078 |
+
"grad_norm": 0.9471520781517029,
|
| 1079 |
+
"learning_rate": 5.882620542630901e-06,
|
| 1080 |
+
"loss": 8.2636,
|
| 1081 |
+
"num_input_tokens_seen": 210763776,
|
| 1082 |
+
"step": 134
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"epoch": 0.1998519615099926,
|
| 1086 |
+
"grad_norm": 1.062712550163269,
|
| 1087 |
+
"learning_rate": 5.817854563651415e-06,
|
| 1088 |
+
"loss": 8.6707,
|
| 1089 |
+
"num_input_tokens_seen": 212336640,
|
| 1090 |
+
"step": 135
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"epoch": 0.20133234641006661,
|
| 1094 |
+
"grad_norm": 1.0248647928237915,
|
| 1095 |
+
"learning_rate": 5.752947274387147e-06,
|
| 1096 |
+
"loss": 9.3591,
|
| 1097 |
+
"num_input_tokens_seen": 213909504,
|
| 1098 |
+
"step": 136
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"epoch": 0.20281273131014063,
|
| 1102 |
+
"grad_norm": 1.0230802297592163,
|
| 1103 |
+
"learning_rate": 5.687909889628529e-06,
|
| 1104 |
+
"loss": 10.19,
|
| 1105 |
+
"num_input_tokens_seen": 215482368,
|
| 1106 |
+
"step": 137
|
| 1107 |
+
},
|
| 1108 |
+
{
|
| 1109 |
+
"epoch": 0.20429311621021465,
|
| 1110 |
+
"grad_norm": 1.065903902053833,
|
| 1111 |
+
"learning_rate": 5.622753646644102e-06,
|
| 1112 |
+
"loss": 8.6389,
|
| 1113 |
+
"num_input_tokens_seen": 217055232,
|
| 1114 |
+
"step": 138
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"epoch": 0.20577350111028866,
|
| 1118 |
+
"grad_norm": 0.9532954692840576,
|
| 1119 |
+
"learning_rate": 5.557489803238934e-06,
|
| 1120 |
+
"loss": 9.201,
|
| 1121 |
+
"num_input_tokens_seen": 218628096,
|
| 1122 |
+
"step": 139
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 0.20725388601036268,
|
| 1126 |
+
"grad_norm": 1.2282330989837646,
|
| 1127 |
+
"learning_rate": 5.492129635809473e-06,
|
| 1128 |
+
"loss": 8.9373,
|
| 1129 |
+
"num_input_tokens_seen": 220200960,
|
| 1130 |
+
"step": 140
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.20873427091043673,
|
| 1134 |
+
"grad_norm": 1.0525203943252563,
|
| 1135 |
+
"learning_rate": 5.426684437395196e-06,
|
| 1136 |
+
"loss": 8.1673,
|
| 1137 |
+
"num_input_tokens_seen": 221773824,
|
| 1138 |
+
"step": 141
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"epoch": 0.21021465581051074,
|
| 1142 |
+
"grad_norm": 1.0882335901260376,
|
| 1143 |
+
"learning_rate": 5.361165515727374e-06,
|
| 1144 |
+
"loss": 9.2341,
|
| 1145 |
+
"num_input_tokens_seen": 223346688,
|
| 1146 |
+
"step": 142
|
| 1147 |
+
},
|
| 1148 |
+
{
|
| 1149 |
+
"epoch": 0.21169504071058476,
|
| 1150 |
+
"grad_norm": 2.01729416847229,
|
| 1151 |
+
"learning_rate": 5.295584191275308e-06,
|
| 1152 |
+
"loss": 9.7504,
|
| 1153 |
+
"num_input_tokens_seen": 224919552,
|
| 1154 |
+
"step": 143
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
"epoch": 0.21317542561065878,
|
| 1158 |
+
"grad_norm": 0.8909555077552795,
|
| 1159 |
+
"learning_rate": 5.229951795290353e-06,
|
| 1160 |
+
"loss": 8.9742,
|
| 1161 |
+
"num_input_tokens_seen": 226492416,
|
| 1162 |
+
"step": 144
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"epoch": 0.2146558105107328,
|
| 1166 |
+
"grad_norm": 0.9122491478919983,
|
| 1167 |
+
"learning_rate": 5.164279667848094e-06,
|
| 1168 |
+
"loss": 8.6969,
|
| 1169 |
+
"num_input_tokens_seen": 228065280,
|
| 1170 |
+
"step": 145
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"epoch": 0.2161361954108068,
|
| 1174 |
+
"grad_norm": 1.1025797128677368,
|
| 1175 |
+
"learning_rate": 5.0985791558889785e-06,
|
| 1176 |
+
"loss": 9.6289,
|
| 1177 |
+
"num_input_tokens_seen": 229638144,
|
| 1178 |
+
"step": 146
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 0.21761658031088082,
|
| 1182 |
+
"grad_norm": 1.1003743410110474,
|
| 1183 |
+
"learning_rate": 5.032861611257783e-06,
|
| 1184 |
+
"loss": 8.6957,
|
| 1185 |
+
"num_input_tokens_seen": 231211008,
|
| 1186 |
+
"step": 147
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 0.21909696521095484,
|
| 1190 |
+
"grad_norm": 0.9547885656356812,
|
| 1191 |
+
"learning_rate": 4.967138388742218e-06,
|
| 1192 |
+
"loss": 8.9786,
|
| 1193 |
+
"num_input_tokens_seen": 232783872,
|
| 1194 |
+
"step": 148
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 0.22057735011102886,
|
| 1198 |
+
"grad_norm": 0.8208208680152893,
|
| 1199 |
+
"learning_rate": 4.9014208441110215e-06,
|
| 1200 |
+
"loss": 8.2503,
|
| 1201 |
+
"num_input_tokens_seen": 234356736,
|
| 1202 |
+
"step": 149
|
| 1203 |
+
},
|
| 1204 |
+
{
|
| 1205 |
+
"epoch": 0.22205773501110287,
|
| 1206 |
+
"grad_norm": 0.9018646478652954,
|
| 1207 |
+
"learning_rate": 4.835720332151907e-06,
|
| 1208 |
+
"loss": 9.121,
|
| 1209 |
+
"num_input_tokens_seen": 235929600,
|
| 1210 |
+
"step": 150
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"epoch": 0.22353811991117692,
|
| 1214 |
+
"grad_norm": 1.0260975360870361,
|
| 1215 |
+
"learning_rate": 4.770048204709648e-06,
|
| 1216 |
+
"loss": 9.8406,
|
| 1217 |
+
"num_input_tokens_seen": 237502464,
|
| 1218 |
+
"step": 151
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"epoch": 0.22501850481125094,
|
| 1222 |
+
"grad_norm": 1.107323169708252,
|
| 1223 |
+
"learning_rate": 4.7044158087246926e-06,
|
| 1224 |
+
"loss": 9.724,
|
| 1225 |
+
"num_input_tokens_seen": 239075328,
|
| 1226 |
+
"step": 152
|
| 1227 |
+
},
|
| 1228 |
+
{
|
| 1229 |
+
"epoch": 0.22649888971132495,
|
| 1230 |
+
"grad_norm": 0.9756017327308655,
|
| 1231 |
+
"learning_rate": 4.6388344842726266e-06,
|
| 1232 |
+
"loss": 7.9496,
|
| 1233 |
+
"num_input_tokens_seen": 240648192,
|
| 1234 |
+
"step": 153
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 0.22797927461139897,
|
| 1238 |
+
"grad_norm": 0.9942044615745544,
|
| 1239 |
+
"learning_rate": 4.573315562604804e-06,
|
| 1240 |
+
"loss": 10.6851,
|
| 1241 |
+
"num_input_tokens_seen": 242221056,
|
| 1242 |
+
"step": 154
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 0.22945965951147299,
|
| 1246 |
+
"grad_norm": 0.9424007534980774,
|
| 1247 |
+
"learning_rate": 4.5078703641905275e-06,
|
| 1248 |
+
"loss": 9.0249,
|
| 1249 |
+
"num_input_tokens_seen": 243793920,
|
| 1250 |
+
"step": 155
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"epoch": 0.230940044411547,
|
| 1254 |
+
"grad_norm": 1.0353285074234009,
|
| 1255 |
+
"learning_rate": 4.442510196761068e-06,
|
| 1256 |
+
"loss": 8.9519,
|
| 1257 |
+
"num_input_tokens_seen": 245366784,
|
| 1258 |
+
"step": 156
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"epoch": 0.23242042931162102,
|
| 1262 |
+
"grad_norm": 0.8987874388694763,
|
| 1263 |
+
"learning_rate": 4.377246353355899e-06,
|
| 1264 |
+
"loss": 8.8955,
|
| 1265 |
+
"num_input_tokens_seen": 246939648,
|
| 1266 |
+
"step": 157
|
| 1267 |
+
},
|
| 1268 |
+
{
|
| 1269 |
+
"epoch": 0.23390081421169504,
|
| 1270 |
+
"grad_norm": 1.4252616167068481,
|
| 1271 |
+
"learning_rate": 4.312090110371473e-06,
|
| 1272 |
+
"loss": 9.1974,
|
| 1273 |
+
"num_input_tokens_seen": 248512512,
|
| 1274 |
+
"step": 158
|
| 1275 |
+
},
|
| 1276 |
+
{
|
| 1277 |
+
"epoch": 0.23538119911176905,
|
| 1278 |
+
"grad_norm": 0.9613856673240662,
|
| 1279 |
+
"learning_rate": 4.247052725612853e-06,
|
| 1280 |
+
"loss": 9.7788,
|
| 1281 |
+
"num_input_tokens_seen": 250085376,
|
| 1282 |
+
"step": 159
|
| 1283 |
+
},
|
| 1284 |
+
{
|
| 1285 |
+
"epoch": 0.23686158401184307,
|
| 1286 |
+
"grad_norm": 0.9787338376045227,
|
| 1287 |
+
"learning_rate": 4.182145436348587e-06,
|
| 1288 |
+
"loss": 9.5162,
|
| 1289 |
+
"num_input_tokens_seen": 251658240,
|
| 1290 |
+
"step": 160
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 0.23834196891191708,
|
| 1294 |
+
"grad_norm": 0.9008899331092834,
|
| 1295 |
+
"learning_rate": 4.1173794573691e-06,
|
| 1296 |
+
"loss": 8.1727,
|
| 1297 |
+
"num_input_tokens_seen": 253231104,
|
| 1298 |
+
"step": 161
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 0.23982235381199113,
|
| 1302 |
+
"grad_norm": 1.171798825263977,
|
| 1303 |
+
"learning_rate": 4.052765979048986e-06,
|
| 1304 |
+
"loss": 8.8755,
|
| 1305 |
+
"num_input_tokens_seen": 254803968,
|
| 1306 |
+
"step": 162
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"epoch": 0.24130273871206515,
|
| 1310 |
+
"grad_norm": 0.9477250576019287,
|
| 1311 |
+
"learning_rate": 3.988316165413528e-06,
|
| 1312 |
+
"loss": 9.1919,
|
| 1313 |
+
"num_input_tokens_seen": 256376832,
|
| 1314 |
+
"step": 163
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 0.24278312361213916,
|
| 1318 |
+
"grad_norm": 0.9179975390434265,
|
| 1319 |
+
"learning_rate": 3.924041152209739e-06,
|
| 1320 |
+
"loss": 8.9077,
|
| 1321 |
+
"num_input_tokens_seen": 257949696,
|
| 1322 |
+
"step": 164
|
| 1323 |
+
},
|
| 1324 |
+
{
|
| 1325 |
+
"epoch": 0.24426350851221318,
|
| 1326 |
+
"grad_norm": 0.9550530910491943,
|
| 1327 |
+
"learning_rate": 3.859952044982329e-06,
|
| 1328 |
+
"loss": 8.0621,
|
| 1329 |
+
"num_input_tokens_seen": 259522560,
|
| 1330 |
+
"step": 165
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"epoch": 0.2457438934122872,
|
| 1334 |
+
"grad_norm": 1.0108799934387207,
|
| 1335 |
+
"learning_rate": 3.7960599171548572e-06,
|
| 1336 |
+
"loss": 9.8261,
|
| 1337 |
+
"num_input_tokens_seen": 261095424,
|
| 1338 |
+
"step": 166
|
| 1339 |
+
},
|
| 1340 |
+
{
|
| 1341 |
+
"epoch": 0.2472242783123612,
|
| 1342 |
+
"grad_norm": 1.032667636871338,
|
| 1343 |
+
"learning_rate": 3.732375808116451e-06,
|
| 1344 |
+
"loss": 9.353,
|
| 1345 |
+
"num_input_tokens_seen": 262668288,
|
| 1346 |
+
"step": 167
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 0.24870466321243523,
|
| 1350 |
+
"grad_norm": 0.99181067943573,
|
| 1351 |
+
"learning_rate": 3.6689107213144025e-06,
|
| 1352 |
+
"loss": 8.4164,
|
| 1353 |
+
"num_input_tokens_seen": 264241152,
|
| 1354 |
+
"step": 168
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 0.25018504811250925,
|
| 1358 |
+
"grad_norm": 1.082139492034912,
|
| 1359 |
+
"learning_rate": 3.6056756223529734e-06,
|
| 1360 |
+
"loss": 9.764,
|
| 1361 |
+
"num_input_tokens_seen": 265814016,
|
| 1362 |
+
"step": 169
|
| 1363 |
+
},
|
| 1364 |
+
{
|
| 1365 |
+
"epoch": 0.25166543301258326,
|
| 1366 |
+
"grad_norm": 0.905164361000061,
|
| 1367 |
+
"learning_rate": 3.542681437098745e-06,
|
| 1368 |
+
"loss": 8.5983,
|
| 1369 |
+
"num_input_tokens_seen": 267386880,
|
| 1370 |
+
"step": 170
|
| 1371 |
+
},
|
| 1372 |
+
{
|
| 1373 |
+
"epoch": 0.2531458179126573,
|
| 1374 |
+
"grad_norm": 0.9460884928703308,
|
| 1375 |
+
"learning_rate": 3.479939049792817e-06,
|
| 1376 |
+
"loss": 8.7677,
|
| 1377 |
+
"num_input_tokens_seen": 268959744,
|
| 1378 |
+
"step": 171
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"epoch": 0.2546262028127313,
|
| 1382 |
+
"grad_norm": 1.0467054843902588,
|
| 1383 |
+
"learning_rate": 3.4174593011702197e-06,
|
| 1384 |
+
"loss": 9.57,
|
| 1385 |
+
"num_input_tokens_seen": 270532608,
|
| 1386 |
+
"step": 172
|
| 1387 |
+
},
|
| 1388 |
+
{
|
| 1389 |
+
"epoch": 0.2561065877128053,
|
| 1390 |
+
"grad_norm": 1.0835543870925903,
|
| 1391 |
+
"learning_rate": 3.3552529865868323e-06,
|
| 1392 |
+
"loss": 8.5939,
|
| 1393 |
+
"num_input_tokens_seen": 272105472,
|
| 1394 |
+
"step": 173
|
| 1395 |
+
},
|
| 1396 |
+
{
|
| 1397 |
+
"epoch": 0.25758697261287933,
|
| 1398 |
+
"grad_norm": 0.9074414372444153,
|
| 1399 |
+
"learning_rate": 3.2933308541541365e-06,
|
| 1400 |
+
"loss": 8.4592,
|
| 1401 |
+
"num_input_tokens_seen": 273678336,
|
| 1402 |
+
"step": 174
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 0.25906735751295334,
|
| 1406 |
+
"grad_norm": 0.9010567665100098,
|
| 1407 |
+
"learning_rate": 3.2317036028821523e-06,
|
| 1408 |
+
"loss": 8.5693,
|
| 1409 |
+
"num_input_tokens_seen": 275251200,
|
| 1410 |
+
"step": 175
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 0.26054774241302736,
|
| 1414 |
+
"grad_norm": 0.8705753684043884,
|
| 1415 |
+
"learning_rate": 3.1703818808308327e-06,
|
| 1416 |
+
"loss": 8.4727,
|
| 1417 |
+
"num_input_tokens_seen": 276824064,
|
| 1418 |
+
"step": 176
|
| 1419 |
+
},
|
| 1420 |
+
{
|
| 1421 |
+
"epoch": 0.26202812731310143,
|
| 1422 |
+
"grad_norm": 0.9062320590019226,
|
| 1423 |
+
"learning_rate": 3.1093762832702775e-06,
|
| 1424 |
+
"loss": 7.9813,
|
| 1425 |
+
"num_input_tokens_seen": 278396928,
|
| 1426 |
+
"step": 177
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"epoch": 0.26350851221317545,
|
| 1430 |
+
"grad_norm": 1.0476340055465698,
|
| 1431 |
+
"learning_rate": 3.048697350850073e-06,
|
| 1432 |
+
"loss": 9.594,
|
| 1433 |
+
"num_input_tokens_seen": 279969792,
|
| 1434 |
+
"step": 178
|
| 1435 |
+
},
|
| 1436 |
+
{
|
| 1437 |
+
"epoch": 0.26498889711324947,
|
| 1438 |
+
"grad_norm": 0.9298098683357239,
|
| 1439 |
+
"learning_rate": 2.988355567778043e-06,
|
| 1440 |
+
"loss": 9.7273,
|
| 1441 |
+
"num_input_tokens_seen": 281542656,
|
| 1442 |
+
"step": 179
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"epoch": 0.2664692820133235,
|
| 1446 |
+
"grad_norm": 1.8974478244781494,
|
| 1447 |
+
"learning_rate": 2.9283613600087933e-06,
|
| 1448 |
+
"loss": 10.0173,
|
| 1449 |
+
"num_input_tokens_seen": 283115520,
|
| 1450 |
+
"step": 180
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"epoch": 0.2679496669133975,
|
| 1454 |
+
"grad_norm": 1.0068743228912354,
|
| 1455 |
+
"learning_rate": 2.8687250934422774e-06,
|
| 1456 |
+
"loss": 9.5477,
|
| 1457 |
+
"num_input_tokens_seen": 284688384,
|
| 1458 |
+
"step": 181
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 0.2694300518134715,
|
| 1462 |
+
"grad_norm": 1.0006181001663208,
|
| 1463 |
+
"learning_rate": 2.809457072132766e-06,
|
| 1464 |
+
"loss": 9.0357,
|
| 1465 |
+
"num_input_tokens_seen": 286261248,
|
| 1466 |
+
"step": 182
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 0.27091043671354553,
|
| 1470 |
+
"grad_norm": 0.9685924649238586,
|
| 1471 |
+
"learning_rate": 2.750567536508504e-06,
|
| 1472 |
+
"loss": 7.8482,
|
| 1473 |
+
"num_input_tokens_seen": 287834112,
|
| 1474 |
+
"step": 183
|
| 1475 |
+
},
|
| 1476 |
+
{
|
| 1477 |
+
"epoch": 0.27239082161361955,
|
| 1478 |
+
"grad_norm": 1.0447078943252563,
|
| 1479 |
+
"learning_rate": 2.692066661602333e-06,
|
| 1480 |
+
"loss": 8.1498,
|
| 1481 |
+
"num_input_tokens_seen": 289406976,
|
| 1482 |
+
"step": 184
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"epoch": 0.27387120651369357,
|
| 1486 |
+
"grad_norm": 0.9324178099632263,
|
| 1487 |
+
"learning_rate": 2.633964555293654e-06,
|
| 1488 |
+
"loss": 9.7588,
|
| 1489 |
+
"num_input_tokens_seen": 290979840,
|
| 1490 |
+
"step": 185
|
| 1491 |
+
},
|
| 1492 |
+
{
|
| 1493 |
+
"epoch": 0.2753515914137676,
|
| 1494 |
+
"grad_norm": 1.0867562294006348,
|
| 1495 |
+
"learning_rate": 2.576271256561953e-06,
|
| 1496 |
+
"loss": 8.6674,
|
| 1497 |
+
"num_input_tokens_seen": 292552704,
|
| 1498 |
+
"step": 186
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"epoch": 0.2768319763138416,
|
| 1502 |
+
"grad_norm": 1.0550150871276855,
|
| 1503 |
+
"learning_rate": 2.5189967337522574e-06,
|
| 1504 |
+
"loss": 9.759,
|
| 1505 |
+
"num_input_tokens_seen": 294125568,
|
| 1506 |
+
"step": 187
|
| 1507 |
+
},
|
| 1508 |
+
{
|
| 1509 |
+
"epoch": 0.2783123612139156,
|
| 1510 |
+
"grad_norm": 0.8793514370918274,
|
| 1511 |
+
"learning_rate": 2.46215088285279e-06,
|
| 1512 |
+
"loss": 8.3819,
|
| 1513 |
+
"num_input_tokens_seen": 295698432,
|
| 1514 |
+
"step": 188
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 0.27979274611398963,
|
| 1518 |
+
"grad_norm": 1.1474155187606812,
|
| 1519 |
+
"learning_rate": 2.4057435257851173e-06,
|
| 1520 |
+
"loss": 8.0812,
|
| 1521 |
+
"num_input_tokens_seen": 297271296,
|
| 1522 |
+
"step": 189
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 0.28127313101406365,
|
| 1526 |
+
"grad_norm": 1.0644192695617676,
|
| 1527 |
+
"learning_rate": 2.349784408707112e-06,
|
| 1528 |
+
"loss": 8.8425,
|
| 1529 |
+
"num_input_tokens_seen": 298844160,
|
| 1530 |
+
"step": 190
|
| 1531 |
+
},
|
| 1532 |
+
{
|
| 1533 |
+
"epoch": 0.28275351591413767,
|
| 1534 |
+
"grad_norm": 1.0398298501968384,
|
| 1535 |
+
"learning_rate": 2.2942832003289823e-06,
|
| 1536 |
+
"loss": 8.2475,
|
| 1537 |
+
"num_input_tokens_seen": 300417024,
|
| 1538 |
+
"step": 191
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"epoch": 0.2842339008142117,
|
| 1542 |
+
"grad_norm": 1.050809621810913,
|
| 1543 |
+
"learning_rate": 2.2392494902427027e-06,
|
| 1544 |
+
"loss": 8.5463,
|
| 1545 |
+
"num_input_tokens_seen": 301989888,
|
| 1546 |
+
"step": 192
|
| 1547 |
+
},
|
| 1548 |
+
{
|
| 1549 |
+
"epoch": 0.2857142857142857,
|
| 1550 |
+
"grad_norm": 0.9422303438186646,
|
| 1551 |
+
"learning_rate": 2.1846927872651135e-06,
|
| 1552 |
+
"loss": 9.5692,
|
| 1553 |
+
"num_input_tokens_seen": 303562752,
|
| 1554 |
+
"step": 193
|
| 1555 |
+
},
|
| 1556 |
+
{
|
| 1557 |
+
"epoch": 0.2871946706143597,
|
| 1558 |
+
"grad_norm": 0.986879289150238,
|
| 1559 |
+
"learning_rate": 2.1306225177949584e-06,
|
| 1560 |
+
"loss": 8.8887,
|
| 1561 |
+
"num_input_tokens_seen": 305135616,
|
| 1562 |
+
"step": 194
|
| 1563 |
+
},
|
| 1564 |
+
{
|
| 1565 |
+
"epoch": 0.28867505551443373,
|
| 1566 |
+
"grad_norm": 1.1267606019973755,
|
| 1567 |
+
"learning_rate": 2.07704802418419e-06,
|
| 1568 |
+
"loss": 9.7485,
|
| 1569 |
+
"num_input_tokens_seen": 306708480,
|
| 1570 |
+
"step": 195
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 0.29015544041450775,
|
| 1574 |
+
"grad_norm": 0.9625312685966492,
|
| 1575 |
+
"learning_rate": 2.023978563123771e-06,
|
| 1576 |
+
"loss": 8.7099,
|
| 1577 |
+
"num_input_tokens_seen": 308281344,
|
| 1578 |
+
"step": 196
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 0.29163582531458176,
|
| 1582 |
+
"grad_norm": 0.9570685625076294,
|
| 1583 |
+
"learning_rate": 1.9714233040442915e-06,
|
| 1584 |
+
"loss": 9.4608,
|
| 1585 |
+
"num_input_tokens_seen": 309854208,
|
| 1586 |
+
"step": 197
|
| 1587 |
+
},
|
| 1588 |
+
{
|
| 1589 |
+
"epoch": 0.29311621021465584,
|
| 1590 |
+
"grad_norm": 0.9656940698623657,
|
| 1591 |
+
"learning_rate": 1.919391327531663e-06,
|
| 1592 |
+
"loss": 9.6251,
|
| 1593 |
+
"num_input_tokens_seen": 311427072,
|
| 1594 |
+
"step": 198
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"epoch": 0.29459659511472985,
|
| 1598 |
+
"grad_norm": 1.0022757053375244,
|
| 1599 |
+
"learning_rate": 1.8678916237581524e-06,
|
| 1600 |
+
"loss": 8.4094,
|
| 1601 |
+
"num_input_tokens_seen": 312999936,
|
| 1602 |
+
"step": 199
|
| 1603 |
+
},
|
| 1604 |
+
{
|
| 1605 |
+
"epoch": 0.29607698001480387,
|
| 1606 |
+
"grad_norm": 0.9374834895133972,
|
| 1607 |
+
"learning_rate": 1.816933090929055e-06,
|
| 1608 |
+
"loss": 8.2778,
|
| 1609 |
+
"num_input_tokens_seen": 314572800,
|
| 1610 |
+
"step": 200
|
| 1611 |
+
},
|
| 1612 |
+
{
|
| 1613 |
+
"epoch": 0.2975573649148779,
|
| 1614 |
+
"grad_norm": 0.9973615407943726,
|
| 1615 |
+
"learning_rate": 1.7665245337452368e-06,
|
| 1616 |
+
"loss": 9.8626,
|
| 1617 |
+
"num_input_tokens_seen": 316145664,
|
| 1618 |
+
"step": 201
|
| 1619 |
+
},
|
| 1620 |
+
{
|
| 1621 |
+
"epoch": 0.2990377498149519,
|
| 1622 |
+
"grad_norm": 1.0838911533355713,
|
| 1623 |
+
"learning_rate": 1.716674661881848e-06,
|
| 1624 |
+
"loss": 9.0148,
|
| 1625 |
+
"num_input_tokens_seen": 317718528,
|
| 1626 |
+
"step": 202
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 0.3005181347150259,
|
| 1630 |
+
"grad_norm": 0.9430079460144043,
|
| 1631 |
+
"learning_rate": 1.667392088483456e-06,
|
| 1632 |
+
"loss": 8.5152,
|
| 1633 |
+
"num_input_tokens_seen": 319291392,
|
| 1634 |
+
"step": 203
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 0.30199851961509994,
|
| 1638 |
+
"grad_norm": 0.9246770739555359,
|
| 1639 |
+
"learning_rate": 1.6186853286758397e-06,
|
| 1640 |
+
"loss": 8.677,
|
| 1641 |
+
"num_input_tokens_seen": 320864256,
|
| 1642 |
+
"step": 204
|
| 1643 |
+
},
|
| 1644 |
+
{
|
| 1645 |
+
"epoch": 0.30347890451517395,
|
| 1646 |
+
"grad_norm": 0.9551609754562378,
|
| 1647 |
+
"learning_rate": 1.570562798094747e-06,
|
| 1648 |
+
"loss": 9.2058,
|
| 1649 |
+
"num_input_tokens_seen": 322437120,
|
| 1650 |
+
"step": 205
|
| 1651 |
+
},
|
| 1652 |
+
{
|
| 1653 |
+
"epoch": 0.30495928941524797,
|
| 1654 |
+
"grad_norm": 0.9086716175079346,
|
| 1655 |
+
"learning_rate": 1.5230328114318127e-06,
|
| 1656 |
+
"loss": 8.6598,
|
| 1657 |
+
"num_input_tokens_seen": 324009984,
|
| 1658 |
+
"step": 206
|
| 1659 |
+
},
|
| 1660 |
+
{
|
| 1661 |
+
"epoch": 0.306439674315322,
|
| 1662 |
+
"grad_norm": 1.0503205060958862,
|
| 1663 |
+
"learning_rate": 1.4761035809979395e-06,
|
| 1664 |
+
"loss": 9.6173,
|
| 1665 |
+
"num_input_tokens_seen": 325582848,
|
| 1666 |
+
"step": 207
|
| 1667 |
+
},
|
| 1668 |
+
{
|
| 1669 |
+
"epoch": 0.307920059215396,
|
| 1670 |
+
"grad_norm": 1.0393455028533936,
|
| 1671 |
+
"learning_rate": 1.4297832153043657e-06,
|
| 1672 |
+
"loss": 9.3826,
|
| 1673 |
+
"num_input_tokens_seen": 327155712,
|
| 1674 |
+
"step": 208
|
| 1675 |
+
},
|
| 1676 |
+
{
|
| 1677 |
+
"epoch": 0.30940044411547,
|
| 1678 |
+
"grad_norm": 0.867643415927887,
|
| 1679 |
+
"learning_rate": 1.3840797176616467e-06,
|
| 1680 |
+
"loss": 8.3576,
|
| 1681 |
+
"num_input_tokens_seen": 328728576,
|
| 1682 |
+
"step": 209
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 0.31088082901554404,
|
| 1686 |
+
"grad_norm": 0.8910089135169983,
|
| 1687 |
+
"learning_rate": 1.3390009847968505e-06,
|
| 1688 |
+
"loss": 8.7599,
|
| 1689 |
+
"num_input_tokens_seen": 330301440,
|
| 1690 |
+
"step": 210
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 0.31236121391561805,
|
| 1694 |
+
"grad_norm": 0.9597201943397522,
|
| 1695 |
+
"learning_rate": 1.2945548054891322e-06,
|
| 1696 |
+
"loss": 9.3277,
|
| 1697 |
+
"num_input_tokens_seen": 331874304,
|
| 1698 |
+
"step": 211
|
| 1699 |
+
},
|
| 1700 |
+
{
|
| 1701 |
+
"epoch": 0.31384159881569207,
|
| 1702 |
+
"grad_norm": 1.089836835861206,
|
| 1703 |
+
"learning_rate": 1.2507488592239848e-06,
|
| 1704 |
+
"loss": 8.9898,
|
| 1705 |
+
"num_input_tokens_seen": 333447168,
|
| 1706 |
+
"step": 212
|
| 1707 |
+
},
|
| 1708 |
+
{
|
| 1709 |
+
"epoch": 0.3153219837157661,
|
| 1710 |
+
"grad_norm": 0.9154278039932251,
|
| 1711 |
+
"learning_rate": 1.2075907148663579e-06,
|
| 1712 |
+
"loss": 8.9663,
|
| 1713 |
+
"num_input_tokens_seen": 335020032,
|
| 1714 |
+
"step": 213
|
| 1715 |
+
},
|
| 1716 |
+
{
|
| 1717 |
+
"epoch": 0.3168023686158401,
|
| 1718 |
+
"grad_norm": 1.0550861358642578,
|
| 1719 |
+
"learning_rate": 1.1650878293528994e-06,
|
| 1720 |
+
"loss": 9.9383,
|
| 1721 |
+
"num_input_tokens_seen": 336592896,
|
| 1722 |
+
"step": 214
|
| 1723 |
+
},
|
| 1724 |
+
{
|
| 1725 |
+
"epoch": 0.3182827535159141,
|
| 1726 |
+
"grad_norm": 1.0752592086791992,
|
| 1727 |
+
"learning_rate": 1.1232475464035386e-06,
|
| 1728 |
+
"loss": 9.0678,
|
| 1729 |
+
"num_input_tokens_seen": 338165760,
|
| 1730 |
+
"step": 215
|
| 1731 |
+
},
|
| 1732 |
+
{
|
| 1733 |
+
"epoch": 0.31976313841598814,
|
| 1734 |
+
"grad_norm": 0.9631142020225525,
|
| 1735 |
+
"learning_rate": 1.0820770952526155e-06,
|
| 1736 |
+
"loss": 9.0148,
|
| 1737 |
+
"num_input_tokens_seen": 339738624,
|
| 1738 |
+
"step": 216
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 0.32124352331606215,
|
| 1742 |
+
"grad_norm": 1.012771487236023,
|
| 1743 |
+
"learning_rate": 1.0415835893998116e-06,
|
| 1744 |
+
"loss": 9.3557,
|
| 1745 |
+
"num_input_tokens_seen": 341311488,
|
| 1746 |
+
"step": 217
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"epoch": 0.32272390821613617,
|
| 1750 |
+
"grad_norm": 0.8069270253181458,
|
| 1751 |
+
"learning_rate": 1.0017740253810608e-06,
|
| 1752 |
+
"loss": 8.6944,
|
| 1753 |
+
"num_input_tokens_seen": 342884352,
|
| 1754 |
+
"step": 218
|
| 1755 |
+
},
|
| 1756 |
+
{
|
| 1757 |
+
"epoch": 0.32420429311621024,
|
| 1758 |
+
"grad_norm": 1.0018329620361328,
|
| 1759 |
+
"learning_rate": 9.62655281559679e-07,
|
| 1760 |
+
"loss": 9.864,
|
| 1761 |
+
"num_input_tokens_seen": 344457216,
|
| 1762 |
+
"step": 219
|
| 1763 |
+
},
|
| 1764 |
+
{
|
| 1765 |
+
"epoch": 0.32568467801628426,
|
| 1766 |
+
"grad_norm": 0.9892444610595703,
|
| 1767 |
+
"learning_rate": 9.242341169379077e-07,
|
| 1768 |
+
"loss": 9.3986,
|
| 1769 |
+
"num_input_tokens_seen": 346030080,
|
| 1770 |
+
"step": 220
|
| 1771 |
+
},
|
| 1772 |
+
{
|
| 1773 |
+
"epoch": 0.3271650629163583,
|
| 1774 |
+
"grad_norm": 0.9774924516677856,
|
| 1775 |
+
"learning_rate": 8.865171699890835e-07,
|
| 1776 |
+
"loss": 9.3258,
|
| 1777 |
+
"num_input_tokens_seen": 347602944,
|
| 1778 |
+
"step": 221
|
| 1779 |
+
},
|
| 1780 |
+
{
|
| 1781 |
+
"epoch": 0.3286454478164323,
|
| 1782 |
+
"grad_norm": 0.9630134701728821,
|
| 1783 |
+
"learning_rate": 8.495109575106331e-07,
|
| 1784 |
+
"loss": 9.5456,
|
| 1785 |
+
"num_input_tokens_seen": 349175808,
|
| 1786 |
+
"step": 222
|
| 1787 |
+
},
|
| 1788 |
+
{
|
| 1789 |
+
"epoch": 0.3301258327165063,
|
| 1790 |
+
"grad_norm": 0.9312668442726135,
|
| 1791 |
+
"learning_rate": 8.132218734980852e-07,
|
| 1792 |
+
"loss": 9.1459,
|
| 1793 |
+
"num_input_tokens_seen": 350748672,
|
| 1794 |
+
"step": 223
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 0.3316062176165803,
|
| 1798 |
+
"grad_norm": 0.8973395824432373,
|
| 1799 |
+
"learning_rate": 7.776561880403072e-07,
|
| 1800 |
+
"loss": 8.6568,
|
| 1801 |
+
"num_input_tokens_seen": 352321536,
|
| 1802 |
+
"step": 224
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"epoch": 0.33308660251665434,
|
| 1806 |
+
"grad_norm": 0.9541833400726318,
|
| 1807 |
+
"learning_rate": 7.42820046236154e-07,
|
| 1808 |
+
"loss": 9.7172,
|
| 1809 |
+
"num_input_tokens_seen": 353894400,
|
| 1810 |
+
"step": 225
|
| 1811 |
+
},
|
| 1812 |
+
{
|
| 1813 |
+
"epoch": 0.33456698741672836,
|
| 1814 |
+
"grad_norm": 1.1497849225997925,
|
| 1815 |
+
"learning_rate": 7.087194671326986e-07,
|
| 1816 |
+
"loss": 8.6373,
|
| 1817 |
+
"num_input_tokens_seen": 355467264,
|
| 1818 |
+
"step": 226
|
| 1819 |
+
},
|
| 1820 |
+
{
|
| 1821 |
+
"epoch": 0.3360473723168024,
|
| 1822 |
+
"grad_norm": 1.0820022821426392,
|
| 1823 |
+
"learning_rate": 6.753603426852589e-07,
|
| 1824 |
+
"loss": 9.0473,
|
| 1825 |
+
"num_input_tokens_seen": 357040128,
|
| 1826 |
+
"step": 227
|
| 1827 |
+
},
|
| 1828 |
+
{
|
| 1829 |
+
"epoch": 0.3375277572168764,
|
| 1830 |
+
"grad_norm": 0.9475330114364624,
|
| 1831 |
+
"learning_rate": 6.427484367393699e-07,
|
| 1832 |
+
"loss": 8.4438,
|
| 1833 |
+
"num_input_tokens_seen": 358612992,
|
| 1834 |
+
"step": 228
|
| 1835 |
+
},
|
| 1836 |
+
{
|
| 1837 |
+
"epoch": 0.3390081421169504,
|
| 1838 |
+
"grad_norm": 1.0315179824829102,
|
| 1839 |
+
"learning_rate": 6.108893840348995e-07,
|
| 1840 |
+
"loss": 8.6633,
|
| 1841 |
+
"num_input_tokens_seen": 360185856,
|
| 1842 |
+
"step": 229
|
| 1843 |
+
},
|
| 1844 |
+
{
|
| 1845 |
+
"epoch": 0.3404885270170244,
|
| 1846 |
+
"grad_norm": 1.080465316772461,
|
| 1847 |
+
"learning_rate": 5.797886892324695e-07,
|
| 1848 |
+
"loss": 8.8234,
|
| 1849 |
+
"num_input_tokens_seen": 361758720,
|
| 1850 |
+
"step": 230
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 0.34196891191709844,
|
| 1854 |
+
"grad_norm": 0.9258569478988647,
|
| 1855 |
+
"learning_rate": 5.494517259623478e-07,
|
| 1856 |
+
"loss": 9.1777,
|
| 1857 |
+
"num_input_tokens_seen": 363331584,
|
| 1858 |
+
"step": 231
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 0.34344929681717246,
|
| 1862 |
+
"grad_norm": 1.034071445465088,
|
| 1863 |
+
"learning_rate": 5.198837358959901e-07,
|
| 1864 |
+
"loss": 8.5888,
|
| 1865 |
+
"num_input_tokens_seen": 364904448,
|
| 1866 |
+
"step": 232
|
| 1867 |
+
},
|
| 1868 |
+
{
|
| 1869 |
+
"epoch": 0.3449296817172465,
|
| 1870 |
+
"grad_norm": 0.8718693256378174,
|
| 1871 |
+
"learning_rate": 4.91089827840367e-07,
|
| 1872 |
+
"loss": 10.2311,
|
| 1873 |
+
"num_input_tokens_seen": 366477312,
|
| 1874 |
+
"step": 233
|
| 1875 |
+
},
|
| 1876 |
+
{
|
| 1877 |
+
"epoch": 0.3464100666173205,
|
| 1878 |
+
"grad_norm": 0.8354641795158386,
|
| 1879 |
+
"learning_rate": 4.6307497685525894e-07,
|
| 1880 |
+
"loss": 8.614,
|
| 1881 |
+
"num_input_tokens_seen": 368050176,
|
| 1882 |
+
"step": 234
|
| 1883 |
+
},
|
| 1884 |
+
{
|
| 1885 |
+
"epoch": 0.3478904515173945,
|
| 1886 |
+
"grad_norm": 1.3446056842803955,
|
| 1887 |
+
"learning_rate": 4.3584402339366174e-07,
|
| 1888 |
+
"loss": 9.0865,
|
| 1889 |
+
"num_input_tokens_seen": 369623040,
|
| 1890 |
+
"step": 235
|
| 1891 |
+
},
|
| 1892 |
+
{
|
| 1893 |
+
"epoch": 0.3493708364174685,
|
| 1894 |
+
"grad_norm": 0.9503663778305054,
|
| 1895 |
+
"learning_rate": 4.0940167246543595e-07,
|
| 1896 |
+
"loss": 9.8676,
|
| 1897 |
+
"num_input_tokens_seen": 371195904,
|
| 1898 |
+
"step": 236
|
| 1899 |
+
},
|
| 1900 |
+
{
|
| 1901 |
+
"epoch": 0.35085122131754254,
|
| 1902 |
+
"grad_norm": 1.1458405256271362,
|
| 1903 |
+
"learning_rate": 3.8375249282437743e-07,
|
| 1904 |
+
"loss": 9.0429,
|
| 1905 |
+
"num_input_tokens_seen": 372768768,
|
| 1906 |
+
"step": 237
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 0.35233160621761656,
|
| 1910 |
+
"grad_norm": 0.9733213782310486,
|
| 1911 |
+
"learning_rate": 3.589009161788104e-07,
|
| 1912 |
+
"loss": 9.3573,
|
| 1913 |
+
"num_input_tokens_seen": 374341632,
|
| 1914 |
+
"step": 238
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"epoch": 0.35381199111769057,
|
| 1918 |
+
"grad_norm": 1.7733560800552368,
|
| 1919 |
+
"learning_rate": 3.3485123642587657e-07,
|
| 1920 |
+
"loss": 9.0824,
|
| 1921 |
+
"num_input_tokens_seen": 375914496,
|
| 1922 |
+
"step": 239
|
| 1923 |
+
},
|
| 1924 |
+
{
|
| 1925 |
+
"epoch": 0.35529237601776464,
|
| 1926 |
+
"grad_norm": 0.9710190892219543,
|
| 1927 |
+
"learning_rate": 3.116076089096265e-07,
|
| 1928 |
+
"loss": 9.1545,
|
| 1929 |
+
"num_input_tokens_seen": 377487360,
|
| 1930 |
+
"step": 240
|
| 1931 |
+
},
|
| 1932 |
+
{
|
| 1933 |
+
"epoch": 0.35677276091783866,
|
| 1934 |
+
"grad_norm": 0.9978755712509155,
|
| 1935 |
+
"learning_rate": 2.8917404970305096e-07,
|
| 1936 |
+
"loss": 9.4122,
|
| 1937 |
+
"num_input_tokens_seen": 379060224,
|
| 1938 |
+
"step": 241
|
| 1939 |
+
},
|
| 1940 |
+
{
|
| 1941 |
+
"epoch": 0.3582531458179127,
|
| 1942 |
+
"grad_norm": 1.022213339805603,
|
| 1943 |
+
"learning_rate": 2.6755443491417786e-07,
|
| 1944 |
+
"loss": 10.0346,
|
| 1945 |
+
"num_input_tokens_seen": 380633088,
|
| 1946 |
+
"step": 242
|
| 1947 |
+
},
|
| 1948 |
+
{
|
| 1949 |
+
"epoch": 0.3597335307179867,
|
| 1950 |
+
"grad_norm": 1.015006422996521,
|
| 1951 |
+
"learning_rate": 2.467525000163523e-07,
|
| 1952 |
+
"loss": 8.7515,
|
| 1953 |
+
"num_input_tokens_seen": 382205952,
|
| 1954 |
+
"step": 243
|
| 1955 |
+
},
|
| 1956 |
+
{
|
| 1957 |
+
"epoch": 0.3612139156180607,
|
| 1958 |
+
"grad_norm": 1.0302066802978516,
|
| 1959 |
+
"learning_rate": 2.2677183920281342e-07,
|
| 1960 |
+
"loss": 9.541,
|
| 1961 |
+
"num_input_tokens_seen": 383778816,
|
| 1962 |
+
"step": 244
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 0.3626943005181347,
|
| 1966 |
+
"grad_norm": 0.9580565690994263,
|
| 1967 |
+
"learning_rate": 2.0761590476568893e-07,
|
| 1968 |
+
"loss": 10.0999,
|
| 1969 |
+
"num_input_tokens_seen": 385351680,
|
| 1970 |
+
"step": 245
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"epoch": 0.36417468541820874,
|
| 1974 |
+
"grad_norm": 0.9705215692520142,
|
| 1975 |
+
"learning_rate": 1.892880064994934e-07,
|
| 1976 |
+
"loss": 9.1858,
|
| 1977 |
+
"num_input_tokens_seen": 386924544,
|
| 1978 |
+
"step": 246
|
| 1979 |
+
},
|
| 1980 |
+
{
|
| 1981 |
+
"epoch": 0.36565507031828276,
|
| 1982 |
+
"grad_norm": 0.7981467247009277,
|
| 1983 |
+
"learning_rate": 1.7179131112926628e-07,
|
| 1984 |
+
"loss": 8.0595,
|
| 1985 |
+
"num_input_tokens_seen": 388497408,
|
| 1986 |
+
"step": 247
|
| 1987 |
+
},
|
| 1988 |
+
{
|
| 1989 |
+
"epoch": 0.3671354552183568,
|
| 1990 |
+
"grad_norm": 1.095644474029541,
|
| 1991 |
+
"learning_rate": 1.551288417634106e-07,
|
| 1992 |
+
"loss": 8.4068,
|
| 1993 |
+
"num_input_tokens_seen": 390070272,
|
| 1994 |
+
"step": 248
|
| 1995 |
+
},
|
| 1996 |
+
{
|
| 1997 |
+
"epoch": 0.3686158401184308,
|
| 1998 |
+
"grad_norm": 1.028245449066162,
|
| 1999 |
+
"learning_rate": 1.3930347737136195e-07,
|
| 2000 |
+
"loss": 9.8459,
|
| 2001 |
+
"num_input_tokens_seen": 391643136,
|
| 2002 |
+
"step": 249
|
| 2003 |
+
},
|
| 2004 |
+
{
|
| 2005 |
+
"epoch": 0.3700962250185048,
|
| 2006 |
+
"grad_norm": 0.981110155582428,
|
| 2007 |
+
"learning_rate": 1.2431795228615372e-07,
|
| 2008 |
+
"loss": 8.3485,
|
| 2009 |
+
"num_input_tokens_seen": 393216000,
|
| 2010 |
+
"step": 250
|
| 2011 |
+
},
|
| 2012 |
+
{
|
| 2013 |
+
"epoch": 0.3715766099185788,
|
| 2014 |
+
"grad_norm": 0.8525012135505676,
|
| 2015 |
+
"learning_rate": 1.1017485573197151e-07,
|
| 2016 |
+
"loss": 9.1968,
|
| 2017 |
+
"num_input_tokens_seen": 394788864,
|
| 2018 |
+
"step": 251
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 0.37305699481865284,
|
| 2022 |
+
"grad_norm": 0.9560251832008362,
|
| 2023 |
+
"learning_rate": 9.687663137678605e-08,
|
| 2024 |
+
"loss": 10.2963,
|
| 2025 |
+
"num_input_tokens_seen": 396361728,
|
| 2026 |
+
"step": 252
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"epoch": 0.37453737971872686,
|
| 2030 |
+
"grad_norm": 0.8536869883537292,
|
| 2031 |
+
"learning_rate": 8.442557691013042e-08,
|
| 2032 |
+
"loss": 9.5709,
|
| 2033 |
+
"num_input_tokens_seen": 397934592,
|
| 2034 |
+
"step": 253
|
| 2035 |
+
},
|
| 2036 |
+
{
|
| 2037 |
+
"epoch": 0.3760177646188009,
|
| 2038 |
+
"grad_norm": 1.0305019617080688,
|
| 2039 |
+
"learning_rate": 7.282384364610207e-08,
|
| 2040 |
+
"loss": 8.4585,
|
| 2041 |
+
"num_input_tokens_seen": 399507456,
|
| 2042 |
+
"step": 254
|
| 2043 |
+
},
|
| 2044 |
+
{
|
| 2045 |
+
"epoch": 0.3774981495188749,
|
| 2046 |
+
"grad_norm": 0.9297599792480469,
|
| 2047 |
+
"learning_rate": 6.207343615165562e-08,
|
| 2048 |
+
"loss": 9.1767,
|
| 2049 |
+
"num_input_tokens_seen": 401080320,
|
| 2050 |
+
"step": 255
|
| 2051 |
+
},
|
| 2052 |
+
{
|
| 2053 |
+
"epoch": 0.3789785344189489,
|
| 2054 |
+
"grad_norm": 1.0432578325271606,
|
| 2055 |
+
"learning_rate": 5.21762119002478e-08,
|
| 2056 |
+
"loss": 8.9613,
|
| 2057 |
+
"num_input_tokens_seen": 402653184,
|
| 2058 |
+
"step": 256
|
| 2059 |
+
},
|
| 2060 |
+
{
|
| 2061 |
+
"epoch": 0.3804589193190229,
|
| 2062 |
+
"grad_norm": 0.9926044940948486,
|
| 2063 |
+
"learning_rate": 4.31338809509052e-08,
|
| 2064 |
+
"loss": 10.0942,
|
| 2065 |
+
"num_input_tokens_seen": 404226048,
|
| 2066 |
+
"step": 257
|
| 2067 |
+
},
|
| 2068 |
+
{
|
| 2069 |
+
"epoch": 0.38193930421909694,
|
| 2070 |
+
"grad_norm": 1.0333350896835327,
|
| 2071 |
+
"learning_rate": 3.494800565275125e-08,
|
| 2072 |
+
"loss": 8.8122,
|
| 2073 |
+
"num_input_tokens_seen": 405798912,
|
| 2074 |
+
"step": 258
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 0.38341968911917096,
|
| 2078 |
+
"grad_norm": 1.0322990417480469,
|
| 2079 |
+
"learning_rate": 2.7620000375064848e-08,
|
| 2080 |
+
"loss": 9.7431,
|
| 2081 |
+
"num_input_tokens_seen": 407371776,
|
| 2082 |
+
"step": 259
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"epoch": 0.38490007401924503,
|
| 2086 |
+
"grad_norm": 0.9929525256156921,
|
| 2087 |
+
"learning_rate": 2.115113126290258e-08,
|
| 2088 |
+
"loss": 8.8897,
|
| 2089 |
+
"num_input_tokens_seen": 408944640,
|
| 2090 |
+
"step": 260
|
| 2091 |
+
},
|
| 2092 |
+
{
|
| 2093 |
+
"epoch": 0.38638045891931905,
|
| 2094 |
+
"grad_norm": 0.9430935978889465,
|
| 2095 |
+
"learning_rate": 1.554251601833201e-08,
|
| 2096 |
+
"loss": 8.9446,
|
| 2097 |
+
"num_input_tokens_seen": 410517504,
|
| 2098 |
+
"step": 261
|
| 2099 |
+
},
|
| 2100 |
+
{
|
| 2101 |
+
"epoch": 0.38786084381939306,
|
| 2102 |
+
"grad_norm": 1.02765691280365,
|
| 2103 |
+
"learning_rate": 1.0795123707312283e-08,
|
| 2104 |
+
"loss": 9.9964,
|
| 2105 |
+
"num_input_tokens_seen": 412090368,
|
| 2106 |
+
"step": 262
|
| 2107 |
+
},
|
| 2108 |
+
{
|
| 2109 |
+
"epoch": 0.3893412287194671,
|
| 2110 |
+
"grad_norm": 0.9639078974723816,
|
| 2111 |
+
"learning_rate": 6.9097745922580564e-09,
|
| 2112 |
+
"loss": 9.2349,
|
| 2113 |
+
"num_input_tokens_seen": 413663232,
|
| 2114 |
+
"step": 263
|
| 2115 |
+
},
|
| 2116 |
+
{
|
| 2117 |
+
"epoch": 0.3908216136195411,
|
| 2118 |
+
"grad_norm": 0.8407428860664368,
|
| 2119 |
+
"learning_rate": 3.887139990313427e-09,
|
| 2120 |
+
"loss": 10.3673,
|
| 2121 |
+
"num_input_tokens_seen": 415236096,
|
| 2122 |
+
"step": 264
|
| 2123 |
+
},
|
| 2124 |
+
{
|
| 2125 |
+
"epoch": 0.3923019985196151,
|
| 2126 |
+
"grad_norm": 1.0720157623291016,
|
| 2127 |
+
"learning_rate": 1.7277421573608234e-09,
|
| 2128 |
+
"loss": 9.3684,
|
| 2129 |
+
"num_input_tokens_seen": 416808960,
|
| 2130 |
+
"step": 265
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 0.39378238341968913,
|
| 2134 |
+
"grad_norm": 0.9578903913497925,
|
| 2135 |
+
"learning_rate": 4.3195419778319095e-10,
|
| 2136 |
+
"loss": 8.8959,
|
| 2137 |
+
"num_input_tokens_seen": 418381824,
|
| 2138 |
+
"step": 266
|
| 2139 |
+
}
|
| 2140 |
+
],
|
| 2141 |
+
"logging_steps": 1.0,
|
| 2142 |
+
"max_steps": 266,
|
| 2143 |
+
"num_input_tokens_seen": 418381824,
|
| 2144 |
+
"num_train_epochs": 1,
|
| 2145 |
+
"save_steps": 133,
|
| 2146 |
+
"stateful_callbacks": {
|
| 2147 |
+
"TrainerControl": {
|
| 2148 |
+
"args": {
|
| 2149 |
+
"should_epoch_stop": false,
|
| 2150 |
+
"should_evaluate": false,
|
| 2151 |
+
"should_log": false,
|
| 2152 |
+
"should_save": true,
|
| 2153 |
+
"should_training_stop": true
|
| 2154 |
+
},
|
| 2155 |
+
"attributes": {}
|
| 2156 |
+
}
|
| 2157 |
+
},
|
| 2158 |
+
"total_flos": 773247121489920.0,
|
| 2159 |
+
"train_batch_size": 1,
|
| 2160 |
+
"trial_name": null,
|
| 2161 |
+
"trial_params": null
|
| 2162 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|