Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/config.json +36 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/generation_config.json +9 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/latest +1 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00001-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00002-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00003-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00004-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model.bin.index.json +298 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/rng_state_0.pth +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/rng_state_1.pth +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/scheduler.pt +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/special_tokens_map.json +17 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/tokenizer.json +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/tokenizer_config.json +2066 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/trainer_state.json +3547 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/training_args.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/zero_to_fp32.py +604 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* 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 |
irish_llama31_8b_data_v3/checkpoint-1900/tokenizer.json 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 |
irish_llama31_8b_data_v3/checkpoint-1900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 128000,
|
| 9 |
+
"eos_token_id": 128001,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 14336,
|
| 15 |
+
"max_position_embeddings": 131072,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 32,
|
| 19 |
+
"num_hidden_layers": 32,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pretraining_tp": 1,
|
| 22 |
+
"rms_norm_eps": 1e-05,
|
| 23 |
+
"rope_scaling": {
|
| 24 |
+
"factor": 8.0,
|
| 25 |
+
"high_freq_factor": 4.0,
|
| 26 |
+
"low_freq_factor": 1.0,
|
| 27 |
+
"original_max_position_embeddings": 8192,
|
| 28 |
+
"rope_type": "llama3"
|
| 29 |
+
},
|
| 30 |
+
"rope_theta": 500000.0,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.46.1",
|
| 34 |
+
"use_cache": true,
|
| 35 |
+
"vocab_size": 128256
|
| 36 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 128000,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 128001,
|
| 6 |
+
"temperature": 0.6,
|
| 7 |
+
"top_p": 0.95,
|
| 8 |
+
"transformers_version": "4.46.1"
|
| 9 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step1002
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00001-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d6a4afb2d557d8f5ad31dae2ebcb86e5f59c33d48f8b428c65ff24297e15f1a
|
| 3 |
+
size 4976717314
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00002-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:005ca0a4b81eca3239cd50ff7abaf9e35291df38a779e6f9a766175703b48c9f
|
| 3 |
+
size 4999826246
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00003-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dda700360fe8706855fe421ad8928a2ccb09b4cdac659dc645b01f92170b221b
|
| 3 |
+
size 4915938762
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model-00004-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09cb520783a65e5e017ceab7876e501405b8095d8a2a654ed931391ab1da3ea1
|
| 3 |
+
size 1168140873
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16060522496
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00004-of-00004.bin",
|
| 7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 296 |
+
"model.norm.weight": "pytorch_model-00004-of-00004.bin"
|
| 297 |
+
}
|
| 298 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5aaaf172fac11e3d2eecaf6ba53ac6a40ff6781bf91fe38b5a2bf5f4cf4742e
|
| 3 |
+
size 14512
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef3b803afeee75f294af23b48130432f78c5777137654dd7d5b89c4f68fea58a
|
| 3 |
+
size 14512
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e353e7da0fe193ec052db80148f8bea749a0c31eea0cb6d26b7045b913368ae5
|
| 3 |
+
size 1064
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/special_tokens_map.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin▁of▁sentence|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|end▁of▁sentence|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|end▁of▁sentence|>"
|
| 17 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d91915040cfac999d8c55f4b5bc6e67367c065e3a7a4e4b9438ce1f256addd86
|
| 3 |
+
size 17209530
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2066 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"128000": {
|
| 7 |
+
"content": "<|begin▁of▁sentence|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"128001": {
|
| 15 |
+
"content": "<|end▁of▁sentence|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"128002": {
|
| 23 |
+
"content": "<|reserved_special_token_0|>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"128003": {
|
| 31 |
+
"content": "<|reserved_special_token_1|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"128004": {
|
| 39 |
+
"content": "<|finetune_right_pad_id|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"128005": {
|
| 47 |
+
"content": "<|reserved_special_token_2|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"128006": {
|
| 55 |
+
"content": "<|start_header_id|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"128007": {
|
| 63 |
+
"content": "<|end_header_id|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"128008": {
|
| 71 |
+
"content": "<|eom_id|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"128009": {
|
| 79 |
+
"content": "<|eot_id|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"128010": {
|
| 87 |
+
"content": "<|python_tag|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"128011": {
|
| 95 |
+
"content": "<|User|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": false
|
| 101 |
+
},
|
| 102 |
+
"128012": {
|
| 103 |
+
"content": "<|Assistant|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": false
|
| 109 |
+
},
|
| 110 |
+
"128013": {
|
| 111 |
+
"content": "<think>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": false
|
| 117 |
+
},
|
| 118 |
+
"128014": {
|
| 119 |
+
"content": "</think>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": false
|
| 125 |
+
},
|
| 126 |
+
"128015": {
|
| 127 |
+
"content": "<|▁pad▁|>",
|
| 128 |
+
"lstrip": false,
|
| 129 |
+
"normalized": false,
|
| 130 |
+
"rstrip": false,
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"special": true
|
| 133 |
+
},
|
| 134 |
+
"128016": {
|
| 135 |
+
"content": "<|reserved_special_token_8|>",
|
| 136 |
+
"lstrip": false,
|
| 137 |
+
"normalized": false,
|
| 138 |
+
"rstrip": false,
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"special": true
|
| 141 |
+
},
|
| 142 |
+
"128017": {
|
| 143 |
+
"content": "<|reserved_special_token_9|>",
|
| 144 |
+
"lstrip": false,
|
| 145 |
+
"normalized": false,
|
| 146 |
+
"rstrip": false,
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"special": true
|
| 149 |
+
},
|
| 150 |
+
"128018": {
|
| 151 |
+
"content": "<|reserved_special_token_10|>",
|
| 152 |
+
"lstrip": false,
|
| 153 |
+
"normalized": false,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"special": true
|
| 157 |
+
},
|
| 158 |
+
"128019": {
|
| 159 |
+
"content": "<|reserved_special_token_11|>",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": false,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"special": true
|
| 165 |
+
},
|
| 166 |
+
"128020": {
|
| 167 |
+
"content": "<|reserved_special_token_12|>",
|
| 168 |
+
"lstrip": false,
|
| 169 |
+
"normalized": false,
|
| 170 |
+
"rstrip": false,
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"special": true
|
| 173 |
+
},
|
| 174 |
+
"128021": {
|
| 175 |
+
"content": "<|reserved_special_token_13|>",
|
| 176 |
+
"lstrip": false,
|
| 177 |
+
"normalized": false,
|
| 178 |
+
"rstrip": false,
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"special": true
|
| 181 |
+
},
|
| 182 |
+
"128022": {
|
| 183 |
+
"content": "<|reserved_special_token_14|>",
|
| 184 |
+
"lstrip": false,
|
| 185 |
+
"normalized": false,
|
| 186 |
+
"rstrip": false,
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"special": true
|
| 189 |
+
},
|
| 190 |
+
"128023": {
|
| 191 |
+
"content": "<|reserved_special_token_15|>",
|
| 192 |
+
"lstrip": false,
|
| 193 |
+
"normalized": false,
|
| 194 |
+
"rstrip": false,
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"special": true
|
| 197 |
+
},
|
| 198 |
+
"128024": {
|
| 199 |
+
"content": "<|reserved_special_token_16|>",
|
| 200 |
+
"lstrip": false,
|
| 201 |
+
"normalized": false,
|
| 202 |
+
"rstrip": false,
|
| 203 |
+
"single_word": false,
|
| 204 |
+
"special": true
|
| 205 |
+
},
|
| 206 |
+
"128025": {
|
| 207 |
+
"content": "<|reserved_special_token_17|>",
|
| 208 |
+
"lstrip": false,
|
| 209 |
+
"normalized": false,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false,
|
| 212 |
+
"special": true
|
| 213 |
+
},
|
| 214 |
+
"128026": {
|
| 215 |
+
"content": "<|reserved_special_token_18|>",
|
| 216 |
+
"lstrip": false,
|
| 217 |
+
"normalized": false,
|
| 218 |
+
"rstrip": false,
|
| 219 |
+
"single_word": false,
|
| 220 |
+
"special": true
|
| 221 |
+
},
|
| 222 |
+
"128027": {
|
| 223 |
+
"content": "<|reserved_special_token_19|>",
|
| 224 |
+
"lstrip": false,
|
| 225 |
+
"normalized": false,
|
| 226 |
+
"rstrip": false,
|
| 227 |
+
"single_word": false,
|
| 228 |
+
"special": true
|
| 229 |
+
},
|
| 230 |
+
"128028": {
|
| 231 |
+
"content": "<|reserved_special_token_20|>",
|
| 232 |
+
"lstrip": false,
|
| 233 |
+
"normalized": false,
|
| 234 |
+
"rstrip": false,
|
| 235 |
+
"single_word": false,
|
| 236 |
+
"special": true
|
| 237 |
+
},
|
| 238 |
+
"128029": {
|
| 239 |
+
"content": "<|reserved_special_token_21|>",
|
| 240 |
+
"lstrip": false,
|
| 241 |
+
"normalized": false,
|
| 242 |
+
"rstrip": false,
|
| 243 |
+
"single_word": false,
|
| 244 |
+
"special": true
|
| 245 |
+
},
|
| 246 |
+
"128030": {
|
| 247 |
+
"content": "<|reserved_special_token_22|>",
|
| 248 |
+
"lstrip": false,
|
| 249 |
+
"normalized": false,
|
| 250 |
+
"rstrip": false,
|
| 251 |
+
"single_word": false,
|
| 252 |
+
"special": true
|
| 253 |
+
},
|
| 254 |
+
"128031": {
|
| 255 |
+
"content": "<|reserved_special_token_23|>",
|
| 256 |
+
"lstrip": false,
|
| 257 |
+
"normalized": false,
|
| 258 |
+
"rstrip": false,
|
| 259 |
+
"single_word": false,
|
| 260 |
+
"special": true
|
| 261 |
+
},
|
| 262 |
+
"128032": {
|
| 263 |
+
"content": "<|reserved_special_token_24|>",
|
| 264 |
+
"lstrip": false,
|
| 265 |
+
"normalized": false,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false,
|
| 268 |
+
"special": true
|
| 269 |
+
},
|
| 270 |
+
"128033": {
|
| 271 |
+
"content": "<|reserved_special_token_25|>",
|
| 272 |
+
"lstrip": false,
|
| 273 |
+
"normalized": false,
|
| 274 |
+
"rstrip": false,
|
| 275 |
+
"single_word": false,
|
| 276 |
+
"special": true
|
| 277 |
+
},
|
| 278 |
+
"128034": {
|
| 279 |
+
"content": "<|reserved_special_token_26|>",
|
| 280 |
+
"lstrip": false,
|
| 281 |
+
"normalized": false,
|
| 282 |
+
"rstrip": false,
|
| 283 |
+
"single_word": false,
|
| 284 |
+
"special": true
|
| 285 |
+
},
|
| 286 |
+
"128035": {
|
| 287 |
+
"content": "<|reserved_special_token_27|>",
|
| 288 |
+
"lstrip": false,
|
| 289 |
+
"normalized": false,
|
| 290 |
+
"rstrip": false,
|
| 291 |
+
"single_word": false,
|
| 292 |
+
"special": true
|
| 293 |
+
},
|
| 294 |
+
"128036": {
|
| 295 |
+
"content": "<|reserved_special_token_28|>",
|
| 296 |
+
"lstrip": false,
|
| 297 |
+
"normalized": false,
|
| 298 |
+
"rstrip": false,
|
| 299 |
+
"single_word": false,
|
| 300 |
+
"special": true
|
| 301 |
+
},
|
| 302 |
+
"128037": {
|
| 303 |
+
"content": "<|reserved_special_token_29|>",
|
| 304 |
+
"lstrip": false,
|
| 305 |
+
"normalized": false,
|
| 306 |
+
"rstrip": false,
|
| 307 |
+
"single_word": false,
|
| 308 |
+
"special": true
|
| 309 |
+
},
|
| 310 |
+
"128038": {
|
| 311 |
+
"content": "<|reserved_special_token_30|>",
|
| 312 |
+
"lstrip": false,
|
| 313 |
+
"normalized": false,
|
| 314 |
+
"rstrip": false,
|
| 315 |
+
"single_word": false,
|
| 316 |
+
"special": true
|
| 317 |
+
},
|
| 318 |
+
"128039": {
|
| 319 |
+
"content": "<|reserved_special_token_31|>",
|
| 320 |
+
"lstrip": false,
|
| 321 |
+
"normalized": false,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false,
|
| 324 |
+
"special": true
|
| 325 |
+
},
|
| 326 |
+
"128040": {
|
| 327 |
+
"content": "<|reserved_special_token_32|>",
|
| 328 |
+
"lstrip": false,
|
| 329 |
+
"normalized": false,
|
| 330 |
+
"rstrip": false,
|
| 331 |
+
"single_word": false,
|
| 332 |
+
"special": true
|
| 333 |
+
},
|
| 334 |
+
"128041": {
|
| 335 |
+
"content": "<|reserved_special_token_33|>",
|
| 336 |
+
"lstrip": false,
|
| 337 |
+
"normalized": false,
|
| 338 |
+
"rstrip": false,
|
| 339 |
+
"single_word": false,
|
| 340 |
+
"special": true
|
| 341 |
+
},
|
| 342 |
+
"128042": {
|
| 343 |
+
"content": "<|reserved_special_token_34|>",
|
| 344 |
+
"lstrip": false,
|
| 345 |
+
"normalized": false,
|
| 346 |
+
"rstrip": false,
|
| 347 |
+
"single_word": false,
|
| 348 |
+
"special": true
|
| 349 |
+
},
|
| 350 |
+
"128043": {
|
| 351 |
+
"content": "<|reserved_special_token_35|>",
|
| 352 |
+
"lstrip": false,
|
| 353 |
+
"normalized": false,
|
| 354 |
+
"rstrip": false,
|
| 355 |
+
"single_word": false,
|
| 356 |
+
"special": true
|
| 357 |
+
},
|
| 358 |
+
"128044": {
|
| 359 |
+
"content": "<|reserved_special_token_36|>",
|
| 360 |
+
"lstrip": false,
|
| 361 |
+
"normalized": false,
|
| 362 |
+
"rstrip": false,
|
| 363 |
+
"single_word": false,
|
| 364 |
+
"special": true
|
| 365 |
+
},
|
| 366 |
+
"128045": {
|
| 367 |
+
"content": "<|reserved_special_token_37|>",
|
| 368 |
+
"lstrip": false,
|
| 369 |
+
"normalized": false,
|
| 370 |
+
"rstrip": false,
|
| 371 |
+
"single_word": false,
|
| 372 |
+
"special": true
|
| 373 |
+
},
|
| 374 |
+
"128046": {
|
| 375 |
+
"content": "<|reserved_special_token_38|>",
|
| 376 |
+
"lstrip": false,
|
| 377 |
+
"normalized": false,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false,
|
| 380 |
+
"special": true
|
| 381 |
+
},
|
| 382 |
+
"128047": {
|
| 383 |
+
"content": "<|reserved_special_token_39|>",
|
| 384 |
+
"lstrip": false,
|
| 385 |
+
"normalized": false,
|
| 386 |
+
"rstrip": false,
|
| 387 |
+
"single_word": false,
|
| 388 |
+
"special": true
|
| 389 |
+
},
|
| 390 |
+
"128048": {
|
| 391 |
+
"content": "<|reserved_special_token_40|>",
|
| 392 |
+
"lstrip": false,
|
| 393 |
+
"normalized": false,
|
| 394 |
+
"rstrip": false,
|
| 395 |
+
"single_word": false,
|
| 396 |
+
"special": true
|
| 397 |
+
},
|
| 398 |
+
"128049": {
|
| 399 |
+
"content": "<|reserved_special_token_41|>",
|
| 400 |
+
"lstrip": false,
|
| 401 |
+
"normalized": false,
|
| 402 |
+
"rstrip": false,
|
| 403 |
+
"single_word": false,
|
| 404 |
+
"special": true
|
| 405 |
+
},
|
| 406 |
+
"128050": {
|
| 407 |
+
"content": "<|reserved_special_token_42|>",
|
| 408 |
+
"lstrip": false,
|
| 409 |
+
"normalized": false,
|
| 410 |
+
"rstrip": false,
|
| 411 |
+
"single_word": false,
|
| 412 |
+
"special": true
|
| 413 |
+
},
|
| 414 |
+
"128051": {
|
| 415 |
+
"content": "<|reserved_special_token_43|>",
|
| 416 |
+
"lstrip": false,
|
| 417 |
+
"normalized": false,
|
| 418 |
+
"rstrip": false,
|
| 419 |
+
"single_word": false,
|
| 420 |
+
"special": true
|
| 421 |
+
},
|
| 422 |
+
"128052": {
|
| 423 |
+
"content": "<|reserved_special_token_44|>",
|
| 424 |
+
"lstrip": false,
|
| 425 |
+
"normalized": false,
|
| 426 |
+
"rstrip": false,
|
| 427 |
+
"single_word": false,
|
| 428 |
+
"special": true
|
| 429 |
+
},
|
| 430 |
+
"128053": {
|
| 431 |
+
"content": "<|reserved_special_token_45|>",
|
| 432 |
+
"lstrip": false,
|
| 433 |
+
"normalized": false,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false,
|
| 436 |
+
"special": true
|
| 437 |
+
},
|
| 438 |
+
"128054": {
|
| 439 |
+
"content": "<|reserved_special_token_46|>",
|
| 440 |
+
"lstrip": false,
|
| 441 |
+
"normalized": false,
|
| 442 |
+
"rstrip": false,
|
| 443 |
+
"single_word": false,
|
| 444 |
+
"special": true
|
| 445 |
+
},
|
| 446 |
+
"128055": {
|
| 447 |
+
"content": "<|reserved_special_token_47|>",
|
| 448 |
+
"lstrip": false,
|
| 449 |
+
"normalized": false,
|
| 450 |
+
"rstrip": false,
|
| 451 |
+
"single_word": false,
|
| 452 |
+
"special": true
|
| 453 |
+
},
|
| 454 |
+
"128056": {
|
| 455 |
+
"content": "<|reserved_special_token_48|>",
|
| 456 |
+
"lstrip": false,
|
| 457 |
+
"normalized": false,
|
| 458 |
+
"rstrip": false,
|
| 459 |
+
"single_word": false,
|
| 460 |
+
"special": true
|
| 461 |
+
},
|
| 462 |
+
"128057": {
|
| 463 |
+
"content": "<|reserved_special_token_49|>",
|
| 464 |
+
"lstrip": false,
|
| 465 |
+
"normalized": false,
|
| 466 |
+
"rstrip": false,
|
| 467 |
+
"single_word": false,
|
| 468 |
+
"special": true
|
| 469 |
+
},
|
| 470 |
+
"128058": {
|
| 471 |
+
"content": "<|reserved_special_token_50|>",
|
| 472 |
+
"lstrip": false,
|
| 473 |
+
"normalized": false,
|
| 474 |
+
"rstrip": false,
|
| 475 |
+
"single_word": false,
|
| 476 |
+
"special": true
|
| 477 |
+
},
|
| 478 |
+
"128059": {
|
| 479 |
+
"content": "<|reserved_special_token_51|>",
|
| 480 |
+
"lstrip": false,
|
| 481 |
+
"normalized": false,
|
| 482 |
+
"rstrip": false,
|
| 483 |
+
"single_word": false,
|
| 484 |
+
"special": true
|
| 485 |
+
},
|
| 486 |
+
"128060": {
|
| 487 |
+
"content": "<|reserved_special_token_52|>",
|
| 488 |
+
"lstrip": false,
|
| 489 |
+
"normalized": false,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false,
|
| 492 |
+
"special": true
|
| 493 |
+
},
|
| 494 |
+
"128061": {
|
| 495 |
+
"content": "<|reserved_special_token_53|>",
|
| 496 |
+
"lstrip": false,
|
| 497 |
+
"normalized": false,
|
| 498 |
+
"rstrip": false,
|
| 499 |
+
"single_word": false,
|
| 500 |
+
"special": true
|
| 501 |
+
},
|
| 502 |
+
"128062": {
|
| 503 |
+
"content": "<|reserved_special_token_54|>",
|
| 504 |
+
"lstrip": false,
|
| 505 |
+
"normalized": false,
|
| 506 |
+
"rstrip": false,
|
| 507 |
+
"single_word": false,
|
| 508 |
+
"special": true
|
| 509 |
+
},
|
| 510 |
+
"128063": {
|
| 511 |
+
"content": "<|reserved_special_token_55|>",
|
| 512 |
+
"lstrip": false,
|
| 513 |
+
"normalized": false,
|
| 514 |
+
"rstrip": false,
|
| 515 |
+
"single_word": false,
|
| 516 |
+
"special": true
|
| 517 |
+
},
|
| 518 |
+
"128064": {
|
| 519 |
+
"content": "<|reserved_special_token_56|>",
|
| 520 |
+
"lstrip": false,
|
| 521 |
+
"normalized": false,
|
| 522 |
+
"rstrip": false,
|
| 523 |
+
"single_word": false,
|
| 524 |
+
"special": true
|
| 525 |
+
},
|
| 526 |
+
"128065": {
|
| 527 |
+
"content": "<|reserved_special_token_57|>",
|
| 528 |
+
"lstrip": false,
|
| 529 |
+
"normalized": false,
|
| 530 |
+
"rstrip": false,
|
| 531 |
+
"single_word": false,
|
| 532 |
+
"special": true
|
| 533 |
+
},
|
| 534 |
+
"128066": {
|
| 535 |
+
"content": "<|reserved_special_token_58|>",
|
| 536 |
+
"lstrip": false,
|
| 537 |
+
"normalized": false,
|
| 538 |
+
"rstrip": false,
|
| 539 |
+
"single_word": false,
|
| 540 |
+
"special": true
|
| 541 |
+
},
|
| 542 |
+
"128067": {
|
| 543 |
+
"content": "<|reserved_special_token_59|>",
|
| 544 |
+
"lstrip": false,
|
| 545 |
+
"normalized": false,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false,
|
| 548 |
+
"special": true
|
| 549 |
+
},
|
| 550 |
+
"128068": {
|
| 551 |
+
"content": "<|reserved_special_token_60|>",
|
| 552 |
+
"lstrip": false,
|
| 553 |
+
"normalized": false,
|
| 554 |
+
"rstrip": false,
|
| 555 |
+
"single_word": false,
|
| 556 |
+
"special": true
|
| 557 |
+
},
|
| 558 |
+
"128069": {
|
| 559 |
+
"content": "<|reserved_special_token_61|>",
|
| 560 |
+
"lstrip": false,
|
| 561 |
+
"normalized": false,
|
| 562 |
+
"rstrip": false,
|
| 563 |
+
"single_word": false,
|
| 564 |
+
"special": true
|
| 565 |
+
},
|
| 566 |
+
"128070": {
|
| 567 |
+
"content": "<|reserved_special_token_62|>",
|
| 568 |
+
"lstrip": false,
|
| 569 |
+
"normalized": false,
|
| 570 |
+
"rstrip": false,
|
| 571 |
+
"single_word": false,
|
| 572 |
+
"special": true
|
| 573 |
+
},
|
| 574 |
+
"128071": {
|
| 575 |
+
"content": "<|reserved_special_token_63|>",
|
| 576 |
+
"lstrip": false,
|
| 577 |
+
"normalized": false,
|
| 578 |
+
"rstrip": false,
|
| 579 |
+
"single_word": false,
|
| 580 |
+
"special": true
|
| 581 |
+
},
|
| 582 |
+
"128072": {
|
| 583 |
+
"content": "<|reserved_special_token_64|>",
|
| 584 |
+
"lstrip": false,
|
| 585 |
+
"normalized": false,
|
| 586 |
+
"rstrip": false,
|
| 587 |
+
"single_word": false,
|
| 588 |
+
"special": true
|
| 589 |
+
},
|
| 590 |
+
"128073": {
|
| 591 |
+
"content": "<|reserved_special_token_65|>",
|
| 592 |
+
"lstrip": false,
|
| 593 |
+
"normalized": false,
|
| 594 |
+
"rstrip": false,
|
| 595 |
+
"single_word": false,
|
| 596 |
+
"special": true
|
| 597 |
+
},
|
| 598 |
+
"128074": {
|
| 599 |
+
"content": "<|reserved_special_token_66|>",
|
| 600 |
+
"lstrip": false,
|
| 601 |
+
"normalized": false,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false,
|
| 604 |
+
"special": true
|
| 605 |
+
},
|
| 606 |
+
"128075": {
|
| 607 |
+
"content": "<|reserved_special_token_67|>",
|
| 608 |
+
"lstrip": false,
|
| 609 |
+
"normalized": false,
|
| 610 |
+
"rstrip": false,
|
| 611 |
+
"single_word": false,
|
| 612 |
+
"special": true
|
| 613 |
+
},
|
| 614 |
+
"128076": {
|
| 615 |
+
"content": "<|reserved_special_token_68|>",
|
| 616 |
+
"lstrip": false,
|
| 617 |
+
"normalized": false,
|
| 618 |
+
"rstrip": false,
|
| 619 |
+
"single_word": false,
|
| 620 |
+
"special": true
|
| 621 |
+
},
|
| 622 |
+
"128077": {
|
| 623 |
+
"content": "<|reserved_special_token_69|>",
|
| 624 |
+
"lstrip": false,
|
| 625 |
+
"normalized": false,
|
| 626 |
+
"rstrip": false,
|
| 627 |
+
"single_word": false,
|
| 628 |
+
"special": true
|
| 629 |
+
},
|
| 630 |
+
"128078": {
|
| 631 |
+
"content": "<|reserved_special_token_70|>",
|
| 632 |
+
"lstrip": false,
|
| 633 |
+
"normalized": false,
|
| 634 |
+
"rstrip": false,
|
| 635 |
+
"single_word": false,
|
| 636 |
+
"special": true
|
| 637 |
+
},
|
| 638 |
+
"128079": {
|
| 639 |
+
"content": "<|reserved_special_token_71|>",
|
| 640 |
+
"lstrip": false,
|
| 641 |
+
"normalized": false,
|
| 642 |
+
"rstrip": false,
|
| 643 |
+
"single_word": false,
|
| 644 |
+
"special": true
|
| 645 |
+
},
|
| 646 |
+
"128080": {
|
| 647 |
+
"content": "<|reserved_special_token_72|>",
|
| 648 |
+
"lstrip": false,
|
| 649 |
+
"normalized": false,
|
| 650 |
+
"rstrip": false,
|
| 651 |
+
"single_word": false,
|
| 652 |
+
"special": true
|
| 653 |
+
},
|
| 654 |
+
"128081": {
|
| 655 |
+
"content": "<|reserved_special_token_73|>",
|
| 656 |
+
"lstrip": false,
|
| 657 |
+
"normalized": false,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false,
|
| 660 |
+
"special": true
|
| 661 |
+
},
|
| 662 |
+
"128082": {
|
| 663 |
+
"content": "<|reserved_special_token_74|>",
|
| 664 |
+
"lstrip": false,
|
| 665 |
+
"normalized": false,
|
| 666 |
+
"rstrip": false,
|
| 667 |
+
"single_word": false,
|
| 668 |
+
"special": true
|
| 669 |
+
},
|
| 670 |
+
"128083": {
|
| 671 |
+
"content": "<|reserved_special_token_75|>",
|
| 672 |
+
"lstrip": false,
|
| 673 |
+
"normalized": false,
|
| 674 |
+
"rstrip": false,
|
| 675 |
+
"single_word": false,
|
| 676 |
+
"special": true
|
| 677 |
+
},
|
| 678 |
+
"128084": {
|
| 679 |
+
"content": "<|reserved_special_token_76|>",
|
| 680 |
+
"lstrip": false,
|
| 681 |
+
"normalized": false,
|
| 682 |
+
"rstrip": false,
|
| 683 |
+
"single_word": false,
|
| 684 |
+
"special": true
|
| 685 |
+
},
|
| 686 |
+
"128085": {
|
| 687 |
+
"content": "<|reserved_special_token_77|>",
|
| 688 |
+
"lstrip": false,
|
| 689 |
+
"normalized": false,
|
| 690 |
+
"rstrip": false,
|
| 691 |
+
"single_word": false,
|
| 692 |
+
"special": true
|
| 693 |
+
},
|
| 694 |
+
"128086": {
|
| 695 |
+
"content": "<|reserved_special_token_78|>",
|
| 696 |
+
"lstrip": false,
|
| 697 |
+
"normalized": false,
|
| 698 |
+
"rstrip": false,
|
| 699 |
+
"single_word": false,
|
| 700 |
+
"special": true
|
| 701 |
+
},
|
| 702 |
+
"128087": {
|
| 703 |
+
"content": "<|reserved_special_token_79|>",
|
| 704 |
+
"lstrip": false,
|
| 705 |
+
"normalized": false,
|
| 706 |
+
"rstrip": false,
|
| 707 |
+
"single_word": false,
|
| 708 |
+
"special": true
|
| 709 |
+
},
|
| 710 |
+
"128088": {
|
| 711 |
+
"content": "<|reserved_special_token_80|>",
|
| 712 |
+
"lstrip": false,
|
| 713 |
+
"normalized": false,
|
| 714 |
+
"rstrip": false,
|
| 715 |
+
"single_word": false,
|
| 716 |
+
"special": true
|
| 717 |
+
},
|
| 718 |
+
"128089": {
|
| 719 |
+
"content": "<|reserved_special_token_81|>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": false,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false,
|
| 724 |
+
"special": true
|
| 725 |
+
},
|
| 726 |
+
"128090": {
|
| 727 |
+
"content": "<|reserved_special_token_82|>",
|
| 728 |
+
"lstrip": false,
|
| 729 |
+
"normalized": false,
|
| 730 |
+
"rstrip": false,
|
| 731 |
+
"single_word": false,
|
| 732 |
+
"special": true
|
| 733 |
+
},
|
| 734 |
+
"128091": {
|
| 735 |
+
"content": "<|reserved_special_token_83|>",
|
| 736 |
+
"lstrip": false,
|
| 737 |
+
"normalized": false,
|
| 738 |
+
"rstrip": false,
|
| 739 |
+
"single_word": false,
|
| 740 |
+
"special": true
|
| 741 |
+
},
|
| 742 |
+
"128092": {
|
| 743 |
+
"content": "<|reserved_special_token_84|>",
|
| 744 |
+
"lstrip": false,
|
| 745 |
+
"normalized": false,
|
| 746 |
+
"rstrip": false,
|
| 747 |
+
"single_word": false,
|
| 748 |
+
"special": true
|
| 749 |
+
},
|
| 750 |
+
"128093": {
|
| 751 |
+
"content": "<|reserved_special_token_85|>",
|
| 752 |
+
"lstrip": false,
|
| 753 |
+
"normalized": false,
|
| 754 |
+
"rstrip": false,
|
| 755 |
+
"single_word": false,
|
| 756 |
+
"special": true
|
| 757 |
+
},
|
| 758 |
+
"128094": {
|
| 759 |
+
"content": "<|reserved_special_token_86|>",
|
| 760 |
+
"lstrip": false,
|
| 761 |
+
"normalized": false,
|
| 762 |
+
"rstrip": false,
|
| 763 |
+
"single_word": false,
|
| 764 |
+
"special": true
|
| 765 |
+
},
|
| 766 |
+
"128095": {
|
| 767 |
+
"content": "<|reserved_special_token_87|>",
|
| 768 |
+
"lstrip": false,
|
| 769 |
+
"normalized": false,
|
| 770 |
+
"rstrip": false,
|
| 771 |
+
"single_word": false,
|
| 772 |
+
"special": true
|
| 773 |
+
},
|
| 774 |
+
"128096": {
|
| 775 |
+
"content": "<|reserved_special_token_88|>",
|
| 776 |
+
"lstrip": false,
|
| 777 |
+
"normalized": false,
|
| 778 |
+
"rstrip": false,
|
| 779 |
+
"single_word": false,
|
| 780 |
+
"special": true
|
| 781 |
+
},
|
| 782 |
+
"128097": {
|
| 783 |
+
"content": "<|reserved_special_token_89|>",
|
| 784 |
+
"lstrip": false,
|
| 785 |
+
"normalized": false,
|
| 786 |
+
"rstrip": false,
|
| 787 |
+
"single_word": false,
|
| 788 |
+
"special": true
|
| 789 |
+
},
|
| 790 |
+
"128098": {
|
| 791 |
+
"content": "<|reserved_special_token_90|>",
|
| 792 |
+
"lstrip": false,
|
| 793 |
+
"normalized": false,
|
| 794 |
+
"rstrip": false,
|
| 795 |
+
"single_word": false,
|
| 796 |
+
"special": true
|
| 797 |
+
},
|
| 798 |
+
"128099": {
|
| 799 |
+
"content": "<|reserved_special_token_91|>",
|
| 800 |
+
"lstrip": false,
|
| 801 |
+
"normalized": false,
|
| 802 |
+
"rstrip": false,
|
| 803 |
+
"single_word": false,
|
| 804 |
+
"special": true
|
| 805 |
+
},
|
| 806 |
+
"128100": {
|
| 807 |
+
"content": "<|reserved_special_token_92|>",
|
| 808 |
+
"lstrip": false,
|
| 809 |
+
"normalized": false,
|
| 810 |
+
"rstrip": false,
|
| 811 |
+
"single_word": false,
|
| 812 |
+
"special": true
|
| 813 |
+
},
|
| 814 |
+
"128101": {
|
| 815 |
+
"content": "<|reserved_special_token_93|>",
|
| 816 |
+
"lstrip": false,
|
| 817 |
+
"normalized": false,
|
| 818 |
+
"rstrip": false,
|
| 819 |
+
"single_word": false,
|
| 820 |
+
"special": true
|
| 821 |
+
},
|
| 822 |
+
"128102": {
|
| 823 |
+
"content": "<|reserved_special_token_94|>",
|
| 824 |
+
"lstrip": false,
|
| 825 |
+
"normalized": false,
|
| 826 |
+
"rstrip": false,
|
| 827 |
+
"single_word": false,
|
| 828 |
+
"special": true
|
| 829 |
+
},
|
| 830 |
+
"128103": {
|
| 831 |
+
"content": "<|reserved_special_token_95|>",
|
| 832 |
+
"lstrip": false,
|
| 833 |
+
"normalized": false,
|
| 834 |
+
"rstrip": false,
|
| 835 |
+
"single_word": false,
|
| 836 |
+
"special": true
|
| 837 |
+
},
|
| 838 |
+
"128104": {
|
| 839 |
+
"content": "<|reserved_special_token_96|>",
|
| 840 |
+
"lstrip": false,
|
| 841 |
+
"normalized": false,
|
| 842 |
+
"rstrip": false,
|
| 843 |
+
"single_word": false,
|
| 844 |
+
"special": true
|
| 845 |
+
},
|
| 846 |
+
"128105": {
|
| 847 |
+
"content": "<|reserved_special_token_97|>",
|
| 848 |
+
"lstrip": false,
|
| 849 |
+
"normalized": false,
|
| 850 |
+
"rstrip": false,
|
| 851 |
+
"single_word": false,
|
| 852 |
+
"special": true
|
| 853 |
+
},
|
| 854 |
+
"128106": {
|
| 855 |
+
"content": "<|reserved_special_token_98|>",
|
| 856 |
+
"lstrip": false,
|
| 857 |
+
"normalized": false,
|
| 858 |
+
"rstrip": false,
|
| 859 |
+
"single_word": false,
|
| 860 |
+
"special": true
|
| 861 |
+
},
|
| 862 |
+
"128107": {
|
| 863 |
+
"content": "<|reserved_special_token_99|>",
|
| 864 |
+
"lstrip": false,
|
| 865 |
+
"normalized": false,
|
| 866 |
+
"rstrip": false,
|
| 867 |
+
"single_word": false,
|
| 868 |
+
"special": true
|
| 869 |
+
},
|
| 870 |
+
"128108": {
|
| 871 |
+
"content": "<|reserved_special_token_100|>",
|
| 872 |
+
"lstrip": false,
|
| 873 |
+
"normalized": false,
|
| 874 |
+
"rstrip": false,
|
| 875 |
+
"single_word": false,
|
| 876 |
+
"special": true
|
| 877 |
+
},
|
| 878 |
+
"128109": {
|
| 879 |
+
"content": "<|reserved_special_token_101|>",
|
| 880 |
+
"lstrip": false,
|
| 881 |
+
"normalized": false,
|
| 882 |
+
"rstrip": false,
|
| 883 |
+
"single_word": false,
|
| 884 |
+
"special": true
|
| 885 |
+
},
|
| 886 |
+
"128110": {
|
| 887 |
+
"content": "<|reserved_special_token_102|>",
|
| 888 |
+
"lstrip": false,
|
| 889 |
+
"normalized": false,
|
| 890 |
+
"rstrip": false,
|
| 891 |
+
"single_word": false,
|
| 892 |
+
"special": true
|
| 893 |
+
},
|
| 894 |
+
"128111": {
|
| 895 |
+
"content": "<|reserved_special_token_103|>",
|
| 896 |
+
"lstrip": false,
|
| 897 |
+
"normalized": false,
|
| 898 |
+
"rstrip": false,
|
| 899 |
+
"single_word": false,
|
| 900 |
+
"special": true
|
| 901 |
+
},
|
| 902 |
+
"128112": {
|
| 903 |
+
"content": "<|reserved_special_token_104|>",
|
| 904 |
+
"lstrip": false,
|
| 905 |
+
"normalized": false,
|
| 906 |
+
"rstrip": false,
|
| 907 |
+
"single_word": false,
|
| 908 |
+
"special": true
|
| 909 |
+
},
|
| 910 |
+
"128113": {
|
| 911 |
+
"content": "<|reserved_special_token_105|>",
|
| 912 |
+
"lstrip": false,
|
| 913 |
+
"normalized": false,
|
| 914 |
+
"rstrip": false,
|
| 915 |
+
"single_word": false,
|
| 916 |
+
"special": true
|
| 917 |
+
},
|
| 918 |
+
"128114": {
|
| 919 |
+
"content": "<|reserved_special_token_106|>",
|
| 920 |
+
"lstrip": false,
|
| 921 |
+
"normalized": false,
|
| 922 |
+
"rstrip": false,
|
| 923 |
+
"single_word": false,
|
| 924 |
+
"special": true
|
| 925 |
+
},
|
| 926 |
+
"128115": {
|
| 927 |
+
"content": "<|reserved_special_token_107|>",
|
| 928 |
+
"lstrip": false,
|
| 929 |
+
"normalized": false,
|
| 930 |
+
"rstrip": false,
|
| 931 |
+
"single_word": false,
|
| 932 |
+
"special": true
|
| 933 |
+
},
|
| 934 |
+
"128116": {
|
| 935 |
+
"content": "<|reserved_special_token_108|>",
|
| 936 |
+
"lstrip": false,
|
| 937 |
+
"normalized": false,
|
| 938 |
+
"rstrip": false,
|
| 939 |
+
"single_word": false,
|
| 940 |
+
"special": true
|
| 941 |
+
},
|
| 942 |
+
"128117": {
|
| 943 |
+
"content": "<|reserved_special_token_109|>",
|
| 944 |
+
"lstrip": false,
|
| 945 |
+
"normalized": false,
|
| 946 |
+
"rstrip": false,
|
| 947 |
+
"single_word": false,
|
| 948 |
+
"special": true
|
| 949 |
+
},
|
| 950 |
+
"128118": {
|
| 951 |
+
"content": "<|reserved_special_token_110|>",
|
| 952 |
+
"lstrip": false,
|
| 953 |
+
"normalized": false,
|
| 954 |
+
"rstrip": false,
|
| 955 |
+
"single_word": false,
|
| 956 |
+
"special": true
|
| 957 |
+
},
|
| 958 |
+
"128119": {
|
| 959 |
+
"content": "<|reserved_special_token_111|>",
|
| 960 |
+
"lstrip": false,
|
| 961 |
+
"normalized": false,
|
| 962 |
+
"rstrip": false,
|
| 963 |
+
"single_word": false,
|
| 964 |
+
"special": true
|
| 965 |
+
},
|
| 966 |
+
"128120": {
|
| 967 |
+
"content": "<|reserved_special_token_112|>",
|
| 968 |
+
"lstrip": false,
|
| 969 |
+
"normalized": false,
|
| 970 |
+
"rstrip": false,
|
| 971 |
+
"single_word": false,
|
| 972 |
+
"special": true
|
| 973 |
+
},
|
| 974 |
+
"128121": {
|
| 975 |
+
"content": "<|reserved_special_token_113|>",
|
| 976 |
+
"lstrip": false,
|
| 977 |
+
"normalized": false,
|
| 978 |
+
"rstrip": false,
|
| 979 |
+
"single_word": false,
|
| 980 |
+
"special": true
|
| 981 |
+
},
|
| 982 |
+
"128122": {
|
| 983 |
+
"content": "<|reserved_special_token_114|>",
|
| 984 |
+
"lstrip": false,
|
| 985 |
+
"normalized": false,
|
| 986 |
+
"rstrip": false,
|
| 987 |
+
"single_word": false,
|
| 988 |
+
"special": true
|
| 989 |
+
},
|
| 990 |
+
"128123": {
|
| 991 |
+
"content": "<|reserved_special_token_115|>",
|
| 992 |
+
"lstrip": false,
|
| 993 |
+
"normalized": false,
|
| 994 |
+
"rstrip": false,
|
| 995 |
+
"single_word": false,
|
| 996 |
+
"special": true
|
| 997 |
+
},
|
| 998 |
+
"128124": {
|
| 999 |
+
"content": "<|reserved_special_token_116|>",
|
| 1000 |
+
"lstrip": false,
|
| 1001 |
+
"normalized": false,
|
| 1002 |
+
"rstrip": false,
|
| 1003 |
+
"single_word": false,
|
| 1004 |
+
"special": true
|
| 1005 |
+
},
|
| 1006 |
+
"128125": {
|
| 1007 |
+
"content": "<|reserved_special_token_117|>",
|
| 1008 |
+
"lstrip": false,
|
| 1009 |
+
"normalized": false,
|
| 1010 |
+
"rstrip": false,
|
| 1011 |
+
"single_word": false,
|
| 1012 |
+
"special": true
|
| 1013 |
+
},
|
| 1014 |
+
"128126": {
|
| 1015 |
+
"content": "<|reserved_special_token_118|>",
|
| 1016 |
+
"lstrip": false,
|
| 1017 |
+
"normalized": false,
|
| 1018 |
+
"rstrip": false,
|
| 1019 |
+
"single_word": false,
|
| 1020 |
+
"special": true
|
| 1021 |
+
},
|
| 1022 |
+
"128127": {
|
| 1023 |
+
"content": "<|reserved_special_token_119|>",
|
| 1024 |
+
"lstrip": false,
|
| 1025 |
+
"normalized": false,
|
| 1026 |
+
"rstrip": false,
|
| 1027 |
+
"single_word": false,
|
| 1028 |
+
"special": true
|
| 1029 |
+
},
|
| 1030 |
+
"128128": {
|
| 1031 |
+
"content": "<|reserved_special_token_120|>",
|
| 1032 |
+
"lstrip": false,
|
| 1033 |
+
"normalized": false,
|
| 1034 |
+
"rstrip": false,
|
| 1035 |
+
"single_word": false,
|
| 1036 |
+
"special": true
|
| 1037 |
+
},
|
| 1038 |
+
"128129": {
|
| 1039 |
+
"content": "<|reserved_special_token_121|>",
|
| 1040 |
+
"lstrip": false,
|
| 1041 |
+
"normalized": false,
|
| 1042 |
+
"rstrip": false,
|
| 1043 |
+
"single_word": false,
|
| 1044 |
+
"special": true
|
| 1045 |
+
},
|
| 1046 |
+
"128130": {
|
| 1047 |
+
"content": "<|reserved_special_token_122|>",
|
| 1048 |
+
"lstrip": false,
|
| 1049 |
+
"normalized": false,
|
| 1050 |
+
"rstrip": false,
|
| 1051 |
+
"single_word": false,
|
| 1052 |
+
"special": true
|
| 1053 |
+
},
|
| 1054 |
+
"128131": {
|
| 1055 |
+
"content": "<|reserved_special_token_123|>",
|
| 1056 |
+
"lstrip": false,
|
| 1057 |
+
"normalized": false,
|
| 1058 |
+
"rstrip": false,
|
| 1059 |
+
"single_word": false,
|
| 1060 |
+
"special": true
|
| 1061 |
+
},
|
| 1062 |
+
"128132": {
|
| 1063 |
+
"content": "<|reserved_special_token_124|>",
|
| 1064 |
+
"lstrip": false,
|
| 1065 |
+
"normalized": false,
|
| 1066 |
+
"rstrip": false,
|
| 1067 |
+
"single_word": false,
|
| 1068 |
+
"special": true
|
| 1069 |
+
},
|
| 1070 |
+
"128133": {
|
| 1071 |
+
"content": "<|reserved_special_token_125|>",
|
| 1072 |
+
"lstrip": false,
|
| 1073 |
+
"normalized": false,
|
| 1074 |
+
"rstrip": false,
|
| 1075 |
+
"single_word": false,
|
| 1076 |
+
"special": true
|
| 1077 |
+
},
|
| 1078 |
+
"128134": {
|
| 1079 |
+
"content": "<|reserved_special_token_126|>",
|
| 1080 |
+
"lstrip": false,
|
| 1081 |
+
"normalized": false,
|
| 1082 |
+
"rstrip": false,
|
| 1083 |
+
"single_word": false,
|
| 1084 |
+
"special": true
|
| 1085 |
+
},
|
| 1086 |
+
"128135": {
|
| 1087 |
+
"content": "<|reserved_special_token_127|>",
|
| 1088 |
+
"lstrip": false,
|
| 1089 |
+
"normalized": false,
|
| 1090 |
+
"rstrip": false,
|
| 1091 |
+
"single_word": false,
|
| 1092 |
+
"special": true
|
| 1093 |
+
},
|
| 1094 |
+
"128136": {
|
| 1095 |
+
"content": "<|reserved_special_token_128|>",
|
| 1096 |
+
"lstrip": false,
|
| 1097 |
+
"normalized": false,
|
| 1098 |
+
"rstrip": false,
|
| 1099 |
+
"single_word": false,
|
| 1100 |
+
"special": true
|
| 1101 |
+
},
|
| 1102 |
+
"128137": {
|
| 1103 |
+
"content": "<|reserved_special_token_129|>",
|
| 1104 |
+
"lstrip": false,
|
| 1105 |
+
"normalized": false,
|
| 1106 |
+
"rstrip": false,
|
| 1107 |
+
"single_word": false,
|
| 1108 |
+
"special": true
|
| 1109 |
+
},
|
| 1110 |
+
"128138": {
|
| 1111 |
+
"content": "<|reserved_special_token_130|>",
|
| 1112 |
+
"lstrip": false,
|
| 1113 |
+
"normalized": false,
|
| 1114 |
+
"rstrip": false,
|
| 1115 |
+
"single_word": false,
|
| 1116 |
+
"special": true
|
| 1117 |
+
},
|
| 1118 |
+
"128139": {
|
| 1119 |
+
"content": "<|reserved_special_token_131|>",
|
| 1120 |
+
"lstrip": false,
|
| 1121 |
+
"normalized": false,
|
| 1122 |
+
"rstrip": false,
|
| 1123 |
+
"single_word": false,
|
| 1124 |
+
"special": true
|
| 1125 |
+
},
|
| 1126 |
+
"128140": {
|
| 1127 |
+
"content": "<|reserved_special_token_132|>",
|
| 1128 |
+
"lstrip": false,
|
| 1129 |
+
"normalized": false,
|
| 1130 |
+
"rstrip": false,
|
| 1131 |
+
"single_word": false,
|
| 1132 |
+
"special": true
|
| 1133 |
+
},
|
| 1134 |
+
"128141": {
|
| 1135 |
+
"content": "<|reserved_special_token_133|>",
|
| 1136 |
+
"lstrip": false,
|
| 1137 |
+
"normalized": false,
|
| 1138 |
+
"rstrip": false,
|
| 1139 |
+
"single_word": false,
|
| 1140 |
+
"special": true
|
| 1141 |
+
},
|
| 1142 |
+
"128142": {
|
| 1143 |
+
"content": "<|reserved_special_token_134|>",
|
| 1144 |
+
"lstrip": false,
|
| 1145 |
+
"normalized": false,
|
| 1146 |
+
"rstrip": false,
|
| 1147 |
+
"single_word": false,
|
| 1148 |
+
"special": true
|
| 1149 |
+
},
|
| 1150 |
+
"128143": {
|
| 1151 |
+
"content": "<|reserved_special_token_135|>",
|
| 1152 |
+
"lstrip": false,
|
| 1153 |
+
"normalized": false,
|
| 1154 |
+
"rstrip": false,
|
| 1155 |
+
"single_word": false,
|
| 1156 |
+
"special": true
|
| 1157 |
+
},
|
| 1158 |
+
"128144": {
|
| 1159 |
+
"content": "<|reserved_special_token_136|>",
|
| 1160 |
+
"lstrip": false,
|
| 1161 |
+
"normalized": false,
|
| 1162 |
+
"rstrip": false,
|
| 1163 |
+
"single_word": false,
|
| 1164 |
+
"special": true
|
| 1165 |
+
},
|
| 1166 |
+
"128145": {
|
| 1167 |
+
"content": "<|reserved_special_token_137|>",
|
| 1168 |
+
"lstrip": false,
|
| 1169 |
+
"normalized": false,
|
| 1170 |
+
"rstrip": false,
|
| 1171 |
+
"single_word": false,
|
| 1172 |
+
"special": true
|
| 1173 |
+
},
|
| 1174 |
+
"128146": {
|
| 1175 |
+
"content": "<|reserved_special_token_138|>",
|
| 1176 |
+
"lstrip": false,
|
| 1177 |
+
"normalized": false,
|
| 1178 |
+
"rstrip": false,
|
| 1179 |
+
"single_word": false,
|
| 1180 |
+
"special": true
|
| 1181 |
+
},
|
| 1182 |
+
"128147": {
|
| 1183 |
+
"content": "<|reserved_special_token_139|>",
|
| 1184 |
+
"lstrip": false,
|
| 1185 |
+
"normalized": false,
|
| 1186 |
+
"rstrip": false,
|
| 1187 |
+
"single_word": false,
|
| 1188 |
+
"special": true
|
| 1189 |
+
},
|
| 1190 |
+
"128148": {
|
| 1191 |
+
"content": "<|reserved_special_token_140|>",
|
| 1192 |
+
"lstrip": false,
|
| 1193 |
+
"normalized": false,
|
| 1194 |
+
"rstrip": false,
|
| 1195 |
+
"single_word": false,
|
| 1196 |
+
"special": true
|
| 1197 |
+
},
|
| 1198 |
+
"128149": {
|
| 1199 |
+
"content": "<|reserved_special_token_141|>",
|
| 1200 |
+
"lstrip": false,
|
| 1201 |
+
"normalized": false,
|
| 1202 |
+
"rstrip": false,
|
| 1203 |
+
"single_word": false,
|
| 1204 |
+
"special": true
|
| 1205 |
+
},
|
| 1206 |
+
"128150": {
|
| 1207 |
+
"content": "<|reserved_special_token_142|>",
|
| 1208 |
+
"lstrip": false,
|
| 1209 |
+
"normalized": false,
|
| 1210 |
+
"rstrip": false,
|
| 1211 |
+
"single_word": false,
|
| 1212 |
+
"special": true
|
| 1213 |
+
},
|
| 1214 |
+
"128151": {
|
| 1215 |
+
"content": "<|reserved_special_token_143|>",
|
| 1216 |
+
"lstrip": false,
|
| 1217 |
+
"normalized": false,
|
| 1218 |
+
"rstrip": false,
|
| 1219 |
+
"single_word": false,
|
| 1220 |
+
"special": true
|
| 1221 |
+
},
|
| 1222 |
+
"128152": {
|
| 1223 |
+
"content": "<|reserved_special_token_144|>",
|
| 1224 |
+
"lstrip": false,
|
| 1225 |
+
"normalized": false,
|
| 1226 |
+
"rstrip": false,
|
| 1227 |
+
"single_word": false,
|
| 1228 |
+
"special": true
|
| 1229 |
+
},
|
| 1230 |
+
"128153": {
|
| 1231 |
+
"content": "<|reserved_special_token_145|>",
|
| 1232 |
+
"lstrip": false,
|
| 1233 |
+
"normalized": false,
|
| 1234 |
+
"rstrip": false,
|
| 1235 |
+
"single_word": false,
|
| 1236 |
+
"special": true
|
| 1237 |
+
},
|
| 1238 |
+
"128154": {
|
| 1239 |
+
"content": "<|reserved_special_token_146|>",
|
| 1240 |
+
"lstrip": false,
|
| 1241 |
+
"normalized": false,
|
| 1242 |
+
"rstrip": false,
|
| 1243 |
+
"single_word": false,
|
| 1244 |
+
"special": true
|
| 1245 |
+
},
|
| 1246 |
+
"128155": {
|
| 1247 |
+
"content": "<|reserved_special_token_147|>",
|
| 1248 |
+
"lstrip": false,
|
| 1249 |
+
"normalized": false,
|
| 1250 |
+
"rstrip": false,
|
| 1251 |
+
"single_word": false,
|
| 1252 |
+
"special": true
|
| 1253 |
+
},
|
| 1254 |
+
"128156": {
|
| 1255 |
+
"content": "<|reserved_special_token_148|>",
|
| 1256 |
+
"lstrip": false,
|
| 1257 |
+
"normalized": false,
|
| 1258 |
+
"rstrip": false,
|
| 1259 |
+
"single_word": false,
|
| 1260 |
+
"special": true
|
| 1261 |
+
},
|
| 1262 |
+
"128157": {
|
| 1263 |
+
"content": "<|reserved_special_token_149|>",
|
| 1264 |
+
"lstrip": false,
|
| 1265 |
+
"normalized": false,
|
| 1266 |
+
"rstrip": false,
|
| 1267 |
+
"single_word": false,
|
| 1268 |
+
"special": true
|
| 1269 |
+
},
|
| 1270 |
+
"128158": {
|
| 1271 |
+
"content": "<|reserved_special_token_150|>",
|
| 1272 |
+
"lstrip": false,
|
| 1273 |
+
"normalized": false,
|
| 1274 |
+
"rstrip": false,
|
| 1275 |
+
"single_word": false,
|
| 1276 |
+
"special": true
|
| 1277 |
+
},
|
| 1278 |
+
"128159": {
|
| 1279 |
+
"content": "<|reserved_special_token_151|>",
|
| 1280 |
+
"lstrip": false,
|
| 1281 |
+
"normalized": false,
|
| 1282 |
+
"rstrip": false,
|
| 1283 |
+
"single_word": false,
|
| 1284 |
+
"special": true
|
| 1285 |
+
},
|
| 1286 |
+
"128160": {
|
| 1287 |
+
"content": "<|reserved_special_token_152|>",
|
| 1288 |
+
"lstrip": false,
|
| 1289 |
+
"normalized": false,
|
| 1290 |
+
"rstrip": false,
|
| 1291 |
+
"single_word": false,
|
| 1292 |
+
"special": true
|
| 1293 |
+
},
|
| 1294 |
+
"128161": {
|
| 1295 |
+
"content": "<|reserved_special_token_153|>",
|
| 1296 |
+
"lstrip": false,
|
| 1297 |
+
"normalized": false,
|
| 1298 |
+
"rstrip": false,
|
| 1299 |
+
"single_word": false,
|
| 1300 |
+
"special": true
|
| 1301 |
+
},
|
| 1302 |
+
"128162": {
|
| 1303 |
+
"content": "<|reserved_special_token_154|>",
|
| 1304 |
+
"lstrip": false,
|
| 1305 |
+
"normalized": false,
|
| 1306 |
+
"rstrip": false,
|
| 1307 |
+
"single_word": false,
|
| 1308 |
+
"special": true
|
| 1309 |
+
},
|
| 1310 |
+
"128163": {
|
| 1311 |
+
"content": "<|reserved_special_token_155|>",
|
| 1312 |
+
"lstrip": false,
|
| 1313 |
+
"normalized": false,
|
| 1314 |
+
"rstrip": false,
|
| 1315 |
+
"single_word": false,
|
| 1316 |
+
"special": true
|
| 1317 |
+
},
|
| 1318 |
+
"128164": {
|
| 1319 |
+
"content": "<|reserved_special_token_156|>",
|
| 1320 |
+
"lstrip": false,
|
| 1321 |
+
"normalized": false,
|
| 1322 |
+
"rstrip": false,
|
| 1323 |
+
"single_word": false,
|
| 1324 |
+
"special": true
|
| 1325 |
+
},
|
| 1326 |
+
"128165": {
|
| 1327 |
+
"content": "<|reserved_special_token_157|>",
|
| 1328 |
+
"lstrip": false,
|
| 1329 |
+
"normalized": false,
|
| 1330 |
+
"rstrip": false,
|
| 1331 |
+
"single_word": false,
|
| 1332 |
+
"special": true
|
| 1333 |
+
},
|
| 1334 |
+
"128166": {
|
| 1335 |
+
"content": "<|reserved_special_token_158|>",
|
| 1336 |
+
"lstrip": false,
|
| 1337 |
+
"normalized": false,
|
| 1338 |
+
"rstrip": false,
|
| 1339 |
+
"single_word": false,
|
| 1340 |
+
"special": true
|
| 1341 |
+
},
|
| 1342 |
+
"128167": {
|
| 1343 |
+
"content": "<|reserved_special_token_159|>",
|
| 1344 |
+
"lstrip": false,
|
| 1345 |
+
"normalized": false,
|
| 1346 |
+
"rstrip": false,
|
| 1347 |
+
"single_word": false,
|
| 1348 |
+
"special": true
|
| 1349 |
+
},
|
| 1350 |
+
"128168": {
|
| 1351 |
+
"content": "<|reserved_special_token_160|>",
|
| 1352 |
+
"lstrip": false,
|
| 1353 |
+
"normalized": false,
|
| 1354 |
+
"rstrip": false,
|
| 1355 |
+
"single_word": false,
|
| 1356 |
+
"special": true
|
| 1357 |
+
},
|
| 1358 |
+
"128169": {
|
| 1359 |
+
"content": "<|reserved_special_token_161|>",
|
| 1360 |
+
"lstrip": false,
|
| 1361 |
+
"normalized": false,
|
| 1362 |
+
"rstrip": false,
|
| 1363 |
+
"single_word": false,
|
| 1364 |
+
"special": true
|
| 1365 |
+
},
|
| 1366 |
+
"128170": {
|
| 1367 |
+
"content": "<|reserved_special_token_162|>",
|
| 1368 |
+
"lstrip": false,
|
| 1369 |
+
"normalized": false,
|
| 1370 |
+
"rstrip": false,
|
| 1371 |
+
"single_word": false,
|
| 1372 |
+
"special": true
|
| 1373 |
+
},
|
| 1374 |
+
"128171": {
|
| 1375 |
+
"content": "<|reserved_special_token_163|>",
|
| 1376 |
+
"lstrip": false,
|
| 1377 |
+
"normalized": false,
|
| 1378 |
+
"rstrip": false,
|
| 1379 |
+
"single_word": false,
|
| 1380 |
+
"special": true
|
| 1381 |
+
},
|
| 1382 |
+
"128172": {
|
| 1383 |
+
"content": "<|reserved_special_token_164|>",
|
| 1384 |
+
"lstrip": false,
|
| 1385 |
+
"normalized": false,
|
| 1386 |
+
"rstrip": false,
|
| 1387 |
+
"single_word": false,
|
| 1388 |
+
"special": true
|
| 1389 |
+
},
|
| 1390 |
+
"128173": {
|
| 1391 |
+
"content": "<|reserved_special_token_165|>",
|
| 1392 |
+
"lstrip": false,
|
| 1393 |
+
"normalized": false,
|
| 1394 |
+
"rstrip": false,
|
| 1395 |
+
"single_word": false,
|
| 1396 |
+
"special": true
|
| 1397 |
+
},
|
| 1398 |
+
"128174": {
|
| 1399 |
+
"content": "<|reserved_special_token_166|>",
|
| 1400 |
+
"lstrip": false,
|
| 1401 |
+
"normalized": false,
|
| 1402 |
+
"rstrip": false,
|
| 1403 |
+
"single_word": false,
|
| 1404 |
+
"special": true
|
| 1405 |
+
},
|
| 1406 |
+
"128175": {
|
| 1407 |
+
"content": "<|reserved_special_token_167|>",
|
| 1408 |
+
"lstrip": false,
|
| 1409 |
+
"normalized": false,
|
| 1410 |
+
"rstrip": false,
|
| 1411 |
+
"single_word": false,
|
| 1412 |
+
"special": true
|
| 1413 |
+
},
|
| 1414 |
+
"128176": {
|
| 1415 |
+
"content": "<|reserved_special_token_168|>",
|
| 1416 |
+
"lstrip": false,
|
| 1417 |
+
"normalized": false,
|
| 1418 |
+
"rstrip": false,
|
| 1419 |
+
"single_word": false,
|
| 1420 |
+
"special": true
|
| 1421 |
+
},
|
| 1422 |
+
"128177": {
|
| 1423 |
+
"content": "<|reserved_special_token_169|>",
|
| 1424 |
+
"lstrip": false,
|
| 1425 |
+
"normalized": false,
|
| 1426 |
+
"rstrip": false,
|
| 1427 |
+
"single_word": false,
|
| 1428 |
+
"special": true
|
| 1429 |
+
},
|
| 1430 |
+
"128178": {
|
| 1431 |
+
"content": "<|reserved_special_token_170|>",
|
| 1432 |
+
"lstrip": false,
|
| 1433 |
+
"normalized": false,
|
| 1434 |
+
"rstrip": false,
|
| 1435 |
+
"single_word": false,
|
| 1436 |
+
"special": true
|
| 1437 |
+
},
|
| 1438 |
+
"128179": {
|
| 1439 |
+
"content": "<|reserved_special_token_171|>",
|
| 1440 |
+
"lstrip": false,
|
| 1441 |
+
"normalized": false,
|
| 1442 |
+
"rstrip": false,
|
| 1443 |
+
"single_word": false,
|
| 1444 |
+
"special": true
|
| 1445 |
+
},
|
| 1446 |
+
"128180": {
|
| 1447 |
+
"content": "<|reserved_special_token_172|>",
|
| 1448 |
+
"lstrip": false,
|
| 1449 |
+
"normalized": false,
|
| 1450 |
+
"rstrip": false,
|
| 1451 |
+
"single_word": false,
|
| 1452 |
+
"special": true
|
| 1453 |
+
},
|
| 1454 |
+
"128181": {
|
| 1455 |
+
"content": "<|reserved_special_token_173|>",
|
| 1456 |
+
"lstrip": false,
|
| 1457 |
+
"normalized": false,
|
| 1458 |
+
"rstrip": false,
|
| 1459 |
+
"single_word": false,
|
| 1460 |
+
"special": true
|
| 1461 |
+
},
|
| 1462 |
+
"128182": {
|
| 1463 |
+
"content": "<|reserved_special_token_174|>",
|
| 1464 |
+
"lstrip": false,
|
| 1465 |
+
"normalized": false,
|
| 1466 |
+
"rstrip": false,
|
| 1467 |
+
"single_word": false,
|
| 1468 |
+
"special": true
|
| 1469 |
+
},
|
| 1470 |
+
"128183": {
|
| 1471 |
+
"content": "<|reserved_special_token_175|>",
|
| 1472 |
+
"lstrip": false,
|
| 1473 |
+
"normalized": false,
|
| 1474 |
+
"rstrip": false,
|
| 1475 |
+
"single_word": false,
|
| 1476 |
+
"special": true
|
| 1477 |
+
},
|
| 1478 |
+
"128184": {
|
| 1479 |
+
"content": "<|reserved_special_token_176|>",
|
| 1480 |
+
"lstrip": false,
|
| 1481 |
+
"normalized": false,
|
| 1482 |
+
"rstrip": false,
|
| 1483 |
+
"single_word": false,
|
| 1484 |
+
"special": true
|
| 1485 |
+
},
|
| 1486 |
+
"128185": {
|
| 1487 |
+
"content": "<|reserved_special_token_177|>",
|
| 1488 |
+
"lstrip": false,
|
| 1489 |
+
"normalized": false,
|
| 1490 |
+
"rstrip": false,
|
| 1491 |
+
"single_word": false,
|
| 1492 |
+
"special": true
|
| 1493 |
+
},
|
| 1494 |
+
"128186": {
|
| 1495 |
+
"content": "<|reserved_special_token_178|>",
|
| 1496 |
+
"lstrip": false,
|
| 1497 |
+
"normalized": false,
|
| 1498 |
+
"rstrip": false,
|
| 1499 |
+
"single_word": false,
|
| 1500 |
+
"special": true
|
| 1501 |
+
},
|
| 1502 |
+
"128187": {
|
| 1503 |
+
"content": "<|reserved_special_token_179|>",
|
| 1504 |
+
"lstrip": false,
|
| 1505 |
+
"normalized": false,
|
| 1506 |
+
"rstrip": false,
|
| 1507 |
+
"single_word": false,
|
| 1508 |
+
"special": true
|
| 1509 |
+
},
|
| 1510 |
+
"128188": {
|
| 1511 |
+
"content": "<|reserved_special_token_180|>",
|
| 1512 |
+
"lstrip": false,
|
| 1513 |
+
"normalized": false,
|
| 1514 |
+
"rstrip": false,
|
| 1515 |
+
"single_word": false,
|
| 1516 |
+
"special": true
|
| 1517 |
+
},
|
| 1518 |
+
"128189": {
|
| 1519 |
+
"content": "<|reserved_special_token_181|>",
|
| 1520 |
+
"lstrip": false,
|
| 1521 |
+
"normalized": false,
|
| 1522 |
+
"rstrip": false,
|
| 1523 |
+
"single_word": false,
|
| 1524 |
+
"special": true
|
| 1525 |
+
},
|
| 1526 |
+
"128190": {
|
| 1527 |
+
"content": "<|reserved_special_token_182|>",
|
| 1528 |
+
"lstrip": false,
|
| 1529 |
+
"normalized": false,
|
| 1530 |
+
"rstrip": false,
|
| 1531 |
+
"single_word": false,
|
| 1532 |
+
"special": true
|
| 1533 |
+
},
|
| 1534 |
+
"128191": {
|
| 1535 |
+
"content": "<|reserved_special_token_183|>",
|
| 1536 |
+
"lstrip": false,
|
| 1537 |
+
"normalized": false,
|
| 1538 |
+
"rstrip": false,
|
| 1539 |
+
"single_word": false,
|
| 1540 |
+
"special": true
|
| 1541 |
+
},
|
| 1542 |
+
"128192": {
|
| 1543 |
+
"content": "<|reserved_special_token_184|>",
|
| 1544 |
+
"lstrip": false,
|
| 1545 |
+
"normalized": false,
|
| 1546 |
+
"rstrip": false,
|
| 1547 |
+
"single_word": false,
|
| 1548 |
+
"special": true
|
| 1549 |
+
},
|
| 1550 |
+
"128193": {
|
| 1551 |
+
"content": "<|reserved_special_token_185|>",
|
| 1552 |
+
"lstrip": false,
|
| 1553 |
+
"normalized": false,
|
| 1554 |
+
"rstrip": false,
|
| 1555 |
+
"single_word": false,
|
| 1556 |
+
"special": true
|
| 1557 |
+
},
|
| 1558 |
+
"128194": {
|
| 1559 |
+
"content": "<|reserved_special_token_186|>",
|
| 1560 |
+
"lstrip": false,
|
| 1561 |
+
"normalized": false,
|
| 1562 |
+
"rstrip": false,
|
| 1563 |
+
"single_word": false,
|
| 1564 |
+
"special": true
|
| 1565 |
+
},
|
| 1566 |
+
"128195": {
|
| 1567 |
+
"content": "<|reserved_special_token_187|>",
|
| 1568 |
+
"lstrip": false,
|
| 1569 |
+
"normalized": false,
|
| 1570 |
+
"rstrip": false,
|
| 1571 |
+
"single_word": false,
|
| 1572 |
+
"special": true
|
| 1573 |
+
},
|
| 1574 |
+
"128196": {
|
| 1575 |
+
"content": "<|reserved_special_token_188|>",
|
| 1576 |
+
"lstrip": false,
|
| 1577 |
+
"normalized": false,
|
| 1578 |
+
"rstrip": false,
|
| 1579 |
+
"single_word": false,
|
| 1580 |
+
"special": true
|
| 1581 |
+
},
|
| 1582 |
+
"128197": {
|
| 1583 |
+
"content": "<|reserved_special_token_189|>",
|
| 1584 |
+
"lstrip": false,
|
| 1585 |
+
"normalized": false,
|
| 1586 |
+
"rstrip": false,
|
| 1587 |
+
"single_word": false,
|
| 1588 |
+
"special": true
|
| 1589 |
+
},
|
| 1590 |
+
"128198": {
|
| 1591 |
+
"content": "<|reserved_special_token_190|>",
|
| 1592 |
+
"lstrip": false,
|
| 1593 |
+
"normalized": false,
|
| 1594 |
+
"rstrip": false,
|
| 1595 |
+
"single_word": false,
|
| 1596 |
+
"special": true
|
| 1597 |
+
},
|
| 1598 |
+
"128199": {
|
| 1599 |
+
"content": "<|reserved_special_token_191|>",
|
| 1600 |
+
"lstrip": false,
|
| 1601 |
+
"normalized": false,
|
| 1602 |
+
"rstrip": false,
|
| 1603 |
+
"single_word": false,
|
| 1604 |
+
"special": true
|
| 1605 |
+
},
|
| 1606 |
+
"128200": {
|
| 1607 |
+
"content": "<|reserved_special_token_192|>",
|
| 1608 |
+
"lstrip": false,
|
| 1609 |
+
"normalized": false,
|
| 1610 |
+
"rstrip": false,
|
| 1611 |
+
"single_word": false,
|
| 1612 |
+
"special": true
|
| 1613 |
+
},
|
| 1614 |
+
"128201": {
|
| 1615 |
+
"content": "<|reserved_special_token_193|>",
|
| 1616 |
+
"lstrip": false,
|
| 1617 |
+
"normalized": false,
|
| 1618 |
+
"rstrip": false,
|
| 1619 |
+
"single_word": false,
|
| 1620 |
+
"special": true
|
| 1621 |
+
},
|
| 1622 |
+
"128202": {
|
| 1623 |
+
"content": "<|reserved_special_token_194|>",
|
| 1624 |
+
"lstrip": false,
|
| 1625 |
+
"normalized": false,
|
| 1626 |
+
"rstrip": false,
|
| 1627 |
+
"single_word": false,
|
| 1628 |
+
"special": true
|
| 1629 |
+
},
|
| 1630 |
+
"128203": {
|
| 1631 |
+
"content": "<|reserved_special_token_195|>",
|
| 1632 |
+
"lstrip": false,
|
| 1633 |
+
"normalized": false,
|
| 1634 |
+
"rstrip": false,
|
| 1635 |
+
"single_word": false,
|
| 1636 |
+
"special": true
|
| 1637 |
+
},
|
| 1638 |
+
"128204": {
|
| 1639 |
+
"content": "<|reserved_special_token_196|>",
|
| 1640 |
+
"lstrip": false,
|
| 1641 |
+
"normalized": false,
|
| 1642 |
+
"rstrip": false,
|
| 1643 |
+
"single_word": false,
|
| 1644 |
+
"special": true
|
| 1645 |
+
},
|
| 1646 |
+
"128205": {
|
| 1647 |
+
"content": "<|reserved_special_token_197|>",
|
| 1648 |
+
"lstrip": false,
|
| 1649 |
+
"normalized": false,
|
| 1650 |
+
"rstrip": false,
|
| 1651 |
+
"single_word": false,
|
| 1652 |
+
"special": true
|
| 1653 |
+
},
|
| 1654 |
+
"128206": {
|
| 1655 |
+
"content": "<|reserved_special_token_198|>",
|
| 1656 |
+
"lstrip": false,
|
| 1657 |
+
"normalized": false,
|
| 1658 |
+
"rstrip": false,
|
| 1659 |
+
"single_word": false,
|
| 1660 |
+
"special": true
|
| 1661 |
+
},
|
| 1662 |
+
"128207": {
|
| 1663 |
+
"content": "<|reserved_special_token_199|>",
|
| 1664 |
+
"lstrip": false,
|
| 1665 |
+
"normalized": false,
|
| 1666 |
+
"rstrip": false,
|
| 1667 |
+
"single_word": false,
|
| 1668 |
+
"special": true
|
| 1669 |
+
},
|
| 1670 |
+
"128208": {
|
| 1671 |
+
"content": "<|reserved_special_token_200|>",
|
| 1672 |
+
"lstrip": false,
|
| 1673 |
+
"normalized": false,
|
| 1674 |
+
"rstrip": false,
|
| 1675 |
+
"single_word": false,
|
| 1676 |
+
"special": true
|
| 1677 |
+
},
|
| 1678 |
+
"128209": {
|
| 1679 |
+
"content": "<|reserved_special_token_201|>",
|
| 1680 |
+
"lstrip": false,
|
| 1681 |
+
"normalized": false,
|
| 1682 |
+
"rstrip": false,
|
| 1683 |
+
"single_word": false,
|
| 1684 |
+
"special": true
|
| 1685 |
+
},
|
| 1686 |
+
"128210": {
|
| 1687 |
+
"content": "<|reserved_special_token_202|>",
|
| 1688 |
+
"lstrip": false,
|
| 1689 |
+
"normalized": false,
|
| 1690 |
+
"rstrip": false,
|
| 1691 |
+
"single_word": false,
|
| 1692 |
+
"special": true
|
| 1693 |
+
},
|
| 1694 |
+
"128211": {
|
| 1695 |
+
"content": "<|reserved_special_token_203|>",
|
| 1696 |
+
"lstrip": false,
|
| 1697 |
+
"normalized": false,
|
| 1698 |
+
"rstrip": false,
|
| 1699 |
+
"single_word": false,
|
| 1700 |
+
"special": true
|
| 1701 |
+
},
|
| 1702 |
+
"128212": {
|
| 1703 |
+
"content": "<|reserved_special_token_204|>",
|
| 1704 |
+
"lstrip": false,
|
| 1705 |
+
"normalized": false,
|
| 1706 |
+
"rstrip": false,
|
| 1707 |
+
"single_word": false,
|
| 1708 |
+
"special": true
|
| 1709 |
+
},
|
| 1710 |
+
"128213": {
|
| 1711 |
+
"content": "<|reserved_special_token_205|>",
|
| 1712 |
+
"lstrip": false,
|
| 1713 |
+
"normalized": false,
|
| 1714 |
+
"rstrip": false,
|
| 1715 |
+
"single_word": false,
|
| 1716 |
+
"special": true
|
| 1717 |
+
},
|
| 1718 |
+
"128214": {
|
| 1719 |
+
"content": "<|reserved_special_token_206|>",
|
| 1720 |
+
"lstrip": false,
|
| 1721 |
+
"normalized": false,
|
| 1722 |
+
"rstrip": false,
|
| 1723 |
+
"single_word": false,
|
| 1724 |
+
"special": true
|
| 1725 |
+
},
|
| 1726 |
+
"128215": {
|
| 1727 |
+
"content": "<|reserved_special_token_207|>",
|
| 1728 |
+
"lstrip": false,
|
| 1729 |
+
"normalized": false,
|
| 1730 |
+
"rstrip": false,
|
| 1731 |
+
"single_word": false,
|
| 1732 |
+
"special": true
|
| 1733 |
+
},
|
| 1734 |
+
"128216": {
|
| 1735 |
+
"content": "<|reserved_special_token_208|>",
|
| 1736 |
+
"lstrip": false,
|
| 1737 |
+
"normalized": false,
|
| 1738 |
+
"rstrip": false,
|
| 1739 |
+
"single_word": false,
|
| 1740 |
+
"special": true
|
| 1741 |
+
},
|
| 1742 |
+
"128217": {
|
| 1743 |
+
"content": "<|reserved_special_token_209|>",
|
| 1744 |
+
"lstrip": false,
|
| 1745 |
+
"normalized": false,
|
| 1746 |
+
"rstrip": false,
|
| 1747 |
+
"single_word": false,
|
| 1748 |
+
"special": true
|
| 1749 |
+
},
|
| 1750 |
+
"128218": {
|
| 1751 |
+
"content": "<|reserved_special_token_210|>",
|
| 1752 |
+
"lstrip": false,
|
| 1753 |
+
"normalized": false,
|
| 1754 |
+
"rstrip": false,
|
| 1755 |
+
"single_word": false,
|
| 1756 |
+
"special": true
|
| 1757 |
+
},
|
| 1758 |
+
"128219": {
|
| 1759 |
+
"content": "<|reserved_special_token_211|>",
|
| 1760 |
+
"lstrip": false,
|
| 1761 |
+
"normalized": false,
|
| 1762 |
+
"rstrip": false,
|
| 1763 |
+
"single_word": false,
|
| 1764 |
+
"special": true
|
| 1765 |
+
},
|
| 1766 |
+
"128220": {
|
| 1767 |
+
"content": "<|reserved_special_token_212|>",
|
| 1768 |
+
"lstrip": false,
|
| 1769 |
+
"normalized": false,
|
| 1770 |
+
"rstrip": false,
|
| 1771 |
+
"single_word": false,
|
| 1772 |
+
"special": true
|
| 1773 |
+
},
|
| 1774 |
+
"128221": {
|
| 1775 |
+
"content": "<|reserved_special_token_213|>",
|
| 1776 |
+
"lstrip": false,
|
| 1777 |
+
"normalized": false,
|
| 1778 |
+
"rstrip": false,
|
| 1779 |
+
"single_word": false,
|
| 1780 |
+
"special": true
|
| 1781 |
+
},
|
| 1782 |
+
"128222": {
|
| 1783 |
+
"content": "<|reserved_special_token_214|>",
|
| 1784 |
+
"lstrip": false,
|
| 1785 |
+
"normalized": false,
|
| 1786 |
+
"rstrip": false,
|
| 1787 |
+
"single_word": false,
|
| 1788 |
+
"special": true
|
| 1789 |
+
},
|
| 1790 |
+
"128223": {
|
| 1791 |
+
"content": "<|reserved_special_token_215|>",
|
| 1792 |
+
"lstrip": false,
|
| 1793 |
+
"normalized": false,
|
| 1794 |
+
"rstrip": false,
|
| 1795 |
+
"single_word": false,
|
| 1796 |
+
"special": true
|
| 1797 |
+
},
|
| 1798 |
+
"128224": {
|
| 1799 |
+
"content": "<|reserved_special_token_216|>",
|
| 1800 |
+
"lstrip": false,
|
| 1801 |
+
"normalized": false,
|
| 1802 |
+
"rstrip": false,
|
| 1803 |
+
"single_word": false,
|
| 1804 |
+
"special": true
|
| 1805 |
+
},
|
| 1806 |
+
"128225": {
|
| 1807 |
+
"content": "<|reserved_special_token_217|>",
|
| 1808 |
+
"lstrip": false,
|
| 1809 |
+
"normalized": false,
|
| 1810 |
+
"rstrip": false,
|
| 1811 |
+
"single_word": false,
|
| 1812 |
+
"special": true
|
| 1813 |
+
},
|
| 1814 |
+
"128226": {
|
| 1815 |
+
"content": "<|reserved_special_token_218|>",
|
| 1816 |
+
"lstrip": false,
|
| 1817 |
+
"normalized": false,
|
| 1818 |
+
"rstrip": false,
|
| 1819 |
+
"single_word": false,
|
| 1820 |
+
"special": true
|
| 1821 |
+
},
|
| 1822 |
+
"128227": {
|
| 1823 |
+
"content": "<|reserved_special_token_219|>",
|
| 1824 |
+
"lstrip": false,
|
| 1825 |
+
"normalized": false,
|
| 1826 |
+
"rstrip": false,
|
| 1827 |
+
"single_word": false,
|
| 1828 |
+
"special": true
|
| 1829 |
+
},
|
| 1830 |
+
"128228": {
|
| 1831 |
+
"content": "<|reserved_special_token_220|>",
|
| 1832 |
+
"lstrip": false,
|
| 1833 |
+
"normalized": false,
|
| 1834 |
+
"rstrip": false,
|
| 1835 |
+
"single_word": false,
|
| 1836 |
+
"special": true
|
| 1837 |
+
},
|
| 1838 |
+
"128229": {
|
| 1839 |
+
"content": "<|reserved_special_token_221|>",
|
| 1840 |
+
"lstrip": false,
|
| 1841 |
+
"normalized": false,
|
| 1842 |
+
"rstrip": false,
|
| 1843 |
+
"single_word": false,
|
| 1844 |
+
"special": true
|
| 1845 |
+
},
|
| 1846 |
+
"128230": {
|
| 1847 |
+
"content": "<|reserved_special_token_222|>",
|
| 1848 |
+
"lstrip": false,
|
| 1849 |
+
"normalized": false,
|
| 1850 |
+
"rstrip": false,
|
| 1851 |
+
"single_word": false,
|
| 1852 |
+
"special": true
|
| 1853 |
+
},
|
| 1854 |
+
"128231": {
|
| 1855 |
+
"content": "<|reserved_special_token_223|>",
|
| 1856 |
+
"lstrip": false,
|
| 1857 |
+
"normalized": false,
|
| 1858 |
+
"rstrip": false,
|
| 1859 |
+
"single_word": false,
|
| 1860 |
+
"special": true
|
| 1861 |
+
},
|
| 1862 |
+
"128232": {
|
| 1863 |
+
"content": "<|reserved_special_token_224|>",
|
| 1864 |
+
"lstrip": false,
|
| 1865 |
+
"normalized": false,
|
| 1866 |
+
"rstrip": false,
|
| 1867 |
+
"single_word": false,
|
| 1868 |
+
"special": true
|
| 1869 |
+
},
|
| 1870 |
+
"128233": {
|
| 1871 |
+
"content": "<|reserved_special_token_225|>",
|
| 1872 |
+
"lstrip": false,
|
| 1873 |
+
"normalized": false,
|
| 1874 |
+
"rstrip": false,
|
| 1875 |
+
"single_word": false,
|
| 1876 |
+
"special": true
|
| 1877 |
+
},
|
| 1878 |
+
"128234": {
|
| 1879 |
+
"content": "<|reserved_special_token_226|>",
|
| 1880 |
+
"lstrip": false,
|
| 1881 |
+
"normalized": false,
|
| 1882 |
+
"rstrip": false,
|
| 1883 |
+
"single_word": false,
|
| 1884 |
+
"special": true
|
| 1885 |
+
},
|
| 1886 |
+
"128235": {
|
| 1887 |
+
"content": "<|reserved_special_token_227|>",
|
| 1888 |
+
"lstrip": false,
|
| 1889 |
+
"normalized": false,
|
| 1890 |
+
"rstrip": false,
|
| 1891 |
+
"single_word": false,
|
| 1892 |
+
"special": true
|
| 1893 |
+
},
|
| 1894 |
+
"128236": {
|
| 1895 |
+
"content": "<|reserved_special_token_228|>",
|
| 1896 |
+
"lstrip": false,
|
| 1897 |
+
"normalized": false,
|
| 1898 |
+
"rstrip": false,
|
| 1899 |
+
"single_word": false,
|
| 1900 |
+
"special": true
|
| 1901 |
+
},
|
| 1902 |
+
"128237": {
|
| 1903 |
+
"content": "<|reserved_special_token_229|>",
|
| 1904 |
+
"lstrip": false,
|
| 1905 |
+
"normalized": false,
|
| 1906 |
+
"rstrip": false,
|
| 1907 |
+
"single_word": false,
|
| 1908 |
+
"special": true
|
| 1909 |
+
},
|
| 1910 |
+
"128238": {
|
| 1911 |
+
"content": "<|reserved_special_token_230|>",
|
| 1912 |
+
"lstrip": false,
|
| 1913 |
+
"normalized": false,
|
| 1914 |
+
"rstrip": false,
|
| 1915 |
+
"single_word": false,
|
| 1916 |
+
"special": true
|
| 1917 |
+
},
|
| 1918 |
+
"128239": {
|
| 1919 |
+
"content": "<|reserved_special_token_231|>",
|
| 1920 |
+
"lstrip": false,
|
| 1921 |
+
"normalized": false,
|
| 1922 |
+
"rstrip": false,
|
| 1923 |
+
"single_word": false,
|
| 1924 |
+
"special": true
|
| 1925 |
+
},
|
| 1926 |
+
"128240": {
|
| 1927 |
+
"content": "<|reserved_special_token_232|>",
|
| 1928 |
+
"lstrip": false,
|
| 1929 |
+
"normalized": false,
|
| 1930 |
+
"rstrip": false,
|
| 1931 |
+
"single_word": false,
|
| 1932 |
+
"special": true
|
| 1933 |
+
},
|
| 1934 |
+
"128241": {
|
| 1935 |
+
"content": "<|reserved_special_token_233|>",
|
| 1936 |
+
"lstrip": false,
|
| 1937 |
+
"normalized": false,
|
| 1938 |
+
"rstrip": false,
|
| 1939 |
+
"single_word": false,
|
| 1940 |
+
"special": true
|
| 1941 |
+
},
|
| 1942 |
+
"128242": {
|
| 1943 |
+
"content": "<|reserved_special_token_234|>",
|
| 1944 |
+
"lstrip": false,
|
| 1945 |
+
"normalized": false,
|
| 1946 |
+
"rstrip": false,
|
| 1947 |
+
"single_word": false,
|
| 1948 |
+
"special": true
|
| 1949 |
+
},
|
| 1950 |
+
"128243": {
|
| 1951 |
+
"content": "<|reserved_special_token_235|>",
|
| 1952 |
+
"lstrip": false,
|
| 1953 |
+
"normalized": false,
|
| 1954 |
+
"rstrip": false,
|
| 1955 |
+
"single_word": false,
|
| 1956 |
+
"special": true
|
| 1957 |
+
},
|
| 1958 |
+
"128244": {
|
| 1959 |
+
"content": "<|reserved_special_token_236|>",
|
| 1960 |
+
"lstrip": false,
|
| 1961 |
+
"normalized": false,
|
| 1962 |
+
"rstrip": false,
|
| 1963 |
+
"single_word": false,
|
| 1964 |
+
"special": true
|
| 1965 |
+
},
|
| 1966 |
+
"128245": {
|
| 1967 |
+
"content": "<|reserved_special_token_237|>",
|
| 1968 |
+
"lstrip": false,
|
| 1969 |
+
"normalized": false,
|
| 1970 |
+
"rstrip": false,
|
| 1971 |
+
"single_word": false,
|
| 1972 |
+
"special": true
|
| 1973 |
+
},
|
| 1974 |
+
"128246": {
|
| 1975 |
+
"content": "<|reserved_special_token_238|>",
|
| 1976 |
+
"lstrip": false,
|
| 1977 |
+
"normalized": false,
|
| 1978 |
+
"rstrip": false,
|
| 1979 |
+
"single_word": false,
|
| 1980 |
+
"special": true
|
| 1981 |
+
},
|
| 1982 |
+
"128247": {
|
| 1983 |
+
"content": "<|reserved_special_token_239|>",
|
| 1984 |
+
"lstrip": false,
|
| 1985 |
+
"normalized": false,
|
| 1986 |
+
"rstrip": false,
|
| 1987 |
+
"single_word": false,
|
| 1988 |
+
"special": true
|
| 1989 |
+
},
|
| 1990 |
+
"128248": {
|
| 1991 |
+
"content": "<|reserved_special_token_240|>",
|
| 1992 |
+
"lstrip": false,
|
| 1993 |
+
"normalized": false,
|
| 1994 |
+
"rstrip": false,
|
| 1995 |
+
"single_word": false,
|
| 1996 |
+
"special": true
|
| 1997 |
+
},
|
| 1998 |
+
"128249": {
|
| 1999 |
+
"content": "<|reserved_special_token_241|>",
|
| 2000 |
+
"lstrip": false,
|
| 2001 |
+
"normalized": false,
|
| 2002 |
+
"rstrip": false,
|
| 2003 |
+
"single_word": false,
|
| 2004 |
+
"special": true
|
| 2005 |
+
},
|
| 2006 |
+
"128250": {
|
| 2007 |
+
"content": "<|reserved_special_token_242|>",
|
| 2008 |
+
"lstrip": false,
|
| 2009 |
+
"normalized": false,
|
| 2010 |
+
"rstrip": false,
|
| 2011 |
+
"single_word": false,
|
| 2012 |
+
"special": true
|
| 2013 |
+
},
|
| 2014 |
+
"128251": {
|
| 2015 |
+
"content": "<|reserved_special_token_243|>",
|
| 2016 |
+
"lstrip": false,
|
| 2017 |
+
"normalized": false,
|
| 2018 |
+
"rstrip": false,
|
| 2019 |
+
"single_word": false,
|
| 2020 |
+
"special": true
|
| 2021 |
+
},
|
| 2022 |
+
"128252": {
|
| 2023 |
+
"content": "<|reserved_special_token_244|>",
|
| 2024 |
+
"lstrip": false,
|
| 2025 |
+
"normalized": false,
|
| 2026 |
+
"rstrip": false,
|
| 2027 |
+
"single_word": false,
|
| 2028 |
+
"special": true
|
| 2029 |
+
},
|
| 2030 |
+
"128253": {
|
| 2031 |
+
"content": "<|reserved_special_token_245|>",
|
| 2032 |
+
"lstrip": false,
|
| 2033 |
+
"normalized": false,
|
| 2034 |
+
"rstrip": false,
|
| 2035 |
+
"single_word": false,
|
| 2036 |
+
"special": true
|
| 2037 |
+
},
|
| 2038 |
+
"128254": {
|
| 2039 |
+
"content": "<|reserved_special_token_246|>",
|
| 2040 |
+
"lstrip": false,
|
| 2041 |
+
"normalized": false,
|
| 2042 |
+
"rstrip": false,
|
| 2043 |
+
"single_word": false,
|
| 2044 |
+
"special": true
|
| 2045 |
+
},
|
| 2046 |
+
"128255": {
|
| 2047 |
+
"content": "<|reserved_special_token_247|>",
|
| 2048 |
+
"lstrip": false,
|
| 2049 |
+
"normalized": false,
|
| 2050 |
+
"rstrip": false,
|
| 2051 |
+
"single_word": false,
|
| 2052 |
+
"special": true
|
| 2053 |
+
}
|
| 2054 |
+
},
|
| 2055 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
| 2056 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
|
| 2057 |
+
"clean_up_tokenization_spaces": false,
|
| 2058 |
+
"eos_token": "<|end▁of▁sentence|>",
|
| 2059 |
+
"legacy": true,
|
| 2060 |
+
"model_max_length": 16384,
|
| 2061 |
+
"pad_token": "<|end▁of▁sentence|>",
|
| 2062 |
+
"sp_model_kwargs": {},
|
| 2063 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 2064 |
+
"unk_token": null,
|
| 2065 |
+
"use_default_system_prompt": false
|
| 2066 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/trainer_state.json
ADDED
|
@@ -0,0 +1,3547 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.9966355140186915,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1002,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.0029906542056074765,
|
| 13 |
+
"grad_norm": 3.4282846450805664,
|
| 14 |
+
"learning_rate": 1.9607843137254904e-07,
|
| 15 |
+
"loss": 0.8056,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.005981308411214953,
|
| 20 |
+
"grad_norm": 4.388183116912842,
|
| 21 |
+
"learning_rate": 3.921568627450981e-07,
|
| 22 |
+
"loss": 0.8628,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.011962616822429906,
|
| 27 |
+
"grad_norm": 5.366924285888672,
|
| 28 |
+
"learning_rate": 7.843137254901962e-07,
|
| 29 |
+
"loss": 0.8594,
|
| 30 |
+
"step": 4
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.01794392523364486,
|
| 34 |
+
"grad_norm": 4.848186492919922,
|
| 35 |
+
"learning_rate": 1.1764705882352942e-06,
|
| 36 |
+
"loss": 0.8382,
|
| 37 |
+
"step": 6
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.023925233644859812,
|
| 41 |
+
"grad_norm": 4.195390701293945,
|
| 42 |
+
"learning_rate": 1.5686274509803923e-06,
|
| 43 |
+
"loss": 0.776,
|
| 44 |
+
"step": 8
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.029906542056074768,
|
| 48 |
+
"grad_norm": 4.072334289550781,
|
| 49 |
+
"learning_rate": 1.96078431372549e-06,
|
| 50 |
+
"loss": 0.8074,
|
| 51 |
+
"step": 10
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.03588785046728972,
|
| 55 |
+
"grad_norm": 2.706496477127075,
|
| 56 |
+
"learning_rate": 2.3529411764705885e-06,
|
| 57 |
+
"loss": 0.7487,
|
| 58 |
+
"step": 12
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.041869158878504675,
|
| 62 |
+
"grad_norm": 1.9595896005630493,
|
| 63 |
+
"learning_rate": 2.7450980392156867e-06,
|
| 64 |
+
"loss": 0.7245,
|
| 65 |
+
"step": 14
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.047850467289719624,
|
| 69 |
+
"grad_norm": 2.018717050552368,
|
| 70 |
+
"learning_rate": 3.1372549019607846e-06,
|
| 71 |
+
"loss": 0.7219,
|
| 72 |
+
"step": 16
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.05383177570093458,
|
| 76 |
+
"grad_norm": 1.7622108459472656,
|
| 77 |
+
"learning_rate": 3.529411764705883e-06,
|
| 78 |
+
"loss": 0.6933,
|
| 79 |
+
"step": 18
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.059813084112149535,
|
| 83 |
+
"grad_norm": 1.6138136386871338,
|
| 84 |
+
"learning_rate": 3.92156862745098e-06,
|
| 85 |
+
"loss": 0.6903,
|
| 86 |
+
"step": 20
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.06579439252336448,
|
| 90 |
+
"grad_norm": 1.403164029121399,
|
| 91 |
+
"learning_rate": 4.313725490196079e-06,
|
| 92 |
+
"loss": 0.6621,
|
| 93 |
+
"step": 22
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.07177570093457944,
|
| 97 |
+
"grad_norm": 1.144256353378296,
|
| 98 |
+
"learning_rate": 4.705882352941177e-06,
|
| 99 |
+
"loss": 0.6622,
|
| 100 |
+
"step": 24
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.0777570093457944,
|
| 104 |
+
"grad_norm": 1.123942255973816,
|
| 105 |
+
"learning_rate": 5.098039215686274e-06,
|
| 106 |
+
"loss": 0.6382,
|
| 107 |
+
"step": 26
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.08373831775700935,
|
| 111 |
+
"grad_norm": 0.8241124153137207,
|
| 112 |
+
"learning_rate": 5.4901960784313735e-06,
|
| 113 |
+
"loss": 0.6438,
|
| 114 |
+
"step": 28
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.08971962616822429,
|
| 118 |
+
"grad_norm": 0.7706263661384583,
|
| 119 |
+
"learning_rate": 5.882352941176471e-06,
|
| 120 |
+
"loss": 0.5828,
|
| 121 |
+
"step": 30
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.09570093457943925,
|
| 125 |
+
"grad_norm": 0.7647000551223755,
|
| 126 |
+
"learning_rate": 6.274509803921569e-06,
|
| 127 |
+
"loss": 0.5619,
|
| 128 |
+
"step": 32
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1016822429906542,
|
| 132 |
+
"grad_norm": 3.782670021057129,
|
| 133 |
+
"learning_rate": 6.666666666666667e-06,
|
| 134 |
+
"loss": 0.6539,
|
| 135 |
+
"step": 34
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.10766355140186916,
|
| 139 |
+
"grad_norm": 0.6794511675834656,
|
| 140 |
+
"learning_rate": 7.058823529411766e-06,
|
| 141 |
+
"loss": 0.5877,
|
| 142 |
+
"step": 36
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.11364485981308411,
|
| 146 |
+
"grad_norm": 0.6795441508293152,
|
| 147 |
+
"learning_rate": 7.450980392156863e-06,
|
| 148 |
+
"loss": 0.5926,
|
| 149 |
+
"step": 38
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.11962616822429907,
|
| 153 |
+
"grad_norm": 0.6446499228477478,
|
| 154 |
+
"learning_rate": 7.84313725490196e-06,
|
| 155 |
+
"loss": 0.5877,
|
| 156 |
+
"step": 40
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.12560747663551403,
|
| 160 |
+
"grad_norm": 0.6556646227836609,
|
| 161 |
+
"learning_rate": 8.23529411764706e-06,
|
| 162 |
+
"loss": 0.5971,
|
| 163 |
+
"step": 42
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.13158878504672897,
|
| 167 |
+
"grad_norm": 0.6358281970024109,
|
| 168 |
+
"learning_rate": 8.627450980392157e-06,
|
| 169 |
+
"loss": 0.5903,
|
| 170 |
+
"step": 44
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.13757009345794394,
|
| 174 |
+
"grad_norm": 0.5848496556282043,
|
| 175 |
+
"learning_rate": 9.019607843137256e-06,
|
| 176 |
+
"loss": 0.5673,
|
| 177 |
+
"step": 46
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.14355140186915888,
|
| 181 |
+
"grad_norm": 0.6347646117210388,
|
| 182 |
+
"learning_rate": 9.411764705882354e-06,
|
| 183 |
+
"loss": 0.596,
|
| 184 |
+
"step": 48
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.14953271028037382,
|
| 188 |
+
"grad_norm": 0.6139919757843018,
|
| 189 |
+
"learning_rate": 9.803921568627451e-06,
|
| 190 |
+
"loss": 0.5652,
|
| 191 |
+
"step": 50
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.1555140186915888,
|
| 195 |
+
"grad_norm": 0.6299135088920593,
|
| 196 |
+
"learning_rate": 9.999972717866783e-06,
|
| 197 |
+
"loss": 0.6019,
|
| 198 |
+
"step": 52
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.16149532710280373,
|
| 202 |
+
"grad_norm": 0.6271386742591858,
|
| 203 |
+
"learning_rate": 9.999754462587396e-06,
|
| 204 |
+
"loss": 0.5812,
|
| 205 |
+
"step": 54
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.1674766355140187,
|
| 209 |
+
"grad_norm": 0.603743851184845,
|
| 210 |
+
"learning_rate": 9.999317961555746e-06,
|
| 211 |
+
"loss": 0.5837,
|
| 212 |
+
"step": 56
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.17345794392523364,
|
| 216 |
+
"grad_norm": 0.6218274235725403,
|
| 217 |
+
"learning_rate": 9.998663233825668e-06,
|
| 218 |
+
"loss": 0.5741,
|
| 219 |
+
"step": 58
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.17943925233644858,
|
| 223 |
+
"grad_norm": 0.5972462296485901,
|
| 224 |
+
"learning_rate": 9.997790307976874e-06,
|
| 225 |
+
"loss": 0.53,
|
| 226 |
+
"step": 60
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.18542056074766355,
|
| 230 |
+
"grad_norm": 0.5708372592926025,
|
| 231 |
+
"learning_rate": 9.996699222113709e-06,
|
| 232 |
+
"loss": 0.5526,
|
| 233 |
+
"step": 62
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.1914018691588785,
|
| 237 |
+
"grad_norm": 0.5606462955474854,
|
| 238 |
+
"learning_rate": 9.995390023863483e-06,
|
| 239 |
+
"loss": 0.5534,
|
| 240 |
+
"step": 64
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.19738317757009347,
|
| 244 |
+
"grad_norm": 0.6092550158500671,
|
| 245 |
+
"learning_rate": 9.99386277037439e-06,
|
| 246 |
+
"loss": 0.5766,
|
| 247 |
+
"step": 66
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.2033644859813084,
|
| 251 |
+
"grad_norm": 0.577298104763031,
|
| 252 |
+
"learning_rate": 9.992117528313025e-06,
|
| 253 |
+
"loss": 0.5611,
|
| 254 |
+
"step": 68
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.20934579439252338,
|
| 258 |
+
"grad_norm": 0.5903265476226807,
|
| 259 |
+
"learning_rate": 9.990154373861463e-06,
|
| 260 |
+
"loss": 0.5929,
|
| 261 |
+
"step": 70
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.21532710280373832,
|
| 265 |
+
"grad_norm": 0.5991240739822388,
|
| 266 |
+
"learning_rate": 9.987973392713932e-06,
|
| 267 |
+
"loss": 0.5676,
|
| 268 |
+
"step": 72
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.22130841121495326,
|
| 272 |
+
"grad_norm": 0.6097000241279602,
|
| 273 |
+
"learning_rate": 9.985574680073084e-06,
|
| 274 |
+
"loss": 0.5349,
|
| 275 |
+
"step": 74
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.22728971962616823,
|
| 279 |
+
"grad_norm": 0.5570875406265259,
|
| 280 |
+
"learning_rate": 9.982958340645832e-06,
|
| 281 |
+
"loss": 0.5671,
|
| 282 |
+
"step": 76
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.23327102803738317,
|
| 286 |
+
"grad_norm": 0.5734003186225891,
|
| 287 |
+
"learning_rate": 9.980124488638774e-06,
|
| 288 |
+
"loss": 0.5955,
|
| 289 |
+
"step": 78
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.23925233644859814,
|
| 293 |
+
"grad_norm": 0.5406553745269775,
|
| 294 |
+
"learning_rate": 9.977073247753218e-06,
|
| 295 |
+
"loss": 0.5366,
|
| 296 |
+
"step": 80
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.24523364485981308,
|
| 300 |
+
"grad_norm": 1.5509494543075562,
|
| 301 |
+
"learning_rate": 9.973804751179779e-06,
|
| 302 |
+
"loss": 0.5512,
|
| 303 |
+
"step": 82
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.25121495327102805,
|
| 307 |
+
"grad_norm": 0.5826510787010193,
|
| 308 |
+
"learning_rate": 9.970319141592559e-06,
|
| 309 |
+
"loss": 0.5441,
|
| 310 |
+
"step": 84
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.25719626168224297,
|
| 314 |
+
"grad_norm": 0.5949900150299072,
|
| 315 |
+
"learning_rate": 9.966616571142931e-06,
|
| 316 |
+
"loss": 0.5626,
|
| 317 |
+
"step": 86
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.26317757009345794,
|
| 321 |
+
"grad_norm": 0.5483706593513489,
|
| 322 |
+
"learning_rate": 9.962697201452882e-06,
|
| 323 |
+
"loss": 0.5465,
|
| 324 |
+
"step": 88
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.2691588785046729,
|
| 328 |
+
"grad_norm": 0.6367583274841309,
|
| 329 |
+
"learning_rate": 9.958561203607975e-06,
|
| 330 |
+
"loss": 0.5404,
|
| 331 |
+
"step": 90
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.2751401869158879,
|
| 335 |
+
"grad_norm": 0.539474606513977,
|
| 336 |
+
"learning_rate": 9.954208758149867e-06,
|
| 337 |
+
"loss": 0.5477,
|
| 338 |
+
"step": 92
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.2811214953271028,
|
| 342 |
+
"grad_norm": 0.5971343517303467,
|
| 343 |
+
"learning_rate": 9.949640055068432e-06,
|
| 344 |
+
"loss": 0.5568,
|
| 345 |
+
"step": 94
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.28710280373831776,
|
| 349 |
+
"grad_norm": 0.6063545346260071,
|
| 350 |
+
"learning_rate": 9.944855293793477e-06,
|
| 351 |
+
"loss": 0.5576,
|
| 352 |
+
"step": 96
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.2930841121495327,
|
| 356 |
+
"grad_norm": 0.572651207447052,
|
| 357 |
+
"learning_rate": 9.939854683186016e-06,
|
| 358 |
+
"loss": 0.5583,
|
| 359 |
+
"step": 98
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.29906542056074764,
|
| 363 |
+
"grad_norm": 0.5835568308830261,
|
| 364 |
+
"learning_rate": 9.93463844152918e-06,
|
| 365 |
+
"loss": 0.5843,
|
| 366 |
+
"step": 100
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.3050467289719626,
|
| 370 |
+
"grad_norm": 0.5889995694160461,
|
| 371 |
+
"learning_rate": 9.929206796518663e-06,
|
| 372 |
+
"loss": 0.5314,
|
| 373 |
+
"step": 102
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.3110280373831776,
|
| 377 |
+
"grad_norm": 0.5598423480987549,
|
| 378 |
+
"learning_rate": 9.9235599852528e-06,
|
| 379 |
+
"loss": 0.5315,
|
| 380 |
+
"step": 104
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.31700934579439255,
|
| 384 |
+
"grad_norm": 0.565233051776886,
|
| 385 |
+
"learning_rate": 9.91769825422221e-06,
|
| 386 |
+
"loss": 0.5428,
|
| 387 |
+
"step": 106
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.32299065420560746,
|
| 391 |
+
"grad_norm": 0.5561599135398865,
|
| 392 |
+
"learning_rate": 9.91162185929904e-06,
|
| 393 |
+
"loss": 0.5273,
|
| 394 |
+
"step": 108
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.32897196261682243,
|
| 398 |
+
"grad_norm": 0.5615388751029968,
|
| 399 |
+
"learning_rate": 9.905331065725789e-06,
|
| 400 |
+
"loss": 0.5645,
|
| 401 |
+
"step": 110
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.3349532710280374,
|
| 405 |
+
"grad_norm": 0.5586528182029724,
|
| 406 |
+
"learning_rate": 9.898826148103737e-06,
|
| 407 |
+
"loss": 0.5343,
|
| 408 |
+
"step": 112
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.3409345794392523,
|
| 412 |
+
"grad_norm": 0.5534612536430359,
|
| 413 |
+
"learning_rate": 9.892107390380959e-06,
|
| 414 |
+
"loss": 0.5231,
|
| 415 |
+
"step": 114
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.3469158878504673,
|
| 419 |
+
"grad_norm": 0.6707253456115723,
|
| 420 |
+
"learning_rate": 9.88517508583992e-06,
|
| 421 |
+
"loss": 0.5546,
|
| 422 |
+
"step": 116
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.35289719626168226,
|
| 426 |
+
"grad_norm": 0.5770431160926819,
|
| 427 |
+
"learning_rate": 9.878029537084685e-06,
|
| 428 |
+
"loss": 0.5539,
|
| 429 |
+
"step": 118
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.35887850467289717,
|
| 433 |
+
"grad_norm": 0.5553021430969238,
|
| 434 |
+
"learning_rate": 9.870671056027705e-06,
|
| 435 |
+
"loss": 0.544,
|
| 436 |
+
"step": 120
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.36485981308411214,
|
| 440 |
+
"grad_norm": 0.5602825880050659,
|
| 441 |
+
"learning_rate": 9.863099963876202e-06,
|
| 442 |
+
"loss": 0.5458,
|
| 443 |
+
"step": 122
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.3708411214953271,
|
| 447 |
+
"grad_norm": 0.5332139134407043,
|
| 448 |
+
"learning_rate": 9.855316591118143e-06,
|
| 449 |
+
"loss": 0.5605,
|
| 450 |
+
"step": 124
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.3768224299065421,
|
| 454 |
+
"grad_norm": 0.603239893913269,
|
| 455 |
+
"learning_rate": 9.847321277507821e-06,
|
| 456 |
+
"loss": 0.5378,
|
| 457 |
+
"step": 126
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.382803738317757,
|
| 461 |
+
"grad_norm": 0.5638384222984314,
|
| 462 |
+
"learning_rate": 9.839114372051025e-06,
|
| 463 |
+
"loss": 0.5451,
|
| 464 |
+
"step": 128
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.38878504672897196,
|
| 468 |
+
"grad_norm": 0.5452869534492493,
|
| 469 |
+
"learning_rate": 9.830696232989793e-06,
|
| 470 |
+
"loss": 0.5248,
|
| 471 |
+
"step": 130
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.39476635514018693,
|
| 475 |
+
"grad_norm": 2.0323398113250732,
|
| 476 |
+
"learning_rate": 9.822067227786794e-06,
|
| 477 |
+
"loss": 0.5345,
|
| 478 |
+
"step": 132
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.40074766355140184,
|
| 482 |
+
"grad_norm": 0.5626135468482971,
|
| 483 |
+
"learning_rate": 9.813227733109267e-06,
|
| 484 |
+
"loss": 0.5462,
|
| 485 |
+
"step": 134
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.4067289719626168,
|
| 489 |
+
"grad_norm": 0.6065902709960938,
|
| 490 |
+
"learning_rate": 9.804178134812597e-06,
|
| 491 |
+
"loss": 0.5553,
|
| 492 |
+
"step": 136
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.4127102803738318,
|
| 496 |
+
"grad_norm": 0.5674175024032593,
|
| 497 |
+
"learning_rate": 9.794918827923458e-06,
|
| 498 |
+
"loss": 0.555,
|
| 499 |
+
"step": 138
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.41869158878504675,
|
| 503 |
+
"grad_norm": 0.5876524448394775,
|
| 504 |
+
"learning_rate": 9.785450216622579e-06,
|
| 505 |
+
"loss": 0.5449,
|
| 506 |
+
"step": 140
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.42467289719626167,
|
| 510 |
+
"grad_norm": 0.5519018173217773,
|
| 511 |
+
"learning_rate": 9.775772714227096e-06,
|
| 512 |
+
"loss": 0.5486,
|
| 513 |
+
"step": 142
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.43065420560747664,
|
| 517 |
+
"grad_norm": 0.5821079611778259,
|
| 518 |
+
"learning_rate": 9.765886743172512e-06,
|
| 519 |
+
"loss": 0.555,
|
| 520 |
+
"step": 144
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.4366355140186916,
|
| 524 |
+
"grad_norm": 0.5479001402854919,
|
| 525 |
+
"learning_rate": 9.755792734994257e-06,
|
| 526 |
+
"loss": 0.5521,
|
| 527 |
+
"step": 146
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.4426168224299065,
|
| 531 |
+
"grad_norm": 0.5903741717338562,
|
| 532 |
+
"learning_rate": 9.745491130308848e-06,
|
| 533 |
+
"loss": 0.5247,
|
| 534 |
+
"step": 148
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.4485981308411215,
|
| 538 |
+
"grad_norm": 0.5696671605110168,
|
| 539 |
+
"learning_rate": 9.734982378794662e-06,
|
| 540 |
+
"loss": 0.5067,
|
| 541 |
+
"step": 150
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.45457943925233646,
|
| 545 |
+
"grad_norm": 0.5558380484580994,
|
| 546 |
+
"learning_rate": 9.724266939172302e-06,
|
| 547 |
+
"loss": 0.5103,
|
| 548 |
+
"step": 152
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.46056074766355143,
|
| 552 |
+
"grad_norm": 0.5476086735725403,
|
| 553 |
+
"learning_rate": 9.713345279184574e-06,
|
| 554 |
+
"loss": 0.5465,
|
| 555 |
+
"step": 154
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.46654205607476634,
|
| 559 |
+
"grad_norm": 0.536656379699707,
|
| 560 |
+
"learning_rate": 9.702217875576067e-06,
|
| 561 |
+
"loss": 0.5531,
|
| 562 |
+
"step": 156
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.4725233644859813,
|
| 566 |
+
"grad_norm": 0.5399542450904846,
|
| 567 |
+
"learning_rate": 9.690885214072352e-06,
|
| 568 |
+
"loss": 0.5258,
|
| 569 |
+
"step": 158
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.4785046728971963,
|
| 573 |
+
"grad_norm": 0.539088785648346,
|
| 574 |
+
"learning_rate": 9.679347789358766e-06,
|
| 575 |
+
"loss": 0.5311,
|
| 576 |
+
"step": 160
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.4844859813084112,
|
| 580 |
+
"grad_norm": 0.5658231973648071,
|
| 581 |
+
"learning_rate": 9.667606105058828e-06,
|
| 582 |
+
"loss": 0.5522,
|
| 583 |
+
"step": 162
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.49046728971962616,
|
| 587 |
+
"grad_norm": 0.5501983761787415,
|
| 588 |
+
"learning_rate": 9.655660673712254e-06,
|
| 589 |
+
"loss": 0.4861,
|
| 590 |
+
"step": 164
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.49644859813084113,
|
| 594 |
+
"grad_norm": 0.5300902128219604,
|
| 595 |
+
"learning_rate": 9.643512016752578e-06,
|
| 596 |
+
"loss": 0.5325,
|
| 597 |
+
"step": 166
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.5024299065420561,
|
| 601 |
+
"grad_norm": 0.5249874591827393,
|
| 602 |
+
"learning_rate": 9.631160664484398e-06,
|
| 603 |
+
"loss": 0.5308,
|
| 604 |
+
"step": 168
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.508411214953271,
|
| 608 |
+
"grad_norm": 0.502623438835144,
|
| 609 |
+
"learning_rate": 9.618607156060227e-06,
|
| 610 |
+
"loss": 0.5296,
|
| 611 |
+
"step": 170
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.5143925233644859,
|
| 615 |
+
"grad_norm": 0.5451452136039734,
|
| 616 |
+
"learning_rate": 9.605852039456947e-06,
|
| 617 |
+
"loss": 0.5447,
|
| 618 |
+
"step": 172
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.520373831775701,
|
| 622 |
+
"grad_norm": 0.5635679364204407,
|
| 623 |
+
"learning_rate": 9.592895871451908e-06,
|
| 624 |
+
"loss": 0.5505,
|
| 625 |
+
"step": 174
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.5263551401869159,
|
| 629 |
+
"grad_norm": 0.8386549353599548,
|
| 630 |
+
"learning_rate": 9.579739217598608e-06,
|
| 631 |
+
"loss": 0.5495,
|
| 632 |
+
"step": 176
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.5323364485981309,
|
| 636 |
+
"grad_norm": 0.5260588526725769,
|
| 637 |
+
"learning_rate": 9.566382652202013e-06,
|
| 638 |
+
"loss": 0.5223,
|
| 639 |
+
"step": 178
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.5383177570093458,
|
| 643 |
+
"grad_norm": 0.5311717987060547,
|
| 644 |
+
"learning_rate": 9.552826758293487e-06,
|
| 645 |
+
"loss": 0.5479,
|
| 646 |
+
"step": 180
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.5442990654205607,
|
| 650 |
+
"grad_norm": 0.5487819910049438,
|
| 651 |
+
"learning_rate": 9.539072127605342e-06,
|
| 652 |
+
"loss": 0.52,
|
| 653 |
+
"step": 182
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.5502803738317757,
|
| 657 |
+
"grad_norm": 0.5302957892417908,
|
| 658 |
+
"learning_rate": 9.525119360545005e-06,
|
| 659 |
+
"loss": 0.539,
|
| 660 |
+
"step": 184
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.5562616822429907,
|
| 664 |
+
"grad_norm": 0.5473540425300598,
|
| 665 |
+
"learning_rate": 9.510969066168814e-06,
|
| 666 |
+
"loss": 0.5432,
|
| 667 |
+
"step": 186
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.5622429906542056,
|
| 671 |
+
"grad_norm": 0.5388506650924683,
|
| 672 |
+
"learning_rate": 9.496621862155434e-06,
|
| 673 |
+
"loss": 0.5472,
|
| 674 |
+
"step": 188
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.5682242990654206,
|
| 678 |
+
"grad_norm": 0.533203125,
|
| 679 |
+
"learning_rate": 9.482078374778877e-06,
|
| 680 |
+
"loss": 0.5365,
|
| 681 |
+
"step": 190
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.5742056074766355,
|
| 685 |
+
"grad_norm": 0.5521941781044006,
|
| 686 |
+
"learning_rate": 9.467339238881199e-06,
|
| 687 |
+
"loss": 0.548,
|
| 688 |
+
"step": 192
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.5801869158878504,
|
| 692 |
+
"grad_norm": 0.5113306045532227,
|
| 693 |
+
"learning_rate": 9.452405097844746e-06,
|
| 694 |
+
"loss": 0.5294,
|
| 695 |
+
"step": 194
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.5861682242990655,
|
| 699 |
+
"grad_norm": 0.5288083553314209,
|
| 700 |
+
"learning_rate": 9.437276603564104e-06,
|
| 701 |
+
"loss": 0.5344,
|
| 702 |
+
"step": 196
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.5921495327102804,
|
| 706 |
+
"grad_norm": 0.5461395978927612,
|
| 707 |
+
"learning_rate": 9.421954416417624e-06,
|
| 708 |
+
"loss": 0.5446,
|
| 709 |
+
"step": 198
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.5981308411214953,
|
| 713 |
+
"grad_norm": 0.5455833077430725,
|
| 714 |
+
"learning_rate": 9.406439205238604e-06,
|
| 715 |
+
"loss": 0.5165,
|
| 716 |
+
"step": 200
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.6041121495327103,
|
| 720 |
+
"grad_norm": 0.5564857125282288,
|
| 721 |
+
"learning_rate": 9.39073164728609e-06,
|
| 722 |
+
"loss": 0.5374,
|
| 723 |
+
"step": 202
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.6100934579439252,
|
| 727 |
+
"grad_norm": 0.5761339068412781,
|
| 728 |
+
"learning_rate": 9.37483242821531e-06,
|
| 729 |
+
"loss": 0.5408,
|
| 730 |
+
"step": 204
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.6160747663551401,
|
| 734 |
+
"grad_norm": 0.5414023995399475,
|
| 735 |
+
"learning_rate": 9.358742242047754e-06,
|
| 736 |
+
"loss": 0.5302,
|
| 737 |
+
"step": 206
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.6220560747663552,
|
| 741 |
+
"grad_norm": 0.580768346786499,
|
| 742 |
+
"learning_rate": 9.342461791140869e-06,
|
| 743 |
+
"loss": 0.5307,
|
| 744 |
+
"step": 208
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.6280373831775701,
|
| 748 |
+
"grad_norm": 0.543178915977478,
|
| 749 |
+
"learning_rate": 9.325991786157405e-06,
|
| 750 |
+
"loss": 0.5372,
|
| 751 |
+
"step": 210
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.6340186915887851,
|
| 755 |
+
"grad_norm": 0.5230343341827393,
|
| 756 |
+
"learning_rate": 9.309332946034392e-06,
|
| 757 |
+
"loss": 0.5124,
|
| 758 |
+
"step": 212
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.64,
|
| 762 |
+
"grad_norm": 0.5364699959754944,
|
| 763 |
+
"learning_rate": 9.292485997951759e-06,
|
| 764 |
+
"loss": 0.5214,
|
| 765 |
+
"step": 214
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.6459813084112149,
|
| 769 |
+
"grad_norm": 0.5475817918777466,
|
| 770 |
+
"learning_rate": 9.275451677300591e-06,
|
| 771 |
+
"loss": 0.558,
|
| 772 |
+
"step": 216
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.65196261682243,
|
| 776 |
+
"grad_norm": 0.5522270798683167,
|
| 777 |
+
"learning_rate": 9.258230727651029e-06,
|
| 778 |
+
"loss": 0.5202,
|
| 779 |
+
"step": 218
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.6579439252336449,
|
| 783 |
+
"grad_norm": 0.5273387432098389,
|
| 784 |
+
"learning_rate": 9.240823900719807e-06,
|
| 785 |
+
"loss": 0.538,
|
| 786 |
+
"step": 220
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.6639252336448598,
|
| 790 |
+
"grad_norm": 0.541516125202179,
|
| 791 |
+
"learning_rate": 9.22323195633745e-06,
|
| 792 |
+
"loss": 0.5166,
|
| 793 |
+
"step": 222
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.6699065420560748,
|
| 797 |
+
"grad_norm": 0.5298076272010803,
|
| 798 |
+
"learning_rate": 9.205455662415093e-06,
|
| 799 |
+
"loss": 0.5294,
|
| 800 |
+
"step": 224
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.6758878504672897,
|
| 804 |
+
"grad_norm": 0.5472598075866699,
|
| 805 |
+
"learning_rate": 9.187495794910967e-06,
|
| 806 |
+
"loss": 0.5329,
|
| 807 |
+
"step": 226
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.6818691588785046,
|
| 811 |
+
"grad_norm": 0.5340124368667603,
|
| 812 |
+
"learning_rate": 9.169353137796533e-06,
|
| 813 |
+
"loss": 0.5312,
|
| 814 |
+
"step": 228
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.6878504672897197,
|
| 818 |
+
"grad_norm": 0.5367527604103088,
|
| 819 |
+
"learning_rate": 9.151028483022253e-06,
|
| 820 |
+
"loss": 0.5471,
|
| 821 |
+
"step": 230
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.6938317757009346,
|
| 825 |
+
"grad_norm": 0.5586390495300293,
|
| 826 |
+
"learning_rate": 9.132522630483018e-06,
|
| 827 |
+
"loss": 0.5364,
|
| 828 |
+
"step": 232
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.6998130841121495,
|
| 832 |
+
"grad_norm": 0.5255227088928223,
|
| 833 |
+
"learning_rate": 9.113836387983239e-06,
|
| 834 |
+
"loss": 0.5225,
|
| 835 |
+
"step": 234
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.7057943925233645,
|
| 839 |
+
"grad_norm": 0.5368794798851013,
|
| 840 |
+
"learning_rate": 9.094970571201582e-06,
|
| 841 |
+
"loss": 0.5523,
|
| 842 |
+
"step": 236
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.7117757009345794,
|
| 846 |
+
"grad_norm": 0.5149601101875305,
|
| 847 |
+
"learning_rate": 9.075926003655366e-06,
|
| 848 |
+
"loss": 0.5084,
|
| 849 |
+
"step": 238
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.7177570093457943,
|
| 853 |
+
"grad_norm": 0.5425019860267639,
|
| 854 |
+
"learning_rate": 9.056703516664606e-06,
|
| 855 |
+
"loss": 0.5352,
|
| 856 |
+
"step": 240
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.7237383177570094,
|
| 860 |
+
"grad_norm": 0.5437155365943909,
|
| 861 |
+
"learning_rate": 9.037303949315737e-06,
|
| 862 |
+
"loss": 0.5343,
|
| 863 |
+
"step": 242
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.7297196261682243,
|
| 867 |
+
"grad_norm": 0.523941159248352,
|
| 868 |
+
"learning_rate": 9.017728148424975e-06,
|
| 869 |
+
"loss": 0.5501,
|
| 870 |
+
"step": 244
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.7357009345794393,
|
| 874 |
+
"grad_norm": 0.526647686958313,
|
| 875 |
+
"learning_rate": 8.997976968501362e-06,
|
| 876 |
+
"loss": 0.5484,
|
| 877 |
+
"step": 246
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.7416822429906542,
|
| 881 |
+
"grad_norm": 0.5470868945121765,
|
| 882 |
+
"learning_rate": 8.97805127170946e-06,
|
| 883 |
+
"loss": 0.5401,
|
| 884 |
+
"step": 248
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.7476635514018691,
|
| 888 |
+
"grad_norm": 0.523993194103241,
|
| 889 |
+
"learning_rate": 8.957951927831722e-06,
|
| 890 |
+
"loss": 0.5411,
|
| 891 |
+
"step": 250
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.7536448598130842,
|
| 895 |
+
"grad_norm": 0.5142015218734741,
|
| 896 |
+
"learning_rate": 8.937679814230517e-06,
|
| 897 |
+
"loss": 0.531,
|
| 898 |
+
"step": 252
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.7596261682242991,
|
| 902 |
+
"grad_norm": 0.5653587579727173,
|
| 903 |
+
"learning_rate": 8.917235815809835e-06,
|
| 904 |
+
"loss": 0.53,
|
| 905 |
+
"step": 254
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.765607476635514,
|
| 909 |
+
"grad_norm": 0.5519165396690369,
|
| 910 |
+
"learning_rate": 8.896620824976665e-06,
|
| 911 |
+
"loss": 0.5311,
|
| 912 |
+
"step": 256
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.771588785046729,
|
| 916 |
+
"grad_norm": 0.5087413191795349,
|
| 917 |
+
"learning_rate": 8.875835741602031e-06,
|
| 918 |
+
"loss": 0.4977,
|
| 919 |
+
"step": 258
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.7775700934579439,
|
| 923 |
+
"grad_norm": 0.5064166188240051,
|
| 924 |
+
"learning_rate": 8.854881472981722e-06,
|
| 925 |
+
"loss": 0.5174,
|
| 926 |
+
"step": 260
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.7835514018691588,
|
| 930 |
+
"grad_norm": 0.5295135378837585,
|
| 931 |
+
"learning_rate": 8.833758933796679e-06,
|
| 932 |
+
"loss": 0.5233,
|
| 933 |
+
"step": 262
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.7895327102803739,
|
| 937 |
+
"grad_norm": 0.5436890721321106,
|
| 938 |
+
"learning_rate": 8.812469046073069e-06,
|
| 939 |
+
"loss": 0.5213,
|
| 940 |
+
"step": 264
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.7955140186915888,
|
| 944 |
+
"grad_norm": 0.528203547000885,
|
| 945 |
+
"learning_rate": 8.791012739142045e-06,
|
| 946 |
+
"loss": 0.537,
|
| 947 |
+
"step": 266
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.8014953271028037,
|
| 951 |
+
"grad_norm": 0.5551559329032898,
|
| 952 |
+
"learning_rate": 8.769390949599166e-06,
|
| 953 |
+
"loss": 0.5559,
|
| 954 |
+
"step": 268
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.8074766355140187,
|
| 958 |
+
"grad_norm": 0.5346433520317078,
|
| 959 |
+
"learning_rate": 8.74760462126353e-06,
|
| 960 |
+
"loss": 0.5533,
|
| 961 |
+
"step": 270
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.8134579439252336,
|
| 965 |
+
"grad_norm": 0.5381712317466736,
|
| 966 |
+
"learning_rate": 8.725654705136557e-06,
|
| 967 |
+
"loss": 0.5364,
|
| 968 |
+
"step": 272
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.8194392523364487,
|
| 972 |
+
"grad_norm": 0.5317867994308472,
|
| 973 |
+
"learning_rate": 8.703542159360495e-06,
|
| 974 |
+
"loss": 0.5408,
|
| 975 |
+
"step": 274
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.8254205607476636,
|
| 979 |
+
"grad_norm": 0.51235032081604,
|
| 980 |
+
"learning_rate": 8.68126794917658e-06,
|
| 981 |
+
"loss": 0.5078,
|
| 982 |
+
"step": 276
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.8314018691588785,
|
| 986 |
+
"grad_norm": 0.5308533310890198,
|
| 987 |
+
"learning_rate": 8.658833046882909e-06,
|
| 988 |
+
"loss": 0.5441,
|
| 989 |
+
"step": 278
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.8373831775700935,
|
| 993 |
+
"grad_norm": 0.5278391242027283,
|
| 994 |
+
"learning_rate": 8.636238431792002e-06,
|
| 995 |
+
"loss": 0.5065,
|
| 996 |
+
"step": 280
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.8433644859813084,
|
| 1000 |
+
"grad_norm": 0.5376297831535339,
|
| 1001 |
+
"learning_rate": 8.613485090188044e-06,
|
| 1002 |
+
"loss": 0.5509,
|
| 1003 |
+
"step": 282
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.8493457943925233,
|
| 1007 |
+
"grad_norm": 0.5556045174598694,
|
| 1008 |
+
"learning_rate": 8.590574015283841e-06,
|
| 1009 |
+
"loss": 0.5506,
|
| 1010 |
+
"step": 284
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.8553271028037384,
|
| 1014 |
+
"grad_norm": 0.5278720259666443,
|
| 1015 |
+
"learning_rate": 8.567506207177461e-06,
|
| 1016 |
+
"loss": 0.5296,
|
| 1017 |
+
"step": 286
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.8613084112149533,
|
| 1021 |
+
"grad_norm": 0.5656425356864929,
|
| 1022 |
+
"learning_rate": 8.54428267280858e-06,
|
| 1023 |
+
"loss": 0.5491,
|
| 1024 |
+
"step": 288
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.8672897196261682,
|
| 1028 |
+
"grad_norm": 0.5447366833686829,
|
| 1029 |
+
"learning_rate": 8.520904425914525e-06,
|
| 1030 |
+
"loss": 0.5368,
|
| 1031 |
+
"step": 290
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.8732710280373832,
|
| 1035 |
+
"grad_norm": 0.5339160561561584,
|
| 1036 |
+
"learning_rate": 8.497372486986024e-06,
|
| 1037 |
+
"loss": 0.5419,
|
| 1038 |
+
"step": 292
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.8792523364485981,
|
| 1042 |
+
"grad_norm": 0.5290377736091614,
|
| 1043 |
+
"learning_rate": 8.473687883222665e-06,
|
| 1044 |
+
"loss": 0.5413,
|
| 1045 |
+
"step": 294
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.885233644859813,
|
| 1049 |
+
"grad_norm": 0.5392821431159973,
|
| 1050 |
+
"learning_rate": 8.449851648488051e-06,
|
| 1051 |
+
"loss": 0.5479,
|
| 1052 |
+
"step": 296
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.8912149532710281,
|
| 1056 |
+
"grad_norm": 0.552673876285553,
|
| 1057 |
+
"learning_rate": 8.425864823264674e-06,
|
| 1058 |
+
"loss": 0.5407,
|
| 1059 |
+
"step": 298
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.897196261682243,
|
| 1063 |
+
"grad_norm": 1.8682053089141846,
|
| 1064 |
+
"learning_rate": 8.401728454608495e-06,
|
| 1065 |
+
"loss": 0.5366,
|
| 1066 |
+
"step": 300
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.9031775700934579,
|
| 1070 |
+
"grad_norm": 0.51381915807724,
|
| 1071 |
+
"learning_rate": 8.377443596103238e-06,
|
| 1072 |
+
"loss": 0.5201,
|
| 1073 |
+
"step": 302
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.9091588785046729,
|
| 1077 |
+
"grad_norm": 0.5145431756973267,
|
| 1078 |
+
"learning_rate": 8.353011307814405e-06,
|
| 1079 |
+
"loss": 0.5174,
|
| 1080 |
+
"step": 304
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.9151401869158878,
|
| 1084 |
+
"grad_norm": 0.5476198196411133,
|
| 1085 |
+
"learning_rate": 8.328432656242998e-06,
|
| 1086 |
+
"loss": 0.5323,
|
| 1087 |
+
"step": 306
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.9211214953271029,
|
| 1091 |
+
"grad_norm": 0.5376638770103455,
|
| 1092 |
+
"learning_rate": 8.303708714278959e-06,
|
| 1093 |
+
"loss": 0.5216,
|
| 1094 |
+
"step": 308
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.9271028037383178,
|
| 1098 |
+
"grad_norm": 0.5454867482185364,
|
| 1099 |
+
"learning_rate": 8.278840561154354e-06,
|
| 1100 |
+
"loss": 0.5257,
|
| 1101 |
+
"step": 310
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 0.9330841121495327,
|
| 1105 |
+
"grad_norm": 0.5648353099822998,
|
| 1106 |
+
"learning_rate": 8.253829282396246e-06,
|
| 1107 |
+
"loss": 0.5196,
|
| 1108 |
+
"step": 312
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 0.9390654205607477,
|
| 1112 |
+
"grad_norm": 0.5360947847366333,
|
| 1113 |
+
"learning_rate": 8.228675969779319e-06,
|
| 1114 |
+
"loss": 0.5282,
|
| 1115 |
+
"step": 314
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 0.9450467289719626,
|
| 1119 |
+
"grad_norm": 0.49109888076782227,
|
| 1120 |
+
"learning_rate": 8.203381721278216e-06,
|
| 1121 |
+
"loss": 0.4976,
|
| 1122 |
+
"step": 316
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 0.9510280373831775,
|
| 1126 |
+
"grad_norm": 0.5353028774261475,
|
| 1127 |
+
"learning_rate": 8.177947641019622e-06,
|
| 1128 |
+
"loss": 0.53,
|
| 1129 |
+
"step": 318
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 0.9570093457943926,
|
| 1133 |
+
"grad_norm": 0.5335257053375244,
|
| 1134 |
+
"learning_rate": 8.152374839234048e-06,
|
| 1135 |
+
"loss": 0.5335,
|
| 1136 |
+
"step": 320
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 0.9629906542056075,
|
| 1140 |
+
"grad_norm": 0.5343037247657776,
|
| 1141 |
+
"learning_rate": 8.126664432207385e-06,
|
| 1142 |
+
"loss": 0.519,
|
| 1143 |
+
"step": 322
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 0.9689719626168224,
|
| 1147 |
+
"grad_norm": 0.538314700126648,
|
| 1148 |
+
"learning_rate": 8.100817542232175e-06,
|
| 1149 |
+
"loss": 0.5389,
|
| 1150 |
+
"step": 324
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 0.9749532710280374,
|
| 1154 |
+
"grad_norm": 0.5235503315925598,
|
| 1155 |
+
"learning_rate": 8.074835297558607e-06,
|
| 1156 |
+
"loss": 0.5398,
|
| 1157 |
+
"step": 326
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 0.9809345794392523,
|
| 1161 |
+
"grad_norm": 0.5203934907913208,
|
| 1162 |
+
"learning_rate": 8.048718832345288e-06,
|
| 1163 |
+
"loss": 0.544,
|
| 1164 |
+
"step": 328
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 0.9869158878504672,
|
| 1168 |
+
"grad_norm": 0.4957960247993469,
|
| 1169 |
+
"learning_rate": 8.02246928660972e-06,
|
| 1170 |
+
"loss": 0.5113,
|
| 1171 |
+
"step": 330
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 0.9928971962616823,
|
| 1175 |
+
"grad_norm": 0.5159174799919128,
|
| 1176 |
+
"learning_rate": 7.996087806178541e-06,
|
| 1177 |
+
"loss": 0.5354,
|
| 1178 |
+
"step": 332
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 0.9988785046728972,
|
| 1182 |
+
"grad_norm": 0.531970739364624,
|
| 1183 |
+
"learning_rate": 7.969575542637513e-06,
|
| 1184 |
+
"loss": 0.5336,
|
| 1185 |
+
"step": 334
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 1.0048598130841122,
|
| 1189 |
+
"grad_norm": 0.6489409804344177,
|
| 1190 |
+
"learning_rate": 7.942933653281245e-06,
|
| 1191 |
+
"loss": 0.6029,
|
| 1192 |
+
"step": 336
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 1.010841121495327,
|
| 1196 |
+
"grad_norm": 0.5936563014984131,
|
| 1197 |
+
"learning_rate": 7.916163301062687e-06,
|
| 1198 |
+
"loss": 0.4627,
|
| 1199 |
+
"step": 338
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 1.016822429906542,
|
| 1203 |
+
"grad_norm": 0.720933735370636,
|
| 1204 |
+
"learning_rate": 7.889265654542354e-06,
|
| 1205 |
+
"loss": 0.4601,
|
| 1206 |
+
"step": 340
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 1.022803738317757,
|
| 1210 |
+
"grad_norm": 0.5771041512489319,
|
| 1211 |
+
"learning_rate": 7.862241887837322e-06,
|
| 1212 |
+
"loss": 0.4264,
|
| 1213 |
+
"step": 342
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 1.0287850467289719,
|
| 1217 |
+
"grad_norm": 0.5498257875442505,
|
| 1218 |
+
"learning_rate": 7.835093180569982e-06,
|
| 1219 |
+
"loss": 0.4324,
|
| 1220 |
+
"step": 344
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.0347663551401869,
|
| 1224 |
+
"grad_norm": 0.5726507902145386,
|
| 1225 |
+
"learning_rate": 7.807820717816534e-06,
|
| 1226 |
+
"loss": 0.4422,
|
| 1227 |
+
"step": 346
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 1.040747663551402,
|
| 1231 |
+
"grad_norm": 0.5894380211830139,
|
| 1232 |
+
"learning_rate": 7.780425690055275e-06,
|
| 1233 |
+
"loss": 0.4435,
|
| 1234 |
+
"step": 348
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 1.0467289719626167,
|
| 1238 |
+
"grad_norm": 0.5721791982650757,
|
| 1239 |
+
"learning_rate": 7.75290929311461e-06,
|
| 1240 |
+
"loss": 0.4225,
|
| 1241 |
+
"step": 350
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 1.0527102803738317,
|
| 1245 |
+
"grad_norm": 0.5583845376968384,
|
| 1246 |
+
"learning_rate": 7.72527272812088e-06,
|
| 1247 |
+
"loss": 0.4553,
|
| 1248 |
+
"step": 352
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 1.0586915887850468,
|
| 1252 |
+
"grad_norm": 0.5590948462486267,
|
| 1253 |
+
"learning_rate": 7.697517201445906e-06,
|
| 1254 |
+
"loss": 0.4255,
|
| 1255 |
+
"step": 354
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 1.0646728971962616,
|
| 1259 |
+
"grad_norm": 0.5416548252105713,
|
| 1260 |
+
"learning_rate": 7.669643924654346e-06,
|
| 1261 |
+
"loss": 0.4208,
|
| 1262 |
+
"step": 356
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 1.0706542056074766,
|
| 1266 |
+
"grad_norm": 0.5137345790863037,
|
| 1267 |
+
"learning_rate": 7.641654114450803e-06,
|
| 1268 |
+
"loss": 0.4171,
|
| 1269 |
+
"step": 358
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 1.0766355140186916,
|
| 1273 |
+
"grad_norm": 0.5574047565460205,
|
| 1274 |
+
"learning_rate": 7.613548992626711e-06,
|
| 1275 |
+
"loss": 0.4309,
|
| 1276 |
+
"step": 360
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 1.0826168224299066,
|
| 1280 |
+
"grad_norm": 0.5360638499259949,
|
| 1281 |
+
"learning_rate": 7.585329786007006e-06,
|
| 1282 |
+
"loss": 0.4381,
|
| 1283 |
+
"step": 362
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 1.0885981308411214,
|
| 1287 |
+
"grad_norm": 0.5528514385223389,
|
| 1288 |
+
"learning_rate": 7.556997726396578e-06,
|
| 1289 |
+
"loss": 0.4362,
|
| 1290 |
+
"step": 364
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 1.0945794392523365,
|
| 1294 |
+
"grad_norm": 0.5627298951148987,
|
| 1295 |
+
"learning_rate": 7.528554050526489e-06,
|
| 1296 |
+
"loss": 0.4256,
|
| 1297 |
+
"step": 366
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.1005607476635515,
|
| 1301 |
+
"grad_norm": 0.564423680305481,
|
| 1302 |
+
"learning_rate": 7.500000000000001e-06,
|
| 1303 |
+
"loss": 0.4253,
|
| 1304 |
+
"step": 368
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 1.1065420560747663,
|
| 1308 |
+
"grad_norm": 0.5412989258766174,
|
| 1309 |
+
"learning_rate": 7.471336821238367e-06,
|
| 1310 |
+
"loss": 0.4505,
|
| 1311 |
+
"step": 370
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 1.1125233644859813,
|
| 1315 |
+
"grad_norm": 0.5909019708633423,
|
| 1316 |
+
"learning_rate": 7.442565765426436e-06,
|
| 1317 |
+
"loss": 0.4565,
|
| 1318 |
+
"step": 372
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 1.1185046728971964,
|
| 1322 |
+
"grad_norm": 0.5458247065544128,
|
| 1323 |
+
"learning_rate": 7.413688088458022e-06,
|
| 1324 |
+
"loss": 0.4337,
|
| 1325 |
+
"step": 374
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 1.1244859813084112,
|
| 1329 |
+
"grad_norm": 0.5678550601005554,
|
| 1330 |
+
"learning_rate": 7.384705050881096e-06,
|
| 1331 |
+
"loss": 0.4447,
|
| 1332 |
+
"step": 376
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 1.1304672897196262,
|
| 1336 |
+
"grad_norm": 0.5694032907485962,
|
| 1337 |
+
"learning_rate": 7.355617917842751e-06,
|
| 1338 |
+
"loss": 0.4202,
|
| 1339 |
+
"step": 378
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 1.1364485981308412,
|
| 1343 |
+
"grad_norm": 0.5525908470153809,
|
| 1344 |
+
"learning_rate": 7.326427959033988e-06,
|
| 1345 |
+
"loss": 0.4224,
|
| 1346 |
+
"step": 380
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 1.142429906542056,
|
| 1350 |
+
"grad_norm": 0.5501400828361511,
|
| 1351 |
+
"learning_rate": 7.297136448634282e-06,
|
| 1352 |
+
"loss": 0.4386,
|
| 1353 |
+
"step": 382
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 1.148411214953271,
|
| 1357 |
+
"grad_norm": 0.549866259098053,
|
| 1358 |
+
"learning_rate": 7.267744665255966e-06,
|
| 1359 |
+
"loss": 0.4368,
|
| 1360 |
+
"step": 384
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 1.154392523364486,
|
| 1364 |
+
"grad_norm": 0.532667875289917,
|
| 1365 |
+
"learning_rate": 7.2382538918884185e-06,
|
| 1366 |
+
"loss": 0.4459,
|
| 1367 |
+
"step": 386
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 1.1603738317757009,
|
| 1371 |
+
"grad_norm": 0.5948196649551392,
|
| 1372 |
+
"learning_rate": 7.20866541584206e-06,
|
| 1373 |
+
"loss": 0.4495,
|
| 1374 |
+
"step": 388
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 1.1663551401869159,
|
| 1378 |
+
"grad_norm": 0.5659380555152893,
|
| 1379 |
+
"learning_rate": 7.178980528692161e-06,
|
| 1380 |
+
"loss": 0.4333,
|
| 1381 |
+
"step": 390
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 1.172336448598131,
|
| 1385 |
+
"grad_norm": 0.5794370770454407,
|
| 1386 |
+
"learning_rate": 7.1492005262224585e-06,
|
| 1387 |
+
"loss": 0.4541,
|
| 1388 |
+
"step": 392
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 1.1783177570093457,
|
| 1392 |
+
"grad_norm": 0.5396531820297241,
|
| 1393 |
+
"learning_rate": 7.1193267083685945e-06,
|
| 1394 |
+
"loss": 0.4235,
|
| 1395 |
+
"step": 394
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 1.1842990654205607,
|
| 1399 |
+
"grad_norm": 0.5651098489761353,
|
| 1400 |
+
"learning_rate": 7.089360379161381e-06,
|
| 1401 |
+
"loss": 0.437,
|
| 1402 |
+
"step": 396
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 1.1902803738317758,
|
| 1406 |
+
"grad_norm": 0.5672603845596313,
|
| 1407 |
+
"learning_rate": 7.059302846669864e-06,
|
| 1408 |
+
"loss": 0.4267,
|
| 1409 |
+
"step": 398
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 1.1962616822429906,
|
| 1413 |
+
"grad_norm": 0.6180233955383301,
|
| 1414 |
+
"learning_rate": 7.029155422944234e-06,
|
| 1415 |
+
"loss": 0.4269,
|
| 1416 |
+
"step": 400
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 1.2022429906542056,
|
| 1420 |
+
"grad_norm": 0.5725499987602234,
|
| 1421 |
+
"learning_rate": 6.998919423958548e-06,
|
| 1422 |
+
"loss": 0.4548,
|
| 1423 |
+
"step": 402
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 1.2082242990654206,
|
| 1427 |
+
"grad_norm": 0.5386544466018677,
|
| 1428 |
+
"learning_rate": 6.9685961695532875e-06,
|
| 1429 |
+
"loss": 0.42,
|
| 1430 |
+
"step": 404
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 1.2142056074766354,
|
| 1434 |
+
"grad_norm": 0.5460840463638306,
|
| 1435 |
+
"learning_rate": 6.93818698337775e-06,
|
| 1436 |
+
"loss": 0.4324,
|
| 1437 |
+
"step": 406
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 1.2201869158878504,
|
| 1441 |
+
"grad_norm": 0.5525109171867371,
|
| 1442 |
+
"learning_rate": 6.907693192832263e-06,
|
| 1443 |
+
"loss": 0.4419,
|
| 1444 |
+
"step": 408
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 1.2261682242990655,
|
| 1448 |
+
"grad_norm": 0.5663102269172668,
|
| 1449 |
+
"learning_rate": 6.877116129010244e-06,
|
| 1450 |
+
"loss": 0.4467,
|
| 1451 |
+
"step": 410
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 1.2321495327102805,
|
| 1455 |
+
"grad_norm": 0.5700398683547974,
|
| 1456 |
+
"learning_rate": 6.846457126640097e-06,
|
| 1457 |
+
"loss": 0.464,
|
| 1458 |
+
"step": 412
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 1.2381308411214953,
|
| 1462 |
+
"grad_norm": 0.5757970809936523,
|
| 1463 |
+
"learning_rate": 6.8157175240269495e-06,
|
| 1464 |
+
"loss": 0.4471,
|
| 1465 |
+
"step": 414
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 1.2441121495327103,
|
| 1469 |
+
"grad_norm": 0.5315657258033752,
|
| 1470 |
+
"learning_rate": 6.784898662994235e-06,
|
| 1471 |
+
"loss": 0.441,
|
| 1472 |
+
"step": 416
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 1.2500934579439251,
|
| 1476 |
+
"grad_norm": 0.5489743947982788,
|
| 1477 |
+
"learning_rate": 6.75400188882512e-06,
|
| 1478 |
+
"loss": 0.4468,
|
| 1479 |
+
"step": 418
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 1.2560747663551401,
|
| 1483 |
+
"grad_norm": 0.5474492311477661,
|
| 1484 |
+
"learning_rate": 6.723028550203779e-06,
|
| 1485 |
+
"loss": 0.4179,
|
| 1486 |
+
"step": 420
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 1.2620560747663552,
|
| 1490 |
+
"grad_norm": 2.438246965408325,
|
| 1491 |
+
"learning_rate": 6.691979999156521e-06,
|
| 1492 |
+
"loss": 0.4669,
|
| 1493 |
+
"step": 422
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 1.2680373831775702,
|
| 1497 |
+
"grad_norm": 0.5756619572639465,
|
| 1498 |
+
"learning_rate": 6.660857590992781e-06,
|
| 1499 |
+
"loss": 0.4535,
|
| 1500 |
+
"step": 424
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 1.274018691588785,
|
| 1504 |
+
"grad_norm": 0.578809380531311,
|
| 1505 |
+
"learning_rate": 6.629662684245949e-06,
|
| 1506 |
+
"loss": 0.4345,
|
| 1507 |
+
"step": 426
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 1.28,
|
| 1511 |
+
"grad_norm": 0.5422917008399963,
|
| 1512 |
+
"learning_rate": 6.598396640614072e-06,
|
| 1513 |
+
"loss": 0.4144,
|
| 1514 |
+
"step": 428
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 1.2859813084112148,
|
| 1518 |
+
"grad_norm": 0.5585193634033203,
|
| 1519 |
+
"learning_rate": 6.567060824900414e-06,
|
| 1520 |
+
"loss": 0.4472,
|
| 1521 |
+
"step": 430
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 1.2919626168224299,
|
| 1525 |
+
"grad_norm": 0.5663349628448486,
|
| 1526 |
+
"learning_rate": 6.535656604953884e-06,
|
| 1527 |
+
"loss": 0.4552,
|
| 1528 |
+
"step": 432
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 1.2979439252336449,
|
| 1532 |
+
"grad_norm": 0.5570898652076721,
|
| 1533 |
+
"learning_rate": 6.504185351609318e-06,
|
| 1534 |
+
"loss": 0.4481,
|
| 1535 |
+
"step": 434
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 1.30392523364486,
|
| 1539 |
+
"grad_norm": 0.5667449235916138,
|
| 1540 |
+
"learning_rate": 6.4726484386276525e-06,
|
| 1541 |
+
"loss": 0.424,
|
| 1542 |
+
"step": 436
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 1.3099065420560747,
|
| 1546 |
+
"grad_norm": 0.573315441608429,
|
| 1547 |
+
"learning_rate": 6.441047242635947e-06,
|
| 1548 |
+
"loss": 0.4297,
|
| 1549 |
+
"step": 438
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 1.3158878504672897,
|
| 1553 |
+
"grad_norm": 0.5521847009658813,
|
| 1554 |
+
"learning_rate": 6.409383143067305e-06,
|
| 1555 |
+
"loss": 0.4459,
|
| 1556 |
+
"step": 440
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 1.3218691588785045,
|
| 1560 |
+
"grad_norm": 0.5647687911987305,
|
| 1561 |
+
"learning_rate": 6.377657522100644e-06,
|
| 1562 |
+
"loss": 0.4444,
|
| 1563 |
+
"step": 442
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 1.3278504672897196,
|
| 1567 |
+
"grad_norm": 0.5553613305091858,
|
| 1568 |
+
"learning_rate": 6.3458717646003746e-06,
|
| 1569 |
+
"loss": 0.4457,
|
| 1570 |
+
"step": 444
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 1.3338317757009346,
|
| 1574 |
+
"grad_norm": 0.9647654891014099,
|
| 1575 |
+
"learning_rate": 6.3140272580559436e-06,
|
| 1576 |
+
"loss": 0.4511,
|
| 1577 |
+
"step": 446
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 1.3398130841121496,
|
| 1581 |
+
"grad_norm": 0.5839756727218628,
|
| 1582 |
+
"learning_rate": 6.2821253925212736e-06,
|
| 1583 |
+
"loss": 0.4478,
|
| 1584 |
+
"step": 448
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 1.3457943925233644,
|
| 1588 |
+
"grad_norm": 0.56339031457901,
|
| 1589 |
+
"learning_rate": 6.2501675605540755e-06,
|
| 1590 |
+
"loss": 0.4374,
|
| 1591 |
+
"step": 450
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 1.3517757009345794,
|
| 1595 |
+
"grad_norm": 0.5671836733818054,
|
| 1596 |
+
"learning_rate": 6.2181551571550704e-06,
|
| 1597 |
+
"loss": 0.4378,
|
| 1598 |
+
"step": 452
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 1.3577570093457945,
|
| 1602 |
+
"grad_norm": 0.5433515310287476,
|
| 1603 |
+
"learning_rate": 6.186089579707091e-06,
|
| 1604 |
+
"loss": 0.4429,
|
| 1605 |
+
"step": 454
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 1.3637383177570093,
|
| 1609 |
+
"grad_norm": 0.5540264844894409,
|
| 1610 |
+
"learning_rate": 6.153972227914089e-06,
|
| 1611 |
+
"loss": 0.4175,
|
| 1612 |
+
"step": 456
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 1.3697196261682243,
|
| 1616 |
+
"grad_norm": 0.5408939123153687,
|
| 1617 |
+
"learning_rate": 6.121804503740034e-06,
|
| 1618 |
+
"loss": 0.4393,
|
| 1619 |
+
"step": 458
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 1.3757009345794393,
|
| 1623 |
+
"grad_norm": 0.5199695229530334,
|
| 1624 |
+
"learning_rate": 6.0895878113477105e-06,
|
| 1625 |
+
"loss": 0.4152,
|
| 1626 |
+
"step": 460
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 1.3816822429906543,
|
| 1630 |
+
"grad_norm": 0.5756475329399109,
|
| 1631 |
+
"learning_rate": 6.0573235570374315e-06,
|
| 1632 |
+
"loss": 0.4624,
|
| 1633 |
+
"step": 462
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 1.3876635514018691,
|
| 1637 |
+
"grad_norm": 0.5712220072746277,
|
| 1638 |
+
"learning_rate": 6.02501314918565e-06,
|
| 1639 |
+
"loss": 0.4304,
|
| 1640 |
+
"step": 464
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 1.3936448598130842,
|
| 1644 |
+
"grad_norm": 0.5634981393814087,
|
| 1645 |
+
"learning_rate": 5.99265799818348e-06,
|
| 1646 |
+
"loss": 0.4364,
|
| 1647 |
+
"step": 466
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 1.399626168224299,
|
| 1651 |
+
"grad_norm": 0.5494462847709656,
|
| 1652 |
+
"learning_rate": 5.960259516375134e-06,
|
| 1653 |
+
"loss": 0.4405,
|
| 1654 |
+
"step": 468
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 1.405607476635514,
|
| 1658 |
+
"grad_norm": 0.5732921361923218,
|
| 1659 |
+
"learning_rate": 5.927819117996267e-06,
|
| 1660 |
+
"loss": 0.4396,
|
| 1661 |
+
"step": 470
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 1.411588785046729,
|
| 1665 |
+
"grad_norm": 0.5824448466300964,
|
| 1666 |
+
"learning_rate": 5.895338219112246e-06,
|
| 1667 |
+
"loss": 0.4592,
|
| 1668 |
+
"step": 472
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 1.417570093457944,
|
| 1672 |
+
"grad_norm": 0.5585994124412537,
|
| 1673 |
+
"learning_rate": 5.862818237556344e-06,
|
| 1674 |
+
"loss": 0.4426,
|
| 1675 |
+
"step": 474
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 1.4235514018691589,
|
| 1679 |
+
"grad_norm": 0.5504030585289001,
|
| 1680 |
+
"learning_rate": 5.8302605928678345e-06,
|
| 1681 |
+
"loss": 0.435,
|
| 1682 |
+
"step": 476
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 1.4295327102803739,
|
| 1686 |
+
"grad_norm": 0.5663231611251831,
|
| 1687 |
+
"learning_rate": 5.797666706230042e-06,
|
| 1688 |
+
"loss": 0.4392,
|
| 1689 |
+
"step": 478
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 1.4355140186915887,
|
| 1693 |
+
"grad_norm": 0.5592628121376038,
|
| 1694 |
+
"learning_rate": 5.765038000408295e-06,
|
| 1695 |
+
"loss": 0.4401,
|
| 1696 |
+
"step": 480
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 1.4414953271028037,
|
| 1700 |
+
"grad_norm": 0.5621228218078613,
|
| 1701 |
+
"learning_rate": 5.7323758996878275e-06,
|
| 1702 |
+
"loss": 0.4361,
|
| 1703 |
+
"step": 482
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 1.4474766355140187,
|
| 1707 |
+
"grad_norm": 0.5564706921577454,
|
| 1708 |
+
"learning_rate": 5.699681829811602e-06,
|
| 1709 |
+
"loss": 0.4514,
|
| 1710 |
+
"step": 484
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 1.4534579439252338,
|
| 1714 |
+
"grad_norm": 0.5423418879508972,
|
| 1715 |
+
"learning_rate": 5.666957217918076e-06,
|
| 1716 |
+
"loss": 0.4311,
|
| 1717 |
+
"step": 486
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 1.4594392523364486,
|
| 1721 |
+
"grad_norm": 0.5552216172218323,
|
| 1722 |
+
"learning_rate": 5.634203492478909e-06,
|
| 1723 |
+
"loss": 0.4402,
|
| 1724 |
+
"step": 488
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 1.4654205607476636,
|
| 1728 |
+
"grad_norm": 0.5619707703590393,
|
| 1729 |
+
"learning_rate": 5.601422083236596e-06,
|
| 1730 |
+
"loss": 0.4436,
|
| 1731 |
+
"step": 490
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 1.4714018691588784,
|
| 1735 |
+
"grad_norm": 0.5552605390548706,
|
| 1736 |
+
"learning_rate": 5.568614421142078e-06,
|
| 1737 |
+
"loss": 0.4222,
|
| 1738 |
+
"step": 492
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 1.4773831775700934,
|
| 1742 |
+
"grad_norm": 0.6014040112495422,
|
| 1743 |
+
"learning_rate": 5.535781938292255e-06,
|
| 1744 |
+
"loss": 0.4384,
|
| 1745 |
+
"step": 494
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 1.4833644859813084,
|
| 1749 |
+
"grad_norm": 0.5808812379837036,
|
| 1750 |
+
"learning_rate": 5.502926067867495e-06,
|
| 1751 |
+
"loss": 0.4543,
|
| 1752 |
+
"step": 496
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 1.4893457943925235,
|
| 1756 |
+
"grad_norm": 0.6073839068412781,
|
| 1757 |
+
"learning_rate": 5.470048244069055e-06,
|
| 1758 |
+
"loss": 0.4742,
|
| 1759 |
+
"step": 498
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 1.4953271028037383,
|
| 1763 |
+
"grad_norm": 0.5317693948745728,
|
| 1764 |
+
"learning_rate": 5.437149902056494e-06,
|
| 1765 |
+
"loss": 0.4166,
|
| 1766 |
+
"step": 500
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 1.5013084112149533,
|
| 1770 |
+
"grad_norm": 0.5628969073295593,
|
| 1771 |
+
"learning_rate": 5.4042324778850095e-06,
|
| 1772 |
+
"loss": 0.4621,
|
| 1773 |
+
"step": 502
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 1.507289719626168,
|
| 1777 |
+
"grad_norm": 0.5735781788825989,
|
| 1778 |
+
"learning_rate": 5.371297408442765e-06,
|
| 1779 |
+
"loss": 0.4515,
|
| 1780 |
+
"step": 504
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 1.5132710280373831,
|
| 1784 |
+
"grad_norm": 0.5652995109558105,
|
| 1785 |
+
"learning_rate": 5.338346131388161e-06,
|
| 1786 |
+
"loss": 0.4269,
|
| 1787 |
+
"step": 506
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 1.5192523364485981,
|
| 1791 |
+
"grad_norm": 0.5484395623207092,
|
| 1792 |
+
"learning_rate": 5.305380085087085e-06,
|
| 1793 |
+
"loss": 0.4488,
|
| 1794 |
+
"step": 508
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 1.5252336448598132,
|
| 1798 |
+
"grad_norm": 0.5202231407165527,
|
| 1799 |
+
"learning_rate": 5.272400708550114e-06,
|
| 1800 |
+
"loss": 0.4339,
|
| 1801 |
+
"step": 510
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 1.5312149532710282,
|
| 1805 |
+
"grad_norm": 8.480402946472168,
|
| 1806 |
+
"learning_rate": 5.239409441369714e-06,
|
| 1807 |
+
"loss": 0.4648,
|
| 1808 |
+
"step": 512
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 1.537196261682243,
|
| 1812 |
+
"grad_norm": 0.5879077315330505,
|
| 1813 |
+
"learning_rate": 5.2064077236573865e-06,
|
| 1814 |
+
"loss": 0.4502,
|
| 1815 |
+
"step": 514
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 1.5431775700934578,
|
| 1819 |
+
"grad_norm": 0.5753892660140991,
|
| 1820 |
+
"learning_rate": 5.173396995980818e-06,
|
| 1821 |
+
"loss": 0.466,
|
| 1822 |
+
"step": 516
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 1.5491588785046728,
|
| 1826 |
+
"grad_norm": 0.5262240171432495,
|
| 1827 |
+
"learning_rate": 5.1403786993009905e-06,
|
| 1828 |
+
"loss": 0.4413,
|
| 1829 |
+
"step": 518
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 1.5551401869158878,
|
| 1833 |
+
"grad_norm": 1.5011541843414307,
|
| 1834 |
+
"learning_rate": 5.107354274909281e-06,
|
| 1835 |
+
"loss": 0.4541,
|
| 1836 |
+
"step": 520
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 1.5611214953271029,
|
| 1840 |
+
"grad_norm": 0.5343008637428284,
|
| 1841 |
+
"learning_rate": 5.074325164364549e-06,
|
| 1842 |
+
"loss": 0.4307,
|
| 1843 |
+
"step": 522
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 1.567102803738318,
|
| 1847 |
+
"grad_norm": 0.5578626990318298,
|
| 1848 |
+
"learning_rate": 5.04129280943021e-06,
|
| 1849 |
+
"loss": 0.4381,
|
| 1850 |
+
"step": 524
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 1.5730841121495327,
|
| 1854 |
+
"grad_norm": 0.5335695743560791,
|
| 1855 |
+
"learning_rate": 5.008258652011303e-06,
|
| 1856 |
+
"loss": 0.4215,
|
| 1857 |
+
"step": 526
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 1.5790654205607475,
|
| 1861 |
+
"grad_norm": 0.5358263850212097,
|
| 1862 |
+
"learning_rate": 4.975224134091551e-06,
|
| 1863 |
+
"loss": 0.4449,
|
| 1864 |
+
"step": 528
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 1.5850467289719625,
|
| 1868 |
+
"grad_norm": 0.559319257736206,
|
| 1869 |
+
"learning_rate": 4.942190697670407e-06,
|
| 1870 |
+
"loss": 0.4128,
|
| 1871 |
+
"step": 530
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 1.5910280373831776,
|
| 1875 |
+
"grad_norm": 0.5156571865081787,
|
| 1876 |
+
"learning_rate": 4.909159784700118e-06,
|
| 1877 |
+
"loss": 0.4193,
|
| 1878 |
+
"step": 532
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 1.5970093457943926,
|
| 1882 |
+
"grad_norm": 0.5598333477973938,
|
| 1883 |
+
"learning_rate": 4.876132837022778e-06,
|
| 1884 |
+
"loss": 0.4569,
|
| 1885 |
+
"step": 534
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 1.6029906542056076,
|
| 1889 |
+
"grad_norm": 0.5344600677490234,
|
| 1890 |
+
"learning_rate": 4.843111296307392e-06,
|
| 1891 |
+
"loss": 0.4216,
|
| 1892 |
+
"step": 536
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 1.6089719626168224,
|
| 1896 |
+
"grad_norm": 0.538439154624939,
|
| 1897 |
+
"learning_rate": 4.810096603986948e-06,
|
| 1898 |
+
"loss": 0.4546,
|
| 1899 |
+
"step": 538
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 1.6149532710280374,
|
| 1903 |
+
"grad_norm": 0.5335719585418701,
|
| 1904 |
+
"learning_rate": 4.777090201195486e-06,
|
| 1905 |
+
"loss": 0.4466,
|
| 1906 |
+
"step": 540
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 1.6209345794392522,
|
| 1910 |
+
"grad_norm": 0.5561640858650208,
|
| 1911 |
+
"learning_rate": 4.7440935287052e-06,
|
| 1912 |
+
"loss": 0.446,
|
| 1913 |
+
"step": 542
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 1.6269158878504673,
|
| 1917 |
+
"grad_norm": 0.5510598421096802,
|
| 1918 |
+
"learning_rate": 4.711108026863542e-06,
|
| 1919 |
+
"loss": 0.4424,
|
| 1920 |
+
"step": 544
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 1.6328971962616823,
|
| 1924 |
+
"grad_norm": 0.6612152457237244,
|
| 1925 |
+
"learning_rate": 4.6781351355303555e-06,
|
| 1926 |
+
"loss": 0.4039,
|
| 1927 |
+
"step": 546
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 1.6388785046728973,
|
| 1931 |
+
"grad_norm": 0.5314252972602844,
|
| 1932 |
+
"learning_rate": 4.645176294015015e-06,
|
| 1933 |
+
"loss": 0.4409,
|
| 1934 |
+
"step": 548
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 1.644859813084112,
|
| 1938 |
+
"grad_norm": 0.5514910221099854,
|
| 1939 |
+
"learning_rate": 4.612232941013604e-06,
|
| 1940 |
+
"loss": 0.4442,
|
| 1941 |
+
"step": 550
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 1.6508411214953271,
|
| 1945 |
+
"grad_norm": 0.5438050627708435,
|
| 1946 |
+
"learning_rate": 4.579306514546107e-06,
|
| 1947 |
+
"loss": 0.4168,
|
| 1948 |
+
"step": 552
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 1.656822429906542,
|
| 1952 |
+
"grad_norm": 0.5547947287559509,
|
| 1953 |
+
"learning_rate": 4.546398451893654e-06,
|
| 1954 |
+
"loss": 0.4398,
|
| 1955 |
+
"step": 554
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 1.662803738317757,
|
| 1959 |
+
"grad_norm": 0.5689917802810669,
|
| 1960 |
+
"learning_rate": 4.513510189535762e-06,
|
| 1961 |
+
"loss": 0.4353,
|
| 1962 |
+
"step": 556
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 1.668785046728972,
|
| 1966 |
+
"grad_norm": 0.5358143448829651,
|
| 1967 |
+
"learning_rate": 4.480643163087644e-06,
|
| 1968 |
+
"loss": 0.4177,
|
| 1969 |
+
"step": 558
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"epoch": 1.674766355140187,
|
| 1973 |
+
"grad_norm": 0.5444421172142029,
|
| 1974 |
+
"learning_rate": 4.447798807237535e-06,
|
| 1975 |
+
"loss": 0.4397,
|
| 1976 |
+
"step": 560
|
| 1977 |
+
},
|
| 1978 |
+
{
|
| 1979 |
+
"epoch": 1.6807476635514018,
|
| 1980 |
+
"grad_norm": 0.5441679358482361,
|
| 1981 |
+
"learning_rate": 4.414978555684069e-06,
|
| 1982 |
+
"loss": 0.4165,
|
| 1983 |
+
"step": 562
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"epoch": 1.6867289719626168,
|
| 1987 |
+
"grad_norm": 0.5753957033157349,
|
| 1988 |
+
"learning_rate": 4.382183841073698e-06,
|
| 1989 |
+
"loss": 0.4486,
|
| 1990 |
+
"step": 564
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"epoch": 1.6927102803738316,
|
| 1994 |
+
"grad_norm": 0.530971109867096,
|
| 1995 |
+
"learning_rate": 4.349416094938156e-06,
|
| 1996 |
+
"loss": 0.4208,
|
| 1997 |
+
"step": 566
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"epoch": 1.6986915887850467,
|
| 2001 |
+
"grad_norm": 0.974751889705658,
|
| 2002 |
+
"learning_rate": 4.316676747631963e-06,
|
| 2003 |
+
"loss": 0.4448,
|
| 2004 |
+
"step": 568
|
| 2005 |
+
},
|
| 2006 |
+
{
|
| 2007 |
+
"epoch": 1.7046728971962617,
|
| 2008 |
+
"grad_norm": 0.5555000305175781,
|
| 2009 |
+
"learning_rate": 4.283967228269993e-06,
|
| 2010 |
+
"loss": 0.4302,
|
| 2011 |
+
"step": 570
|
| 2012 |
+
},
|
| 2013 |
+
{
|
| 2014 |
+
"epoch": 1.7106542056074767,
|
| 2015 |
+
"grad_norm": 0.5458599925041199,
|
| 2016 |
+
"learning_rate": 4.2512889646650975e-06,
|
| 2017 |
+
"loss": 0.4208,
|
| 2018 |
+
"step": 572
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 1.7166355140186917,
|
| 2022 |
+
"grad_norm": 0.5513786673545837,
|
| 2023 |
+
"learning_rate": 4.218643383265771e-06,
|
| 2024 |
+
"loss": 0.4337,
|
| 2025 |
+
"step": 574
|
| 2026 |
+
},
|
| 2027 |
+
{
|
| 2028 |
+
"epoch": 1.7226168224299065,
|
| 2029 |
+
"grad_norm": 0.5598821043968201,
|
| 2030 |
+
"learning_rate": 4.186031909093884e-06,
|
| 2031 |
+
"loss": 0.417,
|
| 2032 |
+
"step": 576
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"epoch": 1.7285981308411213,
|
| 2036 |
+
"grad_norm": 0.5501388907432556,
|
| 2037 |
+
"learning_rate": 4.153455965682489e-06,
|
| 2038 |
+
"loss": 0.4397,
|
| 2039 |
+
"step": 578
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"epoch": 1.7345794392523364,
|
| 2043 |
+
"grad_norm": 0.5336859822273254,
|
| 2044 |
+
"learning_rate": 4.120916975013668e-06,
|
| 2045 |
+
"loss": 0.4527,
|
| 2046 |
+
"step": 580
|
| 2047 |
+
},
|
| 2048 |
+
{
|
| 2049 |
+
"epoch": 1.7405607476635514,
|
| 2050 |
+
"grad_norm": 0.5666311383247375,
|
| 2051 |
+
"learning_rate": 4.088416357456471e-06,
|
| 2052 |
+
"loss": 0.4538,
|
| 2053 |
+
"step": 582
|
| 2054 |
+
},
|
| 2055 |
+
{
|
| 2056 |
+
"epoch": 1.7465420560747664,
|
| 2057 |
+
"grad_norm": 0.5301072597503662,
|
| 2058 |
+
"learning_rate": 4.055955531704912e-06,
|
| 2059 |
+
"loss": 0.4289,
|
| 2060 |
+
"step": 584
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"epoch": 1.7525233644859814,
|
| 2064 |
+
"grad_norm": 0.5418647527694702,
|
| 2065 |
+
"learning_rate": 4.023535914716043e-06,
|
| 2066 |
+
"loss": 0.4374,
|
| 2067 |
+
"step": 586
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"epoch": 1.7585046728971963,
|
| 2071 |
+
"grad_norm": 0.5535775423049927,
|
| 2072 |
+
"learning_rate": 3.991158921648096e-06,
|
| 2073 |
+
"loss": 0.4409,
|
| 2074 |
+
"step": 588
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 1.764485981308411,
|
| 2078 |
+
"grad_norm": 0.5371606349945068,
|
| 2079 |
+
"learning_rate": 3.95882596579872e-06,
|
| 2080 |
+
"loss": 0.4471,
|
| 2081 |
+
"step": 590
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"epoch": 1.770467289719626,
|
| 2085 |
+
"grad_norm": 0.5358505249023438,
|
| 2086 |
+
"learning_rate": 3.926538458543275e-06,
|
| 2087 |
+
"loss": 0.4134,
|
| 2088 |
+
"step": 592
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"epoch": 1.776448598130841,
|
| 2092 |
+
"grad_norm": 0.5423475503921509,
|
| 2093 |
+
"learning_rate": 3.894297809273237e-06,
|
| 2094 |
+
"loss": 0.4317,
|
| 2095 |
+
"step": 594
|
| 2096 |
+
},
|
| 2097 |
+
{
|
| 2098 |
+
"epoch": 1.7824299065420561,
|
| 2099 |
+
"grad_norm": 0.5343226790428162,
|
| 2100 |
+
"learning_rate": 3.862105425334665e-06,
|
| 2101 |
+
"loss": 0.4327,
|
| 2102 |
+
"step": 596
|
| 2103 |
+
},
|
| 2104 |
+
{
|
| 2105 |
+
"epoch": 1.7884112149532712,
|
| 2106 |
+
"grad_norm": 0.5356937050819397,
|
| 2107 |
+
"learning_rate": 3.829962711966779e-06,
|
| 2108 |
+
"loss": 0.4229,
|
| 2109 |
+
"step": 598
|
| 2110 |
+
},
|
| 2111 |
+
{
|
| 2112 |
+
"epoch": 1.794392523364486,
|
| 2113 |
+
"grad_norm": 0.5763903856277466,
|
| 2114 |
+
"learning_rate": 3.7978710722406113e-06,
|
| 2115 |
+
"loss": 0.4632,
|
| 2116 |
+
"step": 600
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 1.800373831775701,
|
| 2120 |
+
"grad_norm": 0.5528432726860046,
|
| 2121 |
+
"learning_rate": 3.765831906997765e-06,
|
| 2122 |
+
"loss": 0.4175,
|
| 2123 |
+
"step": 602
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 1.8063551401869158,
|
| 2127 |
+
"grad_norm": 0.5658871531486511,
|
| 2128 |
+
"learning_rate": 3.7338466147892603e-06,
|
| 2129 |
+
"loss": 0.4276,
|
| 2130 |
+
"step": 604
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 1.8123364485981308,
|
| 2134 |
+
"grad_norm": 0.5515477061271667,
|
| 2135 |
+
"learning_rate": 3.7019165918144974e-06,
|
| 2136 |
+
"loss": 0.4487,
|
| 2137 |
+
"step": 606
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 1.8183177570093458,
|
| 2141 |
+
"grad_norm": 0.5468549728393555,
|
| 2142 |
+
"learning_rate": 3.670043231860297e-06,
|
| 2143 |
+
"loss": 0.4489,
|
| 2144 |
+
"step": 608
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 1.8242990654205609,
|
| 2148 |
+
"grad_norm": 0.5574175715446472,
|
| 2149 |
+
"learning_rate": 3.6382279262400665e-06,
|
| 2150 |
+
"loss": 0.4394,
|
| 2151 |
+
"step": 610
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 1.8302803738317757,
|
| 2155 |
+
"grad_norm": 0.5626105666160583,
|
| 2156 |
+
"learning_rate": 3.6064720637330673e-06,
|
| 2157 |
+
"loss": 0.4485,
|
| 2158 |
+
"step": 612
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"epoch": 1.8362616822429907,
|
| 2162 |
+
"grad_norm": 0.5468553900718689,
|
| 2163 |
+
"learning_rate": 3.574777030523791e-06,
|
| 2164 |
+
"loss": 0.449,
|
| 2165 |
+
"step": 614
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"epoch": 1.8422429906542055,
|
| 2169 |
+
"grad_norm": 0.8080570697784424,
|
| 2170 |
+
"learning_rate": 3.5431442101414537e-06,
|
| 2171 |
+
"loss": 0.4405,
|
| 2172 |
+
"step": 616
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"epoch": 1.8482242990654205,
|
| 2176 |
+
"grad_norm": 0.5403231382369995,
|
| 2177 |
+
"learning_rate": 3.511574983399599e-06,
|
| 2178 |
+
"loss": 0.4324,
|
| 2179 |
+
"step": 618
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"epoch": 1.8542056074766355,
|
| 2183 |
+
"grad_norm": 0.5402336120605469,
|
| 2184 |
+
"learning_rate": 3.4800707283358253e-06,
|
| 2185 |
+
"loss": 0.4438,
|
| 2186 |
+
"step": 620
|
| 2187 |
+
},
|
| 2188 |
+
{
|
| 2189 |
+
"epoch": 1.8601869158878506,
|
| 2190 |
+
"grad_norm": 0.5512120127677917,
|
| 2191 |
+
"learning_rate": 3.448632820151638e-06,
|
| 2192 |
+
"loss": 0.4449,
|
| 2193 |
+
"step": 622
|
| 2194 |
+
},
|
| 2195 |
+
{
|
| 2196 |
+
"epoch": 1.8661682242990654,
|
| 2197 |
+
"grad_norm": 0.5519320368766785,
|
| 2198 |
+
"learning_rate": 3.417262631152409e-06,
|
| 2199 |
+
"loss": 0.421,
|
| 2200 |
+
"step": 624
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"epoch": 1.8721495327102804,
|
| 2204 |
+
"grad_norm": 0.5409705638885498,
|
| 2205 |
+
"learning_rate": 3.3859615306874827e-06,
|
| 2206 |
+
"loss": 0.4072,
|
| 2207 |
+
"step": 626
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"epoch": 1.8781308411214952,
|
| 2211 |
+
"grad_norm": 0.5319204926490784,
|
| 2212 |
+
"learning_rate": 3.3547308850904017e-06,
|
| 2213 |
+
"loss": 0.4244,
|
| 2214 |
+
"step": 628
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"epoch": 1.8841121495327102,
|
| 2218 |
+
"grad_norm": 0.5436004400253296,
|
| 2219 |
+
"learning_rate": 3.32357205761926e-06,
|
| 2220 |
+
"loss": 0.4149,
|
| 2221 |
+
"step": 630
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"epoch": 1.8900934579439252,
|
| 2225 |
+
"grad_norm": 0.5732548236846924,
|
| 2226 |
+
"learning_rate": 3.2924864083971975e-06,
|
| 2227 |
+
"loss": 0.4502,
|
| 2228 |
+
"step": 632
|
| 2229 |
+
},
|
| 2230 |
+
{
|
| 2231 |
+
"epoch": 1.8960747663551403,
|
| 2232 |
+
"grad_norm": 0.5404754877090454,
|
| 2233 |
+
"learning_rate": 3.261475294353028e-06,
|
| 2234 |
+
"loss": 0.433,
|
| 2235 |
+
"step": 634
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"epoch": 1.9020560747663553,
|
| 2239 |
+
"grad_norm": 0.5527997016906738,
|
| 2240 |
+
"learning_rate": 3.2305400691620126e-06,
|
| 2241 |
+
"loss": 0.4411,
|
| 2242 |
+
"step": 636
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"epoch": 1.90803738317757,
|
| 2246 |
+
"grad_norm": 0.5835505723953247,
|
| 2247 |
+
"learning_rate": 3.1996820831867593e-06,
|
| 2248 |
+
"loss": 0.4492,
|
| 2249 |
+
"step": 638
|
| 2250 |
+
},
|
| 2251 |
+
{
|
| 2252 |
+
"epoch": 1.914018691588785,
|
| 2253 |
+
"grad_norm": 0.5378055572509766,
|
| 2254 |
+
"learning_rate": 3.1689026834182923e-06,
|
| 2255 |
+
"loss": 0.4444,
|
| 2256 |
+
"step": 640
|
| 2257 |
+
},
|
| 2258 |
+
{
|
| 2259 |
+
"epoch": 1.92,
|
| 2260 |
+
"grad_norm": 0.5413604378700256,
|
| 2261 |
+
"learning_rate": 3.1382032134172395e-06,
|
| 2262 |
+
"loss": 0.4355,
|
| 2263 |
+
"step": 642
|
| 2264 |
+
},
|
| 2265 |
+
{
|
| 2266 |
+
"epoch": 1.925981308411215,
|
| 2267 |
+
"grad_norm": 0.5299492478370667,
|
| 2268 |
+
"learning_rate": 3.107585013255194e-06,
|
| 2269 |
+
"loss": 0.4273,
|
| 2270 |
+
"step": 644
|
| 2271 |
+
},
|
| 2272 |
+
{
|
| 2273 |
+
"epoch": 1.93196261682243,
|
| 2274 |
+
"grad_norm": 0.5561743974685669,
|
| 2275 |
+
"learning_rate": 3.077049419456212e-06,
|
| 2276 |
+
"loss": 0.4507,
|
| 2277 |
+
"step": 646
|
| 2278 |
+
},
|
| 2279 |
+
{
|
| 2280 |
+
"epoch": 1.937943925233645,
|
| 2281 |
+
"grad_norm": 0.5475538372993469,
|
| 2282 |
+
"learning_rate": 3.0465977649384813e-06,
|
| 2283 |
+
"loss": 0.4296,
|
| 2284 |
+
"step": 648
|
| 2285 |
+
},
|
| 2286 |
+
{
|
| 2287 |
+
"epoch": 1.9439252336448598,
|
| 2288 |
+
"grad_norm": 0.5660334825515747,
|
| 2289 |
+
"learning_rate": 3.016231378956126e-06,
|
| 2290 |
+
"loss": 0.4339,
|
| 2291 |
+
"step": 650
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"epoch": 1.9499065420560746,
|
| 2295 |
+
"grad_norm": 0.5578892827033997,
|
| 2296 |
+
"learning_rate": 2.9859515870411905e-06,
|
| 2297 |
+
"loss": 0.4536,
|
| 2298 |
+
"step": 652
|
| 2299 |
+
},
|
| 2300 |
+
{
|
| 2301 |
+
"epoch": 1.9558878504672896,
|
| 2302 |
+
"grad_norm": 0.5542095899581909,
|
| 2303 |
+
"learning_rate": 2.955759710945773e-06,
|
| 2304 |
+
"loss": 0.4562,
|
| 2305 |
+
"step": 654
|
| 2306 |
+
},
|
| 2307 |
+
{
|
| 2308 |
+
"epoch": 1.9618691588785047,
|
| 2309 |
+
"grad_norm": 0.551667332649231,
|
| 2310 |
+
"learning_rate": 2.92565706858434e-06,
|
| 2311 |
+
"loss": 0.4401,
|
| 2312 |
+
"step": 656
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"epoch": 1.9678504672897197,
|
| 2316 |
+
"grad_norm": 0.5226486921310425,
|
| 2317 |
+
"learning_rate": 2.8956449739761816e-06,
|
| 2318 |
+
"loss": 0.4493,
|
| 2319 |
+
"step": 658
|
| 2320 |
+
},
|
| 2321 |
+
{
|
| 2322 |
+
"epoch": 1.9738317757009347,
|
| 2323 |
+
"grad_norm": 0.5326710939407349,
|
| 2324 |
+
"learning_rate": 2.865724737188067e-06,
|
| 2325 |
+
"loss": 0.4356,
|
| 2326 |
+
"step": 660
|
| 2327 |
+
},
|
| 2328 |
+
{
|
| 2329 |
+
"epoch": 1.9798130841121495,
|
| 2330 |
+
"grad_norm": 0.5447040796279907,
|
| 2331 |
+
"learning_rate": 2.8358976642770486e-06,
|
| 2332 |
+
"loss": 0.453,
|
| 2333 |
+
"step": 662
|
| 2334 |
+
},
|
| 2335 |
+
{
|
| 2336 |
+
"epoch": 1.9857943925233645,
|
| 2337 |
+
"grad_norm": 0.5460859537124634,
|
| 2338 |
+
"learning_rate": 2.8061650572334572e-06,
|
| 2339 |
+
"loss": 0.4134,
|
| 2340 |
+
"step": 664
|
| 2341 |
+
},
|
| 2342 |
+
{
|
| 2343 |
+
"epoch": 1.9917757009345793,
|
| 2344 |
+
"grad_norm": 0.5193696022033691,
|
| 2345 |
+
"learning_rate": 2.776528213924068e-06,
|
| 2346 |
+
"loss": 0.4277,
|
| 2347 |
+
"step": 666
|
| 2348 |
+
},
|
| 2349 |
+
{
|
| 2350 |
+
"epoch": 1.9977570093457944,
|
| 2351 |
+
"grad_norm": 0.532832682132721,
|
| 2352 |
+
"learning_rate": 2.7469884280354404e-06,
|
| 2353 |
+
"loss": 0.4386,
|
| 2354 |
+
"step": 668
|
| 2355 |
+
},
|
| 2356 |
+
{
|
| 2357 |
+
"epoch": 2.0037383177570094,
|
| 2358 |
+
"grad_norm": 0.9088693261146545,
|
| 2359 |
+
"learning_rate": 2.7175469890174556e-06,
|
| 2360 |
+
"loss": 0.5557,
|
| 2361 |
+
"step": 670
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"epoch": 2.0097196261682244,
|
| 2365 |
+
"grad_norm": 0.8152005076408386,
|
| 2366 |
+
"learning_rate": 2.688205182027026e-06,
|
| 2367 |
+
"loss": 0.3505,
|
| 2368 |
+
"step": 672
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"epoch": 2.0157009345794394,
|
| 2372 |
+
"grad_norm": 0.6255513429641724,
|
| 2373 |
+
"learning_rate": 2.6589642878719967e-06,
|
| 2374 |
+
"loss": 0.3743,
|
| 2375 |
+
"step": 674
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"epoch": 2.021682242990654,
|
| 2379 |
+
"grad_norm": 0.8579421639442444,
|
| 2380 |
+
"learning_rate": 2.6298255829552393e-06,
|
| 2381 |
+
"loss": 0.3673,
|
| 2382 |
+
"step": 676
|
| 2383 |
+
},
|
| 2384 |
+
{
|
| 2385 |
+
"epoch": 2.027663551401869,
|
| 2386 |
+
"grad_norm": 0.8957614302635193,
|
| 2387 |
+
"learning_rate": 2.600790339218926e-06,
|
| 2388 |
+
"loss": 0.3609,
|
| 2389 |
+
"step": 678
|
| 2390 |
+
},
|
| 2391 |
+
{
|
| 2392 |
+
"epoch": 2.033644859813084,
|
| 2393 |
+
"grad_norm": 0.6624680757522583,
|
| 2394 |
+
"learning_rate": 2.5718598240890213e-06,
|
| 2395 |
+
"loss": 0.3719,
|
| 2396 |
+
"step": 680
|
| 2397 |
+
},
|
| 2398 |
+
{
|
| 2399 |
+
"epoch": 2.039626168224299,
|
| 2400 |
+
"grad_norm": 0.7025406360626221,
|
| 2401 |
+
"learning_rate": 2.543035300419951e-06,
|
| 2402 |
+
"loss": 0.3665,
|
| 2403 |
+
"step": 682
|
| 2404 |
+
},
|
| 2405 |
+
{
|
| 2406 |
+
"epoch": 2.045607476635514,
|
| 2407 |
+
"grad_norm": 0.6330462694168091,
|
| 2408 |
+
"learning_rate": 2.514318026439469e-06,
|
| 2409 |
+
"loss": 0.3658,
|
| 2410 |
+
"step": 684
|
| 2411 |
+
},
|
| 2412 |
+
{
|
| 2413 |
+
"epoch": 2.051588785046729,
|
| 2414 |
+
"grad_norm": 0.6362036466598511,
|
| 2415 |
+
"learning_rate": 2.4857092556937505e-06,
|
| 2416 |
+
"loss": 0.3686,
|
| 2417 |
+
"step": 686
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"epoch": 2.0575700934579437,
|
| 2421 |
+
"grad_norm": 0.6507929563522339,
|
| 2422 |
+
"learning_rate": 2.4572102369926547e-06,
|
| 2423 |
+
"loss": 0.3499,
|
| 2424 |
+
"step": 688
|
| 2425 |
+
},
|
| 2426 |
+
{
|
| 2427 |
+
"epoch": 2.0635514018691588,
|
| 2428 |
+
"grad_norm": 0.5907099843025208,
|
| 2429 |
+
"learning_rate": 2.428822214355235e-06,
|
| 2430 |
+
"loss": 0.3603,
|
| 2431 |
+
"step": 690
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"epoch": 2.0695327102803738,
|
| 2435 |
+
"grad_norm": 0.6001895070075989,
|
| 2436 |
+
"learning_rate": 2.400546426955408e-06,
|
| 2437 |
+
"loss": 0.362,
|
| 2438 |
+
"step": 692
|
| 2439 |
+
},
|
| 2440 |
+
{
|
| 2441 |
+
"epoch": 2.075514018691589,
|
| 2442 |
+
"grad_norm": 0.5974778532981873,
|
| 2443 |
+
"learning_rate": 2.3723841090678878e-06,
|
| 2444 |
+
"loss": 0.3601,
|
| 2445 |
+
"step": 694
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"epoch": 2.081495327102804,
|
| 2449 |
+
"grad_norm": 0.5870632529258728,
|
| 2450 |
+
"learning_rate": 2.344336490014295e-06,
|
| 2451 |
+
"loss": 0.3564,
|
| 2452 |
+
"step": 696
|
| 2453 |
+
},
|
| 2454 |
+
{
|
| 2455 |
+
"epoch": 2.087476635514019,
|
| 2456 |
+
"grad_norm": 0.5829831957817078,
|
| 2457 |
+
"learning_rate": 2.316404794109493e-06,
|
| 2458 |
+
"loss": 0.3437,
|
| 2459 |
+
"step": 698
|
| 2460 |
+
},
|
| 2461 |
+
{
|
| 2462 |
+
"epoch": 2.0934579439252334,
|
| 2463 |
+
"grad_norm": 0.6477536559104919,
|
| 2464 |
+
"learning_rate": 2.288590240608155e-06,
|
| 2465 |
+
"loss": 0.3707,
|
| 2466 |
+
"step": 700
|
| 2467 |
+
},
|
| 2468 |
+
{
|
| 2469 |
+
"epoch": 2.0994392523364485,
|
| 2470 |
+
"grad_norm": 0.6187012195587158,
|
| 2471 |
+
"learning_rate": 2.260894043651537e-06,
|
| 2472 |
+
"loss": 0.3932,
|
| 2473 |
+
"step": 702
|
| 2474 |
+
},
|
| 2475 |
+
{
|
| 2476 |
+
"epoch": 2.1054205607476635,
|
| 2477 |
+
"grad_norm": 0.594266951084137,
|
| 2478 |
+
"learning_rate": 2.233317412214473e-06,
|
| 2479 |
+
"loss": 0.3768,
|
| 2480 |
+
"step": 704
|
| 2481 |
+
},
|
| 2482 |
+
{
|
| 2483 |
+
"epoch": 2.1114018691588785,
|
| 2484 |
+
"grad_norm": 0.5813930034637451,
|
| 2485 |
+
"learning_rate": 2.205861550052612e-06,
|
| 2486 |
+
"loss": 0.3645,
|
| 2487 |
+
"step": 706
|
| 2488 |
+
},
|
| 2489 |
+
{
|
| 2490 |
+
"epoch": 2.1173831775700935,
|
| 2491 |
+
"grad_norm": 0.5965720415115356,
|
| 2492 |
+
"learning_rate": 2.178527655649868e-06,
|
| 2493 |
+
"loss": 0.3534,
|
| 2494 |
+
"step": 708
|
| 2495 |
+
},
|
| 2496 |
+
{
|
| 2497 |
+
"epoch": 2.1233644859813086,
|
| 2498 |
+
"grad_norm": 0.6631720066070557,
|
| 2499 |
+
"learning_rate": 2.1513169221661047e-06,
|
| 2500 |
+
"loss": 0.347,
|
| 2501 |
+
"step": 710
|
| 2502 |
+
},
|
| 2503 |
+
{
|
| 2504 |
+
"epoch": 2.129345794392523,
|
| 2505 |
+
"grad_norm": 2.115356683731079,
|
| 2506 |
+
"learning_rate": 2.124230537385047e-06,
|
| 2507 |
+
"loss": 0.3551,
|
| 2508 |
+
"step": 712
|
| 2509 |
+
},
|
| 2510 |
+
{
|
| 2511 |
+
"epoch": 2.135327102803738,
|
| 2512 |
+
"grad_norm": 0.6132083535194397,
|
| 2513 |
+
"learning_rate": 2.097269683662444e-06,
|
| 2514 |
+
"loss": 0.3534,
|
| 2515 |
+
"step": 714
|
| 2516 |
+
},
|
| 2517 |
+
{
|
| 2518 |
+
"epoch": 2.141308411214953,
|
| 2519 |
+
"grad_norm": 0.5820258259773254,
|
| 2520 |
+
"learning_rate": 2.070435537874451e-06,
|
| 2521 |
+
"loss": 0.3503,
|
| 2522 |
+
"step": 716
|
| 2523 |
+
},
|
| 2524 |
+
{
|
| 2525 |
+
"epoch": 2.147289719626168,
|
| 2526 |
+
"grad_norm": 0.59654700756073,
|
| 2527 |
+
"learning_rate": 2.0437292713662537e-06,
|
| 2528 |
+
"loss": 0.3497,
|
| 2529 |
+
"step": 718
|
| 2530 |
+
},
|
| 2531 |
+
{
|
| 2532 |
+
"epoch": 2.1532710280373832,
|
| 2533 |
+
"grad_norm": 0.5738710165023804,
|
| 2534 |
+
"learning_rate": 2.0171520499009457e-06,
|
| 2535 |
+
"loss": 0.3507,
|
| 2536 |
+
"step": 720
|
| 2537 |
+
},
|
| 2538 |
+
{
|
| 2539 |
+
"epoch": 2.1592523364485983,
|
| 2540 |
+
"grad_norm": 0.5718917846679688,
|
| 2541 |
+
"learning_rate": 1.990705033608637e-06,
|
| 2542 |
+
"loss": 0.3404,
|
| 2543 |
+
"step": 722
|
| 2544 |
+
},
|
| 2545 |
+
{
|
| 2546 |
+
"epoch": 2.1652336448598133,
|
| 2547 |
+
"grad_norm": 0.5919547080993652,
|
| 2548 |
+
"learning_rate": 1.9643893769358124e-06,
|
| 2549 |
+
"loss": 0.3506,
|
| 2550 |
+
"step": 724
|
| 2551 |
+
},
|
| 2552 |
+
{
|
| 2553 |
+
"epoch": 2.171214953271028,
|
| 2554 |
+
"grad_norm": 0.5977197289466858,
|
| 2555 |
+
"learning_rate": 1.9382062285949416e-06,
|
| 2556 |
+
"loss": 0.3569,
|
| 2557 |
+
"step": 726
|
| 2558 |
+
},
|
| 2559 |
+
{
|
| 2560 |
+
"epoch": 2.177196261682243,
|
| 2561 |
+
"grad_norm": 0.5944223403930664,
|
| 2562 |
+
"learning_rate": 1.9121567315143285e-06,
|
| 2563 |
+
"loss": 0.3632,
|
| 2564 |
+
"step": 728
|
| 2565 |
+
},
|
| 2566 |
+
{
|
| 2567 |
+
"epoch": 2.183177570093458,
|
| 2568 |
+
"grad_norm": 0.6034772992134094,
|
| 2569 |
+
"learning_rate": 1.8862420227882338e-06,
|
| 2570 |
+
"loss": 0.3404,
|
| 2571 |
+
"step": 730
|
| 2572 |
+
},
|
| 2573 |
+
{
|
| 2574 |
+
"epoch": 2.189158878504673,
|
| 2575 |
+
"grad_norm": 0.603488564491272,
|
| 2576 |
+
"learning_rate": 1.8604632336272249e-06,
|
| 2577 |
+
"loss": 0.3764,
|
| 2578 |
+
"step": 732
|
| 2579 |
+
},
|
| 2580 |
+
{
|
| 2581 |
+
"epoch": 2.195140186915888,
|
| 2582 |
+
"grad_norm": 0.5720504522323608,
|
| 2583 |
+
"learning_rate": 1.8348214893088101e-06,
|
| 2584 |
+
"loss": 0.3556,
|
| 2585 |
+
"step": 734
|
| 2586 |
+
},
|
| 2587 |
+
{
|
| 2588 |
+
"epoch": 2.201121495327103,
|
| 2589 |
+
"grad_norm": 0.6171439290046692,
|
| 2590 |
+
"learning_rate": 1.809317909128312e-06,
|
| 2591 |
+
"loss": 0.3598,
|
| 2592 |
+
"step": 736
|
| 2593 |
+
},
|
| 2594 |
+
{
|
| 2595 |
+
"epoch": 2.2071028037383176,
|
| 2596 |
+
"grad_norm": 0.5888059735298157,
|
| 2597 |
+
"learning_rate": 1.783953606350005e-06,
|
| 2598 |
+
"loss": 0.3791,
|
| 2599 |
+
"step": 738
|
| 2600 |
+
},
|
| 2601 |
+
{
|
| 2602 |
+
"epoch": 2.2130841121495326,
|
| 2603 |
+
"grad_norm": 0.5837867259979248,
|
| 2604 |
+
"learning_rate": 1.7587296881585308e-06,
|
| 2605 |
+
"loss": 0.3601,
|
| 2606 |
+
"step": 740
|
| 2607 |
+
},
|
| 2608 |
+
{
|
| 2609 |
+
"epoch": 2.2190654205607476,
|
| 2610 |
+
"grad_norm": 0.5914073586463928,
|
| 2611 |
+
"learning_rate": 1.7336472556105594e-06,
|
| 2612 |
+
"loss": 0.3421,
|
| 2613 |
+
"step": 742
|
| 2614 |
+
},
|
| 2615 |
+
{
|
| 2616 |
+
"epoch": 2.2250467289719627,
|
| 2617 |
+
"grad_norm": 0.6119322180747986,
|
| 2618 |
+
"learning_rate": 1.7087074035867284e-06,
|
| 2619 |
+
"loss": 0.3693,
|
| 2620 |
+
"step": 744
|
| 2621 |
+
},
|
| 2622 |
+
{
|
| 2623 |
+
"epoch": 2.2310280373831777,
|
| 2624 |
+
"grad_norm": 0.6087052226066589,
|
| 2625 |
+
"learning_rate": 1.6839112207438558e-06,
|
| 2626 |
+
"loss": 0.375,
|
| 2627 |
+
"step": 746
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"epoch": 2.2370093457943927,
|
| 2631 |
+
"grad_norm": 0.6128002405166626,
|
| 2632 |
+
"learning_rate": 1.6592597894674056e-06,
|
| 2633 |
+
"loss": 0.3657,
|
| 2634 |
+
"step": 748
|
| 2635 |
+
},
|
| 2636 |
+
{
|
| 2637 |
+
"epoch": 2.2429906542056073,
|
| 2638 |
+
"grad_norm": 0.5853055715560913,
|
| 2639 |
+
"learning_rate": 1.634754185824256e-06,
|
| 2640 |
+
"loss": 0.3738,
|
| 2641 |
+
"step": 750
|
| 2642 |
+
},
|
| 2643 |
+
{
|
| 2644 |
+
"epoch": 2.2489719626168223,
|
| 2645 |
+
"grad_norm": 0.6305050849914551,
|
| 2646 |
+
"learning_rate": 1.6103954795157188e-06,
|
| 2647 |
+
"loss": 0.3716,
|
| 2648 |
+
"step": 752
|
| 2649 |
+
},
|
| 2650 |
+
{
|
| 2651 |
+
"epoch": 2.2549532710280373,
|
| 2652 |
+
"grad_norm": 0.6319517493247986,
|
| 2653 |
+
"learning_rate": 1.586184733830843e-06,
|
| 2654 |
+
"loss": 0.366,
|
| 2655 |
+
"step": 754
|
| 2656 |
+
},
|
| 2657 |
+
{
|
| 2658 |
+
"epoch": 2.2609345794392524,
|
| 2659 |
+
"grad_norm": 0.5690290331840515,
|
| 2660 |
+
"learning_rate": 1.562123005600009e-06,
|
| 2661 |
+
"loss": 0.3577,
|
| 2662 |
+
"step": 756
|
| 2663 |
+
},
|
| 2664 |
+
{
|
| 2665 |
+
"epoch": 2.2669158878504674,
|
| 2666 |
+
"grad_norm": 0.5914164185523987,
|
| 2667 |
+
"learning_rate": 1.5382113451487918e-06,
|
| 2668 |
+
"loss": 0.3722,
|
| 2669 |
+
"step": 758
|
| 2670 |
+
},
|
| 2671 |
+
{
|
| 2672 |
+
"epoch": 2.2728971962616824,
|
| 2673 |
+
"grad_norm": 0.5985538363456726,
|
| 2674 |
+
"learning_rate": 1.5144507962521144e-06,
|
| 2675 |
+
"loss": 0.368,
|
| 2676 |
+
"step": 760
|
| 2677 |
+
},
|
| 2678 |
+
{
|
| 2679 |
+
"epoch": 2.278878504672897,
|
| 2680 |
+
"grad_norm": 0.6006935834884644,
|
| 2681 |
+
"learning_rate": 1.4908423960886808e-06,
|
| 2682 |
+
"loss": 0.3399,
|
| 2683 |
+
"step": 762
|
| 2684 |
+
},
|
| 2685 |
+
{
|
| 2686 |
+
"epoch": 2.284859813084112,
|
| 2687 |
+
"grad_norm": 0.6002554893493652,
|
| 2688 |
+
"learning_rate": 1.4673871751957102e-06,
|
| 2689 |
+
"loss": 0.3601,
|
| 2690 |
+
"step": 764
|
| 2691 |
+
},
|
| 2692 |
+
{
|
| 2693 |
+
"epoch": 2.290841121495327,
|
| 2694 |
+
"grad_norm": 0.5984997749328613,
|
| 2695 |
+
"learning_rate": 1.4440861574239484e-06,
|
| 2696 |
+
"loss": 0.3665,
|
| 2697 |
+
"step": 766
|
| 2698 |
+
},
|
| 2699 |
+
{
|
| 2700 |
+
"epoch": 2.296822429906542,
|
| 2701 |
+
"grad_norm": 0.5855640172958374,
|
| 2702 |
+
"learning_rate": 1.4209403598929711e-06,
|
| 2703 |
+
"loss": 0.3515,
|
| 2704 |
+
"step": 768
|
| 2705 |
+
},
|
| 2706 |
+
{
|
| 2707 |
+
"epoch": 2.302803738317757,
|
| 2708 |
+
"grad_norm": 0.6179247498512268,
|
| 2709 |
+
"learning_rate": 1.3979507929467944e-06,
|
| 2710 |
+
"loss": 0.3654,
|
| 2711 |
+
"step": 770
|
| 2712 |
+
},
|
| 2713 |
+
{
|
| 2714 |
+
"epoch": 2.308785046728972,
|
| 2715 |
+
"grad_norm": 0.6082316040992737,
|
| 2716 |
+
"learning_rate": 1.3751184601097662e-06,
|
| 2717 |
+
"loss": 0.3475,
|
| 2718 |
+
"step": 772
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"epoch": 2.314766355140187,
|
| 2722 |
+
"grad_norm": 0.625310480594635,
|
| 2723 |
+
"learning_rate": 1.3524443580427565e-06,
|
| 2724 |
+
"loss": 0.3754,
|
| 2725 |
+
"step": 774
|
| 2726 |
+
},
|
| 2727 |
+
{
|
| 2728 |
+
"epoch": 2.3207476635514017,
|
| 2729 |
+
"grad_norm": 0.5993301272392273,
|
| 2730 |
+
"learning_rate": 1.329929476499669e-06,
|
| 2731 |
+
"loss": 0.3411,
|
| 2732 |
+
"step": 776
|
| 2733 |
+
},
|
| 2734 |
+
{
|
| 2735 |
+
"epoch": 2.3267289719626167,
|
| 2736 |
+
"grad_norm": 0.6278132796287537,
|
| 2737 |
+
"learning_rate": 1.3075747982842135e-06,
|
| 2738 |
+
"loss": 0.3703,
|
| 2739 |
+
"step": 778
|
| 2740 |
+
},
|
| 2741 |
+
{
|
| 2742 |
+
"epoch": 2.3327102803738318,
|
| 2743 |
+
"grad_norm": 0.590921938419342,
|
| 2744 |
+
"learning_rate": 1.285381299207026e-06,
|
| 2745 |
+
"loss": 0.37,
|
| 2746 |
+
"step": 780
|
| 2747 |
+
},
|
| 2748 |
+
{
|
| 2749 |
+
"epoch": 2.338691588785047,
|
| 2750 |
+
"grad_norm": 0.5596469044685364,
|
| 2751 |
+
"learning_rate": 1.2633499480430568e-06,
|
| 2752 |
+
"loss": 0.3319,
|
| 2753 |
+
"step": 782
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"epoch": 2.344672897196262,
|
| 2757 |
+
"grad_norm": 0.6204531192779541,
|
| 2758 |
+
"learning_rate": 1.2414817064892964e-06,
|
| 2759 |
+
"loss": 0.3597,
|
| 2760 |
+
"step": 784
|
| 2761 |
+
},
|
| 2762 |
+
{
|
| 2763 |
+
"epoch": 2.3506542056074764,
|
| 2764 |
+
"grad_norm": 0.5784049034118652,
|
| 2765 |
+
"learning_rate": 1.2197775291227887e-06,
|
| 2766 |
+
"loss": 0.3432,
|
| 2767 |
+
"step": 786
|
| 2768 |
+
},
|
| 2769 |
+
{
|
| 2770 |
+
"epoch": 2.3566355140186914,
|
| 2771 |
+
"grad_norm": 0.603003203868866,
|
| 2772 |
+
"learning_rate": 1.198238363358959e-06,
|
| 2773 |
+
"loss": 0.3752,
|
| 2774 |
+
"step": 788
|
| 2775 |
+
},
|
| 2776 |
+
{
|
| 2777 |
+
"epoch": 2.3626168224299064,
|
| 2778 |
+
"grad_norm": 0.5979328751564026,
|
| 2779 |
+
"learning_rate": 1.1768651494102674e-06,
|
| 2780 |
+
"loss": 0.3478,
|
| 2781 |
+
"step": 790
|
| 2782 |
+
},
|
| 2783 |
+
{
|
| 2784 |
+
"epoch": 2.3685981308411215,
|
| 2785 |
+
"grad_norm": 0.594260036945343,
|
| 2786 |
+
"learning_rate": 1.1556588202451613e-06,
|
| 2787 |
+
"loss": 0.3485,
|
| 2788 |
+
"step": 792
|
| 2789 |
+
},
|
| 2790 |
+
{
|
| 2791 |
+
"epoch": 2.3745794392523365,
|
| 2792 |
+
"grad_norm": 0.555630624294281,
|
| 2793 |
+
"learning_rate": 1.1346203015473501e-06,
|
| 2794 |
+
"loss": 0.3182,
|
| 2795 |
+
"step": 794
|
| 2796 |
+
},
|
| 2797 |
+
{
|
| 2798 |
+
"epoch": 2.3805607476635515,
|
| 2799 |
+
"grad_norm": 0.6160412430763245,
|
| 2800 |
+
"learning_rate": 1.1137505116754027e-06,
|
| 2801 |
+
"loss": 0.3752,
|
| 2802 |
+
"step": 796
|
| 2803 |
+
},
|
| 2804 |
+
{
|
| 2805 |
+
"epoch": 2.3865420560747665,
|
| 2806 |
+
"grad_norm": 0.5955886244773865,
|
| 2807 |
+
"learning_rate": 1.0930503616226495e-06,
|
| 2808 |
+
"loss": 0.3486,
|
| 2809 |
+
"step": 798
|
| 2810 |
+
},
|
| 2811 |
+
{
|
| 2812 |
+
"epoch": 2.392523364485981,
|
| 2813 |
+
"grad_norm": 0.5942765474319458,
|
| 2814 |
+
"learning_rate": 1.0725207549774313e-06,
|
| 2815 |
+
"loss": 0.3507,
|
| 2816 |
+
"step": 800
|
| 2817 |
+
},
|
| 2818 |
+
{
|
| 2819 |
+
"epoch": 2.398504672897196,
|
| 2820 |
+
"grad_norm": 0.6559773683547974,
|
| 2821 |
+
"learning_rate": 1.0521625878836417e-06,
|
| 2822 |
+
"loss": 0.3663,
|
| 2823 |
+
"step": 802
|
| 2824 |
+
},
|
| 2825 |
+
{
|
| 2826 |
+
"epoch": 2.404485981308411,
|
| 2827 |
+
"grad_norm": 0.6017698645591736,
|
| 2828 |
+
"learning_rate": 1.0319767490016196e-06,
|
| 2829 |
+
"loss": 0.3359,
|
| 2830 |
+
"step": 804
|
| 2831 |
+
},
|
| 2832 |
+
{
|
| 2833 |
+
"epoch": 2.410467289719626,
|
| 2834 |
+
"grad_norm": 0.6142606735229492,
|
| 2835 |
+
"learning_rate": 1.0119641194693568e-06,
|
| 2836 |
+
"loss": 0.3439,
|
| 2837 |
+
"step": 806
|
| 2838 |
+
},
|
| 2839 |
+
{
|
| 2840 |
+
"epoch": 2.4164485981308412,
|
| 2841 |
+
"grad_norm": 0.6043434143066406,
|
| 2842 |
+
"learning_rate": 9.921255728640244e-07,
|
| 2843 |
+
"loss": 0.3726,
|
| 2844 |
+
"step": 808
|
| 2845 |
+
},
|
| 2846 |
+
{
|
| 2847 |
+
"epoch": 2.4224299065420563,
|
| 2848 |
+
"grad_norm": 0.6003604531288147,
|
| 2849 |
+
"learning_rate": 9.724619751638598e-07,
|
| 2850 |
+
"loss": 0.3435,
|
| 2851 |
+
"step": 810
|
| 2852 |
+
},
|
| 2853 |
+
{
|
| 2854 |
+
"epoch": 2.428411214953271,
|
| 2855 |
+
"grad_norm": 0.6148618459701538,
|
| 2856 |
+
"learning_rate": 9.52974184710344e-07,
|
| 2857 |
+
"loss": 0.3454,
|
| 2858 |
+
"step": 812
|
| 2859 |
+
},
|
| 2860 |
+
{
|
| 2861 |
+
"epoch": 2.434392523364486,
|
| 2862 |
+
"grad_norm": 0.5786988139152527,
|
| 2863 |
+
"learning_rate": 9.336630521707507e-07,
|
| 2864 |
+
"loss": 0.3599,
|
| 2865 |
+
"step": 814
|
| 2866 |
+
},
|
| 2867 |
+
{
|
| 2868 |
+
"epoch": 2.440373831775701,
|
| 2869 |
+
"grad_norm": 0.6036843657493591,
|
| 2870 |
+
"learning_rate": 9.145294205010058e-07,
|
| 2871 |
+
"loss": 0.3551,
|
| 2872 |
+
"step": 816
|
| 2873 |
+
},
|
| 2874 |
+
{
|
| 2875 |
+
"epoch": 2.446355140186916,
|
| 2876 |
+
"grad_norm": 0.5846954584121704,
|
| 2877 |
+
"learning_rate": 8.955741249088895e-07,
|
| 2878 |
+
"loss": 0.3667,
|
| 2879 |
+
"step": 818
|
| 2880 |
+
},
|
| 2881 |
+
{
|
| 2882 |
+
"epoch": 2.452336448598131,
|
| 2883 |
+
"grad_norm": 0.5913165807723999,
|
| 2884 |
+
"learning_rate": 8.767979928175846e-07,
|
| 2885 |
+
"loss": 0.3376,
|
| 2886 |
+
"step": 820
|
| 2887 |
+
},
|
| 2888 |
+
{
|
| 2889 |
+
"epoch": 2.458317757009346,
|
| 2890 |
+
"grad_norm": 0.6217696666717529,
|
| 2891 |
+
"learning_rate": 8.582018438295553e-07,
|
| 2892 |
+
"loss": 0.3329,
|
| 2893 |
+
"step": 822
|
| 2894 |
+
},
|
| 2895 |
+
{
|
| 2896 |
+
"epoch": 2.464299065420561,
|
| 2897 |
+
"grad_norm": 0.6013655066490173,
|
| 2898 |
+
"learning_rate": 8.397864896907665e-07,
|
| 2899 |
+
"loss": 0.3662,
|
| 2900 |
+
"step": 824
|
| 2901 |
+
},
|
| 2902 |
+
{
|
| 2903 |
+
"epoch": 2.4702803738317756,
|
| 2904 |
+
"grad_norm": 0.6371009349822998,
|
| 2905 |
+
"learning_rate": 8.21552734255261e-07,
|
| 2906 |
+
"loss": 0.3659,
|
| 2907 |
+
"step": 826
|
| 2908 |
+
},
|
| 2909 |
+
{
|
| 2910 |
+
"epoch": 2.4762616822429906,
|
| 2911 |
+
"grad_norm": 0.5932595729827881,
|
| 2912 |
+
"learning_rate": 8.035013734500557e-07,
|
| 2913 |
+
"loss": 0.3604,
|
| 2914 |
+
"step": 828
|
| 2915 |
+
},
|
| 2916 |
+
{
|
| 2917 |
+
"epoch": 2.4822429906542056,
|
| 2918 |
+
"grad_norm": 0.5930650234222412,
|
| 2919 |
+
"learning_rate": 7.856331952404117e-07,
|
| 2920 |
+
"loss": 0.3512,
|
| 2921 |
+
"step": 830
|
| 2922 |
+
},
|
| 2923 |
+
{
|
| 2924 |
+
"epoch": 2.4882242990654206,
|
| 2925 |
+
"grad_norm": 0.5936273336410522,
|
| 2926 |
+
"learning_rate": 7.679489795954282e-07,
|
| 2927 |
+
"loss": 0.3622,
|
| 2928 |
+
"step": 832
|
| 2929 |
+
},
|
| 2930 |
+
{
|
| 2931 |
+
"epoch": 2.4942056074766357,
|
| 2932 |
+
"grad_norm": 0.5910542607307434,
|
| 2933 |
+
"learning_rate": 7.504494984540033e-07,
|
| 2934 |
+
"loss": 0.3709,
|
| 2935 |
+
"step": 834
|
| 2936 |
+
},
|
| 2937 |
+
{
|
| 2938 |
+
"epoch": 2.5001869158878502,
|
| 2939 |
+
"grad_norm": 0.5870150923728943,
|
| 2940 |
+
"learning_rate": 7.331355156911352e-07,
|
| 2941 |
+
"loss": 0.3611,
|
| 2942 |
+
"step": 836
|
| 2943 |
+
},
|
| 2944 |
+
{
|
| 2945 |
+
"epoch": 2.5061682242990653,
|
| 2946 |
+
"grad_norm": 0.6222584843635559,
|
| 2947 |
+
"learning_rate": 7.16007787084575e-07,
|
| 2948 |
+
"loss": 0.36,
|
| 2949 |
+
"step": 838
|
| 2950 |
+
},
|
| 2951 |
+
{
|
| 2952 |
+
"epoch": 2.5121495327102803,
|
| 2953 |
+
"grad_norm": 0.6077357530593872,
|
| 2954 |
+
"learning_rate": 6.990670602818412e-07,
|
| 2955 |
+
"loss": 0.3705,
|
| 2956 |
+
"step": 840
|
| 2957 |
+
},
|
| 2958 |
+
{
|
| 2959 |
+
"epoch": 2.5181308411214953,
|
| 2960 |
+
"grad_norm": 0.5924935340881348,
|
| 2961 |
+
"learning_rate": 6.823140747675816e-07,
|
| 2962 |
+
"loss": 0.3592,
|
| 2963 |
+
"step": 842
|
| 2964 |
+
},
|
| 2965 |
+
{
|
| 2966 |
+
"epoch": 2.5241121495327103,
|
| 2967 |
+
"grad_norm": 0.5799605846405029,
|
| 2968 |
+
"learning_rate": 6.657495618312926e-07,
|
| 2969 |
+
"loss": 0.355,
|
| 2970 |
+
"step": 844
|
| 2971 |
+
},
|
| 2972 |
+
{
|
| 2973 |
+
"epoch": 2.5300934579439254,
|
| 2974 |
+
"grad_norm": 0.5925043821334839,
|
| 2975 |
+
"learning_rate": 6.493742445354012e-07,
|
| 2976 |
+
"loss": 0.3441,
|
| 2977 |
+
"step": 846
|
| 2978 |
+
},
|
| 2979 |
+
{
|
| 2980 |
+
"epoch": 2.5360747663551404,
|
| 2981 |
+
"grad_norm": 0.590898334980011,
|
| 2982 |
+
"learning_rate": 6.331888376836948e-07,
|
| 2983 |
+
"loss": 0.3561,
|
| 2984 |
+
"step": 848
|
| 2985 |
+
},
|
| 2986 |
+
{
|
| 2987 |
+
"epoch": 2.542056074766355,
|
| 2988 |
+
"grad_norm": 0.612479031085968,
|
| 2989 |
+
"learning_rate": 6.171940477901305e-07,
|
| 2990 |
+
"loss": 0.367,
|
| 2991 |
+
"step": 850
|
| 2992 |
+
},
|
| 2993 |
+
{
|
| 2994 |
+
"epoch": 2.54803738317757,
|
| 2995 |
+
"grad_norm": 0.5892294645309448,
|
| 2996 |
+
"learning_rate": 6.013905730479824e-07,
|
| 2997 |
+
"loss": 0.3622,
|
| 2998 |
+
"step": 852
|
| 2999 |
+
},
|
| 3000 |
+
{
|
| 3001 |
+
"epoch": 2.554018691588785,
|
| 3002 |
+
"grad_norm": 0.5982328653335571,
|
| 3003 |
+
"learning_rate": 5.857791032993754e-07,
|
| 3004 |
+
"loss": 0.3583,
|
| 3005 |
+
"step": 854
|
| 3006 |
+
},
|
| 3007 |
+
{
|
| 3008 |
+
"epoch": 2.56,
|
| 3009 |
+
"grad_norm": 0.5935385227203369,
|
| 3010 |
+
"learning_rate": 5.703603200051661e-07,
|
| 3011 |
+
"loss": 0.3603,
|
| 3012 |
+
"step": 856
|
| 3013 |
+
},
|
| 3014 |
+
{
|
| 3015 |
+
"epoch": 2.565981308411215,
|
| 3016 |
+
"grad_norm": 0.6001613736152649,
|
| 3017 |
+
"learning_rate": 5.551348962151965e-07,
|
| 3018 |
+
"loss": 0.3512,
|
| 3019 |
+
"step": 858
|
| 3020 |
+
},
|
| 3021 |
+
{
|
| 3022 |
+
"epoch": 2.5719626168224297,
|
| 3023 |
+
"grad_norm": 0.5811797976493835,
|
| 3024 |
+
"learning_rate": 5.401034965389202e-07,
|
| 3025 |
+
"loss": 0.3588,
|
| 3026 |
+
"step": 860
|
| 3027 |
+
},
|
| 3028 |
+
{
|
| 3029 |
+
"epoch": 2.5779439252336447,
|
| 3030 |
+
"grad_norm": 0.6029683947563171,
|
| 3031 |
+
"learning_rate": 5.252667771163827e-07,
|
| 3032 |
+
"loss": 0.3588,
|
| 3033 |
+
"step": 862
|
| 3034 |
+
},
|
| 3035 |
+
{
|
| 3036 |
+
"epoch": 2.5839252336448597,
|
| 3037 |
+
"grad_norm": 0.5932782292366028,
|
| 3038 |
+
"learning_rate": 5.106253855895865e-07,
|
| 3039 |
+
"loss": 0.3701,
|
| 3040 |
+
"step": 864
|
| 3041 |
+
},
|
| 3042 |
+
{
|
| 3043 |
+
"epoch": 2.5899065420560747,
|
| 3044 |
+
"grad_norm": 0.5977774262428284,
|
| 3045 |
+
"learning_rate": 4.961799610742202e-07,
|
| 3046 |
+
"loss": 0.3494,
|
| 3047 |
+
"step": 866
|
| 3048 |
+
},
|
| 3049 |
+
{
|
| 3050 |
+
"epoch": 2.5958878504672898,
|
| 3051 |
+
"grad_norm": 0.6161970496177673,
|
| 3052 |
+
"learning_rate": 4.819311341317546e-07,
|
| 3053 |
+
"loss": 0.3631,
|
| 3054 |
+
"step": 868
|
| 3055 |
+
},
|
| 3056 |
+
{
|
| 3057 |
+
"epoch": 2.601869158878505,
|
| 3058 |
+
"grad_norm": 0.5860589742660522,
|
| 3059 |
+
"learning_rate": 4.678795267419267e-07,
|
| 3060 |
+
"loss": 0.3621,
|
| 3061 |
+
"step": 870
|
| 3062 |
+
},
|
| 3063 |
+
{
|
| 3064 |
+
"epoch": 2.60785046728972,
|
| 3065 |
+
"grad_norm": 0.6047132611274719,
|
| 3066 |
+
"learning_rate": 4.540257522755809e-07,
|
| 3067 |
+
"loss": 0.3437,
|
| 3068 |
+
"step": 872
|
| 3069 |
+
},
|
| 3070 |
+
{
|
| 3071 |
+
"epoch": 2.613831775700935,
|
| 3072 |
+
"grad_norm": 0.60504549741745,
|
| 3073 |
+
"learning_rate": 4.4037041546790115e-07,
|
| 3074 |
+
"loss": 0.3459,
|
| 3075 |
+
"step": 874
|
| 3076 |
+
},
|
| 3077 |
+
{
|
| 3078 |
+
"epoch": 2.6198130841121494,
|
| 3079 |
+
"grad_norm": 0.5911012887954712,
|
| 3080 |
+
"learning_rate": 4.2691411239201007e-07,
|
| 3081 |
+
"loss": 0.366,
|
| 3082 |
+
"step": 876
|
| 3083 |
+
},
|
| 3084 |
+
{
|
| 3085 |
+
"epoch": 2.6257943925233644,
|
| 3086 |
+
"grad_norm": 0.6090118288993835,
|
| 3087 |
+
"learning_rate": 4.1365743043294936e-07,
|
| 3088 |
+
"loss": 0.3618,
|
| 3089 |
+
"step": 878
|
| 3090 |
+
},
|
| 3091 |
+
{
|
| 3092 |
+
"epoch": 2.6317757009345795,
|
| 3093 |
+
"grad_norm": 0.5937606692314148,
|
| 3094 |
+
"learning_rate": 4.006009482620432e-07,
|
| 3095 |
+
"loss": 0.3594,
|
| 3096 |
+
"step": 880
|
| 3097 |
+
},
|
| 3098 |
+
{
|
| 3099 |
+
"epoch": 2.6377570093457945,
|
| 3100 |
+
"grad_norm": 0.5993775725364685,
|
| 3101 |
+
"learning_rate": 3.8774523581163236e-07,
|
| 3102 |
+
"loss": 0.3503,
|
| 3103 |
+
"step": 882
|
| 3104 |
+
},
|
| 3105 |
+
{
|
| 3106 |
+
"epoch": 2.643738317757009,
|
| 3107 |
+
"grad_norm": 0.6125180125236511,
|
| 3108 |
+
"learning_rate": 3.750908542502013e-07,
|
| 3109 |
+
"loss": 0.3646,
|
| 3110 |
+
"step": 884
|
| 3111 |
+
},
|
| 3112 |
+
{
|
| 3113 |
+
"epoch": 2.649719626168224,
|
| 3114 |
+
"grad_norm": 0.6050174832344055,
|
| 3115 |
+
"learning_rate": 3.6263835595788276e-07,
|
| 3116 |
+
"loss": 0.371,
|
| 3117 |
+
"step": 886
|
| 3118 |
+
},
|
| 3119 |
+
{
|
| 3120 |
+
"epoch": 2.655700934579439,
|
| 3121 |
+
"grad_norm": 2.164024829864502,
|
| 3122 |
+
"learning_rate": 3.5038828450233874e-07,
|
| 3123 |
+
"loss": 0.3525,
|
| 3124 |
+
"step": 888
|
| 3125 |
+
},
|
| 3126 |
+
{
|
| 3127 |
+
"epoch": 2.661682242990654,
|
| 3128 |
+
"grad_norm": 0.6173498034477234,
|
| 3129 |
+
"learning_rate": 3.3834117461504224e-07,
|
| 3130 |
+
"loss": 0.3629,
|
| 3131 |
+
"step": 890
|
| 3132 |
+
},
|
| 3133 |
+
{
|
| 3134 |
+
"epoch": 2.667663551401869,
|
| 3135 |
+
"grad_norm": 0.6122630834579468,
|
| 3136 |
+
"learning_rate": 3.2649755216792866e-07,
|
| 3137 |
+
"loss": 0.361,
|
| 3138 |
+
"step": 892
|
| 3139 |
+
},
|
| 3140 |
+
{
|
| 3141 |
+
"epoch": 2.673644859813084,
|
| 3142 |
+
"grad_norm": 0.6037364602088928,
|
| 3143 |
+
"learning_rate": 3.1485793415044483e-07,
|
| 3144 |
+
"loss": 0.365,
|
| 3145 |
+
"step": 894
|
| 3146 |
+
},
|
| 3147 |
+
{
|
| 3148 |
+
"epoch": 2.679626168224299,
|
| 3149 |
+
"grad_norm": 0.6137922406196594,
|
| 3150 |
+
"learning_rate": 3.034228286469804e-07,
|
| 3151 |
+
"loss": 0.3784,
|
| 3152 |
+
"step": 896
|
| 3153 |
+
},
|
| 3154 |
+
{
|
| 3155 |
+
"epoch": 2.6856074766355142,
|
| 3156 |
+
"grad_norm": 0.5984251499176025,
|
| 3157 |
+
"learning_rate": 2.9219273481468634e-07,
|
| 3158 |
+
"loss": 0.3659,
|
| 3159 |
+
"step": 898
|
| 3160 |
+
},
|
| 3161 |
+
{
|
| 3162 |
+
"epoch": 2.691588785046729,
|
| 3163 |
+
"grad_norm": 0.6204813122749329,
|
| 3164 |
+
"learning_rate": 2.811681428616919e-07,
|
| 3165 |
+
"loss": 0.3873,
|
| 3166 |
+
"step": 900
|
| 3167 |
+
},
|
| 3168 |
+
{
|
| 3169 |
+
"epoch": 2.697570093457944,
|
| 3170 |
+
"grad_norm": 0.5879127383232117,
|
| 3171 |
+
"learning_rate": 2.703495340257017e-07,
|
| 3172 |
+
"loss": 0.3623,
|
| 3173 |
+
"step": 902
|
| 3174 |
+
},
|
| 3175 |
+
{
|
| 3176 |
+
"epoch": 2.703551401869159,
|
| 3177 |
+
"grad_norm": 0.6163719296455383,
|
| 3178 |
+
"learning_rate": 2.597373805529918e-07,
|
| 3179 |
+
"loss": 0.3714,
|
| 3180 |
+
"step": 904
|
| 3181 |
+
},
|
| 3182 |
+
{
|
| 3183 |
+
"epoch": 2.709532710280374,
|
| 3184 |
+
"grad_norm": 0.6320078372955322,
|
| 3185 |
+
"learning_rate": 2.4933214567779473e-07,
|
| 3186 |
+
"loss": 0.3716,
|
| 3187 |
+
"step": 906
|
| 3188 |
+
},
|
| 3189 |
+
{
|
| 3190 |
+
"epoch": 2.715514018691589,
|
| 3191 |
+
"grad_norm": 0.6004301309585571,
|
| 3192 |
+
"learning_rate": 2.39134283602076e-07,
|
| 3193 |
+
"loss": 0.359,
|
| 3194 |
+
"step": 908
|
| 3195 |
+
},
|
| 3196 |
+
{
|
| 3197 |
+
"epoch": 2.7214953271028035,
|
| 3198 |
+
"grad_norm": 0.6041020750999451,
|
| 3199 |
+
"learning_rate": 2.2914423947571263e-07,
|
| 3200 |
+
"loss": 0.3774,
|
| 3201 |
+
"step": 910
|
| 3202 |
+
},
|
| 3203 |
+
{
|
| 3204 |
+
"epoch": 2.7274766355140185,
|
| 3205 |
+
"grad_norm": 0.6102595329284668,
|
| 3206 |
+
"learning_rate": 2.193624493770591e-07,
|
| 3207 |
+
"loss": 0.3776,
|
| 3208 |
+
"step": 912
|
| 3209 |
+
},
|
| 3210 |
+
{
|
| 3211 |
+
"epoch": 2.7334579439252336,
|
| 3212 |
+
"grad_norm": 0.5953677296638489,
|
| 3213 |
+
"learning_rate": 2.0978934029391052e-07,
|
| 3214 |
+
"loss": 0.346,
|
| 3215 |
+
"step": 914
|
| 3216 |
+
},
|
| 3217 |
+
{
|
| 3218 |
+
"epoch": 2.7394392523364486,
|
| 3219 |
+
"grad_norm": 0.6040077805519104,
|
| 3220 |
+
"learning_rate": 2.0042533010486753e-07,
|
| 3221 |
+
"loss": 0.3658,
|
| 3222 |
+
"step": 916
|
| 3223 |
+
},
|
| 3224 |
+
{
|
| 3225 |
+
"epoch": 2.7454205607476636,
|
| 3226 |
+
"grad_norm": 0.5858832001686096,
|
| 3227 |
+
"learning_rate": 1.9127082756109138e-07,
|
| 3228 |
+
"loss": 0.34,
|
| 3229 |
+
"step": 918
|
| 3230 |
+
},
|
| 3231 |
+
{
|
| 3232 |
+
"epoch": 2.7514018691588786,
|
| 3233 |
+
"grad_norm": 0.5845103859901428,
|
| 3234 |
+
"learning_rate": 1.8232623226846546e-07,
|
| 3235 |
+
"loss": 0.3475,
|
| 3236 |
+
"step": 920
|
| 3237 |
+
},
|
| 3238 |
+
{
|
| 3239 |
+
"epoch": 2.7573831775700937,
|
| 3240 |
+
"grad_norm": 0.5982747673988342,
|
| 3241 |
+
"learning_rate": 1.7359193467014812e-07,
|
| 3242 |
+
"loss": 0.3724,
|
| 3243 |
+
"step": 922
|
| 3244 |
+
},
|
| 3245 |
+
{
|
| 3246 |
+
"epoch": 2.7633644859813087,
|
| 3247 |
+
"grad_norm": 0.5818347930908203,
|
| 3248 |
+
"learning_rate": 1.6506831602953298e-07,
|
| 3249 |
+
"loss": 0.359,
|
| 3250 |
+
"step": 924
|
| 3251 |
+
},
|
| 3252 |
+
{
|
| 3253 |
+
"epoch": 2.7693457943925233,
|
| 3254 |
+
"grad_norm": 0.628298819065094,
|
| 3255 |
+
"learning_rate": 1.5675574841360343e-07,
|
| 3256 |
+
"loss": 0.3561,
|
| 3257 |
+
"step": 926
|
| 3258 |
+
},
|
| 3259 |
+
{
|
| 3260 |
+
"epoch": 2.7753271028037383,
|
| 3261 |
+
"grad_norm": 0.5835368037223816,
|
| 3262 |
+
"learning_rate": 1.4865459467669262e-07,
|
| 3263 |
+
"loss": 0.3727,
|
| 3264 |
+
"step": 928
|
| 3265 |
+
},
|
| 3266 |
+
{
|
| 3267 |
+
"epoch": 2.7813084112149533,
|
| 3268 |
+
"grad_norm": 0.5914537906646729,
|
| 3269 |
+
"learning_rate": 1.407652084446459e-07,
|
| 3270 |
+
"loss": 0.3622,
|
| 3271 |
+
"step": 930
|
| 3272 |
+
},
|
| 3273 |
+
{
|
| 3274 |
+
"epoch": 2.7872897196261683,
|
| 3275 |
+
"grad_norm": 0.6176457405090332,
|
| 3276 |
+
"learning_rate": 1.330879340993796e-07,
|
| 3277 |
+
"loss": 0.3387,
|
| 3278 |
+
"step": 932
|
| 3279 |
+
},
|
| 3280 |
+
{
|
| 3281 |
+
"epoch": 2.793271028037383,
|
| 3282 |
+
"grad_norm": 0.5938091278076172,
|
| 3283 |
+
"learning_rate": 1.2562310676385524e-07,
|
| 3284 |
+
"loss": 0.3413,
|
| 3285 |
+
"step": 934
|
| 3286 |
+
},
|
| 3287 |
+
{
|
| 3288 |
+
"epoch": 2.799252336448598,
|
| 3289 |
+
"grad_norm": 0.6224868893623352,
|
| 3290 |
+
"learning_rate": 1.183710522874454e-07,
|
| 3291 |
+
"loss": 0.3613,
|
| 3292 |
+
"step": 936
|
| 3293 |
+
},
|
| 3294 |
+
{
|
| 3295 |
+
"epoch": 2.805233644859813,
|
| 3296 |
+
"grad_norm": 0.5785969495773315,
|
| 3297 |
+
"learning_rate": 1.1133208723171251e-07,
|
| 3298 |
+
"loss": 0.3766,
|
| 3299 |
+
"step": 938
|
| 3300 |
+
},
|
| 3301 |
+
{
|
| 3302 |
+
"epoch": 2.811214953271028,
|
| 3303 |
+
"grad_norm": 0.5937323570251465,
|
| 3304 |
+
"learning_rate": 1.0450651885659024e-07,
|
| 3305 |
+
"loss": 0.3488,
|
| 3306 |
+
"step": 940
|
| 3307 |
+
},
|
| 3308 |
+
{
|
| 3309 |
+
"epoch": 2.817196261682243,
|
| 3310 |
+
"grad_norm": 0.5992870330810547,
|
| 3311 |
+
"learning_rate": 9.789464510697011e-08,
|
| 3312 |
+
"loss": 0.3479,
|
| 3313 |
+
"step": 942
|
| 3314 |
+
},
|
| 3315 |
+
{
|
| 3316 |
+
"epoch": 2.823177570093458,
|
| 3317 |
+
"grad_norm": 0.5977771878242493,
|
| 3318 |
+
"learning_rate": 9.149675459969809e-08,
|
| 3319 |
+
"loss": 0.3614,
|
| 3320 |
+
"step": 944
|
| 3321 |
+
},
|
| 3322 |
+
{
|
| 3323 |
+
"epoch": 2.829158878504673,
|
| 3324 |
+
"grad_norm": 0.6392165422439575,
|
| 3325 |
+
"learning_rate": 8.531312661097468e-08,
|
| 3326 |
+
"loss": 0.3604,
|
| 3327 |
+
"step": 946
|
| 3328 |
+
},
|
| 3329 |
+
{
|
| 3330 |
+
"epoch": 2.835140186915888,
|
| 3331 |
+
"grad_norm": 0.5865116119384766,
|
| 3332 |
+
"learning_rate": 7.934403106416245e-08,
|
| 3333 |
+
"loss": 0.3402,
|
| 3334 |
+
"step": 948
|
| 3335 |
+
},
|
| 3336 |
+
{
|
| 3337 |
+
"epoch": 2.8411214953271027,
|
| 3338 |
+
"grad_norm": 0.5936951637268066,
|
| 3339 |
+
"learning_rate": 7.358972851800705e-08,
|
| 3340 |
+
"loss": 0.3661,
|
| 3341 |
+
"step": 950
|
| 3342 |
+
},
|
| 3343 |
+
{
|
| 3344 |
+
"epoch": 2.8471028037383177,
|
| 3345 |
+
"grad_norm": 0.6197953224182129,
|
| 3346 |
+
"learning_rate": 6.805047015526089e-08,
|
| 3347 |
+
"loss": 0.3765,
|
| 3348 |
+
"step": 952
|
| 3349 |
+
},
|
| 3350 |
+
{
|
| 3351 |
+
"epoch": 2.8530841121495327,
|
| 3352 |
+
"grad_norm": 0.6130885481834412,
|
| 3353 |
+
"learning_rate": 6.272649777171902e-08,
|
| 3354 |
+
"loss": 0.3635,
|
| 3355 |
+
"step": 954
|
| 3356 |
+
},
|
| 3357 |
+
{
|
| 3358 |
+
"epoch": 2.8590654205607478,
|
| 3359 |
+
"grad_norm": 0.6389986872673035,
|
| 3360 |
+
"learning_rate": 5.761804376566649e-08,
|
| 3361 |
+
"loss": 0.3883,
|
| 3362 |
+
"step": 956
|
| 3363 |
+
},
|
| 3364 |
+
{
|
| 3365 |
+
"epoch": 2.8650467289719628,
|
| 3366 |
+
"grad_norm": 0.6116965413093567,
|
| 3367 |
+
"learning_rate": 5.272533112773093e-08,
|
| 3368 |
+
"loss": 0.3438,
|
| 3369 |
+
"step": 958
|
| 3370 |
+
},
|
| 3371 |
+
{
|
| 3372 |
+
"epoch": 2.8710280373831774,
|
| 3373 |
+
"grad_norm": 0.6007145643234253,
|
| 3374 |
+
"learning_rate": 4.804857343114977e-08,
|
| 3375 |
+
"loss": 0.3572,
|
| 3376 |
+
"step": 960
|
| 3377 |
+
},
|
| 3378 |
+
{
|
| 3379 |
+
"epoch": 2.8770093457943924,
|
| 3380 |
+
"grad_norm": 0.6094311475753784,
|
| 3381 |
+
"learning_rate": 4.358797482244936e-08,
|
| 3382 |
+
"loss": 0.3671,
|
| 3383 |
+
"step": 962
|
| 3384 |
+
},
|
| 3385 |
+
{
|
| 3386 |
+
"epoch": 2.8829906542056074,
|
| 3387 |
+
"grad_norm": 0.5995861291885376,
|
| 3388 |
+
"learning_rate": 3.934373001253045e-08,
|
| 3389 |
+
"loss": 0.3718,
|
| 3390 |
+
"step": 964
|
| 3391 |
+
},
|
| 3392 |
+
{
|
| 3393 |
+
"epoch": 2.8889719626168224,
|
| 3394 |
+
"grad_norm": 0.5905115604400635,
|
| 3395 |
+
"learning_rate": 3.5316024268172713e-08,
|
| 3396 |
+
"loss": 0.3405,
|
| 3397 |
+
"step": 966
|
| 3398 |
+
},
|
| 3399 |
+
{
|
| 3400 |
+
"epoch": 2.8949532710280375,
|
| 3401 |
+
"grad_norm": 0.6070297956466675,
|
| 3402 |
+
"learning_rate": 3.15050334039424e-08,
|
| 3403 |
+
"loss": 0.3656,
|
| 3404 |
+
"step": 968
|
| 3405 |
+
},
|
| 3406 |
+
{
|
| 3407 |
+
"epoch": 2.9009345794392525,
|
| 3408 |
+
"grad_norm": 0.5917677879333496,
|
| 3409 |
+
"learning_rate": 2.791092377452287e-08,
|
| 3410 |
+
"loss": 0.3464,
|
| 3411 |
+
"step": 970
|
| 3412 |
+
},
|
| 3413 |
+
{
|
| 3414 |
+
"epoch": 2.9069158878504675,
|
| 3415 |
+
"grad_norm": 0.60396808385849,
|
| 3416 |
+
"learning_rate": 2.4533852267450976e-08,
|
| 3417 |
+
"loss": 0.3566,
|
| 3418 |
+
"step": 972
|
| 3419 |
+
},
|
| 3420 |
+
{
|
| 3421 |
+
"epoch": 2.912897196261682,
|
| 3422 |
+
"grad_norm": 0.6098156571388245,
|
| 3423 |
+
"learning_rate": 2.1373966296266978e-08,
|
| 3424 |
+
"loss": 0.3554,
|
| 3425 |
+
"step": 974
|
| 3426 |
+
},
|
| 3427 |
+
{
|
| 3428 |
+
"epoch": 2.918878504672897,
|
| 3429 |
+
"grad_norm": 0.5947542190551758,
|
| 3430 |
+
"learning_rate": 1.8431403794084148e-08,
|
| 3431 |
+
"loss": 0.3857,
|
| 3432 |
+
"step": 976
|
| 3433 |
+
},
|
| 3434 |
+
{
|
| 3435 |
+
"epoch": 2.924859813084112,
|
| 3436 |
+
"grad_norm": 0.6109650135040283,
|
| 3437 |
+
"learning_rate": 1.5706293207561896e-08,
|
| 3438 |
+
"loss": 0.3597,
|
| 3439 |
+
"step": 978
|
| 3440 |
+
},
|
| 3441 |
+
{
|
| 3442 |
+
"epoch": 2.930841121495327,
|
| 3443 |
+
"grad_norm": 0.5936993360519409,
|
| 3444 |
+
"learning_rate": 1.3198753491305283e-08,
|
| 3445 |
+
"loss": 0.3639,
|
| 3446 |
+
"step": 980
|
| 3447 |
+
},
|
| 3448 |
+
{
|
| 3449 |
+
"epoch": 2.936822429906542,
|
| 3450 |
+
"grad_norm": 0.6051398515701294,
|
| 3451 |
+
"learning_rate": 1.0908894102666378e-08,
|
| 3452 |
+
"loss": 0.3712,
|
| 3453 |
+
"step": 982
|
| 3454 |
+
},
|
| 3455 |
+
{
|
| 3456 |
+
"epoch": 2.9428037383177568,
|
| 3457 |
+
"grad_norm": 0.598733127117157,
|
| 3458 |
+
"learning_rate": 8.836814996971977e-09,
|
| 3459 |
+
"loss": 0.3813,
|
| 3460 |
+
"step": 984
|
| 3461 |
+
},
|
| 3462 |
+
{
|
| 3463 |
+
"epoch": 2.948785046728972,
|
| 3464 |
+
"grad_norm": 0.5998523831367493,
|
| 3465 |
+
"learning_rate": 6.982606623155974e-09,
|
| 3466 |
+
"loss": 0.3722,
|
| 3467 |
+
"step": 986
|
| 3468 |
+
},
|
| 3469 |
+
{
|
| 3470 |
+
"epoch": 2.954766355140187,
|
| 3471 |
+
"grad_norm": 0.577263593673706,
|
| 3472 |
+
"learning_rate": 5.346349919813088e-09,
|
| 3473 |
+
"loss": 0.3459,
|
| 3474 |
+
"step": 988
|
| 3475 |
+
},
|
| 3476 |
+
{
|
| 3477 |
+
"epoch": 2.960747663551402,
|
| 3478 |
+
"grad_norm": 0.7024447917938232,
|
| 3479 |
+
"learning_rate": 3.928116311666119e-09,
|
| 3480 |
+
"loss": 0.35,
|
| 3481 |
+
"step": 990
|
| 3482 |
+
},
|
| 3483 |
+
{
|
| 3484 |
+
"epoch": 2.966728971962617,
|
| 3485 |
+
"grad_norm": 0.6336097121238708,
|
| 3486 |
+
"learning_rate": 2.727967706447343e-09,
|
| 3487 |
+
"loss": 0.3758,
|
| 3488 |
+
"step": 992
|
| 3489 |
+
},
|
| 3490 |
+
{
|
| 3491 |
+
"epoch": 2.972710280373832,
|
| 3492 |
+
"grad_norm": 0.6015500426292419,
|
| 3493 |
+
"learning_rate": 1.7459564921962213e-09,
|
| 3494 |
+
"loss": 0.3569,
|
| 3495 |
+
"step": 994
|
| 3496 |
+
},
|
| 3497 |
+
{
|
| 3498 |
+
"epoch": 2.978691588785047,
|
| 3499 |
+
"grad_norm": 0.6137949824333191,
|
| 3500 |
+
"learning_rate": 9.821255349734548e-10,
|
| 3501 |
+
"loss": 0.3711,
|
| 3502 |
+
"step": 996
|
| 3503 |
+
},
|
| 3504 |
+
{
|
| 3505 |
+
"epoch": 2.984672897196262,
|
| 3506 |
+
"grad_norm": 0.5941304564476013,
|
| 3507 |
+
"learning_rate": 4.3650817698803747e-10,
|
| 3508 |
+
"loss": 0.3532,
|
| 3509 |
+
"step": 998
|
| 3510 |
+
},
|
| 3511 |
+
{
|
| 3512 |
+
"epoch": 2.9906542056074765,
|
| 3513 |
+
"grad_norm": 0.6001025438308716,
|
| 3514 |
+
"learning_rate": 1.0912823514397374e-10,
|
| 3515 |
+
"loss": 0.3489,
|
| 3516 |
+
"step": 1000
|
| 3517 |
+
},
|
| 3518 |
+
{
|
| 3519 |
+
"epoch": 2.9966355140186915,
|
| 3520 |
+
"grad_norm": 0.603685736656189,
|
| 3521 |
+
"learning_rate": 0.0,
|
| 3522 |
+
"loss": 0.3917,
|
| 3523 |
+
"step": 1002
|
| 3524 |
+
}
|
| 3525 |
+
],
|
| 3526 |
+
"logging_steps": 2,
|
| 3527 |
+
"max_steps": 1002,
|
| 3528 |
+
"num_input_tokens_seen": 0,
|
| 3529 |
+
"num_train_epochs": 3,
|
| 3530 |
+
"save_steps": 500,
|
| 3531 |
+
"stateful_callbacks": {
|
| 3532 |
+
"TrainerControl": {
|
| 3533 |
+
"args": {
|
| 3534 |
+
"should_epoch_stop": false,
|
| 3535 |
+
"should_evaluate": false,
|
| 3536 |
+
"should_log": false,
|
| 3537 |
+
"should_save": true,
|
| 3538 |
+
"should_training_stop": true
|
| 3539 |
+
},
|
| 3540 |
+
"attributes": {}
|
| 3541 |
+
}
|
| 3542 |
+
},
|
| 3543 |
+
"total_flos": 1.1827834291784516e+19,
|
| 3544 |
+
"train_batch_size": 1,
|
| 3545 |
+
"trial_name": null,
|
| 3546 |
+
"trial_params": null
|
| 3547 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2ec74c80b65fa6660137a6f5542a35ec448f6326b1cc4c9332453d17b01eeee
|
| 3 |
+
size 7928
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k/checkpoint-1002/zero_to_fp32.py
ADDED
|
@@ -0,0 +1,604 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
|
| 3 |
+
# Copyright (c) Microsoft Corporation.
|
| 4 |
+
# SPDX-License-Identifier: Apache-2.0
|
| 5 |
+
|
| 6 |
+
# DeepSpeed Team
|
| 7 |
+
|
| 8 |
+
# This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
|
| 9 |
+
# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
|
| 10 |
+
# the future. Once extracted, the weights don't require DeepSpeed and can be used in any
|
| 11 |
+
# application.
|
| 12 |
+
#
|
| 13 |
+
# example: python zero_to_fp32.py . pytorch_model.bin
|
| 14 |
+
|
| 15 |
+
import argparse
|
| 16 |
+
import torch
|
| 17 |
+
import glob
|
| 18 |
+
import math
|
| 19 |
+
import os
|
| 20 |
+
import re
|
| 21 |
+
from collections import OrderedDict
|
| 22 |
+
from dataclasses import dataclass
|
| 23 |
+
|
| 24 |
+
# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
|
| 25 |
+
# DeepSpeed data structures it has to be available in the current python environment.
|
| 26 |
+
from deepspeed.utils import logger
|
| 27 |
+
from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
|
| 28 |
+
FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
|
| 29 |
+
FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
@dataclass
|
| 33 |
+
class zero_model_state:
|
| 34 |
+
buffers: dict()
|
| 35 |
+
param_shapes: dict()
|
| 36 |
+
shared_params: list
|
| 37 |
+
ds_version: int
|
| 38 |
+
frozen_param_shapes: dict()
|
| 39 |
+
frozen_param_fragments: dict()
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
debug = 0
|
| 43 |
+
|
| 44 |
+
# load to cpu
|
| 45 |
+
device = torch.device('cpu')
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def atoi(text):
|
| 49 |
+
return int(text) if text.isdigit() else text
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
def natural_keys(text):
|
| 53 |
+
'''
|
| 54 |
+
alist.sort(key=natural_keys) sorts in human order
|
| 55 |
+
http://nedbatchelder.com/blog/200712/human_sorting.html
|
| 56 |
+
(See Toothy's implementation in the comments)
|
| 57 |
+
'''
|
| 58 |
+
return [atoi(c) for c in re.split(r'(\d+)', text)]
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
def get_model_state_file(checkpoint_dir, zero_stage):
|
| 62 |
+
if not os.path.isdir(checkpoint_dir):
|
| 63 |
+
raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
|
| 64 |
+
|
| 65 |
+
# there should be only one file
|
| 66 |
+
if zero_stage <= 2:
|
| 67 |
+
file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
|
| 68 |
+
elif zero_stage == 3:
|
| 69 |
+
file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
|
| 70 |
+
|
| 71 |
+
if not os.path.exists(file):
|
| 72 |
+
raise FileNotFoundError(f"can't find model states file at '{file}'")
|
| 73 |
+
|
| 74 |
+
return file
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
def get_checkpoint_files(checkpoint_dir, glob_pattern):
|
| 78 |
+
# XXX: need to test that this simple glob rule works for multi-node setup too
|
| 79 |
+
ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
|
| 80 |
+
|
| 81 |
+
if len(ckpt_files) == 0:
|
| 82 |
+
raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
|
| 83 |
+
|
| 84 |
+
return ckpt_files
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
def get_optim_files(checkpoint_dir):
|
| 88 |
+
return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
def get_model_state_files(checkpoint_dir):
|
| 92 |
+
return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
def parse_model_states(files):
|
| 96 |
+
zero_model_states = []
|
| 97 |
+
for file in files:
|
| 98 |
+
state_dict = torch.load(file, map_location=device)
|
| 99 |
+
|
| 100 |
+
if BUFFER_NAMES not in state_dict:
|
| 101 |
+
raise ValueError(f"{file} is not a model state checkpoint")
|
| 102 |
+
buffer_names = state_dict[BUFFER_NAMES]
|
| 103 |
+
if debug:
|
| 104 |
+
print("Found buffers:", buffer_names)
|
| 105 |
+
|
| 106 |
+
# recover just the buffers while restoring them to fp32 if they were saved in fp16
|
| 107 |
+
buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
|
| 108 |
+
param_shapes = state_dict[PARAM_SHAPES]
|
| 109 |
+
|
| 110 |
+
# collect parameters that are included in param_shapes
|
| 111 |
+
param_names = []
|
| 112 |
+
for s in param_shapes:
|
| 113 |
+
for name in s.keys():
|
| 114 |
+
param_names.append(name)
|
| 115 |
+
|
| 116 |
+
# update with frozen parameters
|
| 117 |
+
frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
|
| 118 |
+
if frozen_param_shapes is not None:
|
| 119 |
+
if debug:
|
| 120 |
+
print(f"Found frozen_param_shapes: {frozen_param_shapes}")
|
| 121 |
+
param_names += list(frozen_param_shapes.keys())
|
| 122 |
+
|
| 123 |
+
# handle shared params
|
| 124 |
+
shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
|
| 125 |
+
|
| 126 |
+
ds_version = state_dict.get(DS_VERSION, None)
|
| 127 |
+
|
| 128 |
+
frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
|
| 129 |
+
|
| 130 |
+
z_model_state = zero_model_state(buffers=buffers,
|
| 131 |
+
param_shapes=param_shapes,
|
| 132 |
+
shared_params=shared_params,
|
| 133 |
+
ds_version=ds_version,
|
| 134 |
+
frozen_param_shapes=frozen_param_shapes,
|
| 135 |
+
frozen_param_fragments=frozen_param_fragments)
|
| 136 |
+
zero_model_states.append(z_model_state)
|
| 137 |
+
|
| 138 |
+
return zero_model_states
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
def parse_optim_states(files, ds_checkpoint_dir):
|
| 142 |
+
|
| 143 |
+
total_files = len(files)
|
| 144 |
+
state_dicts = []
|
| 145 |
+
for f in files:
|
| 146 |
+
state_dict = torch.load(f, map_location=device)
|
| 147 |
+
# immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
|
| 148 |
+
# and also handle the case where it was already removed by another helper script
|
| 149 |
+
state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
|
| 150 |
+
state_dicts.append(state_dict)
|
| 151 |
+
|
| 152 |
+
if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
|
| 153 |
+
raise ValueError(f"{files[0]} is not a zero checkpoint")
|
| 154 |
+
zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
|
| 155 |
+
world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
|
| 156 |
+
|
| 157 |
+
# For ZeRO-2 each param group can have different partition_count as data parallelism for expert
|
| 158 |
+
# parameters can be different from data parallelism for non-expert parameters. So we can just
|
| 159 |
+
# use the max of the partition_count to get the dp world_size.
|
| 160 |
+
|
| 161 |
+
if type(world_size) is list:
|
| 162 |
+
world_size = max(world_size)
|
| 163 |
+
|
| 164 |
+
if world_size != total_files:
|
| 165 |
+
raise ValueError(
|
| 166 |
+
f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
|
| 167 |
+
"Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
|
| 168 |
+
)
|
| 169 |
+
|
| 170 |
+
# the groups are named differently in each stage
|
| 171 |
+
if zero_stage <= 2:
|
| 172 |
+
fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
|
| 173 |
+
elif zero_stage == 3:
|
| 174 |
+
fp32_groups_key = FP32_FLAT_GROUPS
|
| 175 |
+
else:
|
| 176 |
+
raise ValueError(f"unknown zero stage {zero_stage}")
|
| 177 |
+
|
| 178 |
+
if zero_stage <= 2:
|
| 179 |
+
fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
|
| 180 |
+
elif zero_stage == 3:
|
| 181 |
+
# if there is more than one param group, there will be multiple flattened tensors - one
|
| 182 |
+
# flattened tensor per group - for simplicity merge them into a single tensor
|
| 183 |
+
#
|
| 184 |
+
# XXX: could make the script more memory efficient for when there are multiple groups - it
|
| 185 |
+
# will require matching the sub-lists of param_shapes for each param group flattened tensor
|
| 186 |
+
|
| 187 |
+
fp32_flat_groups = [
|
| 188 |
+
torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
|
| 189 |
+
]
|
| 190 |
+
|
| 191 |
+
return zero_stage, world_size, fp32_flat_groups
|
| 192 |
+
|
| 193 |
+
|
| 194 |
+
def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
|
| 195 |
+
"""
|
| 196 |
+
Returns fp32 state_dict reconstructed from ds checkpoint
|
| 197 |
+
|
| 198 |
+
Args:
|
| 199 |
+
- ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
|
| 200 |
+
|
| 201 |
+
"""
|
| 202 |
+
print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
|
| 203 |
+
|
| 204 |
+
optim_files = get_optim_files(ds_checkpoint_dir)
|
| 205 |
+
zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
|
| 206 |
+
print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
|
| 207 |
+
|
| 208 |
+
model_files = get_model_state_files(ds_checkpoint_dir)
|
| 209 |
+
|
| 210 |
+
zero_model_states = parse_model_states(model_files)
|
| 211 |
+
print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
|
| 212 |
+
|
| 213 |
+
if zero_stage <= 2:
|
| 214 |
+
return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 215 |
+
exclude_frozen_parameters)
|
| 216 |
+
elif zero_stage == 3:
|
| 217 |
+
return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 218 |
+
exclude_frozen_parameters)
|
| 219 |
+
|
| 220 |
+
|
| 221 |
+
def _zero2_merge_frozen_params(state_dict, zero_model_states):
|
| 222 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
| 223 |
+
return
|
| 224 |
+
|
| 225 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
| 226 |
+
frozen_param_fragments = zero_model_states[0].frozen_param_fragments
|
| 227 |
+
|
| 228 |
+
if debug:
|
| 229 |
+
num_elem = sum(s.numel() for s in frozen_param_shapes.values())
|
| 230 |
+
print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
| 231 |
+
|
| 232 |
+
wanted_params = len(frozen_param_shapes)
|
| 233 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
| 234 |
+
avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
|
| 235 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
| 236 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
| 237 |
+
|
| 238 |
+
total_params = 0
|
| 239 |
+
total_numel = 0
|
| 240 |
+
for name, shape in frozen_param_shapes.items():
|
| 241 |
+
total_params += 1
|
| 242 |
+
unpartitioned_numel = shape.numel()
|
| 243 |
+
total_numel += unpartitioned_numel
|
| 244 |
+
|
| 245 |
+
state_dict[name] = frozen_param_fragments[name]
|
| 246 |
+
|
| 247 |
+
if debug:
|
| 248 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
| 249 |
+
|
| 250 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
| 251 |
+
|
| 252 |
+
|
| 253 |
+
def _has_callable(obj, fn):
|
| 254 |
+
attr = getattr(obj, fn, None)
|
| 255 |
+
return callable(attr)
|
| 256 |
+
|
| 257 |
+
|
| 258 |
+
def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
| 259 |
+
param_shapes = zero_model_states[0].param_shapes
|
| 260 |
+
|
| 261 |
+
# Reconstruction protocol:
|
| 262 |
+
#
|
| 263 |
+
# XXX: document this
|
| 264 |
+
|
| 265 |
+
if debug:
|
| 266 |
+
for i in range(world_size):
|
| 267 |
+
for j in range(len(fp32_flat_groups[0])):
|
| 268 |
+
print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
|
| 269 |
+
|
| 270 |
+
# XXX: memory usage doubles here (zero2)
|
| 271 |
+
num_param_groups = len(fp32_flat_groups[0])
|
| 272 |
+
merged_single_partition_of_fp32_groups = []
|
| 273 |
+
for i in range(num_param_groups):
|
| 274 |
+
merged_partitions = [sd[i] for sd in fp32_flat_groups]
|
| 275 |
+
full_single_fp32_vector = torch.cat(merged_partitions, 0)
|
| 276 |
+
merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
|
| 277 |
+
avail_numel = sum(
|
| 278 |
+
[full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
|
| 279 |
+
|
| 280 |
+
if debug:
|
| 281 |
+
wanted_params = sum([len(shapes) for shapes in param_shapes])
|
| 282 |
+
wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
|
| 283 |
+
# not asserting if there is a mismatch due to possible padding
|
| 284 |
+
print(f"Have {avail_numel} numels to process.")
|
| 285 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
| 286 |
+
|
| 287 |
+
# params
|
| 288 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 289 |
+
# out-of-core computing solution
|
| 290 |
+
total_numel = 0
|
| 291 |
+
total_params = 0
|
| 292 |
+
for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
|
| 293 |
+
offset = 0
|
| 294 |
+
avail_numel = full_single_fp32_vector.numel()
|
| 295 |
+
for name, shape in shapes.items():
|
| 296 |
+
|
| 297 |
+
unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
|
| 298 |
+
total_numel += unpartitioned_numel
|
| 299 |
+
total_params += 1
|
| 300 |
+
|
| 301 |
+
if debug:
|
| 302 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
| 303 |
+
state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
|
| 304 |
+
offset += unpartitioned_numel
|
| 305 |
+
|
| 306 |
+
# Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
|
| 307 |
+
# avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
|
| 308 |
+
# paddings performed in the code it's almost impossible to predict the exact numbers w/o the
|
| 309 |
+
# live optimizer object, so we are checking that the numbers are within the right range
|
| 310 |
+
align_to = 2 * world_size
|
| 311 |
+
|
| 312 |
+
def zero2_align(x):
|
| 313 |
+
return align_to * math.ceil(x / align_to)
|
| 314 |
+
|
| 315 |
+
if debug:
|
| 316 |
+
print(f"original offset={offset}, avail_numel={avail_numel}")
|
| 317 |
+
|
| 318 |
+
offset = zero2_align(offset)
|
| 319 |
+
avail_numel = zero2_align(avail_numel)
|
| 320 |
+
|
| 321 |
+
if debug:
|
| 322 |
+
print(f"aligned offset={offset}, avail_numel={avail_numel}")
|
| 323 |
+
|
| 324 |
+
# Sanity check
|
| 325 |
+
if offset != avail_numel:
|
| 326 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 327 |
+
|
| 328 |
+
print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
|
| 329 |
+
|
| 330 |
+
|
| 331 |
+
def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 332 |
+
exclude_frozen_parameters):
|
| 333 |
+
state_dict = OrderedDict()
|
| 334 |
+
|
| 335 |
+
# buffers
|
| 336 |
+
buffers = zero_model_states[0].buffers
|
| 337 |
+
state_dict.update(buffers)
|
| 338 |
+
if debug:
|
| 339 |
+
print(f"added {len(buffers)} buffers")
|
| 340 |
+
|
| 341 |
+
if not exclude_frozen_parameters:
|
| 342 |
+
_zero2_merge_frozen_params(state_dict, zero_model_states)
|
| 343 |
+
|
| 344 |
+
_zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
| 345 |
+
|
| 346 |
+
# recover shared parameters
|
| 347 |
+
for pair in zero_model_states[0].shared_params:
|
| 348 |
+
if pair[1] in state_dict:
|
| 349 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
| 350 |
+
|
| 351 |
+
return state_dict
|
| 352 |
+
|
| 353 |
+
|
| 354 |
+
def zero3_partitioned_param_info(unpartitioned_numel, world_size):
|
| 355 |
+
remainder = unpartitioned_numel % world_size
|
| 356 |
+
padding_numel = (world_size - remainder) if remainder else 0
|
| 357 |
+
partitioned_numel = math.ceil(unpartitioned_numel / world_size)
|
| 358 |
+
return partitioned_numel, padding_numel
|
| 359 |
+
|
| 360 |
+
|
| 361 |
+
def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
|
| 362 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
| 363 |
+
return
|
| 364 |
+
|
| 365 |
+
if debug:
|
| 366 |
+
for i in range(world_size):
|
| 367 |
+
num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
|
| 368 |
+
print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
| 369 |
+
|
| 370 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
| 371 |
+
wanted_params = len(frozen_param_shapes)
|
| 372 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
| 373 |
+
avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
|
| 374 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
| 375 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
| 376 |
+
|
| 377 |
+
total_params = 0
|
| 378 |
+
total_numel = 0
|
| 379 |
+
for name, shape in zero_model_states[0].frozen_param_shapes.items():
|
| 380 |
+
total_params += 1
|
| 381 |
+
unpartitioned_numel = shape.numel()
|
| 382 |
+
total_numel += unpartitioned_numel
|
| 383 |
+
|
| 384 |
+
param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
|
| 385 |
+
state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
|
| 386 |
+
|
| 387 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
| 388 |
+
|
| 389 |
+
if debug:
|
| 390 |
+
print(
|
| 391 |
+
f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
| 392 |
+
)
|
| 393 |
+
|
| 394 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
| 398 |
+
param_shapes = zero_model_states[0].param_shapes
|
| 399 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
| 400 |
+
# Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
|
| 401 |
+
# param, re-consolidating each param, while dealing with padding if any
|
| 402 |
+
|
| 403 |
+
# merge list of dicts, preserving order
|
| 404 |
+
param_shapes = {k: v for d in param_shapes for k, v in d.items()}
|
| 405 |
+
|
| 406 |
+
if debug:
|
| 407 |
+
for i in range(world_size):
|
| 408 |
+
print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
|
| 409 |
+
|
| 410 |
+
wanted_params = len(param_shapes)
|
| 411 |
+
wanted_numel = sum(shape.numel() for shape in param_shapes.values())
|
| 412 |
+
# not asserting if there is a mismatch due to possible padding
|
| 413 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
| 414 |
+
print(f"Trainable params: Have {avail_numel} numels to process.")
|
| 415 |
+
print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
|
| 416 |
+
|
| 417 |
+
# params
|
| 418 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 419 |
+
# out-of-core computing solution
|
| 420 |
+
offset = 0
|
| 421 |
+
total_numel = 0
|
| 422 |
+
total_params = 0
|
| 423 |
+
for name, shape in param_shapes.items():
|
| 424 |
+
|
| 425 |
+
unpartitioned_numel = shape.numel()
|
| 426 |
+
total_numel += unpartitioned_numel
|
| 427 |
+
total_params += 1
|
| 428 |
+
|
| 429 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
| 430 |
+
|
| 431 |
+
if debug:
|
| 432 |
+
print(
|
| 433 |
+
f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
| 434 |
+
)
|
| 435 |
+
|
| 436 |
+
# XXX: memory usage doubles here
|
| 437 |
+
state_dict[name] = torch.cat(
|
| 438 |
+
tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
|
| 439 |
+
0).narrow(0, 0, unpartitioned_numel).view(shape)
|
| 440 |
+
offset += partitioned_numel
|
| 441 |
+
|
| 442 |
+
offset *= world_size
|
| 443 |
+
|
| 444 |
+
# Sanity check
|
| 445 |
+
if offset != avail_numel:
|
| 446 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 447 |
+
|
| 448 |
+
print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
|
| 449 |
+
|
| 450 |
+
|
| 451 |
+
def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 452 |
+
exclude_frozen_parameters):
|
| 453 |
+
state_dict = OrderedDict()
|
| 454 |
+
|
| 455 |
+
# buffers
|
| 456 |
+
buffers = zero_model_states[0].buffers
|
| 457 |
+
state_dict.update(buffers)
|
| 458 |
+
if debug:
|
| 459 |
+
print(f"added {len(buffers)} buffers")
|
| 460 |
+
|
| 461 |
+
if not exclude_frozen_parameters:
|
| 462 |
+
_zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
|
| 463 |
+
|
| 464 |
+
_zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
| 465 |
+
|
| 466 |
+
# recover shared parameters
|
| 467 |
+
for pair in zero_model_states[0].shared_params:
|
| 468 |
+
if pair[1] in state_dict:
|
| 469 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
| 470 |
+
|
| 471 |
+
return state_dict
|
| 472 |
+
|
| 473 |
+
|
| 474 |
+
def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
|
| 475 |
+
"""
|
| 476 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
|
| 477 |
+
``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
|
| 478 |
+
via a model hub.
|
| 479 |
+
|
| 480 |
+
Args:
|
| 481 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder
|
| 482 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
|
| 483 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
| 484 |
+
|
| 485 |
+
Returns:
|
| 486 |
+
- pytorch ``state_dict``
|
| 487 |
+
|
| 488 |
+
Note: this approach may not work if your application doesn't have sufficient free CPU memory and
|
| 489 |
+
you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
|
| 490 |
+
the checkpoint.
|
| 491 |
+
|
| 492 |
+
A typical usage might be ::
|
| 493 |
+
|
| 494 |
+
from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
|
| 495 |
+
# do the training and checkpoint saving
|
| 496 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
|
| 497 |
+
model = model.cpu() # move to cpu
|
| 498 |
+
model.load_state_dict(state_dict)
|
| 499 |
+
# submit to model hub or save the model to share with others
|
| 500 |
+
|
| 501 |
+
In this example the ``model`` will no longer be usable in the deepspeed context of the same
|
| 502 |
+
application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 503 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 504 |
+
|
| 505 |
+
If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
|
| 506 |
+
|
| 507 |
+
"""
|
| 508 |
+
if tag is None:
|
| 509 |
+
latest_path = os.path.join(checkpoint_dir, 'latest')
|
| 510 |
+
if os.path.isfile(latest_path):
|
| 511 |
+
with open(latest_path, 'r') as fd:
|
| 512 |
+
tag = fd.read().strip()
|
| 513 |
+
else:
|
| 514 |
+
raise ValueError(f"Unable to find 'latest' file at {latest_path}")
|
| 515 |
+
|
| 516 |
+
ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
|
| 517 |
+
|
| 518 |
+
if not os.path.isdir(ds_checkpoint_dir):
|
| 519 |
+
raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
|
| 520 |
+
|
| 521 |
+
return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
|
| 522 |
+
|
| 523 |
+
|
| 524 |
+
def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, output_file, tag=None, exclude_frozen_parameters=False):
|
| 525 |
+
"""
|
| 526 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
|
| 527 |
+
loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
|
| 528 |
+
|
| 529 |
+
Args:
|
| 530 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 531 |
+
- ``output_file``: path to the pytorch fp32 state_dict output file (e.g. path/pytorch_model.bin)
|
| 532 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 533 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
| 534 |
+
"""
|
| 535 |
+
|
| 536 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
|
| 537 |
+
print(f"Saving fp32 state dict to {output_file}")
|
| 538 |
+
torch.save(state_dict, output_file)
|
| 539 |
+
|
| 540 |
+
|
| 541 |
+
def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
|
| 542 |
+
"""
|
| 543 |
+
1. Put the provided model to cpu
|
| 544 |
+
2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
|
| 545 |
+
3. Load it into the provided model
|
| 546 |
+
|
| 547 |
+
Args:
|
| 548 |
+
- ``model``: the model object to update
|
| 549 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 550 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 551 |
+
|
| 552 |
+
Returns:
|
| 553 |
+
- ``model`: modified model
|
| 554 |
+
|
| 555 |
+
Make sure you have plenty of CPU memory available before you call this function. If you don't
|
| 556 |
+
have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
|
| 557 |
+
conveniently placed for you in the checkpoint folder.
|
| 558 |
+
|
| 559 |
+
A typical usage might be ::
|
| 560 |
+
|
| 561 |
+
from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
|
| 562 |
+
model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
|
| 563 |
+
# submit to model hub or save the model to share with others
|
| 564 |
+
|
| 565 |
+
Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
|
| 566 |
+
of the same application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 567 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 568 |
+
|
| 569 |
+
"""
|
| 570 |
+
logger.info(f"Extracting fp32 weights")
|
| 571 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
| 572 |
+
|
| 573 |
+
logger.info(f"Overwriting model with fp32 weights")
|
| 574 |
+
model = model.cpu()
|
| 575 |
+
model.load_state_dict(state_dict, strict=False)
|
| 576 |
+
|
| 577 |
+
return model
|
| 578 |
+
|
| 579 |
+
|
| 580 |
+
if __name__ == "__main__":
|
| 581 |
+
|
| 582 |
+
parser = argparse.ArgumentParser()
|
| 583 |
+
parser.add_argument("checkpoint_dir",
|
| 584 |
+
type=str,
|
| 585 |
+
help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
|
| 586 |
+
parser.add_argument(
|
| 587 |
+
"output_file",
|
| 588 |
+
type=str,
|
| 589 |
+
help="path to the pytorch fp32 state_dict output file (e.g. path/checkpoint-12/pytorch_model.bin)")
|
| 590 |
+
parser.add_argument("-t",
|
| 591 |
+
"--tag",
|
| 592 |
+
type=str,
|
| 593 |
+
default=None,
|
| 594 |
+
help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
|
| 595 |
+
parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
|
| 596 |
+
parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
|
| 597 |
+
args = parser.parse_args()
|
| 598 |
+
|
| 599 |
+
debug = args.debug
|
| 600 |
+
|
| 601 |
+
convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
|
| 602 |
+
args.output_file,
|
| 603 |
+
tag=args.tag,
|
| 604 |
+
exclude_frozen_parameters=args.exclude_frozen_parameters)
|