Training in progress, step 200
Browse files- .gitattributes +1 -0
- added_tokens.json +24 -0
- config.json +28 -0
- merges.txt +0 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +441 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- trainer_log.jsonl +258 -0
- training_args.bin +3 -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
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 2048,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 11008,
|
| 12 |
+
"max_position_embeddings": 32768,
|
| 13 |
+
"max_window_layers": 36,
|
| 14 |
+
"model_type": "qwen2",
|
| 15 |
+
"num_attention_heads": 16,
|
| 16 |
+
"num_hidden_layers": 36,
|
| 17 |
+
"num_key_value_heads": 2,
|
| 18 |
+
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_scaling": null,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": 32768,
|
| 22 |
+
"tie_word_embeddings": true,
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.51.3",
|
| 25 |
+
"use_cache": false,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 151936
|
| 28 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8145fd92651a1f709aadde8d9a99057aa495aa51323e5639d42e8cf74d0c1162
|
| 3 |
+
size 4982131536
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d78b4d5ad883d6ba75b7f914199eccce03eb0d31dc497805a0018877f57b9b63
|
| 3 |
+
size 4932949336
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:054d92d64172c337687da320284205df9ee76707c195674ea5b041148f270d13
|
| 3 |
+
size 2428723160
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,441 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 12343754752
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
| 7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 43 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 44 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 45 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 46 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 47 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 55 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 56 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 57 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 58 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 59 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 67 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 68 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 69 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 70 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 71 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 79 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 80 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 81 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 82 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 83 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 91 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 92 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 93 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 94 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 95 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 103 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 104 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 105 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 106 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 107 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 108 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 115 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 116 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 117 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 118 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 119 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 120 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 127 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 128 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 129 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 130 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 131 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 132 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 139 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 140 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 141 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 142 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 143 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 144 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 151 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 152 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 153 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 154 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 155 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 156 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 163 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 164 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 165 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 166 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 167 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 168 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 175 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 176 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 177 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 178 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 179 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 180 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 187 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 188 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 189 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 190 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 191 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 192 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 199 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 200 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 201 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 202 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 203 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 204 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 211 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 212 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 213 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 214 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 215 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 216 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 223 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 224 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 225 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 226 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 227 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 228 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 235 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 236 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 237 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 238 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 239 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 240 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 247 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 248 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 249 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 250 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 251 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 252 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 259 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 260 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 261 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 262 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 263 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 264 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 271 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 272 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 273 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 274 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 275 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 276 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 283 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 284 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 285 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 286 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 287 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 288 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 295 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 296 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 297 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 298 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 299 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 300 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 307 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 308 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 309 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 310 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 311 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 312 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 319 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 320 |
+
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 321 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 322 |
+
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 323 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 324 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 331 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 332 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 333 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 334 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 335 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 336 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 343 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 344 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 345 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 346 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 347 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 348 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 355 |
+
"model.layers.35.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 356 |
+
"model.layers.35.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 357 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 358 |
+
"model.layers.35.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 359 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 360 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 367 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 368 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 369 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 370 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 371 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 372 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 373 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 374 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 375 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 376 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 377 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 378 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 379 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 380 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 381 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 382 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 383 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 384 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 385 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 386 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 387 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 388 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 389 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 390 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 391 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 392 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 393 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 394 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 395 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 396 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 397 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 398 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 399 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 400 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 401 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 402 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 403 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 404 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 405 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 406 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 407 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 408 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 409 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 410 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 411 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 412 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 413 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 414 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 415 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 416 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 417 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 418 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 419 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 420 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 421 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 422 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 423 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 424 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 425 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 426 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 427 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 428 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 429 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 430 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 431 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 432 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 433 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 434 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 435 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 436 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 437 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 438 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 439 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
| 440 |
+
}
|
| 441 |
+
}
|
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ 'System: ' + system_message + '<|im_end|>' + '\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '<|im_end|>' + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"model_max_length": 32768,
|
| 204 |
+
"pad_token": "<|endoftext|>",
|
| 205 |
+
"padding_side": "right",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 1, "total_steps": 258, "loss": 1.1103, "lr": 0.0, "epoch": 0.007722007722007722, "percentage": 0.39, "elapsed_time": "0:00:03", "remaining_time": "0:13:16", "throughput": 14744.58, "total_tokens": 45712}
|
| 2 |
+
{"current_steps": 2, "total_steps": 258, "loss": 1.0548, "lr": 2.5e-06, "epoch": 0.015444015444015444, "percentage": 0.78, "elapsed_time": "0:00:05", "remaining_time": "0:10:58", "throughput": 17655.65, "total_tokens": 90856}
|
| 3 |
+
{"current_steps": 3, "total_steps": 258, "loss": 0.9605, "lr": 5e-06, "epoch": 0.023166023166023165, "percentage": 1.16, "elapsed_time": "0:00:06", "remaining_time": "0:09:45", "throughput": 20489.53, "total_tokens": 141160}
|
| 4 |
+
{"current_steps": 4, "total_steps": 258, "loss": 1.0066, "lr": 7.5e-06, "epoch": 0.03088803088803089, "percentage": 1.55, "elapsed_time": "0:00:08", "remaining_time": "0:09:18", "throughput": 21779.81, "total_tokens": 191560}
|
| 5 |
+
{"current_steps": 5, "total_steps": 258, "loss": 0.935, "lr": 1e-05, "epoch": 0.03861003861003861, "percentage": 1.94, "elapsed_time": "0:00:10", "remaining_time": "0:08:51", "throughput": 22843.88, "total_tokens": 239792}
|
| 6 |
+
{"current_steps": 6, "total_steps": 258, "loss": 0.9258, "lr": 1.25e-05, "epoch": 0.04633204633204633, "percentage": 2.33, "elapsed_time": "0:00:12", "remaining_time": "0:08:47", "throughput": 22823.44, "total_tokens": 286776}
|
| 7 |
+
{"current_steps": 7, "total_steps": 258, "loss": 0.9268, "lr": 1.5e-05, "epoch": 0.05405405405405406, "percentage": 2.71, "elapsed_time": "0:00:14", "remaining_time": "0:08:32", "throughput": 23746.09, "total_tokens": 339256}
|
| 8 |
+
{"current_steps": 8, "total_steps": 258, "loss": 1.0233, "lr": 1.75e-05, "epoch": 0.06177606177606178, "percentage": 3.1, "elapsed_time": "0:00:15", "remaining_time": "0:08:16", "throughput": 24463.92, "total_tokens": 388616}
|
| 9 |
+
{"current_steps": 9, "total_steps": 258, "loss": 0.9468, "lr": 2e-05, "epoch": 0.0694980694980695, "percentage": 3.49, "elapsed_time": "0:00:17", "remaining_time": "0:08:04", "throughput": 24769.13, "total_tokens": 434136}
|
| 10 |
+
{"current_steps": 10, "total_steps": 258, "loss": 0.8232, "lr": 2.25e-05, "epoch": 0.07722007722007722, "percentage": 3.88, "elapsed_time": "0:00:19", "remaining_time": "0:07:58", "throughput": 25152.45, "total_tokens": 485424}
|
| 11 |
+
{"current_steps": 11, "total_steps": 258, "loss": 0.8575, "lr": 2.5e-05, "epoch": 0.08494208494208494, "percentage": 4.26, "elapsed_time": "0:00:20", "remaining_time": "0:07:46", "throughput": 25616.29, "total_tokens": 532232}
|
| 12 |
+
{"current_steps": 12, "total_steps": 258, "loss": 0.8271, "lr": 2.7500000000000004e-05, "epoch": 0.09266409266409266, "percentage": 4.65, "elapsed_time": "0:00:22", "remaining_time": "0:07:36", "throughput": 25810.93, "total_tokens": 575152}
|
| 13 |
+
{"current_steps": 13, "total_steps": 258, "loss": 0.7658, "lr": 3e-05, "epoch": 0.10038610038610038, "percentage": 5.04, "elapsed_time": "0:00:23", "remaining_time": "0:07:27", "throughput": 26132.92, "total_tokens": 620992}
|
| 14 |
+
{"current_steps": 14, "total_steps": 258, "loss": 0.8374, "lr": 3.2500000000000004e-05, "epoch": 0.10810810810810811, "percentage": 5.43, "elapsed_time": "0:00:25", "remaining_time": "0:07:24", "throughput": 26317.53, "total_tokens": 671288}
|
| 15 |
+
{"current_steps": 15, "total_steps": 258, "loss": 0.8107, "lr": 3.5e-05, "epoch": 0.11583011583011583, "percentage": 5.81, "elapsed_time": "0:00:27", "remaining_time": "0:07:22", "throughput": 26481.37, "total_tokens": 722848}
|
| 16 |
+
{"current_steps": 16, "total_steps": 258, "loss": 0.8237, "lr": 3.7500000000000003e-05, "epoch": 0.12355212355212356, "percentage": 6.2, "elapsed_time": "0:00:28", "remaining_time": "0:07:16", "throughput": 26623.65, "total_tokens": 767632}
|
| 17 |
+
{"current_steps": 17, "total_steps": 258, "loss": 0.7956, "lr": 4e-05, "epoch": 0.13127413127413126, "percentage": 6.59, "elapsed_time": "0:00:30", "remaining_time": "0:07:12", "throughput": 26772.48, "total_tokens": 816304}
|
| 18 |
+
{"current_steps": 18, "total_steps": 258, "loss": 0.7785, "lr": 4.25e-05, "epoch": 0.138996138996139, "percentage": 6.98, "elapsed_time": "0:00:32", "remaining_time": "0:07:09", "throughput": 26884.55, "total_tokens": 865360}
|
| 19 |
+
{"current_steps": 19, "total_steps": 258, "loss": 0.7208, "lr": 4.5e-05, "epoch": 0.14671814671814673, "percentage": 7.36, "elapsed_time": "0:00:34", "remaining_time": "0:07:08", "throughput": 27000.14, "total_tokens": 919800}
|
| 20 |
+
{"current_steps": 20, "total_steps": 258, "loss": 0.7927, "lr": 4.75e-05, "epoch": 0.15444015444015444, "percentage": 7.75, "elapsed_time": "0:00:35", "remaining_time": "0:07:04", "throughput": 27069.83, "total_tokens": 965736}
|
| 21 |
+
{"current_steps": 21, "total_steps": 258, "loss": 0.7329, "lr": 5e-05, "epoch": 0.16216216216216217, "percentage": 8.14, "elapsed_time": "0:00:37", "remaining_time": "0:07:03", "throughput": 27135.27, "total_tokens": 1017352}
|
| 22 |
+
{"current_steps": 22, "total_steps": 258, "loss": 0.749, "lr": 4.999782204181027e-05, "epoch": 0.16988416988416988, "percentage": 8.53, "elapsed_time": "0:00:39", "remaining_time": "0:06:58", "throughput": 27178.94, "total_tokens": 1061344}
|
| 23 |
+
{"current_steps": 23, "total_steps": 258, "loss": 0.7498, "lr": 4.999128854672123e-05, "epoch": 0.1776061776061776, "percentage": 8.91, "elapsed_time": "0:00:40", "remaining_time": "0:06:55", "throughput": 27279.07, "total_tokens": 1109672}
|
| 24 |
+
{"current_steps": 24, "total_steps": 258, "loss": 0.6965, "lr": 4.9980400653107194e-05, "epoch": 0.18532818532818532, "percentage": 9.3, "elapsed_time": "0:00:42", "remaining_time": "0:06:53", "throughput": 27328.73, "total_tokens": 1159832}
|
| 25 |
+
{"current_steps": 25, "total_steps": 258, "loss": 0.7161, "lr": 4.9965160258038346e-05, "epoch": 0.19305019305019305, "percentage": 9.69, "elapsed_time": "0:00:44", "remaining_time": "0:06:51", "throughput": 27392.4, "total_tokens": 1209240}
|
| 26 |
+
{"current_steps": 26, "total_steps": 258, "loss": 0.712, "lr": 4.9945570016950135e-05, "epoch": 0.20077220077220076, "percentage": 10.08, "elapsed_time": "0:00:45", "remaining_time": "0:06:49", "throughput": 27479.41, "total_tokens": 1259568}
|
| 27 |
+
{"current_steps": 27, "total_steps": 258, "loss": 0.8072, "lr": 4.9921633343180654e-05, "epoch": 0.2084942084942085, "percentage": 10.47, "elapsed_time": "0:00:47", "remaining_time": "0:06:45", "throughput": 27592.09, "total_tokens": 1308136}
|
| 28 |
+
{"current_steps": 28, "total_steps": 258, "loss": 0.7463, "lr": 4.989335440737586e-05, "epoch": 0.21621621621621623, "percentage": 10.85, "elapsed_time": "0:00:49", "remaining_time": "0:06:43", "throughput": 27619.21, "total_tokens": 1356408}
|
| 29 |
+
{"current_steps": 29, "total_steps": 258, "loss": 0.7338, "lr": 4.986073813676296e-05, "epoch": 0.22393822393822393, "percentage": 11.24, "elapsed_time": "0:00:50", "remaining_time": "0:06:39", "throughput": 27687.34, "total_tokens": 1402072}
|
| 30 |
+
{"current_steps": 30, "total_steps": 258, "loss": 0.7493, "lr": 4.9823790214291836e-05, "epoch": 0.23166023166023167, "percentage": 11.63, "elapsed_time": "0:00:52", "remaining_time": "0:06:37", "throughput": 27778.61, "total_tokens": 1454592}
|
| 31 |
+
{"current_steps": 31, "total_steps": 258, "loss": 0.742, "lr": 4.978251707764492e-05, "epoch": 0.23938223938223938, "percentage": 12.02, "elapsed_time": "0:00:53", "remaining_time": "0:06:35", "throughput": 27806.32, "total_tokens": 1500560}
|
| 32 |
+
{"current_steps": 32, "total_steps": 258, "loss": 0.7456, "lr": 4.973692591811549e-05, "epoch": 0.2471042471042471, "percentage": 12.4, "elapsed_time": "0:00:55", "remaining_time": "0:06:32", "throughput": 27863.34, "total_tokens": 1546960}
|
| 33 |
+
{"current_steps": 33, "total_steps": 258, "loss": 0.7668, "lr": 4.968702467935469e-05, "epoch": 0.2548262548262548, "percentage": 12.79, "elapsed_time": "0:00:57", "remaining_time": "0:06:30", "throughput": 27937.96, "total_tokens": 1598424}
|
| 34 |
+
{"current_steps": 34, "total_steps": 258, "loss": 0.6724, "lr": 4.963282205598744e-05, "epoch": 0.2625482625482625, "percentage": 13.18, "elapsed_time": "0:00:58", "remaining_time": "0:06:26", "throughput": 27984.63, "total_tokens": 1643656}
|
| 35 |
+
{"current_steps": 35, "total_steps": 258, "loss": 0.6785, "lr": 4.957432749209755e-05, "epoch": 0.2702702702702703, "percentage": 13.57, "elapsed_time": "0:01:00", "remaining_time": "0:06:27", "throughput": 27896.85, "total_tokens": 1698008}
|
| 36 |
+
{"current_steps": 36, "total_steps": 258, "loss": 0.7382, "lr": 4.9511551179582174e-05, "epoch": 0.277992277992278, "percentage": 13.95, "elapsed_time": "0:01:02", "remaining_time": "0:06:24", "throughput": 27940.16, "total_tokens": 1743856}
|
| 37 |
+
{"current_steps": 37, "total_steps": 258, "loss": 0.7075, "lr": 4.944450405637602e-05, "epoch": 0.2857142857142857, "percentage": 14.34, "elapsed_time": "0:01:04", "remaining_time": "0:06:23", "throughput": 27975.13, "total_tokens": 1797032}
|
| 38 |
+
{"current_steps": 38, "total_steps": 258, "loss": 0.6504, "lr": 4.937319780454559e-05, "epoch": 0.29343629343629346, "percentage": 14.73, "elapsed_time": "0:01:05", "remaining_time": "0:06:21", "throughput": 28072.01, "total_tokens": 1847632}
|
| 39 |
+
{"current_steps": 39, "total_steps": 258, "loss": 0.7049, "lr": 4.929764484825369e-05, "epoch": 0.30115830115830117, "percentage": 15.12, "elapsed_time": "0:01:07", "remaining_time": "0:06:18", "throughput": 28108.59, "total_tokens": 1895000}
|
| 40 |
+
{"current_steps": 40, "total_steps": 258, "loss": 0.722, "lr": 4.921785835159472e-05, "epoch": 0.3088803088803089, "percentage": 15.5, "elapsed_time": "0:01:08", "remaining_time": "0:06:15", "throughput": 28126.6, "total_tokens": 1936384}
|
| 41 |
+
{"current_steps": 41, "total_steps": 258, "loss": 0.7017, "lr": 4.9133852216300965e-05, "epoch": 0.3166023166023166, "percentage": 15.89, "elapsed_time": "0:01:10", "remaining_time": "0:06:13", "throughput": 28154.9, "total_tokens": 1984248}
|
| 42 |
+
{"current_steps": 42, "total_steps": 258, "loss": 0.7098, "lr": 4.9045641079320484e-05, "epoch": 0.32432432432432434, "percentage": 16.28, "elapsed_time": "0:01:11", "remaining_time": "0:06:09", "throughput": 28205.86, "total_tokens": 2029000}
|
| 43 |
+
{"current_steps": 43, "total_steps": 258, "loss": 0.7396, "lr": 4.89532403102667e-05, "epoch": 0.33204633204633205, "percentage": 16.67, "elapsed_time": "0:01:13", "remaining_time": "0:06:07", "throughput": 28269.31, "total_tokens": 2078944}
|
| 44 |
+
{"current_steps": 44, "total_steps": 258, "loss": 0.7002, "lr": 4.8856666008740583e-05, "epoch": 0.33976833976833976, "percentage": 17.05, "elapsed_time": "0:01:15", "remaining_time": "0:06:05", "throughput": 28328.01, "total_tokens": 2126352}
|
| 45 |
+
{"current_steps": 45, "total_steps": 258, "loss": 0.6856, "lr": 4.875593500152538e-05, "epoch": 0.3474903474903475, "percentage": 17.44, "elapsed_time": "0:01:16", "remaining_time": "0:06:02", "throughput": 28340.2, "total_tokens": 2172368}
|
| 46 |
+
{"current_steps": 46, "total_steps": 258, "loss": 0.7011, "lr": 4.865106483965487e-05, "epoch": 0.3552123552123552, "percentage": 17.83, "elapsed_time": "0:01:18", "remaining_time": "0:06:00", "throughput": 28315.22, "total_tokens": 2217024}
|
| 47 |
+
{"current_steps": 47, "total_steps": 258, "loss": 0.6443, "lr": 4.8542073795355294e-05, "epoch": 0.36293436293436293, "percentage": 18.22, "elapsed_time": "0:01:19", "remaining_time": "0:05:59", "throughput": 28341.47, "total_tokens": 2266472}
|
| 48 |
+
{"current_steps": 48, "total_steps": 258, "loss": 0.696, "lr": 4.842898085886164e-05, "epoch": 0.37065637065637064, "percentage": 18.6, "elapsed_time": "0:01:21", "remaining_time": "0:05:57", "throughput": 28336.32, "total_tokens": 2318480}
|
| 49 |
+
{"current_steps": 49, "total_steps": 258, "loss": 0.6868, "lr": 4.8311805735108894e-05, "epoch": 0.3783783783783784, "percentage": 18.99, "elapsed_time": "0:01:23", "remaining_time": "0:05:56", "throughput": 28336.68, "total_tokens": 2368432}
|
| 50 |
+
{"current_steps": 50, "total_steps": 258, "loss": 0.6602, "lr": 4.81905688402987e-05, "epoch": 0.3861003861003861, "percentage": 19.38, "elapsed_time": "0:01:25", "remaining_time": "0:05:53", "throughput": 28368.15, "total_tokens": 2413104}
|
| 51 |
+
{"current_steps": 51, "total_steps": 258, "loss": 0.7167, "lr": 4.806529129834208e-05, "epoch": 0.3938223938223938, "percentage": 19.77, "elapsed_time": "0:01:26", "remaining_time": "0:05:51", "throughput": 28392.74, "total_tokens": 2458232}
|
| 52 |
+
{"current_steps": 52, "total_steps": 258, "loss": 0.664, "lr": 4.793599493717891e-05, "epoch": 0.4015444015444015, "percentage": 20.16, "elapsed_time": "0:01:28", "remaining_time": "0:05:48", "throughput": 28414.46, "total_tokens": 2501480}
|
| 53 |
+
{"current_steps": 53, "total_steps": 258, "loss": 0.6674, "lr": 4.78027022849747e-05, "epoch": 0.4092664092664093, "percentage": 20.54, "elapsed_time": "0:01:29", "remaining_time": "0:05:46", "throughput": 28411.18, "total_tokens": 2548328}
|
| 54 |
+
{"current_steps": 54, "total_steps": 258, "loss": 0.6494, "lr": 4.766543656619532e-05, "epoch": 0.416988416988417, "percentage": 20.93, "elapsed_time": "0:01:31", "remaining_time": "0:05:44", "throughput": 28409.05, "total_tokens": 2592744}
|
| 55 |
+
{"current_steps": 55, "total_steps": 258, "loss": 0.6107, "lr": 4.752422169756048e-05, "epoch": 0.4247104247104247, "percentage": 21.32, "elapsed_time": "0:01:33", "remaining_time": "0:05:45", "throughput": 28326.88, "total_tokens": 2648832}
|
| 56 |
+
{"current_steps": 56, "total_steps": 258, "loss": 0.682, "lr": 4.7379082283876566e-05, "epoch": 0.43243243243243246, "percentage": 21.71, "elapsed_time": "0:01:35", "remaining_time": "0:05:42", "throughput": 28355.05, "total_tokens": 2695656}
|
| 57 |
+
{"current_steps": 57, "total_steps": 258, "loss": 0.6709, "lr": 4.723004361374953e-05, "epoch": 0.44015444015444016, "percentage": 22.09, "elapsed_time": "0:01:36", "remaining_time": "0:05:41", "throughput": 28396.92, "total_tokens": 2748024}
|
| 58 |
+
{"current_steps": 58, "total_steps": 258, "loss": 0.6614, "lr": 4.707713165517877e-05, "epoch": 0.44787644787644787, "percentage": 22.48, "elapsed_time": "0:01:38", "remaining_time": "0:05:39", "throughput": 28436.21, "total_tokens": 2797448}
|
| 59 |
+
{"current_steps": 59, "total_steps": 258, "loss": 0.6384, "lr": 4.692037305103247e-05, "epoch": 0.4555984555984556, "percentage": 22.87, "elapsed_time": "0:01:39", "remaining_time": "0:05:37", "throughput": 28450.59, "total_tokens": 2843456}
|
| 60 |
+
{"current_steps": 60, "total_steps": 258, "loss": 0.7448, "lr": 4.675979511440549e-05, "epoch": 0.46332046332046334, "percentage": 23.26, "elapsed_time": "0:01:41", "remaining_time": "0:05:34", "throughput": 28457.82, "total_tokens": 2888008}
|
| 61 |
+
{"current_steps": 61, "total_steps": 258, "loss": 0.6423, "lr": 4.659542582386041e-05, "epoch": 0.47104247104247104, "percentage": 23.64, "elapsed_time": "0:01:42", "remaining_time": "0:05:32", "throughput": 28466.05, "total_tokens": 2930816}
|
| 62 |
+
{"current_steps": 62, "total_steps": 258, "loss": 0.6491, "lr": 4.642729381855262e-05, "epoch": 0.47876447876447875, "percentage": 24.03, "elapsed_time": "0:01:44", "remaining_time": "0:05:30", "throughput": 28488.68, "total_tokens": 2976920}
|
| 63 |
+
{"current_steps": 63, "total_steps": 258, "loss": 0.6737, "lr": 4.625542839324036e-05, "epoch": 0.4864864864864865, "percentage": 24.42, "elapsed_time": "0:01:46", "remaining_time": "0:05:28", "throughput": 28513.45, "total_tokens": 3022496}
|
| 64 |
+
{"current_steps": 64, "total_steps": 258, "loss": 0.6862, "lr": 4.607985949318047e-05, "epoch": 0.4942084942084942, "percentage": 24.81, "elapsed_time": "0:01:47", "remaining_time": "0:05:26", "throughput": 28524.65, "total_tokens": 3071824}
|
| 65 |
+
{"current_steps": 65, "total_steps": 258, "loss": 0.6896, "lr": 4.5900617708910854e-05, "epoch": 0.5019305019305019, "percentage": 25.19, "elapsed_time": "0:01:49", "remaining_time": "0:05:24", "throughput": 28549.39, "total_tokens": 3119136}
|
| 66 |
+
{"current_steps": 66, "total_steps": 258, "loss": 0.6843, "lr": 4.571773427092047e-05, "epoch": 0.5096525096525096, "percentage": 25.58, "elapsed_time": "0:01:50", "remaining_time": "0:05:22", "throughput": 28546.21, "total_tokens": 3160840}
|
| 67 |
+
{"current_steps": 67, "total_steps": 258, "loss": 0.6204, "lr": 4.553124104420784e-05, "epoch": 0.5173745173745173, "percentage": 25.97, "elapsed_time": "0:01:52", "remaining_time": "0:05:19", "throughput": 28558.67, "total_tokens": 3205472}
|
| 68 |
+
{"current_steps": 68, "total_steps": 258, "loss": 0.6787, "lr": 4.5341170522729006e-05, "epoch": 0.525096525096525, "percentage": 26.36, "elapsed_time": "0:01:53", "remaining_time": "0:05:18", "throughput": 28575.14, "total_tokens": 3255480}
|
| 69 |
+
{"current_steps": 69, "total_steps": 258, "loss": 0.6485, "lr": 4.514755582373587e-05, "epoch": 0.5328185328185329, "percentage": 26.74, "elapsed_time": "0:01:55", "remaining_time": "0:05:16", "throughput": 28594.85, "total_tokens": 3306024}
|
| 70 |
+
{"current_steps": 70, "total_steps": 258, "loss": 0.7085, "lr": 4.4950430682006e-05, "epoch": 0.5405405405405406, "percentage": 27.13, "elapsed_time": "0:01:57", "remaining_time": "0:05:14", "throughput": 28585.72, "total_tokens": 3350976}
|
| 71 |
+
{"current_steps": 71, "total_steps": 258, "loss": 0.644, "lr": 4.4749829443964705e-05, "epoch": 0.5482625482625483, "percentage": 27.52, "elapsed_time": "0:01:59", "remaining_time": "0:05:13", "throughput": 28547.56, "total_tokens": 3400376}
|
| 72 |
+
{"current_steps": 72, "total_steps": 258, "loss": 0.6924, "lr": 4.454578706170075e-05, "epoch": 0.555984555984556, "percentage": 27.91, "elapsed_time": "0:02:00", "remaining_time": "0:05:11", "throughput": 28559.42, "total_tokens": 3446016}
|
| 73 |
+
{"current_steps": 73, "total_steps": 258, "loss": 0.6928, "lr": 4.433833908687633e-05, "epoch": 0.5637065637065637, "percentage": 28.29, "elapsed_time": "0:02:02", "remaining_time": "0:05:10", "throughput": 28532.53, "total_tokens": 3497296}
|
| 74 |
+
{"current_steps": 74, "total_steps": 258, "loss": 0.6618, "lr": 4.4127521664532704e-05, "epoch": 0.5714285714285714, "percentage": 28.68, "elapsed_time": "0:02:04", "remaining_time": "0:05:08", "throughput": 28549.17, "total_tokens": 3543456}
|
| 75 |
+
{"current_steps": 75, "total_steps": 258, "loss": 0.6724, "lr": 4.39133715267924e-05, "epoch": 0.5791505791505791, "percentage": 29.07, "elapsed_time": "0:02:05", "remaining_time": "0:05:06", "throughput": 28550.24, "total_tokens": 3587352}
|
| 76 |
+
{"current_steps": 76, "total_steps": 258, "loss": 0.6643, "lr": 4.3695925986459115e-05, "epoch": 0.5868725868725869, "percentage": 29.46, "elapsed_time": "0:02:07", "remaining_time": "0:05:04", "throughput": 28590.15, "total_tokens": 3635888}
|
| 77 |
+
{"current_steps": 77, "total_steps": 258, "loss": 0.6177, "lr": 4.347522293051648e-05, "epoch": 0.5945945945945946, "percentage": 29.84, "elapsed_time": "0:02:08", "remaining_time": "0:05:02", "throughput": 28619.48, "total_tokens": 3684128}
|
| 78 |
+
{"current_steps": 78, "total_steps": 258, "loss": 0.6877, "lr": 4.3251300813526754e-05, "epoch": 0.6023166023166023, "percentage": 30.23, "elapsed_time": "0:02:10", "remaining_time": "0:05:01", "throughput": 28625.24, "total_tokens": 3733704}
|
| 79 |
+
{"current_steps": 79, "total_steps": 258, "loss": 0.6013, "lr": 4.3024198650930625e-05, "epoch": 0.61003861003861, "percentage": 30.62, "elapsed_time": "0:02:11", "remaining_time": "0:04:58", "throughput": 28632.51, "total_tokens": 3777744}
|
| 80 |
+
{"current_steps": 80, "total_steps": 258, "loss": 0.6559, "lr": 4.279395601224928e-05, "epoch": 0.6177606177606177, "percentage": 31.01, "elapsed_time": "0:02:13", "remaining_time": "0:04:57", "throughput": 28639.58, "total_tokens": 3828288}
|
| 81 |
+
{"current_steps": 81, "total_steps": 258, "loss": 0.6037, "lr": 4.2560613014189966e-05, "epoch": 0.6254826254826255, "percentage": 31.4, "elapsed_time": "0:02:15", "remaining_time": "0:04:55", "throughput": 28619.5, "total_tokens": 3875936}
|
| 82 |
+
{"current_steps": 82, "total_steps": 258, "loss": 0.6913, "lr": 4.2324210313656176e-05, "epoch": 0.6332046332046332, "percentage": 31.78, "elapsed_time": "0:02:16", "remaining_time": "0:04:53", "throughput": 28635.9, "total_tokens": 3921376}
|
| 83 |
+
{"current_steps": 83, "total_steps": 258, "loss": 0.6669, "lr": 4.208478910066371e-05, "epoch": 0.640926640926641, "percentage": 32.17, "elapsed_time": "0:02:18", "remaining_time": "0:04:52", "throughput": 28646.89, "total_tokens": 3968400}
|
| 84 |
+
{"current_steps": 84, "total_steps": 258, "loss": 0.6569, "lr": 4.184239109116393e-05, "epoch": 0.6486486486486487, "percentage": 32.56, "elapsed_time": "0:02:20", "remaining_time": "0:04:50", "throughput": 28635.84, "total_tokens": 4016608}
|
| 85 |
+
{"current_steps": 85, "total_steps": 258, "loss": 0.6476, "lr": 4.159705851977521e-05, "epoch": 0.6563706563706564, "percentage": 32.95, "elapsed_time": "0:02:22", "remaining_time": "0:04:49", "throughput": 28600.6, "total_tokens": 4064472}
|
| 86 |
+
{"current_steps": 86, "total_steps": 258, "loss": 0.6594, "lr": 4.134883413242421e-05, "epoch": 0.6640926640926641, "percentage": 33.33, "elapsed_time": "0:02:23", "remaining_time": "0:04:47", "throughput": 28621.93, "total_tokens": 4114672}
|
| 87 |
+
{"current_steps": 87, "total_steps": 258, "loss": 0.5928, "lr": 4.109776117889789e-05, "epoch": 0.6718146718146718, "percentage": 33.72, "elapsed_time": "0:02:25", "remaining_time": "0:04:45", "throughput": 28625.6, "total_tokens": 4158376}
|
| 88 |
+
{"current_steps": 88, "total_steps": 258, "loss": 0.6031, "lr": 4.084388340530791e-05, "epoch": 0.6795366795366795, "percentage": 34.11, "elapsed_time": "0:02:27", "remaining_time": "0:04:44", "throughput": 28614.3, "total_tokens": 4207504}
|
| 89 |
+
{"current_steps": 89, "total_steps": 258, "loss": 0.689, "lr": 4.058724504646834e-05, "epoch": 0.6872586872586872, "percentage": 34.5, "elapsed_time": "0:02:29", "remaining_time": "0:04:42", "throughput": 28585.32, "total_tokens": 4259504}
|
| 90 |
+
{"current_steps": 90, "total_steps": 258, "loss": 0.656, "lr": 4.032789081818843e-05, "epoch": 0.694980694980695, "percentage": 34.88, "elapsed_time": "0:02:30", "remaining_time": "0:04:40", "throughput": 28594.66, "total_tokens": 4303104}
|
| 91 |
+
{"current_steps": 91, "total_steps": 258, "loss": 0.648, "lr": 4.0065865909481417e-05, "epoch": 0.7027027027027027, "percentage": 35.27, "elapsed_time": "0:02:32", "remaining_time": "0:04:39", "throughput": 28600.38, "total_tokens": 4352824}
|
| 92 |
+
{"current_steps": 92, "total_steps": 258, "loss": 0.6309, "lr": 3.980121597469096e-05, "epoch": 0.7104247104247104, "percentage": 35.66, "elapsed_time": "0:02:33", "remaining_time": "0:04:37", "throughput": 28605.21, "total_tokens": 4398424}
|
| 93 |
+
{"current_steps": 93, "total_steps": 258, "loss": 0.6175, "lr": 3.95339871255365e-05, "epoch": 0.7181467181467182, "percentage": 36.05, "elapsed_time": "0:02:35", "remaining_time": "0:04:35", "throughput": 28619.23, "total_tokens": 4446624}
|
| 94 |
+
{"current_steps": 94, "total_steps": 258, "loss": 0.6144, "lr": 3.926422592307888e-05, "epoch": 0.7258687258687259, "percentage": 36.43, "elapsed_time": "0:02:36", "remaining_time": "0:04:33", "throughput": 28632.84, "total_tokens": 4493880}
|
| 95 |
+
{"current_steps": 95, "total_steps": 258, "loss": 0.6541, "lr": 3.89919793696077e-05, "epoch": 0.7335907335907336, "percentage": 36.82, "elapsed_time": "0:02:38", "remaining_time": "0:04:32", "throughput": 28615.85, "total_tokens": 4541640}
|
| 96 |
+
{"current_steps": 96, "total_steps": 258, "loss": 0.6422, "lr": 3.871729490045185e-05, "epoch": 0.7413127413127413, "percentage": 37.21, "elapsed_time": "0:02:40", "remaining_time": "0:04:30", "throughput": 28626.45, "total_tokens": 4589296}
|
| 97 |
+
{"current_steps": 97, "total_steps": 258, "loss": 0.7102, "lr": 3.844022037571443e-05, "epoch": 0.749034749034749, "percentage": 37.6, "elapsed_time": "0:02:42", "remaining_time": "0:04:28", "throughput": 28631.99, "total_tokens": 4639848}
|
| 98 |
+
{"current_steps": 98, "total_steps": 258, "loss": 0.6566, "lr": 3.81608040719339e-05, "epoch": 0.7567567567567568, "percentage": 37.98, "elapsed_time": "0:02:43", "remaining_time": "0:04:26", "throughput": 28643.78, "total_tokens": 4683808}
|
| 99 |
+
{"current_steps": 99, "total_steps": 258, "loss": 0.6283, "lr": 3.78790946736724e-05, "epoch": 0.7644787644787645, "percentage": 38.37, "elapsed_time": "0:02:45", "remaining_time": "0:04:25", "throughput": 28649.98, "total_tokens": 4733296}
|
| 100 |
+
{"current_steps": 100, "total_steps": 258, "loss": 0.6575, "lr": 3.759514126503324e-05, "epoch": 0.7722007722007722, "percentage": 38.76, "elapsed_time": "0:02:46", "remaining_time": "0:04:23", "throughput": 28644.47, "total_tokens": 4778416}
|
| 101 |
+
{"current_steps": 101, "total_steps": 258, "loss": 0.6543, "lr": 3.7308993321108556e-05, "epoch": 0.7799227799227799, "percentage": 39.15, "elapsed_time": "0:02:48", "remaining_time": "0:04:21", "throughput": 28656.5, "total_tokens": 4828584}
|
| 102 |
+
{"current_steps": 102, "total_steps": 258, "loss": 0.633, "lr": 3.702070069935898e-05, "epoch": 0.7876447876447876, "percentage": 39.53, "elapsed_time": "0:02:50", "remaining_time": "0:04:20", "throughput": 28669.61, "total_tokens": 4877424}
|
| 103 |
+
{"current_steps": 103, "total_steps": 258, "loss": 0.6077, "lr": 3.673031363092666e-05, "epoch": 0.7953667953667953, "percentage": 39.92, "elapsed_time": "0:02:51", "remaining_time": "0:04:18", "throughput": 28680.65, "total_tokens": 4922312}
|
| 104 |
+
{"current_steps": 104, "total_steps": 258, "loss": 0.6517, "lr": 3.6437882711883084e-05, "epoch": 0.803088803088803, "percentage": 40.31, "elapsed_time": "0:02:53", "remaining_time": "0:04:16", "throughput": 28705.48, "total_tokens": 4968208}
|
| 105 |
+
{"current_steps": 105, "total_steps": 258, "loss": 0.6341, "lr": 3.6143458894413465e-05, "epoch": 0.8108108108108109, "percentage": 40.7, "elapsed_time": "0:02:54", "remaining_time": "0:04:14", "throughput": 28707.95, "total_tokens": 5018880}
|
| 106 |
+
{"current_steps": 106, "total_steps": 258, "loss": 0.6487, "lr": 3.5847093477938956e-05, "epoch": 0.8185328185328186, "percentage": 41.09, "elapsed_time": "0:02:56", "remaining_time": "0:04:13", "throughput": 28700.78, "total_tokens": 5069312}
|
| 107 |
+
{"current_steps": 107, "total_steps": 258, "loss": 0.616, "lr": 3.554883810017844e-05, "epoch": 0.8262548262548263, "percentage": 41.47, "elapsed_time": "0:02:58", "remaining_time": "0:04:11", "throughput": 28699.66, "total_tokens": 5113280}
|
| 108 |
+
{"current_steps": 108, "total_steps": 258, "loss": 0.6359, "lr": 3.5248744728151345e-05, "epoch": 0.833976833976834, "percentage": 41.86, "elapsed_time": "0:02:59", "remaining_time": "0:04:09", "throughput": 28715.04, "total_tokens": 5158416}
|
| 109 |
+
{"current_steps": 109, "total_steps": 258, "loss": 0.6607, "lr": 3.494686564912302e-05, "epoch": 0.8416988416988417, "percentage": 42.25, "elapsed_time": "0:03:01", "remaining_time": "0:04:08", "throughput": 28694.37, "total_tokens": 5209288}
|
| 110 |
+
{"current_steps": 110, "total_steps": 258, "loss": 0.6322, "lr": 3.464325346149449e-05, "epoch": 0.8494208494208494, "percentage": 42.64, "elapsed_time": "0:03:03", "remaining_time": "0:04:06", "throughput": 28682.54, "total_tokens": 5264480}
|
| 111 |
+
{"current_steps": 111, "total_steps": 258, "loss": 0.6312, "lr": 3.433796106563779e-05, "epoch": 0.8571428571428571, "percentage": 43.02, "elapsed_time": "0:03:04", "remaining_time": "0:04:04", "throughput": 28699.2, "total_tokens": 5308480}
|
| 112 |
+
{"current_steps": 112, "total_steps": 258, "loss": 0.6205, "lr": 3.403104165467883e-05, "epoch": 0.8648648648648649, "percentage": 43.41, "elapsed_time": "0:03:06", "remaining_time": "0:04:03", "throughput": 28692.5, "total_tokens": 5355096}
|
| 113 |
+
{"current_steps": 113, "total_steps": 258, "loss": 0.601, "lr": 3.3722548705229175e-05, "epoch": 0.8725868725868726, "percentage": 43.8, "elapsed_time": "0:03:08", "remaining_time": "0:04:01", "throughput": 28708.18, "total_tokens": 5401288}
|
| 114 |
+
{"current_steps": 114, "total_steps": 258, "loss": 0.6556, "lr": 3.341253596806848e-05, "epoch": 0.8803088803088803, "percentage": 44.19, "elapsed_time": "0:03:10", "remaining_time": "0:04:00", "throughput": 28691.98, "total_tokens": 5453648}
|
| 115 |
+
{"current_steps": 115, "total_steps": 258, "loss": 0.626, "lr": 3.310105745877915e-05, "epoch": 0.888030888030888, "percentage": 44.57, "elapsed_time": "0:03:11", "remaining_time": "0:03:58", "throughput": 28701.47, "total_tokens": 5502248}
|
| 116 |
+
{"current_steps": 116, "total_steps": 258, "loss": 0.6515, "lr": 3.278816744833479e-05, "epoch": 0.8957528957528957, "percentage": 44.96, "elapsed_time": "0:03:13", "remaining_time": "0:03:56", "throughput": 28676.11, "total_tokens": 5550512}
|
| 117 |
+
{"current_steps": 117, "total_steps": 258, "loss": 0.6625, "lr": 3.247392045364426e-05, "epoch": 0.9034749034749034, "percentage": 45.35, "elapsed_time": "0:03:15", "remaining_time": "0:03:55", "throughput": 28698.79, "total_tokens": 5603224}
|
| 118 |
+
{"current_steps": 118, "total_steps": 258, "loss": 0.6464, "lr": 3.215837122805282e-05, "epoch": 0.9111969111969112, "percentage": 45.74, "elapsed_time": "0:03:16", "remaining_time": "0:03:53", "throughput": 28707.31, "total_tokens": 5653152}
|
| 119 |
+
{"current_steps": 119, "total_steps": 258, "loss": 0.6134, "lr": 3.1841574751802076e-05, "epoch": 0.918918918918919, "percentage": 46.12, "elapsed_time": "0:03:18", "remaining_time": "0:03:51", "throughput": 28725.94, "total_tokens": 5699968}
|
| 120 |
+
{"current_steps": 120, "total_steps": 258, "loss": 0.6139, "lr": 3.152358622245042e-05, "epoch": 0.9266409266409267, "percentage": 46.51, "elapsed_time": "0:03:20", "remaining_time": "0:03:50", "throughput": 28749.46, "total_tokens": 5750360}
|
| 121 |
+
{"current_steps": 121, "total_steps": 258, "loss": 0.6017, "lr": 3.1204461045255604e-05, "epoch": 0.9343629343629344, "percentage": 46.9, "elapsed_time": "0:03:21", "remaining_time": "0:03:48", "throughput": 28755.47, "total_tokens": 5793216}
|
| 122 |
+
{"current_steps": 122, "total_steps": 258, "loss": 0.6728, "lr": 3.088425482352107e-05, "epoch": 0.9420849420849421, "percentage": 47.29, "elapsed_time": "0:03:22", "remaining_time": "0:03:46", "throughput": 28764.78, "total_tokens": 5838920}
|
| 123 |
+
{"current_steps": 123, "total_steps": 258, "loss": 0.6126, "lr": 3.056302334890786e-05, "epoch": 0.9498069498069498, "percentage": 47.67, "elapsed_time": "0:03:24", "remaining_time": "0:03:44", "throughput": 28738.36, "total_tokens": 5885064}
|
| 124 |
+
{"current_steps": 124, "total_steps": 258, "loss": 0.5959, "lr": 3.024082259171367e-05, "epoch": 0.9575289575289575, "percentage": 48.06, "elapsed_time": "0:03:26", "remaining_time": "0:03:43", "throughput": 28750.03, "total_tokens": 5934624}
|
| 125 |
+
{"current_steps": 125, "total_steps": 258, "loss": 0.6208, "lr": 2.9917708691120706e-05, "epoch": 0.9652509652509652, "percentage": 48.45, "elapsed_time": "0:03:28", "remaining_time": "0:03:41", "throughput": 28765.44, "total_tokens": 5987336}
|
| 126 |
+
{"current_steps": 126, "total_steps": 258, "loss": 0.6215, "lr": 2.9593737945414264e-05, "epoch": 0.972972972972973, "percentage": 48.84, "elapsed_time": "0:03:29", "remaining_time": "0:03:39", "throughput": 28769.08, "total_tokens": 6035896}
|
| 127 |
+
{"current_steps": 127, "total_steps": 258, "loss": 0.6738, "lr": 2.9268966802173436e-05, "epoch": 0.9806949806949807, "percentage": 49.22, "elapsed_time": "0:03:31", "remaining_time": "0:03:37", "throughput": 28781.5, "total_tokens": 6080816}
|
| 128 |
+
{"current_steps": 128, "total_steps": 258, "loss": 0.5536, "lr": 2.8943451848435936e-05, "epoch": 0.9884169884169884, "percentage": 49.61, "elapsed_time": "0:03:32", "remaining_time": "0:03:36", "throughput": 28793.95, "total_tokens": 6126984}
|
| 129 |
+
{"current_steps": 129, "total_steps": 258, "loss": 0.6399, "lr": 2.8617249800838513e-05, "epoch": 0.9961389961389961, "percentage": 50.0, "elapsed_time": "0:03:34", "remaining_time": "0:03:34", "throughput": 28783.52, "total_tokens": 6178704}
|
| 130 |
+
{"current_steps": 130, "total_steps": 258, "loss": 0.6105, "lr": 2.8290417495734837e-05, "epoch": 1.0, "percentage": 50.39, "elapsed_time": "0:03:35", "remaining_time": "0:03:32", "throughput": 28773.56, "total_tokens": 6201760}
|
| 131 |
+
{"current_steps": 131, "total_steps": 258, "loss": 0.4115, "lr": 2.7963011879292573e-05, "epoch": 1.0077220077220077, "percentage": 50.78, "elapsed_time": "0:03:37", "remaining_time": "0:03:30", "throughput": 28781.04, "total_tokens": 6246264}
|
| 132 |
+
{"current_steps": 132, "total_steps": 258, "loss": 0.4188, "lr": 2.7635089997571196e-05, "epoch": 1.0154440154440154, "percentage": 51.16, "elapsed_time": "0:03:38", "remaining_time": "0:03:28", "throughput": 28792.4, "total_tokens": 6293720}
|
| 133 |
+
{"current_steps": 133, "total_steps": 258, "loss": 0.3889, "lr": 2.7306708986582553e-05, "epoch": 1.0231660231660231, "percentage": 51.55, "elapsed_time": "0:03:40", "remaining_time": "0:03:27", "throughput": 28801.99, "total_tokens": 6348992}
|
| 134 |
+
{"current_steps": 134, "total_steps": 258, "loss": 0.3809, "lr": 2.6977926062335617e-05, "epoch": 1.0308880308880308, "percentage": 51.94, "elapsed_time": "0:03:42", "remaining_time": "0:03:25", "throughput": 28795.36, "total_tokens": 6396000}
|
| 135 |
+
{"current_steps": 135, "total_steps": 258, "loss": 0.352, "lr": 2.6648798510867386e-05, "epoch": 1.0386100386100385, "percentage": 52.33, "elapsed_time": "0:03:43", "remaining_time": "0:03:23", "throughput": 28793.93, "total_tokens": 6439376}
|
| 136 |
+
{"current_steps": 136, "total_steps": 258, "loss": 0.3781, "lr": 2.6319383678261562e-05, "epoch": 1.0463320463320462, "percentage": 52.71, "elapsed_time": "0:03:45", "remaining_time": "0:03:22", "throughput": 28792.85, "total_tokens": 6484320}
|
| 137 |
+
{"current_steps": 137, "total_steps": 258, "loss": 0.3875, "lr": 2.598973896065674e-05, "epoch": 1.054054054054054, "percentage": 53.1, "elapsed_time": "0:03:46", "remaining_time": "0:03:20", "throughput": 28796.15, "total_tokens": 6531032}
|
| 138 |
+
{"current_steps": 138, "total_steps": 258, "loss": 0.3935, "lr": 2.565992179424591e-05, "epoch": 1.0617760617760619, "percentage": 53.49, "elapsed_time": "0:03:48", "remaining_time": "0:03:18", "throughput": 28794.95, "total_tokens": 6581096}
|
| 139 |
+
{"current_steps": 139, "total_steps": 258, "loss": 0.3618, "lr": 2.5329989645268977e-05, "epoch": 1.0694980694980696, "percentage": 53.88, "elapsed_time": "0:03:50", "remaining_time": "0:03:17", "throughput": 28784.66, "total_tokens": 6632824}
|
| 140 |
+
{"current_steps": 140, "total_steps": 258, "loss": 0.3463, "lr": 2.5e-05, "epoch": 1.0772200772200773, "percentage": 54.26, "elapsed_time": "0:03:52", "remaining_time": "0:03:15", "throughput": 28793.34, "total_tokens": 6681960}
|
| 141 |
+
{"current_steps": 141, "total_steps": 258, "loss": 0.3834, "lr": 2.467001035473103e-05, "epoch": 1.084942084942085, "percentage": 54.65, "elapsed_time": "0:03:53", "remaining_time": "0:03:13", "throughput": 28814.5, "total_tokens": 6731624}
|
| 142 |
+
{"current_steps": 142, "total_steps": 258, "loss": 0.3881, "lr": 2.43400782057541e-05, "epoch": 1.0926640926640927, "percentage": 55.04, "elapsed_time": "0:03:55", "remaining_time": "0:03:12", "throughput": 28812.52, "total_tokens": 6778008}
|
| 143 |
+
{"current_steps": 143, "total_steps": 258, "loss": 0.3873, "lr": 2.401026103934327e-05, "epoch": 1.1003861003861004, "percentage": 55.43, "elapsed_time": "0:03:57", "remaining_time": "0:03:10", "throughput": 28794.97, "total_tokens": 6834336}
|
| 144 |
+
{"current_steps": 144, "total_steps": 258, "loss": 0.3618, "lr": 2.368061632173844e-05, "epoch": 1.1081081081081081, "percentage": 55.81, "elapsed_time": "0:03:59", "remaining_time": "0:03:09", "throughput": 28788.98, "total_tokens": 6885472}
|
| 145 |
+
{"current_steps": 145, "total_steps": 258, "loss": 0.3544, "lr": 2.3351201489132616e-05, "epoch": 1.1158301158301158, "percentage": 56.2, "elapsed_time": "0:04:00", "remaining_time": "0:03:07", "throughput": 28795.14, "total_tokens": 6935216}
|
| 146 |
+
{"current_steps": 146, "total_steps": 258, "loss": 0.3961, "lr": 2.3022073937664386e-05, "epoch": 1.1235521235521235, "percentage": 56.59, "elapsed_time": "0:04:02", "remaining_time": "0:03:05", "throughput": 28806.45, "total_tokens": 6981112}
|
| 147 |
+
{"current_steps": 147, "total_steps": 258, "loss": 0.4253, "lr": 2.2693291013417453e-05, "epoch": 1.1312741312741312, "percentage": 56.98, "elapsed_time": "0:04:03", "remaining_time": "0:03:04", "throughput": 28813.68, "total_tokens": 7027848}
|
| 148 |
+
{"current_steps": 148, "total_steps": 258, "loss": 0.3765, "lr": 2.236491000242881e-05, "epoch": 1.138996138996139, "percentage": 57.36, "elapsed_time": "0:04:05", "remaining_time": "0:03:02", "throughput": 28822.94, "total_tokens": 7079048}
|
| 149 |
+
{"current_steps": 149, "total_steps": 258, "loss": 0.3656, "lr": 2.2036988120707436e-05, "epoch": 1.1467181467181466, "percentage": 57.75, "elapsed_time": "0:04:07", "remaining_time": "0:03:00", "throughput": 28829.22, "total_tokens": 7125096}
|
| 150 |
+
{"current_steps": 150, "total_steps": 258, "loss": 0.3588, "lr": 2.170958250426517e-05, "epoch": 1.1544401544401544, "percentage": 58.14, "elapsed_time": "0:04:08", "remaining_time": "0:02:59", "throughput": 28827.74, "total_tokens": 7169448}
|
| 151 |
+
{"current_steps": 151, "total_steps": 258, "loss": 0.3807, "lr": 2.1382750199161496e-05, "epoch": 1.1621621621621623, "percentage": 58.53, "elapsed_time": "0:04:10", "remaining_time": "0:02:57", "throughput": 28839.42, "total_tokens": 7218200}
|
| 152 |
+
{"current_steps": 152, "total_steps": 258, "loss": 0.3796, "lr": 2.1056548151564063e-05, "epoch": 1.16988416988417, "percentage": 58.91, "elapsed_time": "0:04:12", "remaining_time": "0:02:55", "throughput": 28836.48, "total_tokens": 7273032}
|
| 153 |
+
{"current_steps": 153, "total_steps": 258, "loss": 0.3733, "lr": 2.073103319782656e-05, "epoch": 1.1776061776061777, "percentage": 59.3, "elapsed_time": "0:04:14", "remaining_time": "0:02:54", "throughput": 28830.98, "total_tokens": 7327712}
|
| 154 |
+
{"current_steps": 154, "total_steps": 258, "loss": 0.3726, "lr": 2.0406262054585738e-05, "epoch": 1.1853281853281854, "percentage": 59.69, "elapsed_time": "0:04:15", "remaining_time": "0:02:52", "throughput": 28837.99, "total_tokens": 7370416}
|
| 155 |
+
{"current_steps": 155, "total_steps": 258, "loss": 0.3359, "lr": 2.00822913088793e-05, "epoch": 1.193050193050193, "percentage": 60.08, "elapsed_time": "0:04:17", "remaining_time": "0:02:50", "throughput": 28839.08, "total_tokens": 7419056}
|
| 156 |
+
{"current_steps": 156, "total_steps": 258, "loss": 0.3295, "lr": 1.975917740828634e-05, "epoch": 1.2007722007722008, "percentage": 60.47, "elapsed_time": "0:04:18", "remaining_time": "0:02:49", "throughput": 28841.29, "total_tokens": 7464800}
|
| 157 |
+
{"current_steps": 157, "total_steps": 258, "loss": 0.3367, "lr": 1.9436976651092144e-05, "epoch": 1.2084942084942085, "percentage": 60.85, "elapsed_time": "0:04:20", "remaining_time": "0:02:47", "throughput": 28842.48, "total_tokens": 7512016}
|
| 158 |
+
{"current_steps": 158, "total_steps": 258, "loss": 0.3835, "lr": 1.9115745176478946e-05, "epoch": 1.2162162162162162, "percentage": 61.24, "elapsed_time": "0:04:22", "remaining_time": "0:02:45", "throughput": 28842.99, "total_tokens": 7558192}
|
| 159 |
+
{"current_steps": 159, "total_steps": 258, "loss": 0.3985, "lr": 1.879553895474441e-05, "epoch": 1.223938223938224, "percentage": 61.63, "elapsed_time": "0:04:23", "remaining_time": "0:02:44", "throughput": 28850.71, "total_tokens": 7606360}
|
| 160 |
+
{"current_steps": 160, "total_steps": 258, "loss": 0.3976, "lr": 1.8476413777549585e-05, "epoch": 1.2316602316602316, "percentage": 62.02, "elapsed_time": "0:04:25", "remaining_time": "0:02:42", "throughput": 28851.76, "total_tokens": 7658256}
|
| 161 |
+
{"current_steps": 161, "total_steps": 258, "loss": 0.3545, "lr": 1.815842524819793e-05, "epoch": 1.2393822393822393, "percentage": 62.4, "elapsed_time": "0:04:27", "remaining_time": "0:02:40", "throughput": 28849.03, "total_tokens": 7705928}
|
| 162 |
+
{"current_steps": 162, "total_steps": 258, "loss": 0.3368, "lr": 1.784162877194719e-05, "epoch": 1.247104247104247, "percentage": 62.79, "elapsed_time": "0:04:28", "remaining_time": "0:02:39", "throughput": 28845.4, "total_tokens": 7754904}
|
| 163 |
+
{"current_steps": 163, "total_steps": 258, "loss": 0.3615, "lr": 1.7526079546355744e-05, "epoch": 1.2548262548262548, "percentage": 63.18, "elapsed_time": "0:04:30", "remaining_time": "0:02:37", "throughput": 28856.24, "total_tokens": 7801208}
|
| 164 |
+
{"current_steps": 164, "total_steps": 258, "loss": 0.3604, "lr": 1.7211832551665214e-05, "epoch": 1.2625482625482625, "percentage": 63.57, "elapsed_time": "0:04:31", "remaining_time": "0:02:35", "throughput": 28863.56, "total_tokens": 7846632}
|
| 165 |
+
{"current_steps": 165, "total_steps": 258, "loss": 0.3581, "lr": 1.6898942541220856e-05, "epoch": 1.2702702702702702, "percentage": 63.95, "elapsed_time": "0:04:33", "remaining_time": "0:02:34", "throughput": 28870.14, "total_tokens": 7893448}
|
| 166 |
+
{"current_steps": 166, "total_steps": 258, "loss": 0.3921, "lr": 1.6587464031931528e-05, "epoch": 1.2779922779922779, "percentage": 64.34, "elapsed_time": "0:04:35", "remaining_time": "0:02:32", "throughput": 28862.56, "total_tokens": 7941168}
|
| 167 |
+
{"current_steps": 167, "total_steps": 258, "loss": 0.3761, "lr": 1.6277451294770834e-05, "epoch": 1.2857142857142856, "percentage": 64.73, "elapsed_time": "0:04:37", "remaining_time": "0:02:31", "throughput": 28833.27, "total_tokens": 7994968}
|
| 168 |
+
{"current_steps": 168, "total_steps": 258, "loss": 0.3734, "lr": 1.5968958345321178e-05, "epoch": 1.2934362934362935, "percentage": 65.12, "elapsed_time": "0:04:38", "remaining_time": "0:02:29", "throughput": 28834.2, "total_tokens": 8040744}
|
| 169 |
+
{"current_steps": 169, "total_steps": 258, "loss": 0.3848, "lr": 1.566203893436221e-05, "epoch": 1.3011583011583012, "percentage": 65.5, "elapsed_time": "0:04:40", "remaining_time": "0:02:27", "throughput": 28841.35, "total_tokens": 8090992}
|
| 170 |
+
{"current_steps": 170, "total_steps": 258, "loss": 0.352, "lr": 1.5356746538505513e-05, "epoch": 1.308880308880309, "percentage": 65.89, "elapsed_time": "0:04:42", "remaining_time": "0:02:26", "throughput": 28853.27, "total_tokens": 8138688}
|
| 171 |
+
{"current_steps": 171, "total_steps": 258, "loss": 0.4108, "lr": 1.5053134350876983e-05, "epoch": 1.3166023166023166, "percentage": 66.28, "elapsed_time": "0:04:44", "remaining_time": "0:02:24", "throughput": 28829.46, "total_tokens": 8188200}
|
| 172 |
+
{"current_steps": 172, "total_steps": 258, "loss": 0.3828, "lr": 1.4751255271848662e-05, "epoch": 1.3243243243243243, "percentage": 66.67, "elapsed_time": "0:04:45", "remaining_time": "0:02:22", "throughput": 28831.35, "total_tokens": 8238184}
|
| 173 |
+
{"current_steps": 173, "total_steps": 258, "loss": 0.3989, "lr": 1.4451161899821558e-05, "epoch": 1.332046332046332, "percentage": 67.05, "elapsed_time": "0:04:47", "remaining_time": "0:02:21", "throughput": 28842.91, "total_tokens": 8287400}
|
| 174 |
+
{"current_steps": 174, "total_steps": 258, "loss": 0.3618, "lr": 1.4152906522061048e-05, "epoch": 1.3397683397683398, "percentage": 67.44, "elapsed_time": "0:04:48", "remaining_time": "0:02:19", "throughput": 28853.27, "total_tokens": 8332240}
|
| 175 |
+
{"current_steps": 175, "total_steps": 258, "loss": 0.3418, "lr": 1.3856541105586545e-05, "epoch": 1.3474903474903475, "percentage": 67.83, "elapsed_time": "0:04:50", "remaining_time": "0:02:17", "throughput": 28862.28, "total_tokens": 8383952}
|
| 176 |
+
{"current_steps": 176, "total_steps": 258, "loss": 0.4053, "lr": 1.3562117288116924e-05, "epoch": 1.3552123552123552, "percentage": 68.22, "elapsed_time": "0:04:52", "remaining_time": "0:02:16", "throughput": 28851.07, "total_tokens": 8430544}
|
| 177 |
+
{"current_steps": 177, "total_steps": 258, "loss": 0.3397, "lr": 1.3269686369073347e-05, "epoch": 1.3629343629343629, "percentage": 68.6, "elapsed_time": "0:04:53", "remaining_time": "0:02:14", "throughput": 28852.73, "total_tokens": 8471896}
|
| 178 |
+
{"current_steps": 178, "total_steps": 258, "loss": 0.4108, "lr": 1.2979299300641018e-05, "epoch": 1.3706563706563706, "percentage": 68.99, "elapsed_time": "0:04:55", "remaining_time": "0:02:12", "throughput": 28860.19, "total_tokens": 8517400}
|
| 179 |
+
{"current_steps": 179, "total_steps": 258, "loss": 0.3822, "lr": 1.2691006678891446e-05, "epoch": 1.3783783783783785, "percentage": 69.38, "elapsed_time": "0:04:56", "remaining_time": "0:02:10", "throughput": 28864.12, "total_tokens": 8563608}
|
| 180 |
+
{"current_steps": 180, "total_steps": 258, "loss": 0.3745, "lr": 1.240485873496677e-05, "epoch": 1.3861003861003862, "percentage": 69.77, "elapsed_time": "0:04:58", "remaining_time": "0:02:09", "throughput": 28877.29, "total_tokens": 8609832}
|
| 181 |
+
{"current_steps": 181, "total_steps": 258, "loss": 0.3511, "lr": 1.2120905326327598e-05, "epoch": 1.393822393822394, "percentage": 70.16, "elapsed_time": "0:04:59", "remaining_time": "0:02:07", "throughput": 28885.96, "total_tokens": 8656152}
|
| 182 |
+
{"current_steps": 182, "total_steps": 258, "loss": 0.4049, "lr": 1.1839195928066102e-05, "epoch": 1.4015444015444016, "percentage": 70.54, "elapsed_time": "0:05:01", "remaining_time": "0:02:05", "throughput": 28890.86, "total_tokens": 8704416}
|
| 183 |
+
{"current_steps": 183, "total_steps": 258, "loss": 0.3483, "lr": 1.1559779624285564e-05, "epoch": 1.4092664092664093, "percentage": 70.93, "elapsed_time": "0:05:02", "remaining_time": "0:02:04", "throughput": 28882.96, "total_tokens": 8748368}
|
| 184 |
+
{"current_steps": 184, "total_steps": 258, "loss": 0.3415, "lr": 1.128270509954816e-05, "epoch": 1.416988416988417, "percentage": 71.32, "elapsed_time": "0:05:04", "remaining_time": "0:02:02", "throughput": 28889.01, "total_tokens": 8798392}
|
| 185 |
+
{"current_steps": 185, "total_steps": 258, "loss": 0.3737, "lr": 1.1008020630392302e-05, "epoch": 1.4247104247104247, "percentage": 71.71, "elapsed_time": "0:05:06", "remaining_time": "0:02:00", "throughput": 28888.46, "total_tokens": 8848240}
|
| 186 |
+
{"current_steps": 186, "total_steps": 258, "loss": 0.3726, "lr": 1.0735774076921129e-05, "epoch": 1.4324324324324325, "percentage": 72.09, "elapsed_time": "0:05:08", "remaining_time": "0:01:59", "throughput": 28873.16, "total_tokens": 8896008}
|
| 187 |
+
{"current_steps": 187, "total_steps": 258, "loss": 0.3553, "lr": 1.0466012874463507e-05, "epoch": 1.4401544401544402, "percentage": 72.48, "elapsed_time": "0:05:09", "remaining_time": "0:01:57", "throughput": 28865.61, "total_tokens": 8943224}
|
| 188 |
+
{"current_steps": 188, "total_steps": 258, "loss": 0.3836, "lr": 1.0198784025309047e-05, "epoch": 1.4478764478764479, "percentage": 72.87, "elapsed_time": "0:05:11", "remaining_time": "0:01:55", "throughput": 28866.71, "total_tokens": 8989312}
|
| 189 |
+
{"current_steps": 189, "total_steps": 258, "loss": 0.3777, "lr": 9.934134090518593e-06, "epoch": 1.4555984555984556, "percentage": 73.26, "elapsed_time": "0:05:13", "remaining_time": "0:01:54", "throughput": 28860.68, "total_tokens": 9042424}
|
| 190 |
+
{"current_steps": 190, "total_steps": 258, "loss": 0.3654, "lr": 9.672109181811575e-06, "epoch": 1.4633204633204633, "percentage": 73.64, "elapsed_time": "0:05:14", "remaining_time": "0:01:52", "throughput": 28868.75, "total_tokens": 9086072}
|
| 191 |
+
{"current_steps": 191, "total_steps": 258, "loss": 0.3514, "lr": 9.412754953531663e-06, "epoch": 1.471042471042471, "percentage": 74.03, "elapsed_time": "0:05:16", "remaining_time": "0:01:50", "throughput": 28881.94, "total_tokens": 9133240}
|
| 192 |
+
{"current_steps": 192, "total_steps": 258, "loss": 0.3331, "lr": 9.156116594692096e-06, "epoch": 1.4787644787644787, "percentage": 74.42, "elapsed_time": "0:05:17", "remaining_time": "0:01:49", "throughput": 28886.7, "total_tokens": 9178152}
|
| 193 |
+
{"current_steps": 193, "total_steps": 258, "loss": 0.3867, "lr": 8.902238821102111e-06, "epoch": 1.4864864864864864, "percentage": 74.81, "elapsed_time": "0:05:19", "remaining_time": "0:01:47", "throughput": 28896.16, "total_tokens": 9226432}
|
| 194 |
+
{"current_steps": 194, "total_steps": 258, "loss": 0.3693, "lr": 8.651165867575797e-06, "epoch": 1.494208494208494, "percentage": 75.19, "elapsed_time": "0:05:21", "remaining_time": "0:01:45", "throughput": 28881.72, "total_tokens": 9278656}
|
| 195 |
+
{"current_steps": 195, "total_steps": 258, "loss": 0.3375, "lr": 8.402941480224797e-06, "epoch": 1.5019305019305018, "percentage": 75.58, "elapsed_time": "0:05:22", "remaining_time": "0:01:44", "throughput": 28884.75, "total_tokens": 9323040}
|
| 196 |
+
{"current_steps": 196, "total_steps": 258, "loss": 0.3639, "lr": 8.15760890883607e-06, "epoch": 1.5096525096525095, "percentage": 75.97, "elapsed_time": "0:05:24", "remaining_time": "0:01:42", "throughput": 28885.63, "total_tokens": 9373024}
|
| 197 |
+
{"current_steps": 197, "total_steps": 258, "loss": 0.3713, "lr": 7.915210899336284e-06, "epoch": 1.5173745173745172, "percentage": 76.36, "elapsed_time": "0:05:26", "remaining_time": "0:01:40", "throughput": 28893.11, "total_tokens": 9421792}
|
| 198 |
+
{"current_steps": 198, "total_steps": 258, "loss": 0.3818, "lr": 7.67578968634383e-06, "epoch": 1.525096525096525, "percentage": 76.74, "elapsed_time": "0:05:27", "remaining_time": "0:01:39", "throughput": 28891.31, "total_tokens": 9470992}
|
| 199 |
+
{"current_steps": 199, "total_steps": 258, "loss": 0.3735, "lr": 7.439386985810037e-06, "epoch": 1.5328185328185329, "percentage": 77.13, "elapsed_time": "0:05:29", "remaining_time": "0:01:37", "throughput": 28898.05, "total_tokens": 9518240}
|
| 200 |
+
{"current_steps": 200, "total_steps": 258, "loss": 0.3396, "lr": 7.206043987750729e-06, "epoch": 1.5405405405405406, "percentage": 77.52, "elapsed_time": "0:05:30", "remaining_time": "0:01:35", "throughput": 28911.07, "total_tokens": 9565296}
|
| 201 |
+
{"current_steps": 201, "total_steps": 258, "loss": 0.3709, "lr": 6.9758013490693855e-06, "epoch": 1.5482625482625483, "percentage": 77.91, "elapsed_time": "0:06:00", "remaining_time": "0:01:42", "throughput": 26635.14, "total_tokens": 9614328}
|
| 202 |
+
{"current_steps": 202, "total_steps": 258, "loss": 0.3403, "lr": 6.7486991864732505e-06, "epoch": 1.555984555984556, "percentage": 78.29, "elapsed_time": "0:06:02", "remaining_time": "0:01:40", "throughput": 26649.15, "total_tokens": 9660560}
|
| 203 |
+
{"current_steps": 203, "total_steps": 258, "loss": 0.3864, "lr": 6.524777069483526e-06, "epoch": 1.5637065637065637, "percentage": 78.68, "elapsed_time": "0:06:04", "remaining_time": "0:01:38", "throughput": 26667.96, "total_tokens": 9711688}
|
| 204 |
+
{"current_steps": 204, "total_steps": 258, "loss": 0.3351, "lr": 6.3040740135408864e-06, "epoch": 1.5714285714285714, "percentage": 79.07, "elapsed_time": "0:06:05", "remaining_time": "0:01:36", "throughput": 26681.77, "total_tokens": 9758240}
|
| 205 |
+
{"current_steps": 205, "total_steps": 258, "loss": 0.3534, "lr": 6.086628473207606e-06, "epoch": 1.579150579150579, "percentage": 79.46, "elapsed_time": "0:06:07", "remaining_time": "0:01:34", "throughput": 26701.0, "total_tokens": 9806832}
|
| 206 |
+
{"current_steps": 206, "total_steps": 258, "loss": 0.3478, "lr": 5.872478335467299e-06, "epoch": 1.586872586872587, "percentage": 79.84, "elapsed_time": "0:06:08", "remaining_time": "0:01:33", "throughput": 26715.34, "total_tokens": 9852096}
|
| 207 |
+
{"current_steps": 207, "total_steps": 258, "loss": 0.3506, "lr": 5.661660913123673e-06, "epoch": 1.5945945945945947, "percentage": 80.23, "elapsed_time": "0:06:10", "remaining_time": "0:01:31", "throughput": 26725.4, "total_tokens": 9899240}
|
| 208 |
+
{"current_steps": 208, "total_steps": 258, "loss": 0.3345, "lr": 5.454212938299255e-06, "epoch": 1.6023166023166024, "percentage": 80.62, "elapsed_time": "0:06:12", "remaining_time": "0:01:29", "throughput": 26738.21, "total_tokens": 9947712}
|
| 209 |
+
{"current_steps": 209, "total_steps": 258, "loss": 0.3277, "lr": 5.250170556035302e-06, "epoch": 1.6100386100386102, "percentage": 81.01, "elapsed_time": "0:06:13", "remaining_time": "0:01:27", "throughput": 26750.59, "total_tokens": 9991232}
|
| 210 |
+
{"current_steps": 210, "total_steps": 258, "loss": 0.3528, "lr": 5.049569317994013e-06, "epoch": 1.6177606177606179, "percentage": 81.4, "elapsed_time": "0:06:15", "remaining_time": "0:01:25", "throughput": 26760.39, "total_tokens": 10038696}
|
| 211 |
+
{"current_steps": 211, "total_steps": 258, "loss": 0.4053, "lr": 4.852444176264129e-06, "epoch": 1.6254826254826256, "percentage": 81.78, "elapsed_time": "0:06:17", "remaining_time": "0:01:23", "throughput": 26761.54, "total_tokens": 10090976}
|
| 212 |
+
{"current_steps": 212, "total_steps": 258, "loss": 0.3565, "lr": 4.658829477270996e-06, "epoch": 1.6332046332046333, "percentage": 82.17, "elapsed_time": "0:06:18", "remaining_time": "0:01:22", "throughput": 26773.78, "total_tokens": 10140048}
|
| 213 |
+
{"current_steps": 213, "total_steps": 258, "loss": 0.3512, "lr": 4.46875895579216e-06, "epoch": 1.640926640926641, "percentage": 82.56, "elapsed_time": "0:06:20", "remaining_time": "0:01:20", "throughput": 26784.21, "total_tokens": 10187872}
|
| 214 |
+
{"current_steps": 214, "total_steps": 258, "loss": 0.3825, "lr": 4.282265729079535e-06, "epoch": 1.6486486486486487, "percentage": 82.95, "elapsed_time": "0:06:22", "remaining_time": "0:01:18", "throughput": 26785.29, "total_tokens": 10234368}
|
| 215 |
+
{"current_steps": 215, "total_steps": 258, "loss": 0.4136, "lr": 4.099382291089151e-06, "epoch": 1.6563706563706564, "percentage": 83.33, "elapsed_time": "0:06:23", "remaining_time": "0:01:16", "throughput": 26793.83, "total_tokens": 10284208}
|
| 216 |
+
{"current_steps": 216, "total_steps": 258, "loss": 0.405, "lr": 3.920140506819539e-06, "epoch": 1.664092664092664, "percentage": 83.72, "elapsed_time": "0:06:25", "remaining_time": "0:01:14", "throughput": 26797.95, "total_tokens": 10331624}
|
| 217 |
+
{"current_steps": 217, "total_steps": 258, "loss": 0.3698, "lr": 3.7445716067596503e-06, "epoch": 1.6718146718146718, "percentage": 84.11, "elapsed_time": "0:06:27", "remaining_time": "0:01:13", "throughput": 26805.91, "total_tokens": 10377720}
|
| 218 |
+
{"current_steps": 218, "total_steps": 258, "loss": 0.3522, "lr": 3.5727061814473854e-06, "epoch": 1.6795366795366795, "percentage": 84.5, "elapsed_time": "0:06:28", "remaining_time": "0:01:11", "throughput": 26817.29, "total_tokens": 10430784}
|
| 219 |
+
{"current_steps": 219, "total_steps": 258, "loss": 0.3673, "lr": 3.404574176139591e-06, "epoch": 1.6872586872586872, "percentage": 84.88, "elapsed_time": "0:06:30", "remaining_time": "0:01:09", "throughput": 26818.94, "total_tokens": 10477896}
|
| 220 |
+
{"current_steps": 220, "total_steps": 258, "loss": 0.343, "lr": 3.240204885594514e-06, "epoch": 1.694980694980695, "percentage": 85.27, "elapsed_time": "0:06:32", "remaining_time": "0:01:07", "throughput": 26835.21, "total_tokens": 10524432}
|
| 221 |
+
{"current_steps": 221, "total_steps": 258, "loss": 0.3153, "lr": 3.0796269489675344e-06, "epoch": 1.7027027027027026, "percentage": 85.66, "elapsed_time": "0:06:33", "remaining_time": "0:01:05", "throughput": 26848.47, "total_tokens": 10571912}
|
| 222 |
+
{"current_steps": 222, "total_steps": 258, "loss": 0.382, "lr": 2.922868344821236e-06, "epoch": 1.7104247104247103, "percentage": 86.05, "elapsed_time": "0:06:35", "remaining_time": "0:01:04", "throughput": 26861.36, "total_tokens": 10622048}
|
| 223 |
+
{"current_steps": 223, "total_steps": 258, "loss": 0.3516, "lr": 2.769956386250472e-06, "epoch": 1.718146718146718, "percentage": 86.43, "elapsed_time": "0:06:37", "remaining_time": "0:01:02", "throughput": 26865.96, "total_tokens": 10673328}
|
| 224 |
+
{"current_steps": 224, "total_steps": 258, "loss": 0.3872, "lr": 2.6209177161234445e-06, "epoch": 1.7258687258687258, "percentage": 86.82, "elapsed_time": "0:06:38", "remaining_time": "0:01:00", "throughput": 26877.95, "total_tokens": 10721704}
|
| 225 |
+
{"current_steps": 225, "total_steps": 258, "loss": 0.3911, "lr": 2.475778302439524e-06, "epoch": 1.7335907335907335, "percentage": 87.21, "elapsed_time": "0:06:40", "remaining_time": "0:00:58", "throughput": 26886.31, "total_tokens": 10769240}
|
| 226 |
+
{"current_steps": 226, "total_steps": 258, "loss": 0.3444, "lr": 2.3345634338046875e-06, "epoch": 1.7413127413127412, "percentage": 87.6, "elapsed_time": "0:06:42", "remaining_time": "0:00:56", "throughput": 26896.05, "total_tokens": 10814464}
|
| 227 |
+
{"current_steps": 227, "total_steps": 258, "loss": 0.3607, "lr": 2.1972977150253064e-06, "epoch": 1.7490347490347489, "percentage": 87.98, "elapsed_time": "0:06:43", "remaining_time": "0:00:55", "throughput": 26906.73, "total_tokens": 10859000}
|
| 228 |
+
{"current_steps": 228, "total_steps": 258, "loss": 0.3212, "lr": 2.064005062821095e-06, "epoch": 1.7567567567567568, "percentage": 88.37, "elapsed_time": "0:06:45", "remaining_time": "0:00:53", "throughput": 26915.37, "total_tokens": 10906008}
|
| 229 |
+
{"current_steps": 229, "total_steps": 258, "loss": 0.3509, "lr": 1.9347087016579278e-06, "epoch": 1.7644787644787645, "percentage": 88.76, "elapsed_time": "0:06:46", "remaining_time": "0:00:51", "throughput": 26925.46, "total_tokens": 10952840}
|
| 230 |
+
{"current_steps": 230, "total_steps": 258, "loss": 0.3977, "lr": 1.8094311597013052e-06, "epoch": 1.7722007722007722, "percentage": 89.15, "elapsed_time": "0:06:48", "remaining_time": "0:00:49", "throughput": 26941.5, "total_tokens": 11001384}
|
| 231 |
+
{"current_steps": 231, "total_steps": 258, "loss": 0.3902, "lr": 1.6881942648911076e-06, "epoch": 1.77992277992278, "percentage": 89.53, "elapsed_time": "0:06:50", "remaining_time": "0:00:47", "throughput": 26946.03, "total_tokens": 11049440}
|
| 232 |
+
{"current_steps": 232, "total_steps": 258, "loss": 0.3339, "lr": 1.5710191411383662e-06, "epoch": 1.7876447876447876, "percentage": 89.92, "elapsed_time": "0:06:51", "remaining_time": "0:00:46", "throughput": 26949.02, "total_tokens": 11093928}
|
| 233 |
+
{"current_steps": 233, "total_steps": 258, "loss": 0.3936, "lr": 1.4579262046447107e-06, "epoch": 1.7953667953667953, "percentage": 90.31, "elapsed_time": "0:06:53", "remaining_time": "0:00:44", "throughput": 26960.86, "total_tokens": 11140832}
|
| 234 |
+
{"current_steps": 234, "total_steps": 258, "loss": 0.431, "lr": 1.3489351603451329e-06, "epoch": 1.803088803088803, "percentage": 90.7, "elapsed_time": "0:06:54", "remaining_time": "0:00:42", "throughput": 26968.09, "total_tokens": 11191600}
|
| 235 |
+
{"current_steps": 235, "total_steps": 258, "loss": 0.3781, "lr": 1.2440649984746256e-06, "epoch": 1.810810810810811, "percentage": 91.09, "elapsed_time": "0:06:56", "remaining_time": "0:00:40", "throughput": 26976.81, "total_tokens": 11235984}
|
| 236 |
+
{"current_steps": 236, "total_steps": 258, "loss": 0.3547, "lr": 1.1433339912594266e-06, "epoch": 1.8185328185328187, "percentage": 91.47, "elapsed_time": "0:06:57", "remaining_time": "0:00:38", "throughput": 26980.06, "total_tokens": 11276416}
|
| 237 |
+
{"current_steps": 237, "total_steps": 258, "loss": 0.3693, "lr": 1.046759689733301e-06, "epoch": 1.8262548262548264, "percentage": 91.86, "elapsed_time": "0:06:59", "remaining_time": "0:00:37", "throughput": 26986.71, "total_tokens": 11328536}
|
| 238 |
+
{"current_steps": 238, "total_steps": 258, "loss": 0.3981, "lr": 9.54358920679524e-07, "epoch": 1.833976833976834, "percentage": 92.25, "elapsed_time": "0:07:01", "remaining_time": "0:00:35", "throughput": 26991.36, "total_tokens": 11374664}
|
| 239 |
+
{"current_steps": 239, "total_steps": 258, "loss": 0.3676, "lr": 8.661477836990339e-07, "epoch": 1.8416988416988418, "percentage": 92.64, "elapsed_time": "0:07:03", "remaining_time": "0:00:33", "throughput": 26990.79, "total_tokens": 11424256}
|
| 240 |
+
{"current_steps": 240, "total_steps": 258, "loss": 0.3445, "lr": 7.821416484052879e-07, "epoch": 1.8494208494208495, "percentage": 93.02, "elapsed_time": "0:07:04", "remaining_time": "0:00:31", "throughput": 27001.02, "total_tokens": 11469272}
|
| 241 |
+
{"current_steps": 241, "total_steps": 258, "loss": 0.3338, "lr": 7.02355151746309e-07, "epoch": 1.8571428571428572, "percentage": 93.41, "elapsed_time": "0:07:06", "remaining_time": "0:00:30", "throughput": 27011.88, "total_tokens": 11514592}
|
| 242 |
+
{"current_steps": 242, "total_steps": 258, "loss": 0.3663, "lr": 6.268021954544096e-07, "epoch": 1.864864864864865, "percentage": 93.8, "elapsed_time": "0:07:07", "remaining_time": "0:00:28", "throughput": 27015.02, "total_tokens": 11559064}
|
| 243 |
+
{"current_steps": 243, "total_steps": 258, "loss": 0.3489, "lr": 5.554959436239821e-07, "epoch": 1.8725868725868726, "percentage": 94.19, "elapsed_time": "0:07:09", "remaining_time": "0:00:26", "throughput": 27017.55, "total_tokens": 11609720}
|
| 244 |
+
{"current_steps": 244, "total_steps": 258, "loss": 0.3652, "lr": 4.884488204178333e-07, "epoch": 1.8803088803088803, "percentage": 94.57, "elapsed_time": "0:07:11", "remaining_time": "0:00:24", "throughput": 27019.91, "total_tokens": 11657256}
|
| 245 |
+
{"current_steps": 245, "total_steps": 258, "loss": 0.383, "lr": 4.256725079024554e-07, "epoch": 1.888030888030888, "percentage": 94.96, "elapsed_time": "0:07:13", "remaining_time": "0:00:22", "throughput": 27022.99, "total_tokens": 11704528}
|
| 246 |
+
{"current_steps": 246, "total_steps": 258, "loss": 0.3409, "lr": 3.6717794401256445e-07, "epoch": 1.8957528957528957, "percentage": 95.35, "elapsed_time": "0:07:14", "remaining_time": "0:00:21", "throughput": 27035.69, "total_tokens": 11752560}
|
| 247 |
+
{"current_steps": 247, "total_steps": 258, "loss": 0.3509, "lr": 3.129753206453201e-07, "epoch": 1.9034749034749034, "percentage": 95.74, "elapsed_time": "0:07:16", "remaining_time": "0:00:19", "throughput": 27041.46, "total_tokens": 11798928}
|
| 248 |
+
{"current_steps": 248, "total_steps": 258, "loss": 0.3554, "lr": 2.630740818845123e-07, "epoch": 1.9111969111969112, "percentage": 96.12, "elapsed_time": "0:07:18", "remaining_time": "0:00:17", "throughput": 27049.09, "total_tokens": 11848456}
|
| 249 |
+
{"current_steps": 249, "total_steps": 258, "loss": 0.3558, "lr": 2.174829223550806e-07, "epoch": 1.9189189189189189, "percentage": 96.51, "elapsed_time": "0:07:19", "remaining_time": "0:00:15", "throughput": 27053.23, "total_tokens": 11899192}
|
| 250 |
+
{"current_steps": 250, "total_steps": 258, "loss": 0.3203, "lr": 1.762097857081646e-07, "epoch": 1.9266409266409266, "percentage": 96.9, "elapsed_time": "0:07:21", "remaining_time": "0:00:14", "throughput": 27060.42, "total_tokens": 11947904}
|
| 251 |
+
{"current_steps": 251, "total_steps": 258, "loss": 0.3453, "lr": 1.3926186323703905e-07, "epoch": 1.9343629343629343, "percentage": 97.29, "elapsed_time": "0:07:23", "remaining_time": "0:00:12", "throughput": 27072.56, "total_tokens": 11997104}
|
| 252 |
+
{"current_steps": 252, "total_steps": 258, "loss": 0.4025, "lr": 1.0664559262413831e-07, "epoch": 1.942084942084942, "percentage": 97.67, "elapsed_time": "0:07:24", "remaining_time": "0:00:10", "throughput": 27070.06, "total_tokens": 12045824}
|
| 253 |
+
{"current_steps": 253, "total_steps": 258, "loss": 0.3787, "lr": 7.836665681935085e-08, "epoch": 1.9498069498069497, "percentage": 98.06, "elapsed_time": "0:07:26", "remaining_time": "0:00:08", "throughput": 27078.53, "total_tokens": 12096360}
|
| 254 |
+
{"current_steps": 254, "total_steps": 258, "loss": 0.3231, "lr": 5.44299830498668e-08, "epoch": 1.9575289575289574, "percentage": 98.45, "elapsed_time": "0:07:28", "remaining_time": "0:00:07", "throughput": 27090.36, "total_tokens": 12141952}
|
| 255 |
+
{"current_steps": 255, "total_steps": 258, "loss": 0.3742, "lr": 3.4839741961659176e-08, "epoch": 1.965250965250965, "percentage": 98.84, "elapsed_time": "0:07:29", "remaining_time": "0:00:05", "throughput": 27096.27, "total_tokens": 12193160}
|
| 256 |
+
{"current_steps": 256, "total_steps": 258, "loss": 0.3486, "lr": 1.9599346892809622e-08, "epoch": 1.972972972972973, "percentage": 99.22, "elapsed_time": "0:07:31", "remaining_time": "0:00:03", "throughput": 27104.74, "total_tokens": 12237616}
|
| 257 |
+
{"current_steps": 257, "total_steps": 258, "loss": 0.3704, "lr": 8.711453278778536e-09, "epoch": 1.9806949806949807, "percentage": 99.61, "elapsed_time": "0:07:33", "remaining_time": "0:00:01", "throughput": 27112.59, "total_tokens": 12283352}
|
| 258 |
+
{"current_steps": 258, "total_steps": 258, "loss": 0.3474, "lr": 2.177958189733542e-09, "epoch": 1.9884169884169884, "percentage": 100.0, "elapsed_time": "0:07:34", "remaining_time": "0:00:00", "throughput": 27117.81, "total_tokens": 12333744}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33dafc5be3b77b926d34004685f93ddf6570db07bf7d94d4d8e0ea92712eefed
|
| 3 |
+
size 5880
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|