Training in progress, step 513, checkpoint
Browse files- checkpoint-513/config.json +36 -0
- checkpoint-513/generation_config.json +7 -0
- checkpoint-513/global_step513/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
- checkpoint-513/global_step513/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
- checkpoint-513/global_step513/zero_pp_rank_0_mp_rank_00_model_states.pt +3 -0
- checkpoint-513/global_step513/zero_pp_rank_1_mp_rank_00_model_states.pt +3 -0
- checkpoint-513/latest +1 -0
- checkpoint-513/model-00001-of-00002.safetensors +3 -0
- checkpoint-513/model-00002-of-00002.safetensors +3 -0
- checkpoint-513/model.safetensors.index.json +298 -0
- checkpoint-513/rng_state_0.pth +3 -0
- checkpoint-513/rng_state_1.pth +3 -0
- checkpoint-513/scheduler.pt +3 -0
- checkpoint-513/special_tokens_map.json +23 -0
- checkpoint-513/tokenizer.json +3 -0
- checkpoint-513/tokenizer_config.json +2063 -0
- checkpoint-513/trainer_state.json +3672 -0
- checkpoint-513/training_args.bin +3 -0
- checkpoint-513/zero_to_fp32.py +604 -0
checkpoint-513/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "jeiku/completion4B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 128000,
|
| 9 |
+
"eos_token_id": 128019,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 3072,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 9216,
|
| 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.0.dev0",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 128256
|
| 36 |
+
}
|
checkpoint-513/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 128000,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 128001,
|
| 6 |
+
"transformers_version": "4.46.0.dev0"
|
| 7 |
+
}
|
checkpoint-513/global_step513/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f668361510aad9c977240a6e8476afdb31accc17674546b3e7acbb2c699c6af4
|
| 3 |
+
size 13609807299
|
checkpoint-513/global_step513/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e8f5baf68b345192b3b35bb1b8d69ab1b1bbd3db28ffc26a593cd842c315d77
|
| 3 |
+
size 13609807299
|
checkpoint-513/global_step513/zero_pp_rank_0_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:443c88a53c2709a9f6f7bb763dcbcaddffcc39fe92690c8a534889d0506b4f72
|
| 3 |
+
size 152293
|
checkpoint-513/global_step513/zero_pp_rank_1_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf15bbb02e65e749ae281386a19ce77c710383f417606b2bb215a7cf2e969172
|
| 3 |
+
size 152293
|
checkpoint-513/latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step513
|
checkpoint-513/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f7672a1bee57b005fc5a134f74ddd04a504031c2338087926522e546db8a9da
|
| 3 |
+
size 4978354640
|
checkpoint-513/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0034629051632e4e47c5b54e71cd38dd0087624b7936fe6339d6378376ffa78
|
| 3 |
+
size 4047172128
|
checkpoint-513/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 9025492992
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
checkpoint-513/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dcb161b22b2558dbf7e3f8c871050cec383d11a40423fab11f18d5e630639bf
|
| 3 |
+
size 14512
|
checkpoint-513/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d50af6aef769414a6f28fa1b1bc51ce707dc8ecd15474e03f99a2f10fde086be
|
| 3 |
+
size 14512
|
checkpoint-513/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09c3f9baae3360df0d3a60841cfbf602b7769e7c34f633b4e452ad187e836f59
|
| 3 |
+
size 1064
|
checkpoint-513/special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin_of_text|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|im_end|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|finetune_right_pad_id|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
checkpoint-513/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907a7b3b13afcc9d481433f17277a6dd7cf852c6185262597f1a849d2ebeaa45
|
| 3 |
+
size 17209884
|
checkpoint-513/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2063 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"128000": {
|
| 4 |
+
"content": "<|begin_of_text|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"128001": {
|
| 12 |
+
"content": "<|end_of_text|>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"128002": {
|
| 20 |
+
"content": "<|reserved_special_token_0|>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"128003": {
|
| 28 |
+
"content": "<|reserved_special_token_1|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"128004": {
|
| 36 |
+
"content": "<|finetune_right_pad_id|>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"128005": {
|
| 44 |
+
"content": "<|reserved_special_token_2|>",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"128006": {
|
| 52 |
+
"content": "<|start_header_id|>",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"128007": {
|
| 60 |
+
"content": "<|end_header_id|>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"128008": {
|
| 68 |
+
"content": "<|eom_id|>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"128009": {
|
| 76 |
+
"content": "<|eot_id|>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"128010": {
|
| 84 |
+
"content": "<|python_tag|>",
|
| 85 |
+
"lstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": false,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"128011": {
|
| 92 |
+
"content": "<|reserved_special_token_3|>",
|
| 93 |
+
"lstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": false,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"128012": {
|
| 100 |
+
"content": "<|reserved_special_token_4|>",
|
| 101 |
+
"lstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": false,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"128013": {
|
| 108 |
+
"content": "<|reserved_special_token_5|>",
|
| 109 |
+
"lstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": false,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"128014": {
|
| 116 |
+
"content": "<|reserved_special_token_6|>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"128015": {
|
| 124 |
+
"content": "<|reserved_special_token_7|>",
|
| 125 |
+
"lstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": false,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"128016": {
|
| 132 |
+
"content": "<|reserved_special_token_8|>",
|
| 133 |
+
"lstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": false,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"128017": {
|
| 140 |
+
"content": "<|reserved_special_token_9|>",
|
| 141 |
+
"lstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": false,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"128018": {
|
| 148 |
+
"content": "<|im_start|>",
|
| 149 |
+
"lstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": false,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"128019": {
|
| 156 |
+
"content": "<|im_end|>",
|
| 157 |
+
"lstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": false,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"128020": {
|
| 164 |
+
"content": "<|reserved_special_token_12|>",
|
| 165 |
+
"lstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": false,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"128021": {
|
| 172 |
+
"content": "<|reserved_special_token_13|>",
|
| 173 |
+
"lstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": true
|
| 178 |
+
},
|
| 179 |
+
"128022": {
|
| 180 |
+
"content": "<|reserved_special_token_14|>",
|
| 181 |
+
"lstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": false,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": true
|
| 186 |
+
},
|
| 187 |
+
"128023": {
|
| 188 |
+
"content": "<|reserved_special_token_15|>",
|
| 189 |
+
"lstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": false,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": true
|
| 194 |
+
},
|
| 195 |
+
"128024": {
|
| 196 |
+
"content": "<|reserved_special_token_16|>",
|
| 197 |
+
"lstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": false,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": true
|
| 202 |
+
},
|
| 203 |
+
"128025": {
|
| 204 |
+
"content": "<|reserved_special_token_17|>",
|
| 205 |
+
"lstrip": false,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": false,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": true
|
| 210 |
+
},
|
| 211 |
+
"128026": {
|
| 212 |
+
"content": "<|reserved_special_token_18|>",
|
| 213 |
+
"lstrip": false,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": false,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": true
|
| 218 |
+
},
|
| 219 |
+
"128027": {
|
| 220 |
+
"content": "<|reserved_special_token_19|>",
|
| 221 |
+
"lstrip": false,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": false,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": true
|
| 226 |
+
},
|
| 227 |
+
"128028": {
|
| 228 |
+
"content": "<|reserved_special_token_20|>",
|
| 229 |
+
"lstrip": false,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": true
|
| 234 |
+
},
|
| 235 |
+
"128029": {
|
| 236 |
+
"content": "<|reserved_special_token_21|>",
|
| 237 |
+
"lstrip": false,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": false,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": true
|
| 242 |
+
},
|
| 243 |
+
"128030": {
|
| 244 |
+
"content": "<|reserved_special_token_22|>",
|
| 245 |
+
"lstrip": false,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": false,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": true
|
| 250 |
+
},
|
| 251 |
+
"128031": {
|
| 252 |
+
"content": "<|reserved_special_token_23|>",
|
| 253 |
+
"lstrip": false,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": false,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"128032": {
|
| 260 |
+
"content": "<|reserved_special_token_24|>",
|
| 261 |
+
"lstrip": false,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": false,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": true
|
| 266 |
+
},
|
| 267 |
+
"128033": {
|
| 268 |
+
"content": "<|reserved_special_token_25|>",
|
| 269 |
+
"lstrip": false,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": false,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": true
|
| 274 |
+
},
|
| 275 |
+
"128034": {
|
| 276 |
+
"content": "<|reserved_special_token_26|>",
|
| 277 |
+
"lstrip": false,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": false,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": true
|
| 282 |
+
},
|
| 283 |
+
"128035": {
|
| 284 |
+
"content": "<|reserved_special_token_27|>",
|
| 285 |
+
"lstrip": false,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": true
|
| 290 |
+
},
|
| 291 |
+
"128036": {
|
| 292 |
+
"content": "<|reserved_special_token_28|>",
|
| 293 |
+
"lstrip": false,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"rstrip": false,
|
| 296 |
+
"single_word": false,
|
| 297 |
+
"special": true
|
| 298 |
+
},
|
| 299 |
+
"128037": {
|
| 300 |
+
"content": "<|reserved_special_token_29|>",
|
| 301 |
+
"lstrip": false,
|
| 302 |
+
"normalized": false,
|
| 303 |
+
"rstrip": false,
|
| 304 |
+
"single_word": false,
|
| 305 |
+
"special": true
|
| 306 |
+
},
|
| 307 |
+
"128038": {
|
| 308 |
+
"content": "<|reserved_special_token_30|>",
|
| 309 |
+
"lstrip": false,
|
| 310 |
+
"normalized": false,
|
| 311 |
+
"rstrip": false,
|
| 312 |
+
"single_word": false,
|
| 313 |
+
"special": true
|
| 314 |
+
},
|
| 315 |
+
"128039": {
|
| 316 |
+
"content": "<|reserved_special_token_31|>",
|
| 317 |
+
"lstrip": false,
|
| 318 |
+
"normalized": false,
|
| 319 |
+
"rstrip": false,
|
| 320 |
+
"single_word": false,
|
| 321 |
+
"special": true
|
| 322 |
+
},
|
| 323 |
+
"128040": {
|
| 324 |
+
"content": "<|reserved_special_token_32|>",
|
| 325 |
+
"lstrip": false,
|
| 326 |
+
"normalized": false,
|
| 327 |
+
"rstrip": false,
|
| 328 |
+
"single_word": false,
|
| 329 |
+
"special": true
|
| 330 |
+
},
|
| 331 |
+
"128041": {
|
| 332 |
+
"content": "<|reserved_special_token_33|>",
|
| 333 |
+
"lstrip": false,
|
| 334 |
+
"normalized": false,
|
| 335 |
+
"rstrip": false,
|
| 336 |
+
"single_word": false,
|
| 337 |
+
"special": true
|
| 338 |
+
},
|
| 339 |
+
"128042": {
|
| 340 |
+
"content": "<|reserved_special_token_34|>",
|
| 341 |
+
"lstrip": false,
|
| 342 |
+
"normalized": false,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false,
|
| 345 |
+
"special": true
|
| 346 |
+
},
|
| 347 |
+
"128043": {
|
| 348 |
+
"content": "<|reserved_special_token_35|>",
|
| 349 |
+
"lstrip": false,
|
| 350 |
+
"normalized": false,
|
| 351 |
+
"rstrip": false,
|
| 352 |
+
"single_word": false,
|
| 353 |
+
"special": true
|
| 354 |
+
},
|
| 355 |
+
"128044": {
|
| 356 |
+
"content": "<|reserved_special_token_36|>",
|
| 357 |
+
"lstrip": false,
|
| 358 |
+
"normalized": false,
|
| 359 |
+
"rstrip": false,
|
| 360 |
+
"single_word": false,
|
| 361 |
+
"special": true
|
| 362 |
+
},
|
| 363 |
+
"128045": {
|
| 364 |
+
"content": "<|reserved_special_token_37|>",
|
| 365 |
+
"lstrip": false,
|
| 366 |
+
"normalized": false,
|
| 367 |
+
"rstrip": false,
|
| 368 |
+
"single_word": false,
|
| 369 |
+
"special": true
|
| 370 |
+
},
|
| 371 |
+
"128046": {
|
| 372 |
+
"content": "<|reserved_special_token_38|>",
|
| 373 |
+
"lstrip": false,
|
| 374 |
+
"normalized": false,
|
| 375 |
+
"rstrip": false,
|
| 376 |
+
"single_word": false,
|
| 377 |
+
"special": true
|
| 378 |
+
},
|
| 379 |
+
"128047": {
|
| 380 |
+
"content": "<|reserved_special_token_39|>",
|
| 381 |
+
"lstrip": false,
|
| 382 |
+
"normalized": false,
|
| 383 |
+
"rstrip": false,
|
| 384 |
+
"single_word": false,
|
| 385 |
+
"special": true
|
| 386 |
+
},
|
| 387 |
+
"128048": {
|
| 388 |
+
"content": "<|reserved_special_token_40|>",
|
| 389 |
+
"lstrip": false,
|
| 390 |
+
"normalized": false,
|
| 391 |
+
"rstrip": false,
|
| 392 |
+
"single_word": false,
|
| 393 |
+
"special": true
|
| 394 |
+
},
|
| 395 |
+
"128049": {
|
| 396 |
+
"content": "<|reserved_special_token_41|>",
|
| 397 |
+
"lstrip": false,
|
| 398 |
+
"normalized": false,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false,
|
| 401 |
+
"special": true
|
| 402 |
+
},
|
| 403 |
+
"128050": {
|
| 404 |
+
"content": "<|reserved_special_token_42|>",
|
| 405 |
+
"lstrip": false,
|
| 406 |
+
"normalized": false,
|
| 407 |
+
"rstrip": false,
|
| 408 |
+
"single_word": false,
|
| 409 |
+
"special": true
|
| 410 |
+
},
|
| 411 |
+
"128051": {
|
| 412 |
+
"content": "<|reserved_special_token_43|>",
|
| 413 |
+
"lstrip": false,
|
| 414 |
+
"normalized": false,
|
| 415 |
+
"rstrip": false,
|
| 416 |
+
"single_word": false,
|
| 417 |
+
"special": true
|
| 418 |
+
},
|
| 419 |
+
"128052": {
|
| 420 |
+
"content": "<|reserved_special_token_44|>",
|
| 421 |
+
"lstrip": false,
|
| 422 |
+
"normalized": false,
|
| 423 |
+
"rstrip": false,
|
| 424 |
+
"single_word": false,
|
| 425 |
+
"special": true
|
| 426 |
+
},
|
| 427 |
+
"128053": {
|
| 428 |
+
"content": "<|reserved_special_token_45|>",
|
| 429 |
+
"lstrip": false,
|
| 430 |
+
"normalized": false,
|
| 431 |
+
"rstrip": false,
|
| 432 |
+
"single_word": false,
|
| 433 |
+
"special": true
|
| 434 |
+
},
|
| 435 |
+
"128054": {
|
| 436 |
+
"content": "<|reserved_special_token_46|>",
|
| 437 |
+
"lstrip": false,
|
| 438 |
+
"normalized": false,
|
| 439 |
+
"rstrip": false,
|
| 440 |
+
"single_word": false,
|
| 441 |
+
"special": true
|
| 442 |
+
},
|
| 443 |
+
"128055": {
|
| 444 |
+
"content": "<|reserved_special_token_47|>",
|
| 445 |
+
"lstrip": false,
|
| 446 |
+
"normalized": false,
|
| 447 |
+
"rstrip": false,
|
| 448 |
+
"single_word": false,
|
| 449 |
+
"special": true
|
| 450 |
+
},
|
| 451 |
+
"128056": {
|
| 452 |
+
"content": "<|reserved_special_token_48|>",
|
| 453 |
+
"lstrip": false,
|
| 454 |
+
"normalized": false,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false,
|
| 457 |
+
"special": true
|
| 458 |
+
},
|
| 459 |
+
"128057": {
|
| 460 |
+
"content": "<|reserved_special_token_49|>",
|
| 461 |
+
"lstrip": false,
|
| 462 |
+
"normalized": false,
|
| 463 |
+
"rstrip": false,
|
| 464 |
+
"single_word": false,
|
| 465 |
+
"special": true
|
| 466 |
+
},
|
| 467 |
+
"128058": {
|
| 468 |
+
"content": "<|reserved_special_token_50|>",
|
| 469 |
+
"lstrip": false,
|
| 470 |
+
"normalized": false,
|
| 471 |
+
"rstrip": false,
|
| 472 |
+
"single_word": false,
|
| 473 |
+
"special": true
|
| 474 |
+
},
|
| 475 |
+
"128059": {
|
| 476 |
+
"content": "<|reserved_special_token_51|>",
|
| 477 |
+
"lstrip": false,
|
| 478 |
+
"normalized": false,
|
| 479 |
+
"rstrip": false,
|
| 480 |
+
"single_word": false,
|
| 481 |
+
"special": true
|
| 482 |
+
},
|
| 483 |
+
"128060": {
|
| 484 |
+
"content": "<|reserved_special_token_52|>",
|
| 485 |
+
"lstrip": false,
|
| 486 |
+
"normalized": false,
|
| 487 |
+
"rstrip": false,
|
| 488 |
+
"single_word": false,
|
| 489 |
+
"special": true
|
| 490 |
+
},
|
| 491 |
+
"128061": {
|
| 492 |
+
"content": "<|reserved_special_token_53|>",
|
| 493 |
+
"lstrip": false,
|
| 494 |
+
"normalized": false,
|
| 495 |
+
"rstrip": false,
|
| 496 |
+
"single_word": false,
|
| 497 |
+
"special": true
|
| 498 |
+
},
|
| 499 |
+
"128062": {
|
| 500 |
+
"content": "<|reserved_special_token_54|>",
|
| 501 |
+
"lstrip": false,
|
| 502 |
+
"normalized": false,
|
| 503 |
+
"rstrip": false,
|
| 504 |
+
"single_word": false,
|
| 505 |
+
"special": true
|
| 506 |
+
},
|
| 507 |
+
"128063": {
|
| 508 |
+
"content": "<|reserved_special_token_55|>",
|
| 509 |
+
"lstrip": false,
|
| 510 |
+
"normalized": false,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false,
|
| 513 |
+
"special": true
|
| 514 |
+
},
|
| 515 |
+
"128064": {
|
| 516 |
+
"content": "<|reserved_special_token_56|>",
|
| 517 |
+
"lstrip": false,
|
| 518 |
+
"normalized": false,
|
| 519 |
+
"rstrip": false,
|
| 520 |
+
"single_word": false,
|
| 521 |
+
"special": true
|
| 522 |
+
},
|
| 523 |
+
"128065": {
|
| 524 |
+
"content": "<|reserved_special_token_57|>",
|
| 525 |
+
"lstrip": false,
|
| 526 |
+
"normalized": false,
|
| 527 |
+
"rstrip": false,
|
| 528 |
+
"single_word": false,
|
| 529 |
+
"special": true
|
| 530 |
+
},
|
| 531 |
+
"128066": {
|
| 532 |
+
"content": "<|reserved_special_token_58|>",
|
| 533 |
+
"lstrip": false,
|
| 534 |
+
"normalized": false,
|
| 535 |
+
"rstrip": false,
|
| 536 |
+
"single_word": false,
|
| 537 |
+
"special": true
|
| 538 |
+
},
|
| 539 |
+
"128067": {
|
| 540 |
+
"content": "<|reserved_special_token_59|>",
|
| 541 |
+
"lstrip": false,
|
| 542 |
+
"normalized": false,
|
| 543 |
+
"rstrip": false,
|
| 544 |
+
"single_word": false,
|
| 545 |
+
"special": true
|
| 546 |
+
},
|
| 547 |
+
"128068": {
|
| 548 |
+
"content": "<|reserved_special_token_60|>",
|
| 549 |
+
"lstrip": false,
|
| 550 |
+
"normalized": false,
|
| 551 |
+
"rstrip": false,
|
| 552 |
+
"single_word": false,
|
| 553 |
+
"special": true
|
| 554 |
+
},
|
| 555 |
+
"128069": {
|
| 556 |
+
"content": "<|reserved_special_token_61|>",
|
| 557 |
+
"lstrip": false,
|
| 558 |
+
"normalized": false,
|
| 559 |
+
"rstrip": false,
|
| 560 |
+
"single_word": false,
|
| 561 |
+
"special": true
|
| 562 |
+
},
|
| 563 |
+
"128070": {
|
| 564 |
+
"content": "<|reserved_special_token_62|>",
|
| 565 |
+
"lstrip": false,
|
| 566 |
+
"normalized": false,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false,
|
| 569 |
+
"special": true
|
| 570 |
+
},
|
| 571 |
+
"128071": {
|
| 572 |
+
"content": "<|reserved_special_token_63|>",
|
| 573 |
+
"lstrip": false,
|
| 574 |
+
"normalized": false,
|
| 575 |
+
"rstrip": false,
|
| 576 |
+
"single_word": false,
|
| 577 |
+
"special": true
|
| 578 |
+
},
|
| 579 |
+
"128072": {
|
| 580 |
+
"content": "<|reserved_special_token_64|>",
|
| 581 |
+
"lstrip": false,
|
| 582 |
+
"normalized": false,
|
| 583 |
+
"rstrip": false,
|
| 584 |
+
"single_word": false,
|
| 585 |
+
"special": true
|
| 586 |
+
},
|
| 587 |
+
"128073": {
|
| 588 |
+
"content": "<|reserved_special_token_65|>",
|
| 589 |
+
"lstrip": false,
|
| 590 |
+
"normalized": false,
|
| 591 |
+
"rstrip": false,
|
| 592 |
+
"single_word": false,
|
| 593 |
+
"special": true
|
| 594 |
+
},
|
| 595 |
+
"128074": {
|
| 596 |
+
"content": "<|reserved_special_token_66|>",
|
| 597 |
+
"lstrip": false,
|
| 598 |
+
"normalized": false,
|
| 599 |
+
"rstrip": false,
|
| 600 |
+
"single_word": false,
|
| 601 |
+
"special": true
|
| 602 |
+
},
|
| 603 |
+
"128075": {
|
| 604 |
+
"content": "<|reserved_special_token_67|>",
|
| 605 |
+
"lstrip": false,
|
| 606 |
+
"normalized": false,
|
| 607 |
+
"rstrip": false,
|
| 608 |
+
"single_word": false,
|
| 609 |
+
"special": true
|
| 610 |
+
},
|
| 611 |
+
"128076": {
|
| 612 |
+
"content": "<|reserved_special_token_68|>",
|
| 613 |
+
"lstrip": false,
|
| 614 |
+
"normalized": false,
|
| 615 |
+
"rstrip": false,
|
| 616 |
+
"single_word": false,
|
| 617 |
+
"special": true
|
| 618 |
+
},
|
| 619 |
+
"128077": {
|
| 620 |
+
"content": "<|reserved_special_token_69|>",
|
| 621 |
+
"lstrip": false,
|
| 622 |
+
"normalized": false,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false,
|
| 625 |
+
"special": true
|
| 626 |
+
},
|
| 627 |
+
"128078": {
|
| 628 |
+
"content": "<|reserved_special_token_70|>",
|
| 629 |
+
"lstrip": false,
|
| 630 |
+
"normalized": false,
|
| 631 |
+
"rstrip": false,
|
| 632 |
+
"single_word": false,
|
| 633 |
+
"special": true
|
| 634 |
+
},
|
| 635 |
+
"128079": {
|
| 636 |
+
"content": "<|reserved_special_token_71|>",
|
| 637 |
+
"lstrip": false,
|
| 638 |
+
"normalized": false,
|
| 639 |
+
"rstrip": false,
|
| 640 |
+
"single_word": false,
|
| 641 |
+
"special": true
|
| 642 |
+
},
|
| 643 |
+
"128080": {
|
| 644 |
+
"content": "<|reserved_special_token_72|>",
|
| 645 |
+
"lstrip": false,
|
| 646 |
+
"normalized": false,
|
| 647 |
+
"rstrip": false,
|
| 648 |
+
"single_word": false,
|
| 649 |
+
"special": true
|
| 650 |
+
},
|
| 651 |
+
"128081": {
|
| 652 |
+
"content": "<|reserved_special_token_73|>",
|
| 653 |
+
"lstrip": false,
|
| 654 |
+
"normalized": false,
|
| 655 |
+
"rstrip": false,
|
| 656 |
+
"single_word": false,
|
| 657 |
+
"special": true
|
| 658 |
+
},
|
| 659 |
+
"128082": {
|
| 660 |
+
"content": "<|reserved_special_token_74|>",
|
| 661 |
+
"lstrip": false,
|
| 662 |
+
"normalized": false,
|
| 663 |
+
"rstrip": false,
|
| 664 |
+
"single_word": false,
|
| 665 |
+
"special": true
|
| 666 |
+
},
|
| 667 |
+
"128083": {
|
| 668 |
+
"content": "<|reserved_special_token_75|>",
|
| 669 |
+
"lstrip": false,
|
| 670 |
+
"normalized": false,
|
| 671 |
+
"rstrip": false,
|
| 672 |
+
"single_word": false,
|
| 673 |
+
"special": true
|
| 674 |
+
},
|
| 675 |
+
"128084": {
|
| 676 |
+
"content": "<|reserved_special_token_76|>",
|
| 677 |
+
"lstrip": false,
|
| 678 |
+
"normalized": false,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false,
|
| 681 |
+
"special": true
|
| 682 |
+
},
|
| 683 |
+
"128085": {
|
| 684 |
+
"content": "<|reserved_special_token_77|>",
|
| 685 |
+
"lstrip": false,
|
| 686 |
+
"normalized": false,
|
| 687 |
+
"rstrip": false,
|
| 688 |
+
"single_word": false,
|
| 689 |
+
"special": true
|
| 690 |
+
},
|
| 691 |
+
"128086": {
|
| 692 |
+
"content": "<|reserved_special_token_78|>",
|
| 693 |
+
"lstrip": false,
|
| 694 |
+
"normalized": false,
|
| 695 |
+
"rstrip": false,
|
| 696 |
+
"single_word": false,
|
| 697 |
+
"special": true
|
| 698 |
+
},
|
| 699 |
+
"128087": {
|
| 700 |
+
"content": "<|reserved_special_token_79|>",
|
| 701 |
+
"lstrip": false,
|
| 702 |
+
"normalized": false,
|
| 703 |
+
"rstrip": false,
|
| 704 |
+
"single_word": false,
|
| 705 |
+
"special": true
|
| 706 |
+
},
|
| 707 |
+
"128088": {
|
| 708 |
+
"content": "<|reserved_special_token_80|>",
|
| 709 |
+
"lstrip": false,
|
| 710 |
+
"normalized": false,
|
| 711 |
+
"rstrip": false,
|
| 712 |
+
"single_word": false,
|
| 713 |
+
"special": true
|
| 714 |
+
},
|
| 715 |
+
"128089": {
|
| 716 |
+
"content": "<|reserved_special_token_81|>",
|
| 717 |
+
"lstrip": false,
|
| 718 |
+
"normalized": false,
|
| 719 |
+
"rstrip": false,
|
| 720 |
+
"single_word": false,
|
| 721 |
+
"special": true
|
| 722 |
+
},
|
| 723 |
+
"128090": {
|
| 724 |
+
"content": "<|reserved_special_token_82|>",
|
| 725 |
+
"lstrip": false,
|
| 726 |
+
"normalized": false,
|
| 727 |
+
"rstrip": false,
|
| 728 |
+
"single_word": false,
|
| 729 |
+
"special": true
|
| 730 |
+
},
|
| 731 |
+
"128091": {
|
| 732 |
+
"content": "<|reserved_special_token_83|>",
|
| 733 |
+
"lstrip": false,
|
| 734 |
+
"normalized": false,
|
| 735 |
+
"rstrip": false,
|
| 736 |
+
"single_word": false,
|
| 737 |
+
"special": true
|
| 738 |
+
},
|
| 739 |
+
"128092": {
|
| 740 |
+
"content": "<|reserved_special_token_84|>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": false,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false,
|
| 745 |
+
"special": true
|
| 746 |
+
},
|
| 747 |
+
"128093": {
|
| 748 |
+
"content": "<|reserved_special_token_85|>",
|
| 749 |
+
"lstrip": false,
|
| 750 |
+
"normalized": false,
|
| 751 |
+
"rstrip": false,
|
| 752 |
+
"single_word": false,
|
| 753 |
+
"special": true
|
| 754 |
+
},
|
| 755 |
+
"128094": {
|
| 756 |
+
"content": "<|reserved_special_token_86|>",
|
| 757 |
+
"lstrip": false,
|
| 758 |
+
"normalized": false,
|
| 759 |
+
"rstrip": false,
|
| 760 |
+
"single_word": false,
|
| 761 |
+
"special": true
|
| 762 |
+
},
|
| 763 |
+
"128095": {
|
| 764 |
+
"content": "<|reserved_special_token_87|>",
|
| 765 |
+
"lstrip": false,
|
| 766 |
+
"normalized": false,
|
| 767 |
+
"rstrip": false,
|
| 768 |
+
"single_word": false,
|
| 769 |
+
"special": true
|
| 770 |
+
},
|
| 771 |
+
"128096": {
|
| 772 |
+
"content": "<|reserved_special_token_88|>",
|
| 773 |
+
"lstrip": false,
|
| 774 |
+
"normalized": false,
|
| 775 |
+
"rstrip": false,
|
| 776 |
+
"single_word": false,
|
| 777 |
+
"special": true
|
| 778 |
+
},
|
| 779 |
+
"128097": {
|
| 780 |
+
"content": "<|reserved_special_token_89|>",
|
| 781 |
+
"lstrip": false,
|
| 782 |
+
"normalized": false,
|
| 783 |
+
"rstrip": false,
|
| 784 |
+
"single_word": false,
|
| 785 |
+
"special": true
|
| 786 |
+
},
|
| 787 |
+
"128098": {
|
| 788 |
+
"content": "<|reserved_special_token_90|>",
|
| 789 |
+
"lstrip": false,
|
| 790 |
+
"normalized": false,
|
| 791 |
+
"rstrip": false,
|
| 792 |
+
"single_word": false,
|
| 793 |
+
"special": true
|
| 794 |
+
},
|
| 795 |
+
"128099": {
|
| 796 |
+
"content": "<|reserved_special_token_91|>",
|
| 797 |
+
"lstrip": false,
|
| 798 |
+
"normalized": false,
|
| 799 |
+
"rstrip": false,
|
| 800 |
+
"single_word": false,
|
| 801 |
+
"special": true
|
| 802 |
+
},
|
| 803 |
+
"128100": {
|
| 804 |
+
"content": "<|reserved_special_token_92|>",
|
| 805 |
+
"lstrip": false,
|
| 806 |
+
"normalized": false,
|
| 807 |
+
"rstrip": false,
|
| 808 |
+
"single_word": false,
|
| 809 |
+
"special": true
|
| 810 |
+
},
|
| 811 |
+
"128101": {
|
| 812 |
+
"content": "<|reserved_special_token_93|>",
|
| 813 |
+
"lstrip": false,
|
| 814 |
+
"normalized": false,
|
| 815 |
+
"rstrip": false,
|
| 816 |
+
"single_word": false,
|
| 817 |
+
"special": true
|
| 818 |
+
},
|
| 819 |
+
"128102": {
|
| 820 |
+
"content": "<|reserved_special_token_94|>",
|
| 821 |
+
"lstrip": false,
|
| 822 |
+
"normalized": false,
|
| 823 |
+
"rstrip": false,
|
| 824 |
+
"single_word": false,
|
| 825 |
+
"special": true
|
| 826 |
+
},
|
| 827 |
+
"128103": {
|
| 828 |
+
"content": "<|reserved_special_token_95|>",
|
| 829 |
+
"lstrip": false,
|
| 830 |
+
"normalized": false,
|
| 831 |
+
"rstrip": false,
|
| 832 |
+
"single_word": false,
|
| 833 |
+
"special": true
|
| 834 |
+
},
|
| 835 |
+
"128104": {
|
| 836 |
+
"content": "<|reserved_special_token_96|>",
|
| 837 |
+
"lstrip": false,
|
| 838 |
+
"normalized": false,
|
| 839 |
+
"rstrip": false,
|
| 840 |
+
"single_word": false,
|
| 841 |
+
"special": true
|
| 842 |
+
},
|
| 843 |
+
"128105": {
|
| 844 |
+
"content": "<|reserved_special_token_97|>",
|
| 845 |
+
"lstrip": false,
|
| 846 |
+
"normalized": false,
|
| 847 |
+
"rstrip": false,
|
| 848 |
+
"single_word": false,
|
| 849 |
+
"special": true
|
| 850 |
+
},
|
| 851 |
+
"128106": {
|
| 852 |
+
"content": "<|reserved_special_token_98|>",
|
| 853 |
+
"lstrip": false,
|
| 854 |
+
"normalized": false,
|
| 855 |
+
"rstrip": false,
|
| 856 |
+
"single_word": false,
|
| 857 |
+
"special": true
|
| 858 |
+
},
|
| 859 |
+
"128107": {
|
| 860 |
+
"content": "<|reserved_special_token_99|>",
|
| 861 |
+
"lstrip": false,
|
| 862 |
+
"normalized": false,
|
| 863 |
+
"rstrip": false,
|
| 864 |
+
"single_word": false,
|
| 865 |
+
"special": true
|
| 866 |
+
},
|
| 867 |
+
"128108": {
|
| 868 |
+
"content": "<|reserved_special_token_100|>",
|
| 869 |
+
"lstrip": false,
|
| 870 |
+
"normalized": false,
|
| 871 |
+
"rstrip": false,
|
| 872 |
+
"single_word": false,
|
| 873 |
+
"special": true
|
| 874 |
+
},
|
| 875 |
+
"128109": {
|
| 876 |
+
"content": "<|reserved_special_token_101|>",
|
| 877 |
+
"lstrip": false,
|
| 878 |
+
"normalized": false,
|
| 879 |
+
"rstrip": false,
|
| 880 |
+
"single_word": false,
|
| 881 |
+
"special": true
|
| 882 |
+
},
|
| 883 |
+
"128110": {
|
| 884 |
+
"content": "<|reserved_special_token_102|>",
|
| 885 |
+
"lstrip": false,
|
| 886 |
+
"normalized": false,
|
| 887 |
+
"rstrip": false,
|
| 888 |
+
"single_word": false,
|
| 889 |
+
"special": true
|
| 890 |
+
},
|
| 891 |
+
"128111": {
|
| 892 |
+
"content": "<|reserved_special_token_103|>",
|
| 893 |
+
"lstrip": false,
|
| 894 |
+
"normalized": false,
|
| 895 |
+
"rstrip": false,
|
| 896 |
+
"single_word": false,
|
| 897 |
+
"special": true
|
| 898 |
+
},
|
| 899 |
+
"128112": {
|
| 900 |
+
"content": "<|reserved_special_token_104|>",
|
| 901 |
+
"lstrip": false,
|
| 902 |
+
"normalized": false,
|
| 903 |
+
"rstrip": false,
|
| 904 |
+
"single_word": false,
|
| 905 |
+
"special": true
|
| 906 |
+
},
|
| 907 |
+
"128113": {
|
| 908 |
+
"content": "<|reserved_special_token_105|>",
|
| 909 |
+
"lstrip": false,
|
| 910 |
+
"normalized": false,
|
| 911 |
+
"rstrip": false,
|
| 912 |
+
"single_word": false,
|
| 913 |
+
"special": true
|
| 914 |
+
},
|
| 915 |
+
"128114": {
|
| 916 |
+
"content": "<|reserved_special_token_106|>",
|
| 917 |
+
"lstrip": false,
|
| 918 |
+
"normalized": false,
|
| 919 |
+
"rstrip": false,
|
| 920 |
+
"single_word": false,
|
| 921 |
+
"special": true
|
| 922 |
+
},
|
| 923 |
+
"128115": {
|
| 924 |
+
"content": "<|reserved_special_token_107|>",
|
| 925 |
+
"lstrip": false,
|
| 926 |
+
"normalized": false,
|
| 927 |
+
"rstrip": false,
|
| 928 |
+
"single_word": false,
|
| 929 |
+
"special": true
|
| 930 |
+
},
|
| 931 |
+
"128116": {
|
| 932 |
+
"content": "<|reserved_special_token_108|>",
|
| 933 |
+
"lstrip": false,
|
| 934 |
+
"normalized": false,
|
| 935 |
+
"rstrip": false,
|
| 936 |
+
"single_word": false,
|
| 937 |
+
"special": true
|
| 938 |
+
},
|
| 939 |
+
"128117": {
|
| 940 |
+
"content": "<|reserved_special_token_109|>",
|
| 941 |
+
"lstrip": false,
|
| 942 |
+
"normalized": false,
|
| 943 |
+
"rstrip": false,
|
| 944 |
+
"single_word": false,
|
| 945 |
+
"special": true
|
| 946 |
+
},
|
| 947 |
+
"128118": {
|
| 948 |
+
"content": "<|reserved_special_token_110|>",
|
| 949 |
+
"lstrip": false,
|
| 950 |
+
"normalized": false,
|
| 951 |
+
"rstrip": false,
|
| 952 |
+
"single_word": false,
|
| 953 |
+
"special": true
|
| 954 |
+
},
|
| 955 |
+
"128119": {
|
| 956 |
+
"content": "<|reserved_special_token_111|>",
|
| 957 |
+
"lstrip": false,
|
| 958 |
+
"normalized": false,
|
| 959 |
+
"rstrip": false,
|
| 960 |
+
"single_word": false,
|
| 961 |
+
"special": true
|
| 962 |
+
},
|
| 963 |
+
"128120": {
|
| 964 |
+
"content": "<|reserved_special_token_112|>",
|
| 965 |
+
"lstrip": false,
|
| 966 |
+
"normalized": false,
|
| 967 |
+
"rstrip": false,
|
| 968 |
+
"single_word": false,
|
| 969 |
+
"special": true
|
| 970 |
+
},
|
| 971 |
+
"128121": {
|
| 972 |
+
"content": "<|reserved_special_token_113|>",
|
| 973 |
+
"lstrip": false,
|
| 974 |
+
"normalized": false,
|
| 975 |
+
"rstrip": false,
|
| 976 |
+
"single_word": false,
|
| 977 |
+
"special": true
|
| 978 |
+
},
|
| 979 |
+
"128122": {
|
| 980 |
+
"content": "<|reserved_special_token_114|>",
|
| 981 |
+
"lstrip": false,
|
| 982 |
+
"normalized": false,
|
| 983 |
+
"rstrip": false,
|
| 984 |
+
"single_word": false,
|
| 985 |
+
"special": true
|
| 986 |
+
},
|
| 987 |
+
"128123": {
|
| 988 |
+
"content": "<|reserved_special_token_115|>",
|
| 989 |
+
"lstrip": false,
|
| 990 |
+
"normalized": false,
|
| 991 |
+
"rstrip": false,
|
| 992 |
+
"single_word": false,
|
| 993 |
+
"special": true
|
| 994 |
+
},
|
| 995 |
+
"128124": {
|
| 996 |
+
"content": "<|reserved_special_token_116|>",
|
| 997 |
+
"lstrip": false,
|
| 998 |
+
"normalized": false,
|
| 999 |
+
"rstrip": false,
|
| 1000 |
+
"single_word": false,
|
| 1001 |
+
"special": true
|
| 1002 |
+
},
|
| 1003 |
+
"128125": {
|
| 1004 |
+
"content": "<|reserved_special_token_117|>",
|
| 1005 |
+
"lstrip": false,
|
| 1006 |
+
"normalized": false,
|
| 1007 |
+
"rstrip": false,
|
| 1008 |
+
"single_word": false,
|
| 1009 |
+
"special": true
|
| 1010 |
+
},
|
| 1011 |
+
"128126": {
|
| 1012 |
+
"content": "<|reserved_special_token_118|>",
|
| 1013 |
+
"lstrip": false,
|
| 1014 |
+
"normalized": false,
|
| 1015 |
+
"rstrip": false,
|
| 1016 |
+
"single_word": false,
|
| 1017 |
+
"special": true
|
| 1018 |
+
},
|
| 1019 |
+
"128127": {
|
| 1020 |
+
"content": "<|reserved_special_token_119|>",
|
| 1021 |
+
"lstrip": false,
|
| 1022 |
+
"normalized": false,
|
| 1023 |
+
"rstrip": false,
|
| 1024 |
+
"single_word": false,
|
| 1025 |
+
"special": true
|
| 1026 |
+
},
|
| 1027 |
+
"128128": {
|
| 1028 |
+
"content": "<|reserved_special_token_120|>",
|
| 1029 |
+
"lstrip": false,
|
| 1030 |
+
"normalized": false,
|
| 1031 |
+
"rstrip": false,
|
| 1032 |
+
"single_word": false,
|
| 1033 |
+
"special": true
|
| 1034 |
+
},
|
| 1035 |
+
"128129": {
|
| 1036 |
+
"content": "<|reserved_special_token_121|>",
|
| 1037 |
+
"lstrip": false,
|
| 1038 |
+
"normalized": false,
|
| 1039 |
+
"rstrip": false,
|
| 1040 |
+
"single_word": false,
|
| 1041 |
+
"special": true
|
| 1042 |
+
},
|
| 1043 |
+
"128130": {
|
| 1044 |
+
"content": "<|reserved_special_token_122|>",
|
| 1045 |
+
"lstrip": false,
|
| 1046 |
+
"normalized": false,
|
| 1047 |
+
"rstrip": false,
|
| 1048 |
+
"single_word": false,
|
| 1049 |
+
"special": true
|
| 1050 |
+
},
|
| 1051 |
+
"128131": {
|
| 1052 |
+
"content": "<|reserved_special_token_123|>",
|
| 1053 |
+
"lstrip": false,
|
| 1054 |
+
"normalized": false,
|
| 1055 |
+
"rstrip": false,
|
| 1056 |
+
"single_word": false,
|
| 1057 |
+
"special": true
|
| 1058 |
+
},
|
| 1059 |
+
"128132": {
|
| 1060 |
+
"content": "<|reserved_special_token_124|>",
|
| 1061 |
+
"lstrip": false,
|
| 1062 |
+
"normalized": false,
|
| 1063 |
+
"rstrip": false,
|
| 1064 |
+
"single_word": false,
|
| 1065 |
+
"special": true
|
| 1066 |
+
},
|
| 1067 |
+
"128133": {
|
| 1068 |
+
"content": "<|reserved_special_token_125|>",
|
| 1069 |
+
"lstrip": false,
|
| 1070 |
+
"normalized": false,
|
| 1071 |
+
"rstrip": false,
|
| 1072 |
+
"single_word": false,
|
| 1073 |
+
"special": true
|
| 1074 |
+
},
|
| 1075 |
+
"128134": {
|
| 1076 |
+
"content": "<|reserved_special_token_126|>",
|
| 1077 |
+
"lstrip": false,
|
| 1078 |
+
"normalized": false,
|
| 1079 |
+
"rstrip": false,
|
| 1080 |
+
"single_word": false,
|
| 1081 |
+
"special": true
|
| 1082 |
+
},
|
| 1083 |
+
"128135": {
|
| 1084 |
+
"content": "<|reserved_special_token_127|>",
|
| 1085 |
+
"lstrip": false,
|
| 1086 |
+
"normalized": false,
|
| 1087 |
+
"rstrip": false,
|
| 1088 |
+
"single_word": false,
|
| 1089 |
+
"special": true
|
| 1090 |
+
},
|
| 1091 |
+
"128136": {
|
| 1092 |
+
"content": "<|reserved_special_token_128|>",
|
| 1093 |
+
"lstrip": false,
|
| 1094 |
+
"normalized": false,
|
| 1095 |
+
"rstrip": false,
|
| 1096 |
+
"single_word": false,
|
| 1097 |
+
"special": true
|
| 1098 |
+
},
|
| 1099 |
+
"128137": {
|
| 1100 |
+
"content": "<|reserved_special_token_129|>",
|
| 1101 |
+
"lstrip": false,
|
| 1102 |
+
"normalized": false,
|
| 1103 |
+
"rstrip": false,
|
| 1104 |
+
"single_word": false,
|
| 1105 |
+
"special": true
|
| 1106 |
+
},
|
| 1107 |
+
"128138": {
|
| 1108 |
+
"content": "<|reserved_special_token_130|>",
|
| 1109 |
+
"lstrip": false,
|
| 1110 |
+
"normalized": false,
|
| 1111 |
+
"rstrip": false,
|
| 1112 |
+
"single_word": false,
|
| 1113 |
+
"special": true
|
| 1114 |
+
},
|
| 1115 |
+
"128139": {
|
| 1116 |
+
"content": "<|reserved_special_token_131|>",
|
| 1117 |
+
"lstrip": false,
|
| 1118 |
+
"normalized": false,
|
| 1119 |
+
"rstrip": false,
|
| 1120 |
+
"single_word": false,
|
| 1121 |
+
"special": true
|
| 1122 |
+
},
|
| 1123 |
+
"128140": {
|
| 1124 |
+
"content": "<|reserved_special_token_132|>",
|
| 1125 |
+
"lstrip": false,
|
| 1126 |
+
"normalized": false,
|
| 1127 |
+
"rstrip": false,
|
| 1128 |
+
"single_word": false,
|
| 1129 |
+
"special": true
|
| 1130 |
+
},
|
| 1131 |
+
"128141": {
|
| 1132 |
+
"content": "<|reserved_special_token_133|>",
|
| 1133 |
+
"lstrip": false,
|
| 1134 |
+
"normalized": false,
|
| 1135 |
+
"rstrip": false,
|
| 1136 |
+
"single_word": false,
|
| 1137 |
+
"special": true
|
| 1138 |
+
},
|
| 1139 |
+
"128142": {
|
| 1140 |
+
"content": "<|reserved_special_token_134|>",
|
| 1141 |
+
"lstrip": false,
|
| 1142 |
+
"normalized": false,
|
| 1143 |
+
"rstrip": false,
|
| 1144 |
+
"single_word": false,
|
| 1145 |
+
"special": true
|
| 1146 |
+
},
|
| 1147 |
+
"128143": {
|
| 1148 |
+
"content": "<|reserved_special_token_135|>",
|
| 1149 |
+
"lstrip": false,
|
| 1150 |
+
"normalized": false,
|
| 1151 |
+
"rstrip": false,
|
| 1152 |
+
"single_word": false,
|
| 1153 |
+
"special": true
|
| 1154 |
+
},
|
| 1155 |
+
"128144": {
|
| 1156 |
+
"content": "<|reserved_special_token_136|>",
|
| 1157 |
+
"lstrip": false,
|
| 1158 |
+
"normalized": false,
|
| 1159 |
+
"rstrip": false,
|
| 1160 |
+
"single_word": false,
|
| 1161 |
+
"special": true
|
| 1162 |
+
},
|
| 1163 |
+
"128145": {
|
| 1164 |
+
"content": "<|reserved_special_token_137|>",
|
| 1165 |
+
"lstrip": false,
|
| 1166 |
+
"normalized": false,
|
| 1167 |
+
"rstrip": false,
|
| 1168 |
+
"single_word": false,
|
| 1169 |
+
"special": true
|
| 1170 |
+
},
|
| 1171 |
+
"128146": {
|
| 1172 |
+
"content": "<|reserved_special_token_138|>",
|
| 1173 |
+
"lstrip": false,
|
| 1174 |
+
"normalized": false,
|
| 1175 |
+
"rstrip": false,
|
| 1176 |
+
"single_word": false,
|
| 1177 |
+
"special": true
|
| 1178 |
+
},
|
| 1179 |
+
"128147": {
|
| 1180 |
+
"content": "<|reserved_special_token_139|>",
|
| 1181 |
+
"lstrip": false,
|
| 1182 |
+
"normalized": false,
|
| 1183 |
+
"rstrip": false,
|
| 1184 |
+
"single_word": false,
|
| 1185 |
+
"special": true
|
| 1186 |
+
},
|
| 1187 |
+
"128148": {
|
| 1188 |
+
"content": "<|reserved_special_token_140|>",
|
| 1189 |
+
"lstrip": false,
|
| 1190 |
+
"normalized": false,
|
| 1191 |
+
"rstrip": false,
|
| 1192 |
+
"single_word": false,
|
| 1193 |
+
"special": true
|
| 1194 |
+
},
|
| 1195 |
+
"128149": {
|
| 1196 |
+
"content": "<|reserved_special_token_141|>",
|
| 1197 |
+
"lstrip": false,
|
| 1198 |
+
"normalized": false,
|
| 1199 |
+
"rstrip": false,
|
| 1200 |
+
"single_word": false,
|
| 1201 |
+
"special": true
|
| 1202 |
+
},
|
| 1203 |
+
"128150": {
|
| 1204 |
+
"content": "<|reserved_special_token_142|>",
|
| 1205 |
+
"lstrip": false,
|
| 1206 |
+
"normalized": false,
|
| 1207 |
+
"rstrip": false,
|
| 1208 |
+
"single_word": false,
|
| 1209 |
+
"special": true
|
| 1210 |
+
},
|
| 1211 |
+
"128151": {
|
| 1212 |
+
"content": "<|reserved_special_token_143|>",
|
| 1213 |
+
"lstrip": false,
|
| 1214 |
+
"normalized": false,
|
| 1215 |
+
"rstrip": false,
|
| 1216 |
+
"single_word": false,
|
| 1217 |
+
"special": true
|
| 1218 |
+
},
|
| 1219 |
+
"128152": {
|
| 1220 |
+
"content": "<|reserved_special_token_144|>",
|
| 1221 |
+
"lstrip": false,
|
| 1222 |
+
"normalized": false,
|
| 1223 |
+
"rstrip": false,
|
| 1224 |
+
"single_word": false,
|
| 1225 |
+
"special": true
|
| 1226 |
+
},
|
| 1227 |
+
"128153": {
|
| 1228 |
+
"content": "<|reserved_special_token_145|>",
|
| 1229 |
+
"lstrip": false,
|
| 1230 |
+
"normalized": false,
|
| 1231 |
+
"rstrip": false,
|
| 1232 |
+
"single_word": false,
|
| 1233 |
+
"special": true
|
| 1234 |
+
},
|
| 1235 |
+
"128154": {
|
| 1236 |
+
"content": "<|reserved_special_token_146|>",
|
| 1237 |
+
"lstrip": false,
|
| 1238 |
+
"normalized": false,
|
| 1239 |
+
"rstrip": false,
|
| 1240 |
+
"single_word": false,
|
| 1241 |
+
"special": true
|
| 1242 |
+
},
|
| 1243 |
+
"128155": {
|
| 1244 |
+
"content": "<|reserved_special_token_147|>",
|
| 1245 |
+
"lstrip": false,
|
| 1246 |
+
"normalized": false,
|
| 1247 |
+
"rstrip": false,
|
| 1248 |
+
"single_word": false,
|
| 1249 |
+
"special": true
|
| 1250 |
+
},
|
| 1251 |
+
"128156": {
|
| 1252 |
+
"content": "<|reserved_special_token_148|>",
|
| 1253 |
+
"lstrip": false,
|
| 1254 |
+
"normalized": false,
|
| 1255 |
+
"rstrip": false,
|
| 1256 |
+
"single_word": false,
|
| 1257 |
+
"special": true
|
| 1258 |
+
},
|
| 1259 |
+
"128157": {
|
| 1260 |
+
"content": "<|reserved_special_token_149|>",
|
| 1261 |
+
"lstrip": false,
|
| 1262 |
+
"normalized": false,
|
| 1263 |
+
"rstrip": false,
|
| 1264 |
+
"single_word": false,
|
| 1265 |
+
"special": true
|
| 1266 |
+
},
|
| 1267 |
+
"128158": {
|
| 1268 |
+
"content": "<|reserved_special_token_150|>",
|
| 1269 |
+
"lstrip": false,
|
| 1270 |
+
"normalized": false,
|
| 1271 |
+
"rstrip": false,
|
| 1272 |
+
"single_word": false,
|
| 1273 |
+
"special": true
|
| 1274 |
+
},
|
| 1275 |
+
"128159": {
|
| 1276 |
+
"content": "<|reserved_special_token_151|>",
|
| 1277 |
+
"lstrip": false,
|
| 1278 |
+
"normalized": false,
|
| 1279 |
+
"rstrip": false,
|
| 1280 |
+
"single_word": false,
|
| 1281 |
+
"special": true
|
| 1282 |
+
},
|
| 1283 |
+
"128160": {
|
| 1284 |
+
"content": "<|reserved_special_token_152|>",
|
| 1285 |
+
"lstrip": false,
|
| 1286 |
+
"normalized": false,
|
| 1287 |
+
"rstrip": false,
|
| 1288 |
+
"single_word": false,
|
| 1289 |
+
"special": true
|
| 1290 |
+
},
|
| 1291 |
+
"128161": {
|
| 1292 |
+
"content": "<|reserved_special_token_153|>",
|
| 1293 |
+
"lstrip": false,
|
| 1294 |
+
"normalized": false,
|
| 1295 |
+
"rstrip": false,
|
| 1296 |
+
"single_word": false,
|
| 1297 |
+
"special": true
|
| 1298 |
+
},
|
| 1299 |
+
"128162": {
|
| 1300 |
+
"content": "<|reserved_special_token_154|>",
|
| 1301 |
+
"lstrip": false,
|
| 1302 |
+
"normalized": false,
|
| 1303 |
+
"rstrip": false,
|
| 1304 |
+
"single_word": false,
|
| 1305 |
+
"special": true
|
| 1306 |
+
},
|
| 1307 |
+
"128163": {
|
| 1308 |
+
"content": "<|reserved_special_token_155|>",
|
| 1309 |
+
"lstrip": false,
|
| 1310 |
+
"normalized": false,
|
| 1311 |
+
"rstrip": false,
|
| 1312 |
+
"single_word": false,
|
| 1313 |
+
"special": true
|
| 1314 |
+
},
|
| 1315 |
+
"128164": {
|
| 1316 |
+
"content": "<|reserved_special_token_156|>",
|
| 1317 |
+
"lstrip": false,
|
| 1318 |
+
"normalized": false,
|
| 1319 |
+
"rstrip": false,
|
| 1320 |
+
"single_word": false,
|
| 1321 |
+
"special": true
|
| 1322 |
+
},
|
| 1323 |
+
"128165": {
|
| 1324 |
+
"content": "<|reserved_special_token_157|>",
|
| 1325 |
+
"lstrip": false,
|
| 1326 |
+
"normalized": false,
|
| 1327 |
+
"rstrip": false,
|
| 1328 |
+
"single_word": false,
|
| 1329 |
+
"special": true
|
| 1330 |
+
},
|
| 1331 |
+
"128166": {
|
| 1332 |
+
"content": "<|reserved_special_token_158|>",
|
| 1333 |
+
"lstrip": false,
|
| 1334 |
+
"normalized": false,
|
| 1335 |
+
"rstrip": false,
|
| 1336 |
+
"single_word": false,
|
| 1337 |
+
"special": true
|
| 1338 |
+
},
|
| 1339 |
+
"128167": {
|
| 1340 |
+
"content": "<|reserved_special_token_159|>",
|
| 1341 |
+
"lstrip": false,
|
| 1342 |
+
"normalized": false,
|
| 1343 |
+
"rstrip": false,
|
| 1344 |
+
"single_word": false,
|
| 1345 |
+
"special": true
|
| 1346 |
+
},
|
| 1347 |
+
"128168": {
|
| 1348 |
+
"content": "<|reserved_special_token_160|>",
|
| 1349 |
+
"lstrip": false,
|
| 1350 |
+
"normalized": false,
|
| 1351 |
+
"rstrip": false,
|
| 1352 |
+
"single_word": false,
|
| 1353 |
+
"special": true
|
| 1354 |
+
},
|
| 1355 |
+
"128169": {
|
| 1356 |
+
"content": "<|reserved_special_token_161|>",
|
| 1357 |
+
"lstrip": false,
|
| 1358 |
+
"normalized": false,
|
| 1359 |
+
"rstrip": false,
|
| 1360 |
+
"single_word": false,
|
| 1361 |
+
"special": true
|
| 1362 |
+
},
|
| 1363 |
+
"128170": {
|
| 1364 |
+
"content": "<|reserved_special_token_162|>",
|
| 1365 |
+
"lstrip": false,
|
| 1366 |
+
"normalized": false,
|
| 1367 |
+
"rstrip": false,
|
| 1368 |
+
"single_word": false,
|
| 1369 |
+
"special": true
|
| 1370 |
+
},
|
| 1371 |
+
"128171": {
|
| 1372 |
+
"content": "<|reserved_special_token_163|>",
|
| 1373 |
+
"lstrip": false,
|
| 1374 |
+
"normalized": false,
|
| 1375 |
+
"rstrip": false,
|
| 1376 |
+
"single_word": false,
|
| 1377 |
+
"special": true
|
| 1378 |
+
},
|
| 1379 |
+
"128172": {
|
| 1380 |
+
"content": "<|reserved_special_token_164|>",
|
| 1381 |
+
"lstrip": false,
|
| 1382 |
+
"normalized": false,
|
| 1383 |
+
"rstrip": false,
|
| 1384 |
+
"single_word": false,
|
| 1385 |
+
"special": true
|
| 1386 |
+
},
|
| 1387 |
+
"128173": {
|
| 1388 |
+
"content": "<|reserved_special_token_165|>",
|
| 1389 |
+
"lstrip": false,
|
| 1390 |
+
"normalized": false,
|
| 1391 |
+
"rstrip": false,
|
| 1392 |
+
"single_word": false,
|
| 1393 |
+
"special": true
|
| 1394 |
+
},
|
| 1395 |
+
"128174": {
|
| 1396 |
+
"content": "<|reserved_special_token_166|>",
|
| 1397 |
+
"lstrip": false,
|
| 1398 |
+
"normalized": false,
|
| 1399 |
+
"rstrip": false,
|
| 1400 |
+
"single_word": false,
|
| 1401 |
+
"special": true
|
| 1402 |
+
},
|
| 1403 |
+
"128175": {
|
| 1404 |
+
"content": "<|reserved_special_token_167|>",
|
| 1405 |
+
"lstrip": false,
|
| 1406 |
+
"normalized": false,
|
| 1407 |
+
"rstrip": false,
|
| 1408 |
+
"single_word": false,
|
| 1409 |
+
"special": true
|
| 1410 |
+
},
|
| 1411 |
+
"128176": {
|
| 1412 |
+
"content": "<|reserved_special_token_168|>",
|
| 1413 |
+
"lstrip": false,
|
| 1414 |
+
"normalized": false,
|
| 1415 |
+
"rstrip": false,
|
| 1416 |
+
"single_word": false,
|
| 1417 |
+
"special": true
|
| 1418 |
+
},
|
| 1419 |
+
"128177": {
|
| 1420 |
+
"content": "<|reserved_special_token_169|>",
|
| 1421 |
+
"lstrip": false,
|
| 1422 |
+
"normalized": false,
|
| 1423 |
+
"rstrip": false,
|
| 1424 |
+
"single_word": false,
|
| 1425 |
+
"special": true
|
| 1426 |
+
},
|
| 1427 |
+
"128178": {
|
| 1428 |
+
"content": "<|reserved_special_token_170|>",
|
| 1429 |
+
"lstrip": false,
|
| 1430 |
+
"normalized": false,
|
| 1431 |
+
"rstrip": false,
|
| 1432 |
+
"single_word": false,
|
| 1433 |
+
"special": true
|
| 1434 |
+
},
|
| 1435 |
+
"128179": {
|
| 1436 |
+
"content": "<|reserved_special_token_171|>",
|
| 1437 |
+
"lstrip": false,
|
| 1438 |
+
"normalized": false,
|
| 1439 |
+
"rstrip": false,
|
| 1440 |
+
"single_word": false,
|
| 1441 |
+
"special": true
|
| 1442 |
+
},
|
| 1443 |
+
"128180": {
|
| 1444 |
+
"content": "<|reserved_special_token_172|>",
|
| 1445 |
+
"lstrip": false,
|
| 1446 |
+
"normalized": false,
|
| 1447 |
+
"rstrip": false,
|
| 1448 |
+
"single_word": false,
|
| 1449 |
+
"special": true
|
| 1450 |
+
},
|
| 1451 |
+
"128181": {
|
| 1452 |
+
"content": "<|reserved_special_token_173|>",
|
| 1453 |
+
"lstrip": false,
|
| 1454 |
+
"normalized": false,
|
| 1455 |
+
"rstrip": false,
|
| 1456 |
+
"single_word": false,
|
| 1457 |
+
"special": true
|
| 1458 |
+
},
|
| 1459 |
+
"128182": {
|
| 1460 |
+
"content": "<|reserved_special_token_174|>",
|
| 1461 |
+
"lstrip": false,
|
| 1462 |
+
"normalized": false,
|
| 1463 |
+
"rstrip": false,
|
| 1464 |
+
"single_word": false,
|
| 1465 |
+
"special": true
|
| 1466 |
+
},
|
| 1467 |
+
"128183": {
|
| 1468 |
+
"content": "<|reserved_special_token_175|>",
|
| 1469 |
+
"lstrip": false,
|
| 1470 |
+
"normalized": false,
|
| 1471 |
+
"rstrip": false,
|
| 1472 |
+
"single_word": false,
|
| 1473 |
+
"special": true
|
| 1474 |
+
},
|
| 1475 |
+
"128184": {
|
| 1476 |
+
"content": "<|reserved_special_token_176|>",
|
| 1477 |
+
"lstrip": false,
|
| 1478 |
+
"normalized": false,
|
| 1479 |
+
"rstrip": false,
|
| 1480 |
+
"single_word": false,
|
| 1481 |
+
"special": true
|
| 1482 |
+
},
|
| 1483 |
+
"128185": {
|
| 1484 |
+
"content": "<|reserved_special_token_177|>",
|
| 1485 |
+
"lstrip": false,
|
| 1486 |
+
"normalized": false,
|
| 1487 |
+
"rstrip": false,
|
| 1488 |
+
"single_word": false,
|
| 1489 |
+
"special": true
|
| 1490 |
+
},
|
| 1491 |
+
"128186": {
|
| 1492 |
+
"content": "<|reserved_special_token_178|>",
|
| 1493 |
+
"lstrip": false,
|
| 1494 |
+
"normalized": false,
|
| 1495 |
+
"rstrip": false,
|
| 1496 |
+
"single_word": false,
|
| 1497 |
+
"special": true
|
| 1498 |
+
},
|
| 1499 |
+
"128187": {
|
| 1500 |
+
"content": "<|reserved_special_token_179|>",
|
| 1501 |
+
"lstrip": false,
|
| 1502 |
+
"normalized": false,
|
| 1503 |
+
"rstrip": false,
|
| 1504 |
+
"single_word": false,
|
| 1505 |
+
"special": true
|
| 1506 |
+
},
|
| 1507 |
+
"128188": {
|
| 1508 |
+
"content": "<|reserved_special_token_180|>",
|
| 1509 |
+
"lstrip": false,
|
| 1510 |
+
"normalized": false,
|
| 1511 |
+
"rstrip": false,
|
| 1512 |
+
"single_word": false,
|
| 1513 |
+
"special": true
|
| 1514 |
+
},
|
| 1515 |
+
"128189": {
|
| 1516 |
+
"content": "<|reserved_special_token_181|>",
|
| 1517 |
+
"lstrip": false,
|
| 1518 |
+
"normalized": false,
|
| 1519 |
+
"rstrip": false,
|
| 1520 |
+
"single_word": false,
|
| 1521 |
+
"special": true
|
| 1522 |
+
},
|
| 1523 |
+
"128190": {
|
| 1524 |
+
"content": "<|reserved_special_token_182|>",
|
| 1525 |
+
"lstrip": false,
|
| 1526 |
+
"normalized": false,
|
| 1527 |
+
"rstrip": false,
|
| 1528 |
+
"single_word": false,
|
| 1529 |
+
"special": true
|
| 1530 |
+
},
|
| 1531 |
+
"128191": {
|
| 1532 |
+
"content": "<|reserved_special_token_183|>",
|
| 1533 |
+
"lstrip": false,
|
| 1534 |
+
"normalized": false,
|
| 1535 |
+
"rstrip": false,
|
| 1536 |
+
"single_word": false,
|
| 1537 |
+
"special": true
|
| 1538 |
+
},
|
| 1539 |
+
"128192": {
|
| 1540 |
+
"content": "<|reserved_special_token_184|>",
|
| 1541 |
+
"lstrip": false,
|
| 1542 |
+
"normalized": false,
|
| 1543 |
+
"rstrip": false,
|
| 1544 |
+
"single_word": false,
|
| 1545 |
+
"special": true
|
| 1546 |
+
},
|
| 1547 |
+
"128193": {
|
| 1548 |
+
"content": "<|reserved_special_token_185|>",
|
| 1549 |
+
"lstrip": false,
|
| 1550 |
+
"normalized": false,
|
| 1551 |
+
"rstrip": false,
|
| 1552 |
+
"single_word": false,
|
| 1553 |
+
"special": true
|
| 1554 |
+
},
|
| 1555 |
+
"128194": {
|
| 1556 |
+
"content": "<|reserved_special_token_186|>",
|
| 1557 |
+
"lstrip": false,
|
| 1558 |
+
"normalized": false,
|
| 1559 |
+
"rstrip": false,
|
| 1560 |
+
"single_word": false,
|
| 1561 |
+
"special": true
|
| 1562 |
+
},
|
| 1563 |
+
"128195": {
|
| 1564 |
+
"content": "<|reserved_special_token_187|>",
|
| 1565 |
+
"lstrip": false,
|
| 1566 |
+
"normalized": false,
|
| 1567 |
+
"rstrip": false,
|
| 1568 |
+
"single_word": false,
|
| 1569 |
+
"special": true
|
| 1570 |
+
},
|
| 1571 |
+
"128196": {
|
| 1572 |
+
"content": "<|reserved_special_token_188|>",
|
| 1573 |
+
"lstrip": false,
|
| 1574 |
+
"normalized": false,
|
| 1575 |
+
"rstrip": false,
|
| 1576 |
+
"single_word": false,
|
| 1577 |
+
"special": true
|
| 1578 |
+
},
|
| 1579 |
+
"128197": {
|
| 1580 |
+
"content": "<|reserved_special_token_189|>",
|
| 1581 |
+
"lstrip": false,
|
| 1582 |
+
"normalized": false,
|
| 1583 |
+
"rstrip": false,
|
| 1584 |
+
"single_word": false,
|
| 1585 |
+
"special": true
|
| 1586 |
+
},
|
| 1587 |
+
"128198": {
|
| 1588 |
+
"content": "<|reserved_special_token_190|>",
|
| 1589 |
+
"lstrip": false,
|
| 1590 |
+
"normalized": false,
|
| 1591 |
+
"rstrip": false,
|
| 1592 |
+
"single_word": false,
|
| 1593 |
+
"special": true
|
| 1594 |
+
},
|
| 1595 |
+
"128199": {
|
| 1596 |
+
"content": "<|reserved_special_token_191|>",
|
| 1597 |
+
"lstrip": false,
|
| 1598 |
+
"normalized": false,
|
| 1599 |
+
"rstrip": false,
|
| 1600 |
+
"single_word": false,
|
| 1601 |
+
"special": true
|
| 1602 |
+
},
|
| 1603 |
+
"128200": {
|
| 1604 |
+
"content": "<|reserved_special_token_192|>",
|
| 1605 |
+
"lstrip": false,
|
| 1606 |
+
"normalized": false,
|
| 1607 |
+
"rstrip": false,
|
| 1608 |
+
"single_word": false,
|
| 1609 |
+
"special": true
|
| 1610 |
+
},
|
| 1611 |
+
"128201": {
|
| 1612 |
+
"content": "<|reserved_special_token_193|>",
|
| 1613 |
+
"lstrip": false,
|
| 1614 |
+
"normalized": false,
|
| 1615 |
+
"rstrip": false,
|
| 1616 |
+
"single_word": false,
|
| 1617 |
+
"special": true
|
| 1618 |
+
},
|
| 1619 |
+
"128202": {
|
| 1620 |
+
"content": "<|reserved_special_token_194|>",
|
| 1621 |
+
"lstrip": false,
|
| 1622 |
+
"normalized": false,
|
| 1623 |
+
"rstrip": false,
|
| 1624 |
+
"single_word": false,
|
| 1625 |
+
"special": true
|
| 1626 |
+
},
|
| 1627 |
+
"128203": {
|
| 1628 |
+
"content": "<|reserved_special_token_195|>",
|
| 1629 |
+
"lstrip": false,
|
| 1630 |
+
"normalized": false,
|
| 1631 |
+
"rstrip": false,
|
| 1632 |
+
"single_word": false,
|
| 1633 |
+
"special": true
|
| 1634 |
+
},
|
| 1635 |
+
"128204": {
|
| 1636 |
+
"content": "<|reserved_special_token_196|>",
|
| 1637 |
+
"lstrip": false,
|
| 1638 |
+
"normalized": false,
|
| 1639 |
+
"rstrip": false,
|
| 1640 |
+
"single_word": false,
|
| 1641 |
+
"special": true
|
| 1642 |
+
},
|
| 1643 |
+
"128205": {
|
| 1644 |
+
"content": "<|reserved_special_token_197|>",
|
| 1645 |
+
"lstrip": false,
|
| 1646 |
+
"normalized": false,
|
| 1647 |
+
"rstrip": false,
|
| 1648 |
+
"single_word": false,
|
| 1649 |
+
"special": true
|
| 1650 |
+
},
|
| 1651 |
+
"128206": {
|
| 1652 |
+
"content": "<|reserved_special_token_198|>",
|
| 1653 |
+
"lstrip": false,
|
| 1654 |
+
"normalized": false,
|
| 1655 |
+
"rstrip": false,
|
| 1656 |
+
"single_word": false,
|
| 1657 |
+
"special": true
|
| 1658 |
+
},
|
| 1659 |
+
"128207": {
|
| 1660 |
+
"content": "<|reserved_special_token_199|>",
|
| 1661 |
+
"lstrip": false,
|
| 1662 |
+
"normalized": false,
|
| 1663 |
+
"rstrip": false,
|
| 1664 |
+
"single_word": false,
|
| 1665 |
+
"special": true
|
| 1666 |
+
},
|
| 1667 |
+
"128208": {
|
| 1668 |
+
"content": "<|reserved_special_token_200|>",
|
| 1669 |
+
"lstrip": false,
|
| 1670 |
+
"normalized": false,
|
| 1671 |
+
"rstrip": false,
|
| 1672 |
+
"single_word": false,
|
| 1673 |
+
"special": true
|
| 1674 |
+
},
|
| 1675 |
+
"128209": {
|
| 1676 |
+
"content": "<|reserved_special_token_201|>",
|
| 1677 |
+
"lstrip": false,
|
| 1678 |
+
"normalized": false,
|
| 1679 |
+
"rstrip": false,
|
| 1680 |
+
"single_word": false,
|
| 1681 |
+
"special": true
|
| 1682 |
+
},
|
| 1683 |
+
"128210": {
|
| 1684 |
+
"content": "<|reserved_special_token_202|>",
|
| 1685 |
+
"lstrip": false,
|
| 1686 |
+
"normalized": false,
|
| 1687 |
+
"rstrip": false,
|
| 1688 |
+
"single_word": false,
|
| 1689 |
+
"special": true
|
| 1690 |
+
},
|
| 1691 |
+
"128211": {
|
| 1692 |
+
"content": "<|reserved_special_token_203|>",
|
| 1693 |
+
"lstrip": false,
|
| 1694 |
+
"normalized": false,
|
| 1695 |
+
"rstrip": false,
|
| 1696 |
+
"single_word": false,
|
| 1697 |
+
"special": true
|
| 1698 |
+
},
|
| 1699 |
+
"128212": {
|
| 1700 |
+
"content": "<|reserved_special_token_204|>",
|
| 1701 |
+
"lstrip": false,
|
| 1702 |
+
"normalized": false,
|
| 1703 |
+
"rstrip": false,
|
| 1704 |
+
"single_word": false,
|
| 1705 |
+
"special": true
|
| 1706 |
+
},
|
| 1707 |
+
"128213": {
|
| 1708 |
+
"content": "<|reserved_special_token_205|>",
|
| 1709 |
+
"lstrip": false,
|
| 1710 |
+
"normalized": false,
|
| 1711 |
+
"rstrip": false,
|
| 1712 |
+
"single_word": false,
|
| 1713 |
+
"special": true
|
| 1714 |
+
},
|
| 1715 |
+
"128214": {
|
| 1716 |
+
"content": "<|reserved_special_token_206|>",
|
| 1717 |
+
"lstrip": false,
|
| 1718 |
+
"normalized": false,
|
| 1719 |
+
"rstrip": false,
|
| 1720 |
+
"single_word": false,
|
| 1721 |
+
"special": true
|
| 1722 |
+
},
|
| 1723 |
+
"128215": {
|
| 1724 |
+
"content": "<|reserved_special_token_207|>",
|
| 1725 |
+
"lstrip": false,
|
| 1726 |
+
"normalized": false,
|
| 1727 |
+
"rstrip": false,
|
| 1728 |
+
"single_word": false,
|
| 1729 |
+
"special": true
|
| 1730 |
+
},
|
| 1731 |
+
"128216": {
|
| 1732 |
+
"content": "<|reserved_special_token_208|>",
|
| 1733 |
+
"lstrip": false,
|
| 1734 |
+
"normalized": false,
|
| 1735 |
+
"rstrip": false,
|
| 1736 |
+
"single_word": false,
|
| 1737 |
+
"special": true
|
| 1738 |
+
},
|
| 1739 |
+
"128217": {
|
| 1740 |
+
"content": "<|reserved_special_token_209|>",
|
| 1741 |
+
"lstrip": false,
|
| 1742 |
+
"normalized": false,
|
| 1743 |
+
"rstrip": false,
|
| 1744 |
+
"single_word": false,
|
| 1745 |
+
"special": true
|
| 1746 |
+
},
|
| 1747 |
+
"128218": {
|
| 1748 |
+
"content": "<|reserved_special_token_210|>",
|
| 1749 |
+
"lstrip": false,
|
| 1750 |
+
"normalized": false,
|
| 1751 |
+
"rstrip": false,
|
| 1752 |
+
"single_word": false,
|
| 1753 |
+
"special": true
|
| 1754 |
+
},
|
| 1755 |
+
"128219": {
|
| 1756 |
+
"content": "<|reserved_special_token_211|>",
|
| 1757 |
+
"lstrip": false,
|
| 1758 |
+
"normalized": false,
|
| 1759 |
+
"rstrip": false,
|
| 1760 |
+
"single_word": false,
|
| 1761 |
+
"special": true
|
| 1762 |
+
},
|
| 1763 |
+
"128220": {
|
| 1764 |
+
"content": "<|reserved_special_token_212|>",
|
| 1765 |
+
"lstrip": false,
|
| 1766 |
+
"normalized": false,
|
| 1767 |
+
"rstrip": false,
|
| 1768 |
+
"single_word": false,
|
| 1769 |
+
"special": true
|
| 1770 |
+
},
|
| 1771 |
+
"128221": {
|
| 1772 |
+
"content": "<|reserved_special_token_213|>",
|
| 1773 |
+
"lstrip": false,
|
| 1774 |
+
"normalized": false,
|
| 1775 |
+
"rstrip": false,
|
| 1776 |
+
"single_word": false,
|
| 1777 |
+
"special": true
|
| 1778 |
+
},
|
| 1779 |
+
"128222": {
|
| 1780 |
+
"content": "<|reserved_special_token_214|>",
|
| 1781 |
+
"lstrip": false,
|
| 1782 |
+
"normalized": false,
|
| 1783 |
+
"rstrip": false,
|
| 1784 |
+
"single_word": false,
|
| 1785 |
+
"special": true
|
| 1786 |
+
},
|
| 1787 |
+
"128223": {
|
| 1788 |
+
"content": "<|reserved_special_token_215|>",
|
| 1789 |
+
"lstrip": false,
|
| 1790 |
+
"normalized": false,
|
| 1791 |
+
"rstrip": false,
|
| 1792 |
+
"single_word": false,
|
| 1793 |
+
"special": true
|
| 1794 |
+
},
|
| 1795 |
+
"128224": {
|
| 1796 |
+
"content": "<|reserved_special_token_216|>",
|
| 1797 |
+
"lstrip": false,
|
| 1798 |
+
"normalized": false,
|
| 1799 |
+
"rstrip": false,
|
| 1800 |
+
"single_word": false,
|
| 1801 |
+
"special": true
|
| 1802 |
+
},
|
| 1803 |
+
"128225": {
|
| 1804 |
+
"content": "<|reserved_special_token_217|>",
|
| 1805 |
+
"lstrip": false,
|
| 1806 |
+
"normalized": false,
|
| 1807 |
+
"rstrip": false,
|
| 1808 |
+
"single_word": false,
|
| 1809 |
+
"special": true
|
| 1810 |
+
},
|
| 1811 |
+
"128226": {
|
| 1812 |
+
"content": "<|reserved_special_token_218|>",
|
| 1813 |
+
"lstrip": false,
|
| 1814 |
+
"normalized": false,
|
| 1815 |
+
"rstrip": false,
|
| 1816 |
+
"single_word": false,
|
| 1817 |
+
"special": true
|
| 1818 |
+
},
|
| 1819 |
+
"128227": {
|
| 1820 |
+
"content": "<|reserved_special_token_219|>",
|
| 1821 |
+
"lstrip": false,
|
| 1822 |
+
"normalized": false,
|
| 1823 |
+
"rstrip": false,
|
| 1824 |
+
"single_word": false,
|
| 1825 |
+
"special": true
|
| 1826 |
+
},
|
| 1827 |
+
"128228": {
|
| 1828 |
+
"content": "<|reserved_special_token_220|>",
|
| 1829 |
+
"lstrip": false,
|
| 1830 |
+
"normalized": false,
|
| 1831 |
+
"rstrip": false,
|
| 1832 |
+
"single_word": false,
|
| 1833 |
+
"special": true
|
| 1834 |
+
},
|
| 1835 |
+
"128229": {
|
| 1836 |
+
"content": "<|reserved_special_token_221|>",
|
| 1837 |
+
"lstrip": false,
|
| 1838 |
+
"normalized": false,
|
| 1839 |
+
"rstrip": false,
|
| 1840 |
+
"single_word": false,
|
| 1841 |
+
"special": true
|
| 1842 |
+
},
|
| 1843 |
+
"128230": {
|
| 1844 |
+
"content": "<|reserved_special_token_222|>",
|
| 1845 |
+
"lstrip": false,
|
| 1846 |
+
"normalized": false,
|
| 1847 |
+
"rstrip": false,
|
| 1848 |
+
"single_word": false,
|
| 1849 |
+
"special": true
|
| 1850 |
+
},
|
| 1851 |
+
"128231": {
|
| 1852 |
+
"content": "<|reserved_special_token_223|>",
|
| 1853 |
+
"lstrip": false,
|
| 1854 |
+
"normalized": false,
|
| 1855 |
+
"rstrip": false,
|
| 1856 |
+
"single_word": false,
|
| 1857 |
+
"special": true
|
| 1858 |
+
},
|
| 1859 |
+
"128232": {
|
| 1860 |
+
"content": "<|reserved_special_token_224|>",
|
| 1861 |
+
"lstrip": false,
|
| 1862 |
+
"normalized": false,
|
| 1863 |
+
"rstrip": false,
|
| 1864 |
+
"single_word": false,
|
| 1865 |
+
"special": true
|
| 1866 |
+
},
|
| 1867 |
+
"128233": {
|
| 1868 |
+
"content": "<|reserved_special_token_225|>",
|
| 1869 |
+
"lstrip": false,
|
| 1870 |
+
"normalized": false,
|
| 1871 |
+
"rstrip": false,
|
| 1872 |
+
"single_word": false,
|
| 1873 |
+
"special": true
|
| 1874 |
+
},
|
| 1875 |
+
"128234": {
|
| 1876 |
+
"content": "<|reserved_special_token_226|>",
|
| 1877 |
+
"lstrip": false,
|
| 1878 |
+
"normalized": false,
|
| 1879 |
+
"rstrip": false,
|
| 1880 |
+
"single_word": false,
|
| 1881 |
+
"special": true
|
| 1882 |
+
},
|
| 1883 |
+
"128235": {
|
| 1884 |
+
"content": "<|reserved_special_token_227|>",
|
| 1885 |
+
"lstrip": false,
|
| 1886 |
+
"normalized": false,
|
| 1887 |
+
"rstrip": false,
|
| 1888 |
+
"single_word": false,
|
| 1889 |
+
"special": true
|
| 1890 |
+
},
|
| 1891 |
+
"128236": {
|
| 1892 |
+
"content": "<|reserved_special_token_228|>",
|
| 1893 |
+
"lstrip": false,
|
| 1894 |
+
"normalized": false,
|
| 1895 |
+
"rstrip": false,
|
| 1896 |
+
"single_word": false,
|
| 1897 |
+
"special": true
|
| 1898 |
+
},
|
| 1899 |
+
"128237": {
|
| 1900 |
+
"content": "<|reserved_special_token_229|>",
|
| 1901 |
+
"lstrip": false,
|
| 1902 |
+
"normalized": false,
|
| 1903 |
+
"rstrip": false,
|
| 1904 |
+
"single_word": false,
|
| 1905 |
+
"special": true
|
| 1906 |
+
},
|
| 1907 |
+
"128238": {
|
| 1908 |
+
"content": "<|reserved_special_token_230|>",
|
| 1909 |
+
"lstrip": false,
|
| 1910 |
+
"normalized": false,
|
| 1911 |
+
"rstrip": false,
|
| 1912 |
+
"single_word": false,
|
| 1913 |
+
"special": true
|
| 1914 |
+
},
|
| 1915 |
+
"128239": {
|
| 1916 |
+
"content": "<|reserved_special_token_231|>",
|
| 1917 |
+
"lstrip": false,
|
| 1918 |
+
"normalized": false,
|
| 1919 |
+
"rstrip": false,
|
| 1920 |
+
"single_word": false,
|
| 1921 |
+
"special": true
|
| 1922 |
+
},
|
| 1923 |
+
"128240": {
|
| 1924 |
+
"content": "<|reserved_special_token_232|>",
|
| 1925 |
+
"lstrip": false,
|
| 1926 |
+
"normalized": false,
|
| 1927 |
+
"rstrip": false,
|
| 1928 |
+
"single_word": false,
|
| 1929 |
+
"special": true
|
| 1930 |
+
},
|
| 1931 |
+
"128241": {
|
| 1932 |
+
"content": "<|reserved_special_token_233|>",
|
| 1933 |
+
"lstrip": false,
|
| 1934 |
+
"normalized": false,
|
| 1935 |
+
"rstrip": false,
|
| 1936 |
+
"single_word": false,
|
| 1937 |
+
"special": true
|
| 1938 |
+
},
|
| 1939 |
+
"128242": {
|
| 1940 |
+
"content": "<|reserved_special_token_234|>",
|
| 1941 |
+
"lstrip": false,
|
| 1942 |
+
"normalized": false,
|
| 1943 |
+
"rstrip": false,
|
| 1944 |
+
"single_word": false,
|
| 1945 |
+
"special": true
|
| 1946 |
+
},
|
| 1947 |
+
"128243": {
|
| 1948 |
+
"content": "<|reserved_special_token_235|>",
|
| 1949 |
+
"lstrip": false,
|
| 1950 |
+
"normalized": false,
|
| 1951 |
+
"rstrip": false,
|
| 1952 |
+
"single_word": false,
|
| 1953 |
+
"special": true
|
| 1954 |
+
},
|
| 1955 |
+
"128244": {
|
| 1956 |
+
"content": "<|reserved_special_token_236|>",
|
| 1957 |
+
"lstrip": false,
|
| 1958 |
+
"normalized": false,
|
| 1959 |
+
"rstrip": false,
|
| 1960 |
+
"single_word": false,
|
| 1961 |
+
"special": true
|
| 1962 |
+
},
|
| 1963 |
+
"128245": {
|
| 1964 |
+
"content": "<|reserved_special_token_237|>",
|
| 1965 |
+
"lstrip": false,
|
| 1966 |
+
"normalized": false,
|
| 1967 |
+
"rstrip": false,
|
| 1968 |
+
"single_word": false,
|
| 1969 |
+
"special": true
|
| 1970 |
+
},
|
| 1971 |
+
"128246": {
|
| 1972 |
+
"content": "<|reserved_special_token_238|>",
|
| 1973 |
+
"lstrip": false,
|
| 1974 |
+
"normalized": false,
|
| 1975 |
+
"rstrip": false,
|
| 1976 |
+
"single_word": false,
|
| 1977 |
+
"special": true
|
| 1978 |
+
},
|
| 1979 |
+
"128247": {
|
| 1980 |
+
"content": "<|reserved_special_token_239|>",
|
| 1981 |
+
"lstrip": false,
|
| 1982 |
+
"normalized": false,
|
| 1983 |
+
"rstrip": false,
|
| 1984 |
+
"single_word": false,
|
| 1985 |
+
"special": true
|
| 1986 |
+
},
|
| 1987 |
+
"128248": {
|
| 1988 |
+
"content": "<|reserved_special_token_240|>",
|
| 1989 |
+
"lstrip": false,
|
| 1990 |
+
"normalized": false,
|
| 1991 |
+
"rstrip": false,
|
| 1992 |
+
"single_word": false,
|
| 1993 |
+
"special": true
|
| 1994 |
+
},
|
| 1995 |
+
"128249": {
|
| 1996 |
+
"content": "<|reserved_special_token_241|>",
|
| 1997 |
+
"lstrip": false,
|
| 1998 |
+
"normalized": false,
|
| 1999 |
+
"rstrip": false,
|
| 2000 |
+
"single_word": false,
|
| 2001 |
+
"special": true
|
| 2002 |
+
},
|
| 2003 |
+
"128250": {
|
| 2004 |
+
"content": "<|reserved_special_token_242|>",
|
| 2005 |
+
"lstrip": false,
|
| 2006 |
+
"normalized": false,
|
| 2007 |
+
"rstrip": false,
|
| 2008 |
+
"single_word": false,
|
| 2009 |
+
"special": true
|
| 2010 |
+
},
|
| 2011 |
+
"128251": {
|
| 2012 |
+
"content": "<|reserved_special_token_243|>",
|
| 2013 |
+
"lstrip": false,
|
| 2014 |
+
"normalized": false,
|
| 2015 |
+
"rstrip": false,
|
| 2016 |
+
"single_word": false,
|
| 2017 |
+
"special": true
|
| 2018 |
+
},
|
| 2019 |
+
"128252": {
|
| 2020 |
+
"content": "<|reserved_special_token_244|>",
|
| 2021 |
+
"lstrip": false,
|
| 2022 |
+
"normalized": false,
|
| 2023 |
+
"rstrip": false,
|
| 2024 |
+
"single_word": false,
|
| 2025 |
+
"special": true
|
| 2026 |
+
},
|
| 2027 |
+
"128253": {
|
| 2028 |
+
"content": "<|reserved_special_token_245|>",
|
| 2029 |
+
"lstrip": false,
|
| 2030 |
+
"normalized": false,
|
| 2031 |
+
"rstrip": false,
|
| 2032 |
+
"single_word": false,
|
| 2033 |
+
"special": true
|
| 2034 |
+
},
|
| 2035 |
+
"128254": {
|
| 2036 |
+
"content": "<|reserved_special_token_246|>",
|
| 2037 |
+
"lstrip": false,
|
| 2038 |
+
"normalized": false,
|
| 2039 |
+
"rstrip": false,
|
| 2040 |
+
"single_word": false,
|
| 2041 |
+
"special": true
|
| 2042 |
+
},
|
| 2043 |
+
"128255": {
|
| 2044 |
+
"content": "<|reserved_special_token_247|>",
|
| 2045 |
+
"lstrip": false,
|
| 2046 |
+
"normalized": false,
|
| 2047 |
+
"rstrip": false,
|
| 2048 |
+
"single_word": false,
|
| 2049 |
+
"special": true
|
| 2050 |
+
}
|
| 2051 |
+
},
|
| 2052 |
+
"bos_token": "<|begin_of_text|>",
|
| 2053 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 2054 |
+
"clean_up_tokenization_spaces": true,
|
| 2055 |
+
"eos_token": "<|im_end|>",
|
| 2056 |
+
"model_input_names": [
|
| 2057 |
+
"input_ids",
|
| 2058 |
+
"attention_mask"
|
| 2059 |
+
],
|
| 2060 |
+
"model_max_length": 131072,
|
| 2061 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
| 2062 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2063 |
+
}
|
checkpoint-513/trainer_state.json
ADDED
|
@@ -0,0 +1,3672 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.49768574908648,
|
| 5 |
+
"eval_steps": 86,
|
| 6 |
+
"global_step": 513,
|
| 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.0029254022428083864,
|
| 13 |
+
"grad_norm": 56.61502838582006,
|
| 14 |
+
"learning_rate": 1.4705882352941178e-07,
|
| 15 |
+
"loss": 1.336,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.0029254022428083864,
|
| 20 |
+
"eval_loss": 1.7113733291625977,
|
| 21 |
+
"eval_runtime": 65.4428,
|
| 22 |
+
"eval_samples_per_second": 14.807,
|
| 23 |
+
"eval_steps_per_second": 2.475,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.005850804485616773,
|
| 28 |
+
"grad_norm": 51.81724700444768,
|
| 29 |
+
"learning_rate": 2.9411764705882356e-07,
|
| 30 |
+
"loss": 1.3698,
|
| 31 |
+
"step": 2
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.008776206728425159,
|
| 35 |
+
"grad_norm": 47.60979608727599,
|
| 36 |
+
"learning_rate": 4.4117647058823536e-07,
|
| 37 |
+
"loss": 1.34,
|
| 38 |
+
"step": 3
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.011701608971233545,
|
| 42 |
+
"grad_norm": 48.80875038414928,
|
| 43 |
+
"learning_rate": 5.882352941176471e-07,
|
| 44 |
+
"loss": 1.3392,
|
| 45 |
+
"step": 4
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.01462701121404193,
|
| 49 |
+
"grad_norm": 53.27305939885202,
|
| 50 |
+
"learning_rate": 7.352941176470589e-07,
|
| 51 |
+
"loss": 1.3409,
|
| 52 |
+
"step": 5
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.017552413456850317,
|
| 56 |
+
"grad_norm": 47.925702270624,
|
| 57 |
+
"learning_rate": 8.823529411764707e-07,
|
| 58 |
+
"loss": 1.3373,
|
| 59 |
+
"step": 6
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.020477815699658702,
|
| 63 |
+
"grad_norm": 48.37389105675583,
|
| 64 |
+
"learning_rate": 1.0294117647058825e-06,
|
| 65 |
+
"loss": 1.3137,
|
| 66 |
+
"step": 7
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.02340321794246709,
|
| 70 |
+
"grad_norm": 39.37861206526259,
|
| 71 |
+
"learning_rate": 1.1764705882352942e-06,
|
| 72 |
+
"loss": 1.3369,
|
| 73 |
+
"step": 8
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.026328620185275476,
|
| 77 |
+
"grad_norm": 25.61893601522815,
|
| 78 |
+
"learning_rate": 1.323529411764706e-06,
|
| 79 |
+
"loss": 1.3237,
|
| 80 |
+
"step": 9
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.02925402242808386,
|
| 84 |
+
"grad_norm": 24.674790384396417,
|
| 85 |
+
"learning_rate": 1.4705882352941177e-06,
|
| 86 |
+
"loss": 1.3056,
|
| 87 |
+
"step": 10
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.03217942467089225,
|
| 91 |
+
"grad_norm": 24.91679564935755,
|
| 92 |
+
"learning_rate": 1.6176470588235297e-06,
|
| 93 |
+
"loss": 1.3015,
|
| 94 |
+
"step": 11
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.035104826913700635,
|
| 98 |
+
"grad_norm": 16.05920632953936,
|
| 99 |
+
"learning_rate": 1.7647058823529414e-06,
|
| 100 |
+
"loss": 1.2387,
|
| 101 |
+
"step": 12
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.03803022915650902,
|
| 105 |
+
"grad_norm": 17.21678860344456,
|
| 106 |
+
"learning_rate": 1.9117647058823528e-06,
|
| 107 |
+
"loss": 1.2592,
|
| 108 |
+
"step": 13
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.040955631399317405,
|
| 112 |
+
"grad_norm": 9.449613433058063,
|
| 113 |
+
"learning_rate": 2.058823529411765e-06,
|
| 114 |
+
"loss": 1.2485,
|
| 115 |
+
"step": 14
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.04388103364212579,
|
| 119 |
+
"grad_norm": 6.021711489397231,
|
| 120 |
+
"learning_rate": 2.2058823529411767e-06,
|
| 121 |
+
"loss": 1.2225,
|
| 122 |
+
"step": 15
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.04680643588493418,
|
| 126 |
+
"grad_norm": 5.216307369247847,
|
| 127 |
+
"learning_rate": 2.3529411764705885e-06,
|
| 128 |
+
"loss": 1.2108,
|
| 129 |
+
"step": 16
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.04973183812774257,
|
| 133 |
+
"grad_norm": 3.0940157822273058,
|
| 134 |
+
"learning_rate": 2.5e-06,
|
| 135 |
+
"loss": 1.1818,
|
| 136 |
+
"step": 17
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.05265724037055095,
|
| 140 |
+
"grad_norm": 2.91820920733528,
|
| 141 |
+
"learning_rate": 2.647058823529412e-06,
|
| 142 |
+
"loss": 1.1673,
|
| 143 |
+
"step": 18
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.05558264261335934,
|
| 147 |
+
"grad_norm": 1.8161119748737125,
|
| 148 |
+
"learning_rate": 2.7941176470588237e-06,
|
| 149 |
+
"loss": 1.1415,
|
| 150 |
+
"step": 19
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.05850804485616772,
|
| 154 |
+
"grad_norm": 1.7624989349292328,
|
| 155 |
+
"learning_rate": 2.9411764705882355e-06,
|
| 156 |
+
"loss": 1.1534,
|
| 157 |
+
"step": 20
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.06143344709897611,
|
| 161 |
+
"grad_norm": 1.8082316113855639,
|
| 162 |
+
"learning_rate": 3.0882352941176476e-06,
|
| 163 |
+
"loss": 1.1441,
|
| 164 |
+
"step": 21
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.0643588493417845,
|
| 168 |
+
"grad_norm": 1.2223752752561972,
|
| 169 |
+
"learning_rate": 3.2352941176470594e-06,
|
| 170 |
+
"loss": 1.1258,
|
| 171 |
+
"step": 22
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.06728425158459288,
|
| 175 |
+
"grad_norm": 1.1968274873672384,
|
| 176 |
+
"learning_rate": 3.382352941176471e-06,
|
| 177 |
+
"loss": 1.1235,
|
| 178 |
+
"step": 23
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.07020965382740127,
|
| 182 |
+
"grad_norm": 1.6582129576098923,
|
| 183 |
+
"learning_rate": 3.529411764705883e-06,
|
| 184 |
+
"loss": 1.1197,
|
| 185 |
+
"step": 24
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.07313505607020965,
|
| 189 |
+
"grad_norm": 1.4716149175252013,
|
| 190 |
+
"learning_rate": 3.6764705882352946e-06,
|
| 191 |
+
"loss": 1.1242,
|
| 192 |
+
"step": 25
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.07606045831301804,
|
| 196 |
+
"grad_norm": 1.406278144326081,
|
| 197 |
+
"learning_rate": 3.8235294117647055e-06,
|
| 198 |
+
"loss": 1.1048,
|
| 199 |
+
"step": 26
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.07898586055582643,
|
| 203 |
+
"grad_norm": 1.2947816562679035,
|
| 204 |
+
"learning_rate": 3.970588235294118e-06,
|
| 205 |
+
"loss": 1.078,
|
| 206 |
+
"step": 27
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.08191126279863481,
|
| 210 |
+
"grad_norm": 1.3762114230758338,
|
| 211 |
+
"learning_rate": 4.11764705882353e-06,
|
| 212 |
+
"loss": 1.082,
|
| 213 |
+
"step": 28
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.0848366650414432,
|
| 217 |
+
"grad_norm": 0.924113394021786,
|
| 218 |
+
"learning_rate": 4.264705882352942e-06,
|
| 219 |
+
"loss": 1.0763,
|
| 220 |
+
"step": 29
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.08776206728425158,
|
| 224 |
+
"grad_norm": 1.2229665744650906,
|
| 225 |
+
"learning_rate": 4.411764705882353e-06,
|
| 226 |
+
"loss": 1.0967,
|
| 227 |
+
"step": 30
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.09068746952705997,
|
| 231 |
+
"grad_norm": 0.7673671598420616,
|
| 232 |
+
"learning_rate": 4.558823529411765e-06,
|
| 233 |
+
"loss": 1.092,
|
| 234 |
+
"step": 31
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.09361287176986836,
|
| 238 |
+
"grad_norm": 1.0178922272446433,
|
| 239 |
+
"learning_rate": 4.705882352941177e-06,
|
| 240 |
+
"loss": 1.0787,
|
| 241 |
+
"step": 32
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.09653827401267674,
|
| 245 |
+
"grad_norm": 0.9452497607845647,
|
| 246 |
+
"learning_rate": 4.852941176470589e-06,
|
| 247 |
+
"loss": 1.068,
|
| 248 |
+
"step": 33
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.09946367625548513,
|
| 252 |
+
"grad_norm": 0.8975537032410301,
|
| 253 |
+
"learning_rate": 5e-06,
|
| 254 |
+
"loss": 1.0575,
|
| 255 |
+
"step": 34
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.10238907849829351,
|
| 259 |
+
"grad_norm": 0.8883502117498131,
|
| 260 |
+
"learning_rate": 5.147058823529411e-06,
|
| 261 |
+
"loss": 1.0562,
|
| 262 |
+
"step": 35
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.1053144807411019,
|
| 266 |
+
"grad_norm": 0.7786108075639211,
|
| 267 |
+
"learning_rate": 5.294117647058824e-06,
|
| 268 |
+
"loss": 1.0628,
|
| 269 |
+
"step": 36
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.10823988298391028,
|
| 273 |
+
"grad_norm": 0.7164270179895762,
|
| 274 |
+
"learning_rate": 5.441176470588236e-06,
|
| 275 |
+
"loss": 1.0647,
|
| 276 |
+
"step": 37
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.11116528522671867,
|
| 280 |
+
"grad_norm": 0.6489067271106712,
|
| 281 |
+
"learning_rate": 5.588235294117647e-06,
|
| 282 |
+
"loss": 1.0377,
|
| 283 |
+
"step": 38
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.11409068746952707,
|
| 287 |
+
"grad_norm": 0.7092316432914678,
|
| 288 |
+
"learning_rate": 5.735294117647059e-06,
|
| 289 |
+
"loss": 1.0349,
|
| 290 |
+
"step": 39
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.11701608971233544,
|
| 294 |
+
"grad_norm": 0.8243939653767051,
|
| 295 |
+
"learning_rate": 5.882352941176471e-06,
|
| 296 |
+
"loss": 1.051,
|
| 297 |
+
"step": 40
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.11994149195514384,
|
| 301 |
+
"grad_norm": 0.6741750939661741,
|
| 302 |
+
"learning_rate": 6.029411764705883e-06,
|
| 303 |
+
"loss": 1.0402,
|
| 304 |
+
"step": 41
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.12286689419795221,
|
| 308 |
+
"grad_norm": 0.7267097354641292,
|
| 309 |
+
"learning_rate": 6.176470588235295e-06,
|
| 310 |
+
"loss": 1.0288,
|
| 311 |
+
"step": 42
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.1257922964407606,
|
| 315 |
+
"grad_norm": 0.8103776243322237,
|
| 316 |
+
"learning_rate": 6.323529411764706e-06,
|
| 317 |
+
"loss": 1.0408,
|
| 318 |
+
"step": 43
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.128717698683569,
|
| 322 |
+
"grad_norm": 0.7774449672806364,
|
| 323 |
+
"learning_rate": 6.470588235294119e-06,
|
| 324 |
+
"loss": 1.0151,
|
| 325 |
+
"step": 44
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.13164310092637738,
|
| 329 |
+
"grad_norm": 0.6835822537993219,
|
| 330 |
+
"learning_rate": 6.61764705882353e-06,
|
| 331 |
+
"loss": 1.0032,
|
| 332 |
+
"step": 45
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.13456850316918575,
|
| 336 |
+
"grad_norm": 0.7671516033152175,
|
| 337 |
+
"learning_rate": 6.764705882352942e-06,
|
| 338 |
+
"loss": 1.0031,
|
| 339 |
+
"step": 46
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.13749390541199416,
|
| 343 |
+
"grad_norm": 0.6872713961130001,
|
| 344 |
+
"learning_rate": 6.911764705882353e-06,
|
| 345 |
+
"loss": 1.0366,
|
| 346 |
+
"step": 47
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.14041930765480254,
|
| 350 |
+
"grad_norm": 0.6944081716419906,
|
| 351 |
+
"learning_rate": 7.058823529411766e-06,
|
| 352 |
+
"loss": 1.0206,
|
| 353 |
+
"step": 48
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.14334470989761092,
|
| 357 |
+
"grad_norm": 0.6724442918688381,
|
| 358 |
+
"learning_rate": 7.205882352941177e-06,
|
| 359 |
+
"loss": 1.0054,
|
| 360 |
+
"step": 49
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.1462701121404193,
|
| 364 |
+
"grad_norm": 0.70069910168755,
|
| 365 |
+
"learning_rate": 7.352941176470589e-06,
|
| 366 |
+
"loss": 0.984,
|
| 367 |
+
"step": 50
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.1491955143832277,
|
| 371 |
+
"grad_norm": 0.8321780541795489,
|
| 372 |
+
"learning_rate": 7.500000000000001e-06,
|
| 373 |
+
"loss": 1.0222,
|
| 374 |
+
"step": 51
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.15212091662603608,
|
| 378 |
+
"grad_norm": 0.7461017416034388,
|
| 379 |
+
"learning_rate": 7.647058823529411e-06,
|
| 380 |
+
"loss": 0.9958,
|
| 381 |
+
"step": 52
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.15504631886884446,
|
| 385 |
+
"grad_norm": 0.7638996030200154,
|
| 386 |
+
"learning_rate": 7.794117647058825e-06,
|
| 387 |
+
"loss": 1.0099,
|
| 388 |
+
"step": 53
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.15797172111165286,
|
| 392 |
+
"grad_norm": 0.8833995259882905,
|
| 393 |
+
"learning_rate": 7.941176470588236e-06,
|
| 394 |
+
"loss": 0.9979,
|
| 395 |
+
"step": 54
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.16089712335446124,
|
| 399 |
+
"grad_norm": 0.7840192819559926,
|
| 400 |
+
"learning_rate": 8.088235294117648e-06,
|
| 401 |
+
"loss": 0.9948,
|
| 402 |
+
"step": 55
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.16382252559726962,
|
| 406 |
+
"grad_norm": 0.7644797684213736,
|
| 407 |
+
"learning_rate": 8.23529411764706e-06,
|
| 408 |
+
"loss": 1.0009,
|
| 409 |
+
"step": 56
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.166747927840078,
|
| 413 |
+
"grad_norm": 0.688025084080775,
|
| 414 |
+
"learning_rate": 8.382352941176472e-06,
|
| 415 |
+
"loss": 1.0178,
|
| 416 |
+
"step": 57
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.1696733300828864,
|
| 420 |
+
"grad_norm": 0.7265519968150936,
|
| 421 |
+
"learning_rate": 8.529411764705883e-06,
|
| 422 |
+
"loss": 0.9973,
|
| 423 |
+
"step": 58
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.17259873232569478,
|
| 427 |
+
"grad_norm": 0.683233517732171,
|
| 428 |
+
"learning_rate": 8.676470588235295e-06,
|
| 429 |
+
"loss": 0.9954,
|
| 430 |
+
"step": 59
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.17552413456850316,
|
| 434 |
+
"grad_norm": 0.704502531642411,
|
| 435 |
+
"learning_rate": 8.823529411764707e-06,
|
| 436 |
+
"loss": 0.9876,
|
| 437 |
+
"step": 60
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.17844953681131157,
|
| 441 |
+
"grad_norm": 0.743891308875026,
|
| 442 |
+
"learning_rate": 8.970588235294119e-06,
|
| 443 |
+
"loss": 0.9763,
|
| 444 |
+
"step": 61
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.18137493905411994,
|
| 448 |
+
"grad_norm": 0.7598121118829709,
|
| 449 |
+
"learning_rate": 9.11764705882353e-06,
|
| 450 |
+
"loss": 0.9587,
|
| 451 |
+
"step": 62
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.18430034129692832,
|
| 455 |
+
"grad_norm": 0.8066231503341631,
|
| 456 |
+
"learning_rate": 9.264705882352942e-06,
|
| 457 |
+
"loss": 0.9989,
|
| 458 |
+
"step": 63
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.18722574353973673,
|
| 462 |
+
"grad_norm": 0.7979897760646133,
|
| 463 |
+
"learning_rate": 9.411764705882354e-06,
|
| 464 |
+
"loss": 1.0033,
|
| 465 |
+
"step": 64
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.1901511457825451,
|
| 469 |
+
"grad_norm": 0.7334146161657895,
|
| 470 |
+
"learning_rate": 9.558823529411766e-06,
|
| 471 |
+
"loss": 0.9882,
|
| 472 |
+
"step": 65
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.19307654802535348,
|
| 476 |
+
"grad_norm": 0.676521441443209,
|
| 477 |
+
"learning_rate": 9.705882352941177e-06,
|
| 478 |
+
"loss": 0.9789,
|
| 479 |
+
"step": 66
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.19600195026816186,
|
| 483 |
+
"grad_norm": 0.7552083619322828,
|
| 484 |
+
"learning_rate": 9.852941176470589e-06,
|
| 485 |
+
"loss": 0.9834,
|
| 486 |
+
"step": 67
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.19892735251097027,
|
| 490 |
+
"grad_norm": 0.7613688019506333,
|
| 491 |
+
"learning_rate": 1e-05,
|
| 492 |
+
"loss": 0.984,
|
| 493 |
+
"step": 68
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.20185275475377865,
|
| 497 |
+
"grad_norm": 0.740622944338628,
|
| 498 |
+
"learning_rate": 9.999934551143319e-06,
|
| 499 |
+
"loss": 0.9401,
|
| 500 |
+
"step": 69
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.20477815699658702,
|
| 504 |
+
"grad_norm": 0.7221110895270001,
|
| 505 |
+
"learning_rate": 9.9997382062867e-06,
|
| 506 |
+
"loss": 0.9822,
|
| 507 |
+
"step": 70
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.20770355923939543,
|
| 511 |
+
"grad_norm": 0.7826701133526415,
|
| 512 |
+
"learning_rate": 9.999410970570358e-06,
|
| 513 |
+
"loss": 0.9631,
|
| 514 |
+
"step": 71
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.2106289614822038,
|
| 518 |
+
"grad_norm": 0.8740335657819791,
|
| 519 |
+
"learning_rate": 9.998952852561176e-06,
|
| 520 |
+
"loss": 0.9726,
|
| 521 |
+
"step": 72
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.2135543637250122,
|
| 525 |
+
"grad_norm": 0.7252364315085953,
|
| 526 |
+
"learning_rate": 9.998363864252474e-06,
|
| 527 |
+
"loss": 0.9686,
|
| 528 |
+
"step": 73
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.21647976596782056,
|
| 532 |
+
"grad_norm": 0.6747540030851431,
|
| 533 |
+
"learning_rate": 9.997644021063698e-06,
|
| 534 |
+
"loss": 0.9739,
|
| 535 |
+
"step": 74
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.21940516821062897,
|
| 539 |
+
"grad_norm": 0.7824714311195131,
|
| 540 |
+
"learning_rate": 9.99679334184001e-06,
|
| 541 |
+
"loss": 0.9655,
|
| 542 |
+
"step": 75
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.22233057045343735,
|
| 546 |
+
"grad_norm": 0.7945498898412752,
|
| 547 |
+
"learning_rate": 9.995811848851807e-06,
|
| 548 |
+
"loss": 0.964,
|
| 549 |
+
"step": 76
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.22525597269624573,
|
| 553 |
+
"grad_norm": 0.6630711865020658,
|
| 554 |
+
"learning_rate": 9.994699567794123e-06,
|
| 555 |
+
"loss": 0.9911,
|
| 556 |
+
"step": 77
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.22818137493905413,
|
| 560 |
+
"grad_norm": 0.6575181705021402,
|
| 561 |
+
"learning_rate": 9.99345652778597e-06,
|
| 562 |
+
"loss": 0.9723,
|
| 563 |
+
"step": 78
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.2311067771818625,
|
| 567 |
+
"grad_norm": 0.8716226724365626,
|
| 568 |
+
"learning_rate": 9.992082761369567e-06,
|
| 569 |
+
"loss": 0.9545,
|
| 570 |
+
"step": 79
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.2340321794246709,
|
| 574 |
+
"grad_norm": 0.7058306465830354,
|
| 575 |
+
"learning_rate": 9.990578304509488e-06,
|
| 576 |
+
"loss": 0.9483,
|
| 577 |
+
"step": 80
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.23695758166747927,
|
| 581 |
+
"grad_norm": 0.7161030185458794,
|
| 582 |
+
"learning_rate": 9.988943196591727e-06,
|
| 583 |
+
"loss": 0.9826,
|
| 584 |
+
"step": 81
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.23988298391028767,
|
| 588 |
+
"grad_norm": 0.7246834402057637,
|
| 589 |
+
"learning_rate": 9.987177480422663e-06,
|
| 590 |
+
"loss": 0.9743,
|
| 591 |
+
"step": 82
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.24280838615309605,
|
| 595 |
+
"grad_norm": 0.7675354559101374,
|
| 596 |
+
"learning_rate": 9.985281202227936e-06,
|
| 597 |
+
"loss": 0.9611,
|
| 598 |
+
"step": 83
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.24573378839590443,
|
| 602 |
+
"grad_norm": 0.6584357041279372,
|
| 603 |
+
"learning_rate": 9.983254411651242e-06,
|
| 604 |
+
"loss": 0.9474,
|
| 605 |
+
"step": 84
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.24865919063871283,
|
| 609 |
+
"grad_norm": 0.7664607604465142,
|
| 610 |
+
"learning_rate": 9.981097161753032e-06,
|
| 611 |
+
"loss": 0.9618,
|
| 612 |
+
"step": 85
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.2515845928815212,
|
| 616 |
+
"grad_norm": 0.6944551302100264,
|
| 617 |
+
"learning_rate": 9.978809509009121e-06,
|
| 618 |
+
"loss": 0.9631,
|
| 619 |
+
"step": 86
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.2515845928815212,
|
| 623 |
+
"eval_loss": 1.4097907543182373,
|
| 624 |
+
"eval_runtime": 65.4251,
|
| 625 |
+
"eval_samples_per_second": 14.811,
|
| 626 |
+
"eval_steps_per_second": 2.476,
|
| 627 |
+
"step": 86
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"epoch": 0.2545099951243296,
|
| 631 |
+
"grad_norm": 0.6240545271387105,
|
| 632 |
+
"learning_rate": 9.976391513309212e-06,
|
| 633 |
+
"loss": 0.9676,
|
| 634 |
+
"step": 87
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"epoch": 0.257435397367138,
|
| 638 |
+
"grad_norm": 0.7423832349267365,
|
| 639 |
+
"learning_rate": 9.973843237955328e-06,
|
| 640 |
+
"loss": 0.979,
|
| 641 |
+
"step": 88
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"epoch": 0.26036079960994635,
|
| 645 |
+
"grad_norm": 0.6689567084685912,
|
| 646 |
+
"learning_rate": 9.971164749660149e-06,
|
| 647 |
+
"loss": 0.9611,
|
| 648 |
+
"step": 89
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 0.26328620185275475,
|
| 652 |
+
"grad_norm": 0.6301374142385534,
|
| 653 |
+
"learning_rate": 9.968356118545277e-06,
|
| 654 |
+
"loss": 0.9702,
|
| 655 |
+
"step": 90
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 0.26621160409556316,
|
| 659 |
+
"grad_norm": 0.7418455357086029,
|
| 660 |
+
"learning_rate": 9.96541741813939e-06,
|
| 661 |
+
"loss": 0.9615,
|
| 662 |
+
"step": 91
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 0.2691370063383715,
|
| 666 |
+
"grad_norm": 0.6892741528738031,
|
| 667 |
+
"learning_rate": 9.962348725376318e-06,
|
| 668 |
+
"loss": 0.938,
|
| 669 |
+
"step": 92
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.2720624085811799,
|
| 673 |
+
"grad_norm": 0.6706415096539721,
|
| 674 |
+
"learning_rate": 9.959150120593035e-06,
|
| 675 |
+
"loss": 0.9629,
|
| 676 |
+
"step": 93
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.2749878108239883,
|
| 680 |
+
"grad_norm": 0.7046784189658271,
|
| 681 |
+
"learning_rate": 9.955821687527554e-06,
|
| 682 |
+
"loss": 0.9664,
|
| 683 |
+
"step": 94
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 0.27791321306679667,
|
| 687 |
+
"grad_norm": 0.7485580596660371,
|
| 688 |
+
"learning_rate": 9.952363513316727e-06,
|
| 689 |
+
"loss": 0.9482,
|
| 690 |
+
"step": 95
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 0.2808386153096051,
|
| 694 |
+
"grad_norm": 0.6878028657133218,
|
| 695 |
+
"learning_rate": 9.948775688493974e-06,
|
| 696 |
+
"loss": 0.9498,
|
| 697 |
+
"step": 96
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"epoch": 0.2837640175524135,
|
| 701 |
+
"grad_norm": 0.6680669216250931,
|
| 702 |
+
"learning_rate": 9.945058306986911e-06,
|
| 703 |
+
"loss": 0.9435,
|
| 704 |
+
"step": 97
|
| 705 |
+
},
|
| 706 |
+
{
|
| 707 |
+
"epoch": 0.28668941979522183,
|
| 708 |
+
"grad_norm": 0.6898717996278425,
|
| 709 |
+
"learning_rate": 9.941211466114883e-06,
|
| 710 |
+
"loss": 0.9684,
|
| 711 |
+
"step": 98
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"epoch": 0.28961482203803024,
|
| 715 |
+
"grad_norm": 0.6484486515830594,
|
| 716 |
+
"learning_rate": 9.937235266586425e-06,
|
| 717 |
+
"loss": 0.9434,
|
| 718 |
+
"step": 99
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"epoch": 0.2925402242808386,
|
| 722 |
+
"grad_norm": 0.7331156843054286,
|
| 723 |
+
"learning_rate": 9.933129812496623e-06,
|
| 724 |
+
"loss": 0.9491,
|
| 725 |
+
"step": 100
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"epoch": 0.295465626523647,
|
| 729 |
+
"grad_norm": 0.6159411880792645,
|
| 730 |
+
"learning_rate": 9.928895211324387e-06,
|
| 731 |
+
"loss": 0.9414,
|
| 732 |
+
"step": 101
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"epoch": 0.2983910287664554,
|
| 736 |
+
"grad_norm": 0.6680220411471304,
|
| 737 |
+
"learning_rate": 9.924531573929641e-06,
|
| 738 |
+
"loss": 0.9293,
|
| 739 |
+
"step": 102
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"epoch": 0.30131643100926375,
|
| 743 |
+
"grad_norm": 0.639276890448279,
|
| 744 |
+
"learning_rate": 9.920039014550413e-06,
|
| 745 |
+
"loss": 0.9545,
|
| 746 |
+
"step": 103
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"epoch": 0.30424183325207216,
|
| 750 |
+
"grad_norm": 0.6428680336292386,
|
| 751 |
+
"learning_rate": 9.915417650799855e-06,
|
| 752 |
+
"loss": 0.9506,
|
| 753 |
+
"step": 104
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"epoch": 0.30716723549488056,
|
| 757 |
+
"grad_norm": 0.6169710049517818,
|
| 758 |
+
"learning_rate": 9.910667603663156e-06,
|
| 759 |
+
"loss": 0.9786,
|
| 760 |
+
"step": 105
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"epoch": 0.3100926377376889,
|
| 764 |
+
"grad_norm": 0.684509417371433,
|
| 765 |
+
"learning_rate": 9.905788997494377e-06,
|
| 766 |
+
"loss": 0.9525,
|
| 767 |
+
"step": 106
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"epoch": 0.3130180399804973,
|
| 771 |
+
"grad_norm": 0.6503641190326895,
|
| 772 |
+
"learning_rate": 9.9007819600132e-06,
|
| 773 |
+
"loss": 0.9325,
|
| 774 |
+
"step": 107
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"epoch": 0.3159434422233057,
|
| 778 |
+
"grad_norm": 0.6372262818423288,
|
| 779 |
+
"learning_rate": 9.89564662230157e-06,
|
| 780 |
+
"loss": 0.9469,
|
| 781 |
+
"step": 108
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"epoch": 0.3188688444661141,
|
| 785 |
+
"grad_norm": 0.741895816894913,
|
| 786 |
+
"learning_rate": 9.890383118800287e-06,
|
| 787 |
+
"loss": 0.9433,
|
| 788 |
+
"step": 109
|
| 789 |
+
},
|
| 790 |
+
{
|
| 791 |
+
"epoch": 0.3217942467089225,
|
| 792 |
+
"grad_norm": 0.6678635900965723,
|
| 793 |
+
"learning_rate": 9.884991587305459e-06,
|
| 794 |
+
"loss": 0.9507,
|
| 795 |
+
"step": 110
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"epoch": 0.3247196489517309,
|
| 799 |
+
"grad_norm": 0.6557776782736461,
|
| 800 |
+
"learning_rate": 9.87947216896492e-06,
|
| 801 |
+
"loss": 0.9489,
|
| 802 |
+
"step": 111
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 0.32764505119453924,
|
| 806 |
+
"grad_norm": 0.8386523679095728,
|
| 807 |
+
"learning_rate": 9.873825008274514e-06,
|
| 808 |
+
"loss": 0.9513,
|
| 809 |
+
"step": 112
|
| 810 |
+
},
|
| 811 |
+
{
|
| 812 |
+
"epoch": 0.33057045343734764,
|
| 813 |
+
"grad_norm": 0.6871663810393576,
|
| 814 |
+
"learning_rate": 9.868050253074328e-06,
|
| 815 |
+
"loss": 0.9461,
|
| 816 |
+
"step": 113
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"epoch": 0.333495855680156,
|
| 820 |
+
"grad_norm": 0.668413921617873,
|
| 821 |
+
"learning_rate": 9.862148054544812e-06,
|
| 822 |
+
"loss": 0.9658,
|
| 823 |
+
"step": 114
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"epoch": 0.3364212579229644,
|
| 827 |
+
"grad_norm": 0.7873362433736362,
|
| 828 |
+
"learning_rate": 9.85611856720282e-06,
|
| 829 |
+
"loss": 0.9397,
|
| 830 |
+
"step": 115
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"epoch": 0.3393466601657728,
|
| 834 |
+
"grad_norm": 0.607062349214138,
|
| 835 |
+
"learning_rate": 9.849961948897582e-06,
|
| 836 |
+
"loss": 0.9241,
|
| 837 |
+
"step": 116
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"epoch": 0.34227206240858116,
|
| 841 |
+
"grad_norm": 0.6608850440766699,
|
| 842 |
+
"learning_rate": 9.843678360806542e-06,
|
| 843 |
+
"loss": 0.9459,
|
| 844 |
+
"step": 117
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"epoch": 0.34519746465138956,
|
| 848 |
+
"grad_norm": 0.648707994851676,
|
| 849 |
+
"learning_rate": 9.837267967431164e-06,
|
| 850 |
+
"loss": 0.9375,
|
| 851 |
+
"step": 118
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"epoch": 0.34812286689419797,
|
| 855 |
+
"grad_norm": 0.7079372926717654,
|
| 856 |
+
"learning_rate": 9.830730936592615e-06,
|
| 857 |
+
"loss": 0.9182,
|
| 858 |
+
"step": 119
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 0.3510482691370063,
|
| 862 |
+
"grad_norm": 0.7662791064726716,
|
| 863 |
+
"learning_rate": 9.824067439427374e-06,
|
| 864 |
+
"loss": 0.9202,
|
| 865 |
+
"step": 120
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 0.3539736713798147,
|
| 869 |
+
"grad_norm": 0.6847400348854458,
|
| 870 |
+
"learning_rate": 9.81727765038275e-06,
|
| 871 |
+
"loss": 0.9554,
|
| 872 |
+
"step": 121
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 0.35689907362262313,
|
| 876 |
+
"grad_norm": 0.7143572416493496,
|
| 877 |
+
"learning_rate": 9.810361747212313e-06,
|
| 878 |
+
"loss": 0.9479,
|
| 879 |
+
"step": 122
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 0.3598244758654315,
|
| 883 |
+
"grad_norm": 0.796457278880475,
|
| 884 |
+
"learning_rate": 9.803319910971248e-06,
|
| 885 |
+
"loss": 0.9514,
|
| 886 |
+
"step": 123
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"epoch": 0.3627498781082399,
|
| 890 |
+
"grad_norm": 0.7165439305935597,
|
| 891 |
+
"learning_rate": 9.796152326011604e-06,
|
| 892 |
+
"loss": 0.9301,
|
| 893 |
+
"step": 124
|
| 894 |
+
},
|
| 895 |
+
{
|
| 896 |
+
"epoch": 0.3656752803510483,
|
| 897 |
+
"grad_norm": 0.7105461017783379,
|
| 898 |
+
"learning_rate": 9.788859179977478e-06,
|
| 899 |
+
"loss": 0.9197,
|
| 900 |
+
"step": 125
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"epoch": 0.36860068259385664,
|
| 904 |
+
"grad_norm": 0.6678675689530374,
|
| 905 |
+
"learning_rate": 9.781440663800099e-06,
|
| 906 |
+
"loss": 0.9327,
|
| 907 |
+
"step": 126
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"epoch": 0.37152608483666505,
|
| 911 |
+
"grad_norm": 0.6998315944401519,
|
| 912 |
+
"learning_rate": 9.77389697169283e-06,
|
| 913 |
+
"loss": 0.9424,
|
| 914 |
+
"step": 127
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"epoch": 0.37445148707947346,
|
| 918 |
+
"grad_norm": 0.7063153026165354,
|
| 919 |
+
"learning_rate": 9.766228301146074e-06,
|
| 920 |
+
"loss": 0.9117,
|
| 921 |
+
"step": 128
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"epoch": 0.3773768893222818,
|
| 925 |
+
"grad_norm": 0.665683830431616,
|
| 926 |
+
"learning_rate": 9.758434852922124e-06,
|
| 927 |
+
"loss": 0.9338,
|
| 928 |
+
"step": 129
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"epoch": 0.3803022915650902,
|
| 932 |
+
"grad_norm": 0.6511286552329526,
|
| 933 |
+
"learning_rate": 9.75051683104989e-06,
|
| 934 |
+
"loss": 0.9239,
|
| 935 |
+
"step": 130
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"epoch": 0.38322769380789856,
|
| 939 |
+
"grad_norm": 0.7263937749419739,
|
| 940 |
+
"learning_rate": 9.742474442819561e-06,
|
| 941 |
+
"loss": 0.9469,
|
| 942 |
+
"step": 131
|
| 943 |
+
},
|
| 944 |
+
{
|
| 945 |
+
"epoch": 0.38615309605070697,
|
| 946 |
+
"grad_norm": 0.6877891571625458,
|
| 947 |
+
"learning_rate": 9.734307898777187e-06,
|
| 948 |
+
"loss": 0.9448,
|
| 949 |
+
"step": 132
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"epoch": 0.3890784982935154,
|
| 953 |
+
"grad_norm": 0.652680067409742,
|
| 954 |
+
"learning_rate": 9.726017412719151e-06,
|
| 955 |
+
"loss": 0.9387,
|
| 956 |
+
"step": 133
|
| 957 |
+
},
|
| 958 |
+
{
|
| 959 |
+
"epoch": 0.3920039005363237,
|
| 960 |
+
"grad_norm": 0.7368224595734011,
|
| 961 |
+
"learning_rate": 9.71760320168659e-06,
|
| 962 |
+
"loss": 0.947,
|
| 963 |
+
"step": 134
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"epoch": 0.39492930277913213,
|
| 967 |
+
"grad_norm": 0.5904957774047593,
|
| 968 |
+
"learning_rate": 9.7090654859597e-06,
|
| 969 |
+
"loss": 0.9169,
|
| 970 |
+
"step": 135
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"epoch": 0.39785470502194054,
|
| 974 |
+
"grad_norm": 0.7590457981077249,
|
| 975 |
+
"learning_rate": 9.700404489051974e-06,
|
| 976 |
+
"loss": 0.9451,
|
| 977 |
+
"step": 136
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 0.4007801072647489,
|
| 981 |
+
"grad_norm": 0.6735223362511448,
|
| 982 |
+
"learning_rate": 9.69162043770435e-06,
|
| 983 |
+
"loss": 0.9099,
|
| 984 |
+
"step": 137
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"epoch": 0.4037055095075573,
|
| 988 |
+
"grad_norm": 0.6866553871773976,
|
| 989 |
+
"learning_rate": 9.682713561879275e-06,
|
| 990 |
+
"loss": 0.9114,
|
| 991 |
+
"step": 138
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"epoch": 0.4066309117503657,
|
| 995 |
+
"grad_norm": 0.6661362317941144,
|
| 996 |
+
"learning_rate": 9.673684094754686e-06,
|
| 997 |
+
"loss": 0.9263,
|
| 998 |
+
"step": 139
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"epoch": 0.40955631399317405,
|
| 1002 |
+
"grad_norm": 0.6773611746763274,
|
| 1003 |
+
"learning_rate": 9.664532272717902e-06,
|
| 1004 |
+
"loss": 0.9119,
|
| 1005 |
+
"step": 140
|
| 1006 |
+
},
|
| 1007 |
+
{
|
| 1008 |
+
"epoch": 0.41248171623598245,
|
| 1009 |
+
"grad_norm": 0.6330232345134237,
|
| 1010 |
+
"learning_rate": 9.655258335359438e-06,
|
| 1011 |
+
"loss": 0.9235,
|
| 1012 |
+
"step": 141
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"epoch": 0.41540711847879086,
|
| 1016 |
+
"grad_norm": 0.6364881510059489,
|
| 1017 |
+
"learning_rate": 9.645862525466734e-06,
|
| 1018 |
+
"loss": 0.9299,
|
| 1019 |
+
"step": 142
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"epoch": 0.4183325207215992,
|
| 1023 |
+
"grad_norm": 0.7507102668694946,
|
| 1024 |
+
"learning_rate": 9.636345089017795e-06,
|
| 1025 |
+
"loss": 0.9526,
|
| 1026 |
+
"step": 143
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"epoch": 0.4212579229644076,
|
| 1030 |
+
"grad_norm": 0.6526196555099488,
|
| 1031 |
+
"learning_rate": 9.626706275174754e-06,
|
| 1032 |
+
"loss": 0.9398,
|
| 1033 |
+
"step": 144
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 0.42418332520721597,
|
| 1037 |
+
"grad_norm": 0.6700118261014734,
|
| 1038 |
+
"learning_rate": 9.61694633627735e-06,
|
| 1039 |
+
"loss": 0.9124,
|
| 1040 |
+
"step": 145
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"epoch": 0.4271087274500244,
|
| 1044 |
+
"grad_norm": 0.6335057158130035,
|
| 1045 |
+
"learning_rate": 9.607065527836324e-06,
|
| 1046 |
+
"loss": 0.9603,
|
| 1047 |
+
"step": 146
|
| 1048 |
+
},
|
| 1049 |
+
{
|
| 1050 |
+
"epoch": 0.4300341296928328,
|
| 1051 |
+
"grad_norm": 0.6277095717664852,
|
| 1052 |
+
"learning_rate": 9.597064108526715e-06,
|
| 1053 |
+
"loss": 0.9221,
|
| 1054 |
+
"step": 147
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"epoch": 0.43295953193564113,
|
| 1058 |
+
"grad_norm": 0.6712875310890567,
|
| 1059 |
+
"learning_rate": 9.58694234018111e-06,
|
| 1060 |
+
"loss": 0.9204,
|
| 1061 |
+
"step": 148
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"epoch": 0.43588493417844953,
|
| 1065 |
+
"grad_norm": 0.6592731934180556,
|
| 1066 |
+
"learning_rate": 9.576700487782775e-06,
|
| 1067 |
+
"loss": 0.9438,
|
| 1068 |
+
"step": 149
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"epoch": 0.43881033642125794,
|
| 1072 |
+
"grad_norm": 0.6479345778232325,
|
| 1073 |
+
"learning_rate": 9.566338819458726e-06,
|
| 1074 |
+
"loss": 0.937,
|
| 1075 |
+
"step": 150
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"epoch": 0.4417357386640663,
|
| 1079 |
+
"grad_norm": 0.6617896622163715,
|
| 1080 |
+
"learning_rate": 9.555857606472692e-06,
|
| 1081 |
+
"loss": 0.9499,
|
| 1082 |
+
"step": 151
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"epoch": 0.4446611409068747,
|
| 1086 |
+
"grad_norm": 0.6245931528735381,
|
| 1087 |
+
"learning_rate": 9.545257123218043e-06,
|
| 1088 |
+
"loss": 0.9215,
|
| 1089 |
+
"step": 152
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"epoch": 0.4475865431496831,
|
| 1093 |
+
"grad_norm": 0.6579890487283353,
|
| 1094 |
+
"learning_rate": 9.534537647210582e-06,
|
| 1095 |
+
"loss": 0.9517,
|
| 1096 |
+
"step": 153
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"epoch": 0.45051194539249145,
|
| 1100 |
+
"grad_norm": 0.695847847970159,
|
| 1101 |
+
"learning_rate": 9.523699459081285e-06,
|
| 1102 |
+
"loss": 0.9305,
|
| 1103 |
+
"step": 154
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"epoch": 0.45343734763529986,
|
| 1107 |
+
"grad_norm": 0.5946097480044219,
|
| 1108 |
+
"learning_rate": 9.512742842568964e-06,
|
| 1109 |
+
"loss": 0.9141,
|
| 1110 |
+
"step": 155
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"epoch": 0.45636274987810826,
|
| 1114 |
+
"grad_norm": 0.6524432888789063,
|
| 1115 |
+
"learning_rate": 9.501668084512827e-06,
|
| 1116 |
+
"loss": 0.9122,
|
| 1117 |
+
"step": 156
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"epoch": 0.4592881521209166,
|
| 1121 |
+
"grad_norm": 0.6715958526339862,
|
| 1122 |
+
"learning_rate": 9.490475474844976e-06,
|
| 1123 |
+
"loss": 0.9336,
|
| 1124 |
+
"step": 157
|
| 1125 |
+
},
|
| 1126 |
+
{
|
| 1127 |
+
"epoch": 0.462213554363725,
|
| 1128 |
+
"grad_norm": 0.6010391743428036,
|
| 1129 |
+
"learning_rate": 9.479165306582811e-06,
|
| 1130 |
+
"loss": 0.9139,
|
| 1131 |
+
"step": 158
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"epoch": 0.46513895660653337,
|
| 1135 |
+
"grad_norm": 0.7089381455175933,
|
| 1136 |
+
"learning_rate": 9.467737875821368e-06,
|
| 1137 |
+
"loss": 0.9295,
|
| 1138 |
+
"step": 159
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"epoch": 0.4680643588493418,
|
| 1142 |
+
"grad_norm": 0.7289713827153292,
|
| 1143 |
+
"learning_rate": 9.456193481725555e-06,
|
| 1144 |
+
"loss": 0.9095,
|
| 1145 |
+
"step": 160
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"epoch": 0.4709897610921502,
|
| 1149 |
+
"grad_norm": 0.6768392933447552,
|
| 1150 |
+
"learning_rate": 9.444532426522334e-06,
|
| 1151 |
+
"loss": 0.916,
|
| 1152 |
+
"step": 161
|
| 1153 |
+
},
|
| 1154 |
+
{
|
| 1155 |
+
"epoch": 0.47391516333495853,
|
| 1156 |
+
"grad_norm": 0.6859161203017968,
|
| 1157 |
+
"learning_rate": 9.432755015492794e-06,
|
| 1158 |
+
"loss": 0.9191,
|
| 1159 |
+
"step": 162
|
| 1160 |
+
},
|
| 1161 |
+
{
|
| 1162 |
+
"epoch": 0.47684056557776694,
|
| 1163 |
+
"grad_norm": 0.6293363193961834,
|
| 1164 |
+
"learning_rate": 9.42086155696417e-06,
|
| 1165 |
+
"loss": 0.9315,
|
| 1166 |
+
"step": 163
|
| 1167 |
+
},
|
| 1168 |
+
{
|
| 1169 |
+
"epoch": 0.47976596782057535,
|
| 1170 |
+
"grad_norm": 0.6705616648771443,
|
| 1171 |
+
"learning_rate": 9.408852362301768e-06,
|
| 1172 |
+
"loss": 0.9252,
|
| 1173 |
+
"step": 164
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"epoch": 0.4826913700633837,
|
| 1177 |
+
"grad_norm": 0.5708431906967768,
|
| 1178 |
+
"learning_rate": 9.396727745900811e-06,
|
| 1179 |
+
"loss": 0.9251,
|
| 1180 |
+
"step": 165
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"epoch": 0.4856167723061921,
|
| 1184 |
+
"grad_norm": 0.6083895665414887,
|
| 1185 |
+
"learning_rate": 9.384488025178214e-06,
|
| 1186 |
+
"loss": 0.9294,
|
| 1187 |
+
"step": 166
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 0.4885421745490005,
|
| 1191 |
+
"grad_norm": 0.6313624264612219,
|
| 1192 |
+
"learning_rate": 9.372133520564264e-06,
|
| 1193 |
+
"loss": 0.934,
|
| 1194 |
+
"step": 167
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 0.49146757679180886,
|
| 1198 |
+
"grad_norm": 0.6152317431277435,
|
| 1199 |
+
"learning_rate": 9.359664555494244e-06,
|
| 1200 |
+
"loss": 0.9426,
|
| 1201 |
+
"step": 168
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"epoch": 0.49439297903461726,
|
| 1205 |
+
"grad_norm": 0.5950351172049964,
|
| 1206 |
+
"learning_rate": 9.347081456399958e-06,
|
| 1207 |
+
"loss": 0.92,
|
| 1208 |
+
"step": 169
|
| 1209 |
+
},
|
| 1210 |
+
{
|
| 1211 |
+
"epoch": 0.49731838127742567,
|
| 1212 |
+
"grad_norm": 0.6063209229661293,
|
| 1213 |
+
"learning_rate": 9.334384552701183e-06,
|
| 1214 |
+
"loss": 0.9158,
|
| 1215 |
+
"step": 170
|
| 1216 |
+
},
|
| 1217 |
+
{
|
| 1218 |
+
"epoch": 0.500243783520234,
|
| 1219 |
+
"grad_norm": 0.654811581491953,
|
| 1220 |
+
"learning_rate": 9.321574176797055e-06,
|
| 1221 |
+
"loss": 0.9137,
|
| 1222 |
+
"step": 171
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"epoch": 0.5031691857630424,
|
| 1226 |
+
"grad_norm": 0.6443091025598243,
|
| 1227 |
+
"learning_rate": 9.308650664057352e-06,
|
| 1228 |
+
"loss": 0.9347,
|
| 1229 |
+
"step": 172
|
| 1230 |
+
},
|
| 1231 |
+
{
|
| 1232 |
+
"epoch": 0.5031691857630424,
|
| 1233 |
+
"eval_loss": 1.382827877998352,
|
| 1234 |
+
"eval_runtime": 175.4317,
|
| 1235 |
+
"eval_samples_per_second": 5.524,
|
| 1236 |
+
"eval_steps_per_second": 0.923,
|
| 1237 |
+
"step": 172
|
| 1238 |
+
},
|
| 1239 |
+
{
|
| 1240 |
+
"epoch": 0.5060945880058508,
|
| 1241 |
+
"grad_norm": 0.6026207581703545,
|
| 1242 |
+
"learning_rate": 9.295614352813732e-06,
|
| 1243 |
+
"loss": 0.9563,
|
| 1244 |
+
"step": 173
|
| 1245 |
+
},
|
| 1246 |
+
{
|
| 1247 |
+
"epoch": 0.5090199902486592,
|
| 1248 |
+
"grad_norm": 0.6335528865651444,
|
| 1249 |
+
"learning_rate": 9.282465584350856e-06,
|
| 1250 |
+
"loss": 0.9351,
|
| 1251 |
+
"step": 174
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"epoch": 0.5119453924914675,
|
| 1255 |
+
"grad_norm": 0.6241890440961206,
|
| 1256 |
+
"learning_rate": 9.269204702897476e-06,
|
| 1257 |
+
"loss": 0.9218,
|
| 1258 |
+
"step": 175
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"epoch": 0.514870794734276,
|
| 1262 |
+
"grad_norm": 0.6159111786845223,
|
| 1263 |
+
"learning_rate": 9.2558320556174e-06,
|
| 1264 |
+
"loss": 0.929,
|
| 1265 |
+
"step": 176
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"epoch": 0.5177961969770843,
|
| 1269 |
+
"grad_norm": 0.5980336848061285,
|
| 1270 |
+
"learning_rate": 9.242347992600416e-06,
|
| 1271 |
+
"loss": 0.9304,
|
| 1272 |
+
"step": 177
|
| 1273 |
+
},
|
| 1274 |
+
{
|
| 1275 |
+
"epoch": 0.5207215992198927,
|
| 1276 |
+
"grad_norm": 0.6410233986431451,
|
| 1277 |
+
"learning_rate": 9.22875286685313e-06,
|
| 1278 |
+
"loss": 0.9122,
|
| 1279 |
+
"step": 178
|
| 1280 |
+
},
|
| 1281 |
+
{
|
| 1282 |
+
"epoch": 0.5236470014627012,
|
| 1283 |
+
"grad_norm": 0.6597655503440497,
|
| 1284 |
+
"learning_rate": 9.215047034289716e-06,
|
| 1285 |
+
"loss": 0.9097,
|
| 1286 |
+
"step": 179
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"epoch": 0.5265724037055095,
|
| 1290 |
+
"grad_norm": 0.6154485141199222,
|
| 1291 |
+
"learning_rate": 9.201230853722603e-06,
|
| 1292 |
+
"loss": 0.9153,
|
| 1293 |
+
"step": 180
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"epoch": 0.5294978059483179,
|
| 1297 |
+
"grad_norm": 0.6414319139886607,
|
| 1298 |
+
"learning_rate": 9.187304686853078e-06,
|
| 1299 |
+
"loss": 0.9176,
|
| 1300 |
+
"step": 181
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"epoch": 0.5324232081911263,
|
| 1304 |
+
"grad_norm": 0.6454394793945475,
|
| 1305 |
+
"learning_rate": 9.173268898261822e-06,
|
| 1306 |
+
"loss": 0.9532,
|
| 1307 |
+
"step": 182
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"epoch": 0.5353486104339347,
|
| 1311 |
+
"grad_norm": 0.6318137898521786,
|
| 1312 |
+
"learning_rate": 9.159123855399364e-06,
|
| 1313 |
+
"loss": 0.9154,
|
| 1314 |
+
"step": 183
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 0.538274012676743,
|
| 1318 |
+
"grad_norm": 0.673121635478712,
|
| 1319 |
+
"learning_rate": 9.144869928576451e-06,
|
| 1320 |
+
"loss": 0.9205,
|
| 1321 |
+
"step": 184
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"epoch": 0.5411994149195515,
|
| 1325 |
+
"grad_norm": 0.69673708523528,
|
| 1326 |
+
"learning_rate": 9.130507490954375e-06,
|
| 1327 |
+
"loss": 0.8939,
|
| 1328 |
+
"step": 185
|
| 1329 |
+
},
|
| 1330 |
+
{
|
| 1331 |
+
"epoch": 0.5441248171623598,
|
| 1332 |
+
"grad_norm": 0.6235430793813558,
|
| 1333 |
+
"learning_rate": 9.11603691853518e-06,
|
| 1334 |
+
"loss": 0.9286,
|
| 1335 |
+
"step": 186
|
| 1336 |
+
},
|
| 1337 |
+
{
|
| 1338 |
+
"epoch": 0.5470502194051682,
|
| 1339 |
+
"grad_norm": 0.671802703912287,
|
| 1340 |
+
"learning_rate": 9.101458590151837e-06,
|
| 1341 |
+
"loss": 0.917,
|
| 1342 |
+
"step": 187
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"epoch": 0.5499756216479766,
|
| 1346 |
+
"grad_norm": 0.7068672175457833,
|
| 1347 |
+
"learning_rate": 9.086772887458314e-06,
|
| 1348 |
+
"loss": 0.9066,
|
| 1349 |
+
"step": 188
|
| 1350 |
+
},
|
| 1351 |
+
{
|
| 1352 |
+
"epoch": 0.552901023890785,
|
| 1353 |
+
"grad_norm": 0.6408445103986982,
|
| 1354 |
+
"learning_rate": 9.071980194919592e-06,
|
| 1355 |
+
"loss": 0.9104,
|
| 1356 |
+
"step": 189
|
| 1357 |
+
},
|
| 1358 |
+
{
|
| 1359 |
+
"epoch": 0.5558264261335933,
|
| 1360 |
+
"grad_norm": 0.6433394608747284,
|
| 1361 |
+
"learning_rate": 9.057080899801598e-06,
|
| 1362 |
+
"loss": 0.888,
|
| 1363 |
+
"step": 190
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"epoch": 0.5587518283764018,
|
| 1367 |
+
"grad_norm": 0.5837415931981027,
|
| 1368 |
+
"learning_rate": 9.042075392161062e-06,
|
| 1369 |
+
"loss": 0.9336,
|
| 1370 |
+
"step": 191
|
| 1371 |
+
},
|
| 1372 |
+
{
|
| 1373 |
+
"epoch": 0.5616772306192102,
|
| 1374 |
+
"grad_norm": 0.6199039250762649,
|
| 1375 |
+
"learning_rate": 9.026964064835312e-06,
|
| 1376 |
+
"loss": 0.9328,
|
| 1377 |
+
"step": 192
|
| 1378 |
+
},
|
| 1379 |
+
{
|
| 1380 |
+
"epoch": 0.5646026328620185,
|
| 1381 |
+
"grad_norm": 0.6319233508882481,
|
| 1382 |
+
"learning_rate": 9.011747313431988e-06,
|
| 1383 |
+
"loss": 0.905,
|
| 1384 |
+
"step": 193
|
| 1385 |
+
},
|
| 1386 |
+
{
|
| 1387 |
+
"epoch": 0.567528035104827,
|
| 1388 |
+
"grad_norm": 0.601081786670075,
|
| 1389 |
+
"learning_rate": 8.996425536318683e-06,
|
| 1390 |
+
"loss": 0.9074,
|
| 1391 |
+
"step": 194
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"epoch": 0.5704534373476353,
|
| 1395 |
+
"grad_norm": 0.6033456681131416,
|
| 1396 |
+
"learning_rate": 8.980999134612512e-06,
|
| 1397 |
+
"loss": 0.8969,
|
| 1398 |
+
"step": 195
|
| 1399 |
+
},
|
| 1400 |
+
{
|
| 1401 |
+
"epoch": 0.5733788395904437,
|
| 1402 |
+
"grad_norm": 0.5954276802274396,
|
| 1403 |
+
"learning_rate": 8.96546851216962e-06,
|
| 1404 |
+
"loss": 0.8876,
|
| 1405 |
+
"step": 196
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"epoch": 0.576304241833252,
|
| 1409 |
+
"grad_norm": 0.5790973908218665,
|
| 1410 |
+
"learning_rate": 8.949834075574595e-06,
|
| 1411 |
+
"loss": 0.9295,
|
| 1412 |
+
"step": 197
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"epoch": 0.5792296440760605,
|
| 1416 |
+
"grad_norm": 0.6403087898665544,
|
| 1417 |
+
"learning_rate": 8.934096234129843e-06,
|
| 1418 |
+
"loss": 0.9303,
|
| 1419 |
+
"step": 198
|
| 1420 |
+
},
|
| 1421 |
+
{
|
| 1422 |
+
"epoch": 0.5821550463188688,
|
| 1423 |
+
"grad_norm": 0.6474848524459008,
|
| 1424 |
+
"learning_rate": 8.918255399844855e-06,
|
| 1425 |
+
"loss": 0.9118,
|
| 1426 |
+
"step": 199
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"epoch": 0.5850804485616772,
|
| 1430 |
+
"grad_norm": 0.6317608858369101,
|
| 1431 |
+
"learning_rate": 8.902311987425422e-06,
|
| 1432 |
+
"loss": 0.9259,
|
| 1433 |
+
"step": 200
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"epoch": 0.5880058508044856,
|
| 1437 |
+
"grad_norm": 0.6299668796988298,
|
| 1438 |
+
"learning_rate": 8.886266414262797e-06,
|
| 1439 |
+
"loss": 0.9113,
|
| 1440 |
+
"step": 201
|
| 1441 |
+
},
|
| 1442 |
+
{
|
| 1443 |
+
"epoch": 0.590931253047294,
|
| 1444 |
+
"grad_norm": 0.6478367513320172,
|
| 1445 |
+
"learning_rate": 8.870119100422743e-06,
|
| 1446 |
+
"loss": 0.9131,
|
| 1447 |
+
"step": 202
|
| 1448 |
+
},
|
| 1449 |
+
{
|
| 1450 |
+
"epoch": 0.5938566552901023,
|
| 1451 |
+
"grad_norm": 0.6750176409365689,
|
| 1452 |
+
"learning_rate": 8.853870468634554e-06,
|
| 1453 |
+
"loss": 0.9136,
|
| 1454 |
+
"step": 203
|
| 1455 |
+
},
|
| 1456 |
+
{
|
| 1457 |
+
"epoch": 0.5967820575329108,
|
| 1458 |
+
"grad_norm": 0.6034423133153598,
|
| 1459 |
+
"learning_rate": 8.837520944279976e-06,
|
| 1460 |
+
"loss": 0.9299,
|
| 1461 |
+
"step": 204
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"epoch": 0.5997074597757192,
|
| 1465 |
+
"grad_norm": 0.7246936174658474,
|
| 1466 |
+
"learning_rate": 8.821070955382082e-06,
|
| 1467 |
+
"loss": 0.934,
|
| 1468 |
+
"step": 205
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"epoch": 0.6026328620185275,
|
| 1472 |
+
"grad_norm": 0.5842207824302007,
|
| 1473 |
+
"learning_rate": 8.804520932594061e-06,
|
| 1474 |
+
"loss": 0.8955,
|
| 1475 |
+
"step": 206
|
| 1476 |
+
},
|
| 1477 |
+
{
|
| 1478 |
+
"epoch": 0.605558264261336,
|
| 1479 |
+
"grad_norm": 0.6464732426728426,
|
| 1480 |
+
"learning_rate": 8.787871309187936e-06,
|
| 1481 |
+
"loss": 0.9143,
|
| 1482 |
+
"step": 207
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"epoch": 0.6084836665041443,
|
| 1486 |
+
"grad_norm": 0.593796254274566,
|
| 1487 |
+
"learning_rate": 8.771122521043236e-06,
|
| 1488 |
+
"loss": 0.9366,
|
| 1489 |
+
"step": 208
|
| 1490 |
+
},
|
| 1491 |
+
{
|
| 1492 |
+
"epoch": 0.6114090687469527,
|
| 1493 |
+
"grad_norm": 0.6413805961118216,
|
| 1494 |
+
"learning_rate": 8.754275006635573e-06,
|
| 1495 |
+
"loss": 0.9141,
|
| 1496 |
+
"step": 209
|
| 1497 |
+
},
|
| 1498 |
+
{
|
| 1499 |
+
"epoch": 0.6143344709897611,
|
| 1500 |
+
"grad_norm": 0.5915119964358855,
|
| 1501 |
+
"learning_rate": 8.737329207025172e-06,
|
| 1502 |
+
"loss": 0.9263,
|
| 1503 |
+
"step": 210
|
| 1504 |
+
},
|
| 1505 |
+
{
|
| 1506 |
+
"epoch": 0.6172598732325695,
|
| 1507 |
+
"grad_norm": 0.602387309046525,
|
| 1508 |
+
"learning_rate": 8.720285565845313e-06,
|
| 1509 |
+
"loss": 0.9252,
|
| 1510 |
+
"step": 211
|
| 1511 |
+
},
|
| 1512 |
+
{
|
| 1513 |
+
"epoch": 0.6201852754753778,
|
| 1514 |
+
"grad_norm": 0.5724972842726512,
|
| 1515 |
+
"learning_rate": 8.703144529290733e-06,
|
| 1516 |
+
"loss": 0.9126,
|
| 1517 |
+
"step": 212
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"epoch": 0.6231106777181863,
|
| 1521 |
+
"grad_norm": 0.6072757135591695,
|
| 1522 |
+
"learning_rate": 8.685906546105925e-06,
|
| 1523 |
+
"loss": 0.9132,
|
| 1524 |
+
"step": 213
|
| 1525 |
+
},
|
| 1526 |
+
{
|
| 1527 |
+
"epoch": 0.6260360799609946,
|
| 1528 |
+
"grad_norm": 0.5918104303300601,
|
| 1529 |
+
"learning_rate": 8.668572067573409e-06,
|
| 1530 |
+
"loss": 0.9041,
|
| 1531 |
+
"step": 214
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"epoch": 0.628961482203803,
|
| 1535 |
+
"grad_norm": 0.7069632584780451,
|
| 1536 |
+
"learning_rate": 8.651141547501904e-06,
|
| 1537 |
+
"loss": 0.9147,
|
| 1538 |
+
"step": 215
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"epoch": 0.6318868844466115,
|
| 1542 |
+
"grad_norm": 0.5939488489914676,
|
| 1543 |
+
"learning_rate": 8.633615442214452e-06,
|
| 1544 |
+
"loss": 0.8861,
|
| 1545 |
+
"step": 216
|
| 1546 |
+
},
|
| 1547 |
+
{
|
| 1548 |
+
"epoch": 0.6348122866894198,
|
| 1549 |
+
"grad_norm": 0.594163983383459,
|
| 1550 |
+
"learning_rate": 8.615994210536479e-06,
|
| 1551 |
+
"loss": 0.904,
|
| 1552 |
+
"step": 217
|
| 1553 |
+
},
|
| 1554 |
+
{
|
| 1555 |
+
"epoch": 0.6377376889322282,
|
| 1556 |
+
"grad_norm": 0.6115411803684507,
|
| 1557 |
+
"learning_rate": 8.598278313783765e-06,
|
| 1558 |
+
"loss": 0.906,
|
| 1559 |
+
"step": 218
|
| 1560 |
+
},
|
| 1561 |
+
{
|
| 1562 |
+
"epoch": 0.6406630911750366,
|
| 1563 |
+
"grad_norm": 0.6098845828745101,
|
| 1564 |
+
"learning_rate": 8.580468215750392e-06,
|
| 1565 |
+
"loss": 0.9144,
|
| 1566 |
+
"step": 219
|
| 1567 |
+
},
|
| 1568 |
+
{
|
| 1569 |
+
"epoch": 0.643588493417845,
|
| 1570 |
+
"grad_norm": 0.655945088038022,
|
| 1571 |
+
"learning_rate": 8.562564382696578e-06,
|
| 1572 |
+
"loss": 0.9141,
|
| 1573 |
+
"step": 220
|
| 1574 |
+
},
|
| 1575 |
+
{
|
| 1576 |
+
"epoch": 0.6465138956606533,
|
| 1577 |
+
"grad_norm": 0.6384785223163155,
|
| 1578 |
+
"learning_rate": 8.544567283336484e-06,
|
| 1579 |
+
"loss": 0.9107,
|
| 1580 |
+
"step": 221
|
| 1581 |
+
},
|
| 1582 |
+
{
|
| 1583 |
+
"epoch": 0.6494392979034618,
|
| 1584 |
+
"grad_norm": 0.6868191616720155,
|
| 1585 |
+
"learning_rate": 8.52647738882594e-06,
|
| 1586 |
+
"loss": 0.893,
|
| 1587 |
+
"step": 222
|
| 1588 |
+
},
|
| 1589 |
+
{
|
| 1590 |
+
"epoch": 0.6523647001462701,
|
| 1591 |
+
"grad_norm": 0.626480892609364,
|
| 1592 |
+
"learning_rate": 8.508295172750116e-06,
|
| 1593 |
+
"loss": 0.9305,
|
| 1594 |
+
"step": 223
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"epoch": 0.6552901023890785,
|
| 1598 |
+
"grad_norm": 0.6699010228701286,
|
| 1599 |
+
"learning_rate": 8.490021111111108e-06,
|
| 1600 |
+
"loss": 0.9023,
|
| 1601 |
+
"step": 224
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"epoch": 0.6582155046318869,
|
| 1605 |
+
"grad_norm": 0.5986398715684018,
|
| 1606 |
+
"learning_rate": 8.471655682315496e-06,
|
| 1607 |
+
"loss": 0.905,
|
| 1608 |
+
"step": 225
|
| 1609 |
+
},
|
| 1610 |
+
{
|
| 1611 |
+
"epoch": 0.6611409068746953,
|
| 1612 |
+
"grad_norm": 0.6561568745480283,
|
| 1613 |
+
"learning_rate": 8.453199367161804e-06,
|
| 1614 |
+
"loss": 0.9048,
|
| 1615 |
+
"step": 226
|
| 1616 |
+
},
|
| 1617 |
+
{
|
| 1618 |
+
"epoch": 0.6640663091175036,
|
| 1619 |
+
"grad_norm": 0.6270511738126053,
|
| 1620 |
+
"learning_rate": 8.434652648827925e-06,
|
| 1621 |
+
"loss": 0.8712,
|
| 1622 |
+
"step": 227
|
| 1623 |
+
},
|
| 1624 |
+
{
|
| 1625 |
+
"epoch": 0.666991711360312,
|
| 1626 |
+
"grad_norm": 0.6107362295918622,
|
| 1627 |
+
"learning_rate": 8.41601601285846e-06,
|
| 1628 |
+
"loss": 0.9044,
|
| 1629 |
+
"step": 228
|
| 1630 |
+
},
|
| 1631 |
+
{
|
| 1632 |
+
"epoch": 0.6699171136031205,
|
| 1633 |
+
"grad_norm": 0.6799488575081768,
|
| 1634 |
+
"learning_rate": 8.397289947152021e-06,
|
| 1635 |
+
"loss": 0.8803,
|
| 1636 |
+
"step": 229
|
| 1637 |
+
},
|
| 1638 |
+
{
|
| 1639 |
+
"epoch": 0.6728425158459288,
|
| 1640 |
+
"grad_norm": 0.5784070848804973,
|
| 1641 |
+
"learning_rate": 8.378474941948437e-06,
|
| 1642 |
+
"loss": 0.9148,
|
| 1643 |
+
"step": 230
|
| 1644 |
+
},
|
| 1645 |
+
{
|
| 1646 |
+
"epoch": 0.6757679180887372,
|
| 1647 |
+
"grad_norm": 0.6629135318112295,
|
| 1648 |
+
"learning_rate": 8.359571489815946e-06,
|
| 1649 |
+
"loss": 0.9213,
|
| 1650 |
+
"step": 231
|
| 1651 |
+
},
|
| 1652 |
+
{
|
| 1653 |
+
"epoch": 0.6786933203315456,
|
| 1654 |
+
"grad_norm": 0.5852740864772179,
|
| 1655 |
+
"learning_rate": 8.340580085638275e-06,
|
| 1656 |
+
"loss": 0.9095,
|
| 1657 |
+
"step": 232
|
| 1658 |
+
},
|
| 1659 |
+
{
|
| 1660 |
+
"epoch": 0.681618722574354,
|
| 1661 |
+
"grad_norm": 0.64996093688458,
|
| 1662 |
+
"learning_rate": 8.321501226601702e-06,
|
| 1663 |
+
"loss": 0.9169,
|
| 1664 |
+
"step": 233
|
| 1665 |
+
},
|
| 1666 |
+
{
|
| 1667 |
+
"epoch": 0.6845441248171623,
|
| 1668 |
+
"grad_norm": 0.5694164027851655,
|
| 1669 |
+
"learning_rate": 8.302335412182034e-06,
|
| 1670 |
+
"loss": 0.891,
|
| 1671 |
+
"step": 234
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"epoch": 0.6874695270599708,
|
| 1675 |
+
"grad_norm": 0.6356418602057949,
|
| 1676 |
+
"learning_rate": 8.283083144131523e-06,
|
| 1677 |
+
"loss": 0.9105,
|
| 1678 |
+
"step": 235
|
| 1679 |
+
},
|
| 1680 |
+
{
|
| 1681 |
+
"epoch": 0.6903949293027791,
|
| 1682 |
+
"grad_norm": 0.6154729150264902,
|
| 1683 |
+
"learning_rate": 8.263744926465744e-06,
|
| 1684 |
+
"loss": 0.9277,
|
| 1685 |
+
"step": 236
|
| 1686 |
+
},
|
| 1687 |
+
{
|
| 1688 |
+
"epoch": 0.6933203315455875,
|
| 1689 |
+
"grad_norm": 0.6117307726030774,
|
| 1690 |
+
"learning_rate": 8.24432126545039e-06,
|
| 1691 |
+
"loss": 0.9106,
|
| 1692 |
+
"step": 237
|
| 1693 |
+
},
|
| 1694 |
+
{
|
| 1695 |
+
"epoch": 0.6962457337883959,
|
| 1696 |
+
"grad_norm": 0.5948671774603161,
|
| 1697 |
+
"learning_rate": 8.224812669588028e-06,
|
| 1698 |
+
"loss": 0.9091,
|
| 1699 |
+
"step": 238
|
| 1700 |
+
},
|
| 1701 |
+
{
|
| 1702 |
+
"epoch": 0.6991711360312043,
|
| 1703 |
+
"grad_norm": 0.6747894010908736,
|
| 1704 |
+
"learning_rate": 8.20521964960477e-06,
|
| 1705 |
+
"loss": 0.9099,
|
| 1706 |
+
"step": 239
|
| 1707 |
+
},
|
| 1708 |
+
{
|
| 1709 |
+
"epoch": 0.7020965382740126,
|
| 1710 |
+
"grad_norm": 0.6067781389366469,
|
| 1711 |
+
"learning_rate": 8.185542718436923e-06,
|
| 1712 |
+
"loss": 0.8824,
|
| 1713 |
+
"step": 240
|
| 1714 |
+
},
|
| 1715 |
+
{
|
| 1716 |
+
"epoch": 0.7050219405168211,
|
| 1717 |
+
"grad_norm": 0.6218954056208628,
|
| 1718 |
+
"learning_rate": 8.165782391217543e-06,
|
| 1719 |
+
"loss": 0.9268,
|
| 1720 |
+
"step": 241
|
| 1721 |
+
},
|
| 1722 |
+
{
|
| 1723 |
+
"epoch": 0.7079473427596294,
|
| 1724 |
+
"grad_norm": 0.6047649631286887,
|
| 1725 |
+
"learning_rate": 8.145939185262963e-06,
|
| 1726 |
+
"loss": 0.9068,
|
| 1727 |
+
"step": 242
|
| 1728 |
+
},
|
| 1729 |
+
{
|
| 1730 |
+
"epoch": 0.7108727450024378,
|
| 1731 |
+
"grad_norm": 0.6627849155859088,
|
| 1732 |
+
"learning_rate": 8.126013620059236e-06,
|
| 1733 |
+
"loss": 0.8658,
|
| 1734 |
+
"step": 243
|
| 1735 |
+
},
|
| 1736 |
+
{
|
| 1737 |
+
"epoch": 0.7137981472452463,
|
| 1738 |
+
"grad_norm": 0.5743150371347046,
|
| 1739 |
+
"learning_rate": 8.106006217248552e-06,
|
| 1740 |
+
"loss": 0.9165,
|
| 1741 |
+
"step": 244
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"epoch": 0.7167235494880546,
|
| 1745 |
+
"grad_norm": 0.6372225785944298,
|
| 1746 |
+
"learning_rate": 8.08591750061556e-06,
|
| 1747 |
+
"loss": 0.8766,
|
| 1748 |
+
"step": 245
|
| 1749 |
+
},
|
| 1750 |
+
{
|
| 1751 |
+
"epoch": 0.719648951730863,
|
| 1752 |
+
"grad_norm": 0.622673683239682,
|
| 1753 |
+
"learning_rate": 8.065747996073681e-06,
|
| 1754 |
+
"loss": 0.8979,
|
| 1755 |
+
"step": 246
|
| 1756 |
+
},
|
| 1757 |
+
{
|
| 1758 |
+
"epoch": 0.7225743539736714,
|
| 1759 |
+
"grad_norm": 0.6078854821295643,
|
| 1760 |
+
"learning_rate": 8.045498231651314e-06,
|
| 1761 |
+
"loss": 0.894,
|
| 1762 |
+
"step": 247
|
| 1763 |
+
},
|
| 1764 |
+
{
|
| 1765 |
+
"epoch": 0.7254997562164798,
|
| 1766 |
+
"grad_norm": 0.6137768530335086,
|
| 1767 |
+
"learning_rate": 8.025168737478034e-06,
|
| 1768 |
+
"loss": 0.9017,
|
| 1769 |
+
"step": 248
|
| 1770 |
+
},
|
| 1771 |
+
{
|
| 1772 |
+
"epoch": 0.7284251584592881,
|
| 1773 |
+
"grad_norm": 0.5890466187531522,
|
| 1774 |
+
"learning_rate": 8.004760045770702e-06,
|
| 1775 |
+
"loss": 0.9028,
|
| 1776 |
+
"step": 249
|
| 1777 |
+
},
|
| 1778 |
+
{
|
| 1779 |
+
"epoch": 0.7313505607020966,
|
| 1780 |
+
"grad_norm": 0.6534358893635163,
|
| 1781 |
+
"learning_rate": 7.98427269081953e-06,
|
| 1782 |
+
"loss": 0.9123,
|
| 1783 |
+
"step": 250
|
| 1784 |
+
},
|
| 1785 |
+
{
|
| 1786 |
+
"epoch": 0.7342759629449049,
|
| 1787 |
+
"grad_norm": 0.5810190162761808,
|
| 1788 |
+
"learning_rate": 7.963707208974103e-06,
|
| 1789 |
+
"loss": 0.8841,
|
| 1790 |
+
"step": 251
|
| 1791 |
+
},
|
| 1792 |
+
{
|
| 1793 |
+
"epoch": 0.7372013651877133,
|
| 1794 |
+
"grad_norm": 0.65324837663941,
|
| 1795 |
+
"learning_rate": 7.943064138629332e-06,
|
| 1796 |
+
"loss": 0.8962,
|
| 1797 |
+
"step": 252
|
| 1798 |
+
},
|
| 1799 |
+
{
|
| 1800 |
+
"epoch": 0.7401267674305217,
|
| 1801 |
+
"grad_norm": 0.6566544273903392,
|
| 1802 |
+
"learning_rate": 7.922344020211357e-06,
|
| 1803 |
+
"loss": 0.8839,
|
| 1804 |
+
"step": 253
|
| 1805 |
+
},
|
| 1806 |
+
{
|
| 1807 |
+
"epoch": 0.7430521696733301,
|
| 1808 |
+
"grad_norm": 0.6238544855656891,
|
| 1809 |
+
"learning_rate": 7.9015473961634e-06,
|
| 1810 |
+
"loss": 0.8777,
|
| 1811 |
+
"step": 254
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"epoch": 0.7459775719161384,
|
| 1815 |
+
"grad_norm": 0.6095828534395317,
|
| 1816 |
+
"learning_rate": 7.880674810931572e-06,
|
| 1817 |
+
"loss": 0.9006,
|
| 1818 |
+
"step": 255
|
| 1819 |
+
},
|
| 1820 |
+
{
|
| 1821 |
+
"epoch": 0.7489029741589469,
|
| 1822 |
+
"grad_norm": 0.6434213102088783,
|
| 1823 |
+
"learning_rate": 7.859726810950606e-06,
|
| 1824 |
+
"loss": 0.9302,
|
| 1825 |
+
"step": 256
|
| 1826 |
+
},
|
| 1827 |
+
{
|
| 1828 |
+
"epoch": 0.7518283764017553,
|
| 1829 |
+
"grad_norm": 0.6997507230121648,
|
| 1830 |
+
"learning_rate": 7.83870394462956e-06,
|
| 1831 |
+
"loss": 0.8709,
|
| 1832 |
+
"step": 257
|
| 1833 |
+
},
|
| 1834 |
+
{
|
| 1835 |
+
"epoch": 0.7547537786445636,
|
| 1836 |
+
"grad_norm": 0.6092872815949443,
|
| 1837 |
+
"learning_rate": 7.817606762337465e-06,
|
| 1838 |
+
"loss": 0.9142,
|
| 1839 |
+
"step": 258
|
| 1840 |
+
},
|
| 1841 |
+
{
|
| 1842 |
+
"epoch": 0.7547537786445636,
|
| 1843 |
+
"eval_loss": 1.3693060874938965,
|
| 1844 |
+
"eval_runtime": 65.5257,
|
| 1845 |
+
"eval_samples_per_second": 14.788,
|
| 1846 |
+
"eval_steps_per_second": 2.472,
|
| 1847 |
+
"step": 258
|
| 1848 |
+
},
|
| 1849 |
+
{
|
| 1850 |
+
"epoch": 0.757679180887372,
|
| 1851 |
+
"grad_norm": 0.6246678441323336,
|
| 1852 |
+
"learning_rate": 7.796435816388899e-06,
|
| 1853 |
+
"loss": 0.9005,
|
| 1854 |
+
"step": 259
|
| 1855 |
+
},
|
| 1856 |
+
{
|
| 1857 |
+
"epoch": 0.7606045831301804,
|
| 1858 |
+
"grad_norm": 0.5912377668528622,
|
| 1859 |
+
"learning_rate": 7.77519166102955e-06,
|
| 1860 |
+
"loss": 0.9017,
|
| 1861 |
+
"step": 260
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"epoch": 0.7635299853729888,
|
| 1865 |
+
"grad_norm": 0.6053057054784722,
|
| 1866 |
+
"learning_rate": 7.753874852421685e-06,
|
| 1867 |
+
"loss": 0.8919,
|
| 1868 |
+
"step": 261
|
| 1869 |
+
},
|
| 1870 |
+
{
|
| 1871 |
+
"epoch": 0.7664553876157971,
|
| 1872 |
+
"grad_norm": 0.5744146885343826,
|
| 1873 |
+
"learning_rate": 7.73248594862961e-06,
|
| 1874 |
+
"loss": 0.9064,
|
| 1875 |
+
"step": 262
|
| 1876 |
+
},
|
| 1877 |
+
{
|
| 1878 |
+
"epoch": 0.7693807898586056,
|
| 1879 |
+
"grad_norm": 0.6319612148391044,
|
| 1880 |
+
"learning_rate": 7.711025509605041e-06,
|
| 1881 |
+
"loss": 0.9031,
|
| 1882 |
+
"step": 263
|
| 1883 |
+
},
|
| 1884 |
+
{
|
| 1885 |
+
"epoch": 0.7723061921014139,
|
| 1886 |
+
"grad_norm": 0.5912614698781004,
|
| 1887 |
+
"learning_rate": 7.689494097172457e-06,
|
| 1888 |
+
"loss": 0.901,
|
| 1889 |
+
"step": 264
|
| 1890 |
+
},
|
| 1891 |
+
{
|
| 1892 |
+
"epoch": 0.7752315943442223,
|
| 1893 |
+
"grad_norm": 0.6664929332095557,
|
| 1894 |
+
"learning_rate": 7.66789227501439e-06,
|
| 1895 |
+
"loss": 0.899,
|
| 1896 |
+
"step": 265
|
| 1897 |
+
},
|
| 1898 |
+
{
|
| 1899 |
+
"epoch": 0.7781569965870307,
|
| 1900 |
+
"grad_norm": 0.6153709745040032,
|
| 1901 |
+
"learning_rate": 7.646220608656662e-06,
|
| 1902 |
+
"loss": 0.8814,
|
| 1903 |
+
"step": 266
|
| 1904 |
+
},
|
| 1905 |
+
{
|
| 1906 |
+
"epoch": 0.7810823988298391,
|
| 1907 |
+
"grad_norm": 0.6256834772904273,
|
| 1908 |
+
"learning_rate": 7.624479665453593e-06,
|
| 1909 |
+
"loss": 0.898,
|
| 1910 |
+
"step": 267
|
| 1911 |
+
},
|
| 1912 |
+
{
|
| 1913 |
+
"epoch": 0.7840078010726474,
|
| 1914 |
+
"grad_norm": 0.629527156196636,
|
| 1915 |
+
"learning_rate": 7.602670014573128e-06,
|
| 1916 |
+
"loss": 0.8804,
|
| 1917 |
+
"step": 268
|
| 1918 |
+
},
|
| 1919 |
+
{
|
| 1920 |
+
"epoch": 0.7869332033154559,
|
| 1921 |
+
"grad_norm": 0.6326221554834266,
|
| 1922 |
+
"learning_rate": 7.580792226981954e-06,
|
| 1923 |
+
"loss": 0.8719,
|
| 1924 |
+
"step": 269
|
| 1925 |
+
},
|
| 1926 |
+
{
|
| 1927 |
+
"epoch": 0.7898586055582643,
|
| 1928 |
+
"grad_norm": 0.6228147000647801,
|
| 1929 |
+
"learning_rate": 7.558846875430548e-06,
|
| 1930 |
+
"loss": 0.8951,
|
| 1931 |
+
"step": 270
|
| 1932 |
+
},
|
| 1933 |
+
{
|
| 1934 |
+
"epoch": 0.7927840078010726,
|
| 1935 |
+
"grad_norm": 0.6300762602114698,
|
| 1936 |
+
"learning_rate": 7.536834534438174e-06,
|
| 1937 |
+
"loss": 0.8786,
|
| 1938 |
+
"step": 271
|
| 1939 |
+
},
|
| 1940 |
+
{
|
| 1941 |
+
"epoch": 0.7957094100438811,
|
| 1942 |
+
"grad_norm": 0.602370277875063,
|
| 1943 |
+
"learning_rate": 7.514755780277854e-06,
|
| 1944 |
+
"loss": 0.899,
|
| 1945 |
+
"step": 272
|
| 1946 |
+
},
|
| 1947 |
+
{
|
| 1948 |
+
"epoch": 0.7986348122866894,
|
| 1949 |
+
"grad_norm": 0.668424013856032,
|
| 1950 |
+
"learning_rate": 7.492611190961272e-06,
|
| 1951 |
+
"loss": 0.922,
|
| 1952 |
+
"step": 273
|
| 1953 |
+
},
|
| 1954 |
+
{
|
| 1955 |
+
"epoch": 0.8015602145294978,
|
| 1956 |
+
"grad_norm": 0.643421950775731,
|
| 1957 |
+
"learning_rate": 7.470401346223653e-06,
|
| 1958 |
+
"loss": 0.9129,
|
| 1959 |
+
"step": 274
|
| 1960 |
+
},
|
| 1961 |
+
{
|
| 1962 |
+
"epoch": 0.8044856167723062,
|
| 1963 |
+
"grad_norm": 0.6598339736650571,
|
| 1964 |
+
"learning_rate": 7.448126827508573e-06,
|
| 1965 |
+
"loss": 0.8857,
|
| 1966 |
+
"step": 275
|
| 1967 |
+
},
|
| 1968 |
+
{
|
| 1969 |
+
"epoch": 0.8074110190151146,
|
| 1970 |
+
"grad_norm": 0.5798833085074291,
|
| 1971 |
+
"learning_rate": 7.425788217952744e-06,
|
| 1972 |
+
"loss": 0.9137,
|
| 1973 |
+
"step": 276
|
| 1974 |
+
},
|
| 1975 |
+
{
|
| 1976 |
+
"epoch": 0.8103364212579229,
|
| 1977 |
+
"grad_norm": 0.6402512533541488,
|
| 1978 |
+
"learning_rate": 7.403386102370751e-06,
|
| 1979 |
+
"loss": 0.9064,
|
| 1980 |
+
"step": 277
|
| 1981 |
+
},
|
| 1982 |
+
{
|
| 1983 |
+
"epoch": 0.8132618235007314,
|
| 1984 |
+
"grad_norm": 0.5779865664446158,
|
| 1985 |
+
"learning_rate": 7.380921067239732e-06,
|
| 1986 |
+
"loss": 0.8877,
|
| 1987 |
+
"step": 278
|
| 1988 |
+
},
|
| 1989 |
+
{
|
| 1990 |
+
"epoch": 0.8161872257435397,
|
| 1991 |
+
"grad_norm": 0.6252271460860866,
|
| 1992 |
+
"learning_rate": 7.3583937006840335e-06,
|
| 1993 |
+
"loss": 0.887,
|
| 1994 |
+
"step": 279
|
| 1995 |
+
},
|
| 1996 |
+
{
|
| 1997 |
+
"epoch": 0.8191126279863481,
|
| 1998 |
+
"grad_norm": 0.5885152139853308,
|
| 1999 |
+
"learning_rate": 7.335804592459811e-06,
|
| 2000 |
+
"loss": 0.8857,
|
| 2001 |
+
"step": 280
|
| 2002 |
+
},
|
| 2003 |
+
{
|
| 2004 |
+
"epoch": 0.8220380302291566,
|
| 2005 |
+
"grad_norm": 0.6246237578334921,
|
| 2006 |
+
"learning_rate": 7.313154333939587e-06,
|
| 2007 |
+
"loss": 0.8807,
|
| 2008 |
+
"step": 281
|
| 2009 |
+
},
|
| 2010 |
+
{
|
| 2011 |
+
"epoch": 0.8249634324719649,
|
| 2012 |
+
"grad_norm": 0.6141579913787804,
|
| 2013 |
+
"learning_rate": 7.2904435180967695e-06,
|
| 2014 |
+
"loss": 0.8912,
|
| 2015 |
+
"step": 282
|
| 2016 |
+
},
|
| 2017 |
+
{
|
| 2018 |
+
"epoch": 0.8278888347147733,
|
| 2019 |
+
"grad_norm": 0.6181601204601509,
|
| 2020 |
+
"learning_rate": 7.26767273949013e-06,
|
| 2021 |
+
"loss": 0.884,
|
| 2022 |
+
"step": 283
|
| 2023 |
+
},
|
| 2024 |
+
{
|
| 2025 |
+
"epoch": 0.8308142369575817,
|
| 2026 |
+
"grad_norm": 0.5658821051405528,
|
| 2027 |
+
"learning_rate": 7.244842594248244e-06,
|
| 2028 |
+
"loss": 0.8924,
|
| 2029 |
+
"step": 284
|
| 2030 |
+
},
|
| 2031 |
+
{
|
| 2032 |
+
"epoch": 0.8337396392003901,
|
| 2033 |
+
"grad_norm": 0.598596513563131,
|
| 2034 |
+
"learning_rate": 7.221953680053867e-06,
|
| 2035 |
+
"loss": 0.8869,
|
| 2036 |
+
"step": 285
|
| 2037 |
+
},
|
| 2038 |
+
{
|
| 2039 |
+
"epoch": 0.8366650414431984,
|
| 2040 |
+
"grad_norm": 0.5757584762578442,
|
| 2041 |
+
"learning_rate": 7.1990065961283075e-06,
|
| 2042 |
+
"loss": 0.8883,
|
| 2043 |
+
"step": 286
|
| 2044 |
+
},
|
| 2045 |
+
{
|
| 2046 |
+
"epoch": 0.8395904436860068,
|
| 2047 |
+
"grad_norm": 0.6121626641719572,
|
| 2048 |
+
"learning_rate": 7.1760019432157295e-06,
|
| 2049 |
+
"loss": 0.9127,
|
| 2050 |
+
"step": 287
|
| 2051 |
+
},
|
| 2052 |
+
{
|
| 2053 |
+
"epoch": 0.8425158459288152,
|
| 2054 |
+
"grad_norm": 0.6040818769702724,
|
| 2055 |
+
"learning_rate": 7.1529403235674236e-06,
|
| 2056 |
+
"loss": 0.8925,
|
| 2057 |
+
"step": 288
|
| 2058 |
+
},
|
| 2059 |
+
{
|
| 2060 |
+
"epoch": 0.8454412481716236,
|
| 2061 |
+
"grad_norm": 0.6694613001668741,
|
| 2062 |
+
"learning_rate": 7.129822340926045e-06,
|
| 2063 |
+
"loss": 0.8911,
|
| 2064 |
+
"step": 289
|
| 2065 |
+
},
|
| 2066 |
+
{
|
| 2067 |
+
"epoch": 0.8483666504144319,
|
| 2068 |
+
"grad_norm": 0.6263429758841262,
|
| 2069 |
+
"learning_rate": 7.106648600509809e-06,
|
| 2070 |
+
"loss": 0.8704,
|
| 2071 |
+
"step": 290
|
| 2072 |
+
},
|
| 2073 |
+
{
|
| 2074 |
+
"epoch": 0.8512920526572404,
|
| 2075 |
+
"grad_norm": 0.6284317810383815,
|
| 2076 |
+
"learning_rate": 7.083419708996641e-06,
|
| 2077 |
+
"loss": 0.93,
|
| 2078 |
+
"step": 291
|
| 2079 |
+
},
|
| 2080 |
+
{
|
| 2081 |
+
"epoch": 0.8542174549000487,
|
| 2082 |
+
"grad_norm": 0.6255860929144157,
|
| 2083 |
+
"learning_rate": 7.060136274508296e-06,
|
| 2084 |
+
"loss": 0.9188,
|
| 2085 |
+
"step": 292
|
| 2086 |
+
},
|
| 2087 |
+
{
|
| 2088 |
+
"epoch": 0.8571428571428571,
|
| 2089 |
+
"grad_norm": 0.6875778643587599,
|
| 2090 |
+
"learning_rate": 7.036798906594442e-06,
|
| 2091 |
+
"loss": 0.8848,
|
| 2092 |
+
"step": 293
|
| 2093 |
+
},
|
| 2094 |
+
{
|
| 2095 |
+
"epoch": 0.8600682593856656,
|
| 2096 |
+
"grad_norm": 0.6292538167195054,
|
| 2097 |
+
"learning_rate": 7.0134082162167e-06,
|
| 2098 |
+
"loss": 0.8798,
|
| 2099 |
+
"step": 294
|
| 2100 |
+
},
|
| 2101 |
+
{
|
| 2102 |
+
"epoch": 0.8629936616284739,
|
| 2103 |
+
"grad_norm": 0.6780000891153708,
|
| 2104 |
+
"learning_rate": 6.989964815732643e-06,
|
| 2105 |
+
"loss": 0.8935,
|
| 2106 |
+
"step": 295
|
| 2107 |
+
},
|
| 2108 |
+
{
|
| 2109 |
+
"epoch": 0.8659190638712823,
|
| 2110 |
+
"grad_norm": 0.590176250826063,
|
| 2111 |
+
"learning_rate": 6.9664693188797776e-06,
|
| 2112 |
+
"loss": 0.9009,
|
| 2113 |
+
"step": 296
|
| 2114 |
+
},
|
| 2115 |
+
{
|
| 2116 |
+
"epoch": 0.8688444661140907,
|
| 2117 |
+
"grad_norm": 0.5785779594775584,
|
| 2118 |
+
"learning_rate": 6.942922340759465e-06,
|
| 2119 |
+
"loss": 0.9051,
|
| 2120 |
+
"step": 297
|
| 2121 |
+
},
|
| 2122 |
+
{
|
| 2123 |
+
"epoch": 0.8717698683568991,
|
| 2124 |
+
"grad_norm": 0.5978845535479155,
|
| 2125 |
+
"learning_rate": 6.9193244978208226e-06,
|
| 2126 |
+
"loss": 0.9006,
|
| 2127 |
+
"step": 298
|
| 2128 |
+
},
|
| 2129 |
+
{
|
| 2130 |
+
"epoch": 0.8746952705997074,
|
| 2131 |
+
"grad_norm": 0.5859143049414189,
|
| 2132 |
+
"learning_rate": 6.895676407844587e-06,
|
| 2133 |
+
"loss": 0.9037,
|
| 2134 |
+
"step": 299
|
| 2135 |
+
},
|
| 2136 |
+
{
|
| 2137 |
+
"epoch": 0.8776206728425159,
|
| 2138 |
+
"grad_norm": 0.5839240106472464,
|
| 2139 |
+
"learning_rate": 6.8719786899269426e-06,
|
| 2140 |
+
"loss": 0.8989,
|
| 2141 |
+
"step": 300
|
| 2142 |
+
},
|
| 2143 |
+
{
|
| 2144 |
+
"epoch": 0.8805460750853242,
|
| 2145 |
+
"grad_norm": 0.6103420392295683,
|
| 2146 |
+
"learning_rate": 6.848231964463301e-06,
|
| 2147 |
+
"loss": 0.8953,
|
| 2148 |
+
"step": 301
|
| 2149 |
+
},
|
| 2150 |
+
{
|
| 2151 |
+
"epoch": 0.8834714773281326,
|
| 2152 |
+
"grad_norm": 0.5686560770840599,
|
| 2153 |
+
"learning_rate": 6.8244368531320795e-06,
|
| 2154 |
+
"loss": 0.8766,
|
| 2155 |
+
"step": 302
|
| 2156 |
+
},
|
| 2157 |
+
{
|
| 2158 |
+
"epoch": 0.886396879570941,
|
| 2159 |
+
"grad_norm": 0.61072247574655,
|
| 2160 |
+
"learning_rate": 6.800593978878407e-06,
|
| 2161 |
+
"loss": 0.8762,
|
| 2162 |
+
"step": 303
|
| 2163 |
+
},
|
| 2164 |
+
{
|
| 2165 |
+
"epoch": 0.8893222818137494,
|
| 2166 |
+
"grad_norm": 0.6158369105071173,
|
| 2167 |
+
"learning_rate": 6.776703965897831e-06,
|
| 2168 |
+
"loss": 0.9028,
|
| 2169 |
+
"step": 304
|
| 2170 |
+
},
|
| 2171 |
+
{
|
| 2172 |
+
"epoch": 0.8922476840565577,
|
| 2173 |
+
"grad_norm": 0.5937764317875888,
|
| 2174 |
+
"learning_rate": 6.752767439619961e-06,
|
| 2175 |
+
"loss": 0.9047,
|
| 2176 |
+
"step": 305
|
| 2177 |
+
},
|
| 2178 |
+
{
|
| 2179 |
+
"epoch": 0.8951730862993662,
|
| 2180 |
+
"grad_norm": 0.5936048944160339,
|
| 2181 |
+
"learning_rate": 6.728785026692113e-06,
|
| 2182 |
+
"loss": 0.9093,
|
| 2183 |
+
"step": 306
|
| 2184 |
+
},
|
| 2185 |
+
{
|
| 2186 |
+
"epoch": 0.8980984885421746,
|
| 2187 |
+
"grad_norm": 0.5761666127145109,
|
| 2188 |
+
"learning_rate": 6.704757354962888e-06,
|
| 2189 |
+
"loss": 0.8963,
|
| 2190 |
+
"step": 307
|
| 2191 |
+
},
|
| 2192 |
+
{
|
| 2193 |
+
"epoch": 0.9010238907849829,
|
| 2194 |
+
"grad_norm": 0.5698243858767273,
|
| 2195 |
+
"learning_rate": 6.680685053465743e-06,
|
| 2196 |
+
"loss": 0.889,
|
| 2197 |
+
"step": 308
|
| 2198 |
+
},
|
| 2199 |
+
{
|
| 2200 |
+
"epoch": 0.9039492930277914,
|
| 2201 |
+
"grad_norm": 0.6187986831036327,
|
| 2202 |
+
"learning_rate": 6.656568752402521e-06,
|
| 2203 |
+
"loss": 0.8793,
|
| 2204 |
+
"step": 309
|
| 2205 |
+
},
|
| 2206 |
+
{
|
| 2207 |
+
"epoch": 0.9068746952705997,
|
| 2208 |
+
"grad_norm": 0.599039810186881,
|
| 2209 |
+
"learning_rate": 6.632409083126959e-06,
|
| 2210 |
+
"loss": 0.9014,
|
| 2211 |
+
"step": 310
|
| 2212 |
+
},
|
| 2213 |
+
{
|
| 2214 |
+
"epoch": 0.9098000975134081,
|
| 2215 |
+
"grad_norm": 0.5965723397933764,
|
| 2216 |
+
"learning_rate": 6.608206678128143e-06,
|
| 2217 |
+
"loss": 0.9036,
|
| 2218 |
+
"step": 311
|
| 2219 |
+
},
|
| 2220 |
+
{
|
| 2221 |
+
"epoch": 0.9127254997562165,
|
| 2222 |
+
"grad_norm": 0.5993919939223842,
|
| 2223 |
+
"learning_rate": 6.583962171013974e-06,
|
| 2224 |
+
"loss": 0.8921,
|
| 2225 |
+
"step": 312
|
| 2226 |
+
},
|
| 2227 |
+
{
|
| 2228 |
+
"epoch": 0.9156509019990249,
|
| 2229 |
+
"grad_norm": 0.5924590487598618,
|
| 2230 |
+
"learning_rate": 6.559676196494555e-06,
|
| 2231 |
+
"loss": 0.9203,
|
| 2232 |
+
"step": 313
|
| 2233 |
+
},
|
| 2234 |
+
{
|
| 2235 |
+
"epoch": 0.9185763042418332,
|
| 2236 |
+
"grad_norm": 0.5637168699409383,
|
| 2237 |
+
"learning_rate": 6.535349390365597e-06,
|
| 2238 |
+
"loss": 0.8827,
|
| 2239 |
+
"step": 314
|
| 2240 |
+
},
|
| 2241 |
+
{
|
| 2242 |
+
"epoch": 0.9215017064846417,
|
| 2243 |
+
"grad_norm": 0.6068559586638762,
|
| 2244 |
+
"learning_rate": 6.510982389491756e-06,
|
| 2245 |
+
"loss": 0.9011,
|
| 2246 |
+
"step": 315
|
| 2247 |
+
},
|
| 2248 |
+
{
|
| 2249 |
+
"epoch": 0.92442710872745,
|
| 2250 |
+
"grad_norm": 0.5818145636426237,
|
| 2251 |
+
"learning_rate": 6.486575831789974e-06,
|
| 2252 |
+
"loss": 0.8927,
|
| 2253 |
+
"step": 316
|
| 2254 |
+
},
|
| 2255 |
+
{
|
| 2256 |
+
"epoch": 0.9273525109702584,
|
| 2257 |
+
"grad_norm": 0.6129278738869518,
|
| 2258 |
+
"learning_rate": 6.462130356212768e-06,
|
| 2259 |
+
"loss": 0.9059,
|
| 2260 |
+
"step": 317
|
| 2261 |
+
},
|
| 2262 |
+
{
|
| 2263 |
+
"epoch": 0.9302779132130667,
|
| 2264 |
+
"grad_norm": 0.5842516474759907,
|
| 2265 |
+
"learning_rate": 6.437646602731509e-06,
|
| 2266 |
+
"loss": 0.8781,
|
| 2267 |
+
"step": 318
|
| 2268 |
+
},
|
| 2269 |
+
{
|
| 2270 |
+
"epoch": 0.9332033154558752,
|
| 2271 |
+
"grad_norm": 0.5740360820130547,
|
| 2272 |
+
"learning_rate": 6.413125212319664e-06,
|
| 2273 |
+
"loss": 0.9031,
|
| 2274 |
+
"step": 319
|
| 2275 |
+
},
|
| 2276 |
+
{
|
| 2277 |
+
"epoch": 0.9361287176986836,
|
| 2278 |
+
"grad_norm": 0.6305695619214373,
|
| 2279 |
+
"learning_rate": 6.388566826936025e-06,
|
| 2280 |
+
"loss": 0.9111,
|
| 2281 |
+
"step": 320
|
| 2282 |
+
},
|
| 2283 |
+
{
|
| 2284 |
+
"epoch": 0.9390541199414919,
|
| 2285 |
+
"grad_norm": 0.6403885483257377,
|
| 2286 |
+
"learning_rate": 6.363972089507886e-06,
|
| 2287 |
+
"loss": 0.8765,
|
| 2288 |
+
"step": 321
|
| 2289 |
+
},
|
| 2290 |
+
{
|
| 2291 |
+
"epoch": 0.9419795221843004,
|
| 2292 |
+
"grad_norm": 0.634525294542331,
|
| 2293 |
+
"learning_rate": 6.3393416439142255e-06,
|
| 2294 |
+
"loss": 0.9096,
|
| 2295 |
+
"step": 322
|
| 2296 |
+
},
|
| 2297 |
+
{
|
| 2298 |
+
"epoch": 0.9449049244271087,
|
| 2299 |
+
"grad_norm": 0.629802499730145,
|
| 2300 |
+
"learning_rate": 6.314676134968845e-06,
|
| 2301 |
+
"loss": 0.8842,
|
| 2302 |
+
"step": 323
|
| 2303 |
+
},
|
| 2304 |
+
{
|
| 2305 |
+
"epoch": 0.9478303266699171,
|
| 2306 |
+
"grad_norm": 0.6138154866450481,
|
| 2307 |
+
"learning_rate": 6.28997620840349e-06,
|
| 2308 |
+
"loss": 0.9042,
|
| 2309 |
+
"step": 324
|
| 2310 |
+
},
|
| 2311 |
+
{
|
| 2312 |
+
"epoch": 0.9507557289127255,
|
| 2313 |
+
"grad_norm": 0.5889081155134466,
|
| 2314 |
+
"learning_rate": 6.26524251085094e-06,
|
| 2315 |
+
"loss": 0.8978,
|
| 2316 |
+
"step": 325
|
| 2317 |
+
},
|
| 2318 |
+
{
|
| 2319 |
+
"epoch": 0.9536811311555339,
|
| 2320 |
+
"grad_norm": 0.5885045686141304,
|
| 2321 |
+
"learning_rate": 6.240475689828087e-06,
|
| 2322 |
+
"loss": 0.8669,
|
| 2323 |
+
"step": 326
|
| 2324 |
+
},
|
| 2325 |
+
{
|
| 2326 |
+
"epoch": 0.9566065333983422,
|
| 2327 |
+
"grad_norm": 0.5813834952894164,
|
| 2328 |
+
"learning_rate": 6.21567639371898e-06,
|
| 2329 |
+
"loss": 0.8573,
|
| 2330 |
+
"step": 327
|
| 2331 |
+
},
|
| 2332 |
+
{
|
| 2333 |
+
"epoch": 0.9595319356411507,
|
| 2334 |
+
"grad_norm": 0.6297897811406099,
|
| 2335 |
+
"learning_rate": 6.190845271757846e-06,
|
| 2336 |
+
"loss": 0.901,
|
| 2337 |
+
"step": 328
|
| 2338 |
+
},
|
| 2339 |
+
{
|
| 2340 |
+
"epoch": 0.962457337883959,
|
| 2341 |
+
"grad_norm": 0.5833991294096019,
|
| 2342 |
+
"learning_rate": 6.165982974012104e-06,
|
| 2343 |
+
"loss": 0.9206,
|
| 2344 |
+
"step": 329
|
| 2345 |
+
},
|
| 2346 |
+
{
|
| 2347 |
+
"epoch": 0.9653827401267674,
|
| 2348 |
+
"grad_norm": 0.5693519759193476,
|
| 2349 |
+
"learning_rate": 6.141090151365341e-06,
|
| 2350 |
+
"loss": 0.8581,
|
| 2351 |
+
"step": 330
|
| 2352 |
+
},
|
| 2353 |
+
{
|
| 2354 |
+
"epoch": 0.9683081423695759,
|
| 2355 |
+
"grad_norm": 0.6086478543119002,
|
| 2356 |
+
"learning_rate": 6.116167455500265e-06,
|
| 2357 |
+
"loss": 0.8945,
|
| 2358 |
+
"step": 331
|
| 2359 |
+
},
|
| 2360 |
+
{
|
| 2361 |
+
"epoch": 0.9712335446123842,
|
| 2362 |
+
"grad_norm": 0.5650924803920132,
|
| 2363 |
+
"learning_rate": 6.0912155388816584e-06,
|
| 2364 |
+
"loss": 0.8941,
|
| 2365 |
+
"step": 332
|
| 2366 |
+
},
|
| 2367 |
+
{
|
| 2368 |
+
"epoch": 0.9741589468551926,
|
| 2369 |
+
"grad_norm": 0.5903130575046514,
|
| 2370 |
+
"learning_rate": 6.066235054739289e-06,
|
| 2371 |
+
"loss": 0.8899,
|
| 2372 |
+
"step": 333
|
| 2373 |
+
},
|
| 2374 |
+
{
|
| 2375 |
+
"epoch": 0.977084349098001,
|
| 2376 |
+
"grad_norm": 0.5975948126480749,
|
| 2377 |
+
"learning_rate": 6.041226657050804e-06,
|
| 2378 |
+
"loss": 0.8607,
|
| 2379 |
+
"step": 334
|
| 2380 |
+
},
|
| 2381 |
+
{
|
| 2382 |
+
"epoch": 0.9800097513408094,
|
| 2383 |
+
"grad_norm": 0.6025105840404439,
|
| 2384 |
+
"learning_rate": 6.01619100052462e-06,
|
| 2385 |
+
"loss": 0.8885,
|
| 2386 |
+
"step": 335
|
| 2387 |
+
},
|
| 2388 |
+
{
|
| 2389 |
+
"epoch": 0.9829351535836177,
|
| 2390 |
+
"grad_norm": 0.6046007091634541,
|
| 2391 |
+
"learning_rate": 5.991128740582774e-06,
|
| 2392 |
+
"loss": 0.8897,
|
| 2393 |
+
"step": 336
|
| 2394 |
+
},
|
| 2395 |
+
{
|
| 2396 |
+
"epoch": 0.9858605558264262,
|
| 2397 |
+
"grad_norm": 0.5434521802533933,
|
| 2398 |
+
"learning_rate": 5.966040533343772e-06,
|
| 2399 |
+
"loss": 0.8844,
|
| 2400 |
+
"step": 337
|
| 2401 |
+
},
|
| 2402 |
+
{
|
| 2403 |
+
"epoch": 0.9887859580692345,
|
| 2404 |
+
"grad_norm": 0.6303574796088046,
|
| 2405 |
+
"learning_rate": 5.9409270356054025e-06,
|
| 2406 |
+
"loss": 0.8802,
|
| 2407 |
+
"step": 338
|
| 2408 |
+
},
|
| 2409 |
+
{
|
| 2410 |
+
"epoch": 0.9917113603120429,
|
| 2411 |
+
"grad_norm": 0.5819203211883127,
|
| 2412 |
+
"learning_rate": 5.915788904827553e-06,
|
| 2413 |
+
"loss": 0.8948,
|
| 2414 |
+
"step": 339
|
| 2415 |
+
},
|
| 2416 |
+
{
|
| 2417 |
+
"epoch": 0.9946367625548513,
|
| 2418 |
+
"grad_norm": 0.5729927595936578,
|
| 2419 |
+
"learning_rate": 5.890626799114991e-06,
|
| 2420 |
+
"loss": 0.9198,
|
| 2421 |
+
"step": 340
|
| 2422 |
+
},
|
| 2423 |
+
{
|
| 2424 |
+
"epoch": 0.9975621647976597,
|
| 2425 |
+
"grad_norm": 0.5643044236514093,
|
| 2426 |
+
"learning_rate": 5.865441377200137e-06,
|
| 2427 |
+
"loss": 0.8738,
|
| 2428 |
+
"step": 341
|
| 2429 |
+
},
|
| 2430 |
+
{
|
| 2431 |
+
"epoch": 1.000487567040468,
|
| 2432 |
+
"grad_norm": 0.5893972684647703,
|
| 2433 |
+
"learning_rate": 5.840233298425818e-06,
|
| 2434 |
+
"loss": 0.8821,
|
| 2435 |
+
"step": 342
|
| 2436 |
+
},
|
| 2437 |
+
{
|
| 2438 |
+
"epoch": 1.0007308160779538,
|
| 2439 |
+
"grad_norm": 0.68110454506424,
|
| 2440 |
+
"learning_rate": 5.815003222728007e-06,
|
| 2441 |
+
"loss": 0.8728,
|
| 2442 |
+
"step": 343
|
| 2443 |
+
},
|
| 2444 |
+
{
|
| 2445 |
+
"epoch": 1.0036540803897687,
|
| 2446 |
+
"grad_norm": 0.8602651253070958,
|
| 2447 |
+
"learning_rate": 5.789751810618551e-06,
|
| 2448 |
+
"loss": 0.7967,
|
| 2449 |
+
"step": 344
|
| 2450 |
+
},
|
| 2451 |
+
{
|
| 2452 |
+
"epoch": 1.0036540803897687,
|
| 2453 |
+
"eval_loss": 1.365891695022583,
|
| 2454 |
+
"eval_runtime": 65.455,
|
| 2455 |
+
"eval_samples_per_second": 14.804,
|
| 2456 |
+
"eval_steps_per_second": 2.475,
|
| 2457 |
+
"step": 344
|
| 2458 |
+
},
|
| 2459 |
+
{
|
| 2460 |
+
"epoch": 1.0065773447015833,
|
| 2461 |
+
"grad_norm": 0.6693783832444782,
|
| 2462 |
+
"learning_rate": 5.764479723167867e-06,
|
| 2463 |
+
"loss": 0.8162,
|
| 2464 |
+
"step": 345
|
| 2465 |
+
},
|
| 2466 |
+
{
|
| 2467 |
+
"epoch": 1.0095006090133982,
|
| 2468 |
+
"grad_norm": 0.8649026077052362,
|
| 2469 |
+
"learning_rate": 5.739187621987649e-06,
|
| 2470 |
+
"loss": 0.7811,
|
| 2471 |
+
"step": 346
|
| 2472 |
+
},
|
| 2473 |
+
{
|
| 2474 |
+
"epoch": 1.012423873325213,
|
| 2475 |
+
"grad_norm": 0.7283056665598604,
|
| 2476 |
+
"learning_rate": 5.713876169213538e-06,
|
| 2477 |
+
"loss": 0.8023,
|
| 2478 |
+
"step": 347
|
| 2479 |
+
},
|
| 2480 |
+
{
|
| 2481 |
+
"epoch": 1.015347137637028,
|
| 2482 |
+
"grad_norm": 0.6464070682314531,
|
| 2483 |
+
"learning_rate": 5.688546027487793e-06,
|
| 2484 |
+
"loss": 0.8299,
|
| 2485 |
+
"step": 348
|
| 2486 |
+
},
|
| 2487 |
+
{
|
| 2488 |
+
"epoch": 1.0182704019488429,
|
| 2489 |
+
"grad_norm": 0.7459265332536604,
|
| 2490 |
+
"learning_rate": 5.663197859941938e-06,
|
| 2491 |
+
"loss": 0.7923,
|
| 2492 |
+
"step": 349
|
| 2493 |
+
},
|
| 2494 |
+
{
|
| 2495 |
+
"epoch": 1.0211936662606578,
|
| 2496 |
+
"grad_norm": 0.6961432197550056,
|
| 2497 |
+
"learning_rate": 5.637832330179409e-06,
|
| 2498 |
+
"loss": 0.7985,
|
| 2499 |
+
"step": 350
|
| 2500 |
+
},
|
| 2501 |
+
{
|
| 2502 |
+
"epoch": 1.0241169305724727,
|
| 2503 |
+
"grad_norm": 0.6700485502738509,
|
| 2504 |
+
"learning_rate": 5.612450102258175e-06,
|
| 2505 |
+
"loss": 0.7976,
|
| 2506 |
+
"step": 351
|
| 2507 |
+
},
|
| 2508 |
+
{
|
| 2509 |
+
"epoch": 1.0270401948842875,
|
| 2510 |
+
"grad_norm": 0.7702215817383979,
|
| 2511 |
+
"learning_rate": 5.587051840673356e-06,
|
| 2512 |
+
"loss": 0.8131,
|
| 2513 |
+
"step": 352
|
| 2514 |
+
},
|
| 2515 |
+
{
|
| 2516 |
+
"epoch": 1.0299634591961022,
|
| 2517 |
+
"grad_norm": 0.6852662863129292,
|
| 2518 |
+
"learning_rate": 5.56163821033982e-06,
|
| 2519 |
+
"loss": 0.8029,
|
| 2520 |
+
"step": 353
|
| 2521 |
+
},
|
| 2522 |
+
{
|
| 2523 |
+
"epoch": 1.032886723507917,
|
| 2524 |
+
"grad_norm": 0.7217757781141521,
|
| 2525 |
+
"learning_rate": 5.536209876574793e-06,
|
| 2526 |
+
"loss": 0.7978,
|
| 2527 |
+
"step": 354
|
| 2528 |
+
},
|
| 2529 |
+
{
|
| 2530 |
+
"epoch": 1.035809987819732,
|
| 2531 |
+
"grad_norm": 0.7300263042947811,
|
| 2532 |
+
"learning_rate": 5.510767505080419e-06,
|
| 2533 |
+
"loss": 0.8166,
|
| 2534 |
+
"step": 355
|
| 2535 |
+
},
|
| 2536 |
+
{
|
| 2537 |
+
"epoch": 1.0387332521315469,
|
| 2538 |
+
"grad_norm": 0.6920161152507025,
|
| 2539 |
+
"learning_rate": 5.4853117619263496e-06,
|
| 2540 |
+
"loss": 0.8128,
|
| 2541 |
+
"step": 356
|
| 2542 |
+
},
|
| 2543 |
+
{
|
| 2544 |
+
"epoch": 1.0416565164433618,
|
| 2545 |
+
"grad_norm": 0.7747760542004816,
|
| 2546 |
+
"learning_rate": 5.4598433135323015e-06,
|
| 2547 |
+
"loss": 0.8232,
|
| 2548 |
+
"step": 357
|
| 2549 |
+
},
|
| 2550 |
+
{
|
| 2551 |
+
"epoch": 1.0445797807551767,
|
| 2552 |
+
"grad_norm": 0.6763340836215797,
|
| 2553 |
+
"learning_rate": 5.434362826650603e-06,
|
| 2554 |
+
"loss": 0.8125,
|
| 2555 |
+
"step": 358
|
| 2556 |
+
},
|
| 2557 |
+
{
|
| 2558 |
+
"epoch": 1.0475030450669915,
|
| 2559 |
+
"grad_norm": 0.6209130990558949,
|
| 2560 |
+
"learning_rate": 5.4088709683487494e-06,
|
| 2561 |
+
"loss": 0.808,
|
| 2562 |
+
"step": 359
|
| 2563 |
+
},
|
| 2564 |
+
{
|
| 2565 |
+
"epoch": 1.0504263093788064,
|
| 2566 |
+
"grad_norm": 0.6893839443256197,
|
| 2567 |
+
"learning_rate": 5.383368405991932e-06,
|
| 2568 |
+
"loss": 0.8136,
|
| 2569 |
+
"step": 360
|
| 2570 |
+
},
|
| 2571 |
+
{
|
| 2572 |
+
"epoch": 1.053349573690621,
|
| 2573 |
+
"grad_norm": 0.6233006238408513,
|
| 2574 |
+
"learning_rate": 5.357855807225573e-06,
|
| 2575 |
+
"loss": 0.8202,
|
| 2576 |
+
"step": 361
|
| 2577 |
+
},
|
| 2578 |
+
{
|
| 2579 |
+
"epoch": 1.056272838002436,
|
| 2580 |
+
"grad_norm": 0.6163295638238943,
|
| 2581 |
+
"learning_rate": 5.332333839957835e-06,
|
| 2582 |
+
"loss": 0.7972,
|
| 2583 |
+
"step": 362
|
| 2584 |
+
},
|
| 2585 |
+
{
|
| 2586 |
+
"epoch": 1.0591961023142509,
|
| 2587 |
+
"grad_norm": 0.6239471219126078,
|
| 2588 |
+
"learning_rate": 5.3068031723421545e-06,
|
| 2589 |
+
"loss": 0.7933,
|
| 2590 |
+
"step": 363
|
| 2591 |
+
},
|
| 2592 |
+
{
|
| 2593 |
+
"epoch": 1.0621193666260658,
|
| 2594 |
+
"grad_norm": 0.6491549577786548,
|
| 2595 |
+
"learning_rate": 5.281264472759731e-06,
|
| 2596 |
+
"loss": 0.8144,
|
| 2597 |
+
"step": 364
|
| 2598 |
+
},
|
| 2599 |
+
{
|
| 2600 |
+
"epoch": 1.0650426309378807,
|
| 2601 |
+
"grad_norm": 0.6527091363470504,
|
| 2602 |
+
"learning_rate": 5.255718409802041e-06,
|
| 2603 |
+
"loss": 0.7687,
|
| 2604 |
+
"step": 365
|
| 2605 |
+
},
|
| 2606 |
+
{
|
| 2607 |
+
"epoch": 1.0679658952496955,
|
| 2608 |
+
"grad_norm": 0.6385672567759509,
|
| 2609 |
+
"learning_rate": 5.230165652253329e-06,
|
| 2610 |
+
"loss": 0.8159,
|
| 2611 |
+
"step": 366
|
| 2612 |
+
},
|
| 2613 |
+
{
|
| 2614 |
+
"epoch": 1.0708891595615104,
|
| 2615 |
+
"grad_norm": 0.5864111560675286,
|
| 2616 |
+
"learning_rate": 5.2046068690731035e-06,
|
| 2617 |
+
"loss": 0.7831,
|
| 2618 |
+
"step": 367
|
| 2619 |
+
},
|
| 2620 |
+
{
|
| 2621 |
+
"epoch": 1.0738124238733253,
|
| 2622 |
+
"grad_norm": 0.6194785781749127,
|
| 2623 |
+
"learning_rate": 5.179042729378616e-06,
|
| 2624 |
+
"loss": 0.8052,
|
| 2625 |
+
"step": 368
|
| 2626 |
+
},
|
| 2627 |
+
{
|
| 2628 |
+
"epoch": 1.07673568818514,
|
| 2629 |
+
"grad_norm": 0.6362356799862054,
|
| 2630 |
+
"learning_rate": 5.153473902427355e-06,
|
| 2631 |
+
"loss": 0.8196,
|
| 2632 |
+
"step": 369
|
| 2633 |
+
},
|
| 2634 |
+
{
|
| 2635 |
+
"epoch": 1.0796589524969549,
|
| 2636 |
+
"grad_norm": 0.5942323267279191,
|
| 2637 |
+
"learning_rate": 5.127901057599517e-06,
|
| 2638 |
+
"loss": 0.8161,
|
| 2639 |
+
"step": 370
|
| 2640 |
+
},
|
| 2641 |
+
{
|
| 2642 |
+
"epoch": 1.0825822168087698,
|
| 2643 |
+
"grad_norm": 0.5742483554036059,
|
| 2644 |
+
"learning_rate": 5.1023248643804845e-06,
|
| 2645 |
+
"loss": 0.8228,
|
| 2646 |
+
"step": 371
|
| 2647 |
+
},
|
| 2648 |
+
{
|
| 2649 |
+
"epoch": 1.0855054811205846,
|
| 2650 |
+
"grad_norm": 0.5860306244571696,
|
| 2651 |
+
"learning_rate": 5.076745992343297e-06,
|
| 2652 |
+
"loss": 0.8212,
|
| 2653 |
+
"step": 372
|
| 2654 |
+
},
|
| 2655 |
+
{
|
| 2656 |
+
"epoch": 1.0884287454323995,
|
| 2657 |
+
"grad_norm": 0.5773619726397791,
|
| 2658 |
+
"learning_rate": 5.0511651111311285e-06,
|
| 2659 |
+
"loss": 0.8018,
|
| 2660 |
+
"step": 373
|
| 2661 |
+
},
|
| 2662 |
+
{
|
| 2663 |
+
"epoch": 1.0913520097442144,
|
| 2664 |
+
"grad_norm": 0.6105870953754982,
|
| 2665 |
+
"learning_rate": 5.025582890439752e-06,
|
| 2666 |
+
"loss": 0.8227,
|
| 2667 |
+
"step": 374
|
| 2668 |
+
},
|
| 2669 |
+
{
|
| 2670 |
+
"epoch": 1.0942752740560293,
|
| 2671 |
+
"grad_norm": 0.608222048968305,
|
| 2672 |
+
"learning_rate": 5e-06,
|
| 2673 |
+
"loss": 0.7955,
|
| 2674 |
+
"step": 375
|
| 2675 |
+
},
|
| 2676 |
+
{
|
| 2677 |
+
"epoch": 1.0971985383678442,
|
| 2678 |
+
"grad_norm": 0.602520252718154,
|
| 2679 |
+
"learning_rate": 4.97441710956025e-06,
|
| 2680 |
+
"loss": 0.8038,
|
| 2681 |
+
"step": 376
|
| 2682 |
+
},
|
| 2683 |
+
{
|
| 2684 |
+
"epoch": 1.1001218026796589,
|
| 2685 |
+
"grad_norm": 0.647759737480258,
|
| 2686 |
+
"learning_rate": 4.948834888868872e-06,
|
| 2687 |
+
"loss": 0.7891,
|
| 2688 |
+
"step": 377
|
| 2689 |
+
},
|
| 2690 |
+
{
|
| 2691 |
+
"epoch": 1.1030450669914738,
|
| 2692 |
+
"grad_norm": 0.6466942994000808,
|
| 2693 |
+
"learning_rate": 4.9232540076567034e-06,
|
| 2694 |
+
"loss": 0.838,
|
| 2695 |
+
"step": 378
|
| 2696 |
+
},
|
| 2697 |
+
{
|
| 2698 |
+
"epoch": 1.1059683313032886,
|
| 2699 |
+
"grad_norm": 0.7597398060034541,
|
| 2700 |
+
"learning_rate": 4.897675135619517e-06,
|
| 2701 |
+
"loss": 0.7992,
|
| 2702 |
+
"step": 379
|
| 2703 |
+
},
|
| 2704 |
+
{
|
| 2705 |
+
"epoch": 1.1088915956151035,
|
| 2706 |
+
"grad_norm": 0.5916241197525671,
|
| 2707 |
+
"learning_rate": 4.872098942400484e-06,
|
| 2708 |
+
"loss": 0.834,
|
| 2709 |
+
"step": 380
|
| 2710 |
+
},
|
| 2711 |
+
{
|
| 2712 |
+
"epoch": 1.1118148599269184,
|
| 2713 |
+
"grad_norm": 0.7488543256724444,
|
| 2714 |
+
"learning_rate": 4.846526097572646e-06,
|
| 2715 |
+
"loss": 0.8056,
|
| 2716 |
+
"step": 381
|
| 2717 |
+
},
|
| 2718 |
+
{
|
| 2719 |
+
"epoch": 1.1147381242387333,
|
| 2720 |
+
"grad_norm": 0.6127152632610644,
|
| 2721 |
+
"learning_rate": 4.820957270621385e-06,
|
| 2722 |
+
"loss": 0.8152,
|
| 2723 |
+
"step": 382
|
| 2724 |
+
},
|
| 2725 |
+
{
|
| 2726 |
+
"epoch": 1.1176613885505482,
|
| 2727 |
+
"grad_norm": 0.6772622229366005,
|
| 2728 |
+
"learning_rate": 4.795393130926899e-06,
|
| 2729 |
+
"loss": 0.8112,
|
| 2730 |
+
"step": 383
|
| 2731 |
+
},
|
| 2732 |
+
{
|
| 2733 |
+
"epoch": 1.1205846528623629,
|
| 2734 |
+
"grad_norm": 0.6100582490809515,
|
| 2735 |
+
"learning_rate": 4.769834347746672e-06,
|
| 2736 |
+
"loss": 0.7971,
|
| 2737 |
+
"step": 384
|
| 2738 |
+
},
|
| 2739 |
+
{
|
| 2740 |
+
"epoch": 1.1235079171741778,
|
| 2741 |
+
"grad_norm": 0.6138527497182587,
|
| 2742 |
+
"learning_rate": 4.744281590197961e-06,
|
| 2743 |
+
"loss": 0.8096,
|
| 2744 |
+
"step": 385
|
| 2745 |
+
},
|
| 2746 |
+
{
|
| 2747 |
+
"epoch": 1.1264311814859926,
|
| 2748 |
+
"grad_norm": 0.5946729261402381,
|
| 2749 |
+
"learning_rate": 4.71873552724027e-06,
|
| 2750 |
+
"loss": 0.7972,
|
| 2751 |
+
"step": 386
|
| 2752 |
+
},
|
| 2753 |
+
{
|
| 2754 |
+
"epoch": 1.1293544457978075,
|
| 2755 |
+
"grad_norm": 0.6272869943876259,
|
| 2756 |
+
"learning_rate": 4.693196827657848e-06,
|
| 2757 |
+
"loss": 0.8099,
|
| 2758 |
+
"step": 387
|
| 2759 |
+
},
|
| 2760 |
+
{
|
| 2761 |
+
"epoch": 1.1322777101096224,
|
| 2762 |
+
"grad_norm": 0.6709827503445973,
|
| 2763 |
+
"learning_rate": 4.667666160042166e-06,
|
| 2764 |
+
"loss": 0.8035,
|
| 2765 |
+
"step": 388
|
| 2766 |
+
},
|
| 2767 |
+
{
|
| 2768 |
+
"epoch": 1.1352009744214373,
|
| 2769 |
+
"grad_norm": 0.5802507520284231,
|
| 2770 |
+
"learning_rate": 4.642144192774429e-06,
|
| 2771 |
+
"loss": 0.8259,
|
| 2772 |
+
"step": 389
|
| 2773 |
+
},
|
| 2774 |
+
{
|
| 2775 |
+
"epoch": 1.1381242387332522,
|
| 2776 |
+
"grad_norm": 0.5934148999822147,
|
| 2777 |
+
"learning_rate": 4.616631594008069e-06,
|
| 2778 |
+
"loss": 0.7784,
|
| 2779 |
+
"step": 390
|
| 2780 |
+
},
|
| 2781 |
+
{
|
| 2782 |
+
"epoch": 1.141047503045067,
|
| 2783 |
+
"grad_norm": 0.670256603061476,
|
| 2784 |
+
"learning_rate": 4.591129031651252e-06,
|
| 2785 |
+
"loss": 0.7982,
|
| 2786 |
+
"step": 391
|
| 2787 |
+
},
|
| 2788 |
+
{
|
| 2789 |
+
"epoch": 1.143970767356882,
|
| 2790 |
+
"grad_norm": 0.5729733544495296,
|
| 2791 |
+
"learning_rate": 4.5656371733493986e-06,
|
| 2792 |
+
"loss": 0.7902,
|
| 2793 |
+
"step": 392
|
| 2794 |
+
},
|
| 2795 |
+
{
|
| 2796 |
+
"epoch": 1.1468940316686966,
|
| 2797 |
+
"grad_norm": 0.6506904279982785,
|
| 2798 |
+
"learning_rate": 4.540156686467699e-06,
|
| 2799 |
+
"loss": 0.8144,
|
| 2800 |
+
"step": 393
|
| 2801 |
+
},
|
| 2802 |
+
{
|
| 2803 |
+
"epoch": 1.1498172959805115,
|
| 2804 |
+
"grad_norm": 0.6305703446057582,
|
| 2805 |
+
"learning_rate": 4.514688238073651e-06,
|
| 2806 |
+
"loss": 0.8346,
|
| 2807 |
+
"step": 394
|
| 2808 |
+
},
|
| 2809 |
+
{
|
| 2810 |
+
"epoch": 1.1527405602923264,
|
| 2811 |
+
"grad_norm": 0.6207821437251902,
|
| 2812 |
+
"learning_rate": 4.489232494919583e-06,
|
| 2813 |
+
"loss": 0.814,
|
| 2814 |
+
"step": 395
|
| 2815 |
+
},
|
| 2816 |
+
{
|
| 2817 |
+
"epoch": 1.1556638246041413,
|
| 2818 |
+
"grad_norm": 0.6326520891011468,
|
| 2819 |
+
"learning_rate": 4.463790123425209e-06,
|
| 2820 |
+
"loss": 0.8173,
|
| 2821 |
+
"step": 396
|
| 2822 |
+
},
|
| 2823 |
+
{
|
| 2824 |
+
"epoch": 1.1585870889159562,
|
| 2825 |
+
"grad_norm": 0.6361956657928358,
|
| 2826 |
+
"learning_rate": 4.438361789660182e-06,
|
| 2827 |
+
"loss": 0.8024,
|
| 2828 |
+
"step": 397
|
| 2829 |
+
},
|
| 2830 |
+
{
|
| 2831 |
+
"epoch": 1.161510353227771,
|
| 2832 |
+
"grad_norm": 0.6274266062590439,
|
| 2833 |
+
"learning_rate": 4.412948159326647e-06,
|
| 2834 |
+
"loss": 0.8029,
|
| 2835 |
+
"step": 398
|
| 2836 |
+
},
|
| 2837 |
+
{
|
| 2838 |
+
"epoch": 1.164433617539586,
|
| 2839 |
+
"grad_norm": 0.5964467349901271,
|
| 2840 |
+
"learning_rate": 4.3875498977418255e-06,
|
| 2841 |
+
"loss": 0.8064,
|
| 2842 |
+
"step": 399
|
| 2843 |
+
},
|
| 2844 |
+
{
|
| 2845 |
+
"epoch": 1.1673568818514006,
|
| 2846 |
+
"grad_norm": 0.7270366961339101,
|
| 2847 |
+
"learning_rate": 4.362167669820593e-06,
|
| 2848 |
+
"loss": 0.8061,
|
| 2849 |
+
"step": 400
|
| 2850 |
+
},
|
| 2851 |
+
{
|
| 2852 |
+
"epoch": 1.1702801461632155,
|
| 2853 |
+
"grad_norm": 0.5862080854450132,
|
| 2854 |
+
"learning_rate": 4.3368021400580635e-06,
|
| 2855 |
+
"loss": 0.8113,
|
| 2856 |
+
"step": 401
|
| 2857 |
+
},
|
| 2858 |
+
{
|
| 2859 |
+
"epoch": 1.1732034104750304,
|
| 2860 |
+
"grad_norm": 0.6141962978102556,
|
| 2861 |
+
"learning_rate": 4.311453972512209e-06,
|
| 2862 |
+
"loss": 0.8161,
|
| 2863 |
+
"step": 402
|
| 2864 |
+
},
|
| 2865 |
+
{
|
| 2866 |
+
"epoch": 1.1761266747868453,
|
| 2867 |
+
"grad_norm": 0.6096769412968969,
|
| 2868 |
+
"learning_rate": 4.286123830786463e-06,
|
| 2869 |
+
"loss": 0.7977,
|
| 2870 |
+
"step": 403
|
| 2871 |
+
},
|
| 2872 |
+
{
|
| 2873 |
+
"epoch": 1.1790499390986602,
|
| 2874 |
+
"grad_norm": 0.5895182827045679,
|
| 2875 |
+
"learning_rate": 4.260812378012353e-06,
|
| 2876 |
+
"loss": 0.8123,
|
| 2877 |
+
"step": 404
|
| 2878 |
+
},
|
| 2879 |
+
{
|
| 2880 |
+
"epoch": 1.181973203410475,
|
| 2881 |
+
"grad_norm": 0.6004537708021467,
|
| 2882 |
+
"learning_rate": 4.235520276832134e-06,
|
| 2883 |
+
"loss": 0.797,
|
| 2884 |
+
"step": 405
|
| 2885 |
+
},
|
| 2886 |
+
{
|
| 2887 |
+
"epoch": 1.18489646772229,
|
| 2888 |
+
"grad_norm": 0.5948518568661362,
|
| 2889 |
+
"learning_rate": 4.2102481893814504e-06,
|
| 2890 |
+
"loss": 0.8172,
|
| 2891 |
+
"step": 406
|
| 2892 |
+
},
|
| 2893 |
+
{
|
| 2894 |
+
"epoch": 1.1878197320341048,
|
| 2895 |
+
"grad_norm": 0.5912718596576074,
|
| 2896 |
+
"learning_rate": 4.1849967772719935e-06,
|
| 2897 |
+
"loss": 0.7908,
|
| 2898 |
+
"step": 407
|
| 2899 |
+
},
|
| 2900 |
+
{
|
| 2901 |
+
"epoch": 1.1907429963459195,
|
| 2902 |
+
"grad_norm": 0.5912188183434732,
|
| 2903 |
+
"learning_rate": 4.159766701574184e-06,
|
| 2904 |
+
"loss": 0.7847,
|
| 2905 |
+
"step": 408
|
| 2906 |
+
},
|
| 2907 |
+
{
|
| 2908 |
+
"epoch": 1.1936662606577344,
|
| 2909 |
+
"grad_norm": 0.6458915180295917,
|
| 2910 |
+
"learning_rate": 4.1345586227998645e-06,
|
| 2911 |
+
"loss": 0.7956,
|
| 2912 |
+
"step": 409
|
| 2913 |
+
},
|
| 2914 |
+
{
|
| 2915 |
+
"epoch": 1.1965895249695493,
|
| 2916 |
+
"grad_norm": 0.5860427146707542,
|
| 2917 |
+
"learning_rate": 4.109373200885011e-06,
|
| 2918 |
+
"loss": 0.8171,
|
| 2919 |
+
"step": 410
|
| 2920 |
+
},
|
| 2921 |
+
{
|
| 2922 |
+
"epoch": 1.1995127892813642,
|
| 2923 |
+
"grad_norm": 0.5965859399277259,
|
| 2924 |
+
"learning_rate": 4.084211095172448e-06,
|
| 2925 |
+
"loss": 0.8057,
|
| 2926 |
+
"step": 411
|
| 2927 |
+
},
|
| 2928 |
+
{
|
| 2929 |
+
"epoch": 1.202436053593179,
|
| 2930 |
+
"grad_norm": 0.6145061256713188,
|
| 2931 |
+
"learning_rate": 4.059072964394599e-06,
|
| 2932 |
+
"loss": 0.7856,
|
| 2933 |
+
"step": 412
|
| 2934 |
+
},
|
| 2935 |
+
{
|
| 2936 |
+
"epoch": 1.205359317904994,
|
| 2937 |
+
"grad_norm": 0.5938060609434931,
|
| 2938 |
+
"learning_rate": 4.0339594666562294e-06,
|
| 2939 |
+
"loss": 0.8035,
|
| 2940 |
+
"step": 413
|
| 2941 |
+
},
|
| 2942 |
+
{
|
| 2943 |
+
"epoch": 1.2082825822168088,
|
| 2944 |
+
"grad_norm": 0.6074730571618651,
|
| 2945 |
+
"learning_rate": 4.008871259417227e-06,
|
| 2946 |
+
"loss": 0.7978,
|
| 2947 |
+
"step": 414
|
| 2948 |
+
},
|
| 2949 |
+
{
|
| 2950 |
+
"epoch": 1.2112058465286237,
|
| 2951 |
+
"grad_norm": 0.5955227016960192,
|
| 2952 |
+
"learning_rate": 3.983808999475381e-06,
|
| 2953 |
+
"loss": 0.8164,
|
| 2954 |
+
"step": 415
|
| 2955 |
+
},
|
| 2956 |
+
{
|
| 2957 |
+
"epoch": 1.2141291108404384,
|
| 2958 |
+
"grad_norm": 0.5890660617212938,
|
| 2959 |
+
"learning_rate": 3.958773342949196e-06,
|
| 2960 |
+
"loss": 0.8189,
|
| 2961 |
+
"step": 416
|
| 2962 |
+
},
|
| 2963 |
+
{
|
| 2964 |
+
"epoch": 1.2170523751522533,
|
| 2965 |
+
"grad_norm": 0.6069302365393437,
|
| 2966 |
+
"learning_rate": 3.933764945260712e-06,
|
| 2967 |
+
"loss": 0.8037,
|
| 2968 |
+
"step": 417
|
| 2969 |
+
},
|
| 2970 |
+
{
|
| 2971 |
+
"epoch": 1.2199756394640682,
|
| 2972 |
+
"grad_norm": 0.596287098938014,
|
| 2973 |
+
"learning_rate": 3.9087844611183415e-06,
|
| 2974 |
+
"loss": 0.8057,
|
| 2975 |
+
"step": 418
|
| 2976 |
+
},
|
| 2977 |
+
{
|
| 2978 |
+
"epoch": 1.222898903775883,
|
| 2979 |
+
"grad_norm": 0.6002784512679291,
|
| 2980 |
+
"learning_rate": 3.883832544499735e-06,
|
| 2981 |
+
"loss": 0.7997,
|
| 2982 |
+
"step": 419
|
| 2983 |
+
},
|
| 2984 |
+
{
|
| 2985 |
+
"epoch": 1.225822168087698,
|
| 2986 |
+
"grad_norm": 0.6099781756811369,
|
| 2987 |
+
"learning_rate": 3.858909848634661e-06,
|
| 2988 |
+
"loss": 0.8128,
|
| 2989 |
+
"step": 420
|
| 2990 |
+
},
|
| 2991 |
+
{
|
| 2992 |
+
"epoch": 1.2287454323995128,
|
| 2993 |
+
"grad_norm": 0.6974709875164911,
|
| 2994 |
+
"learning_rate": 3.8340170259878965e-06,
|
| 2995 |
+
"loss": 0.7665,
|
| 2996 |
+
"step": 421
|
| 2997 |
+
},
|
| 2998 |
+
{
|
| 2999 |
+
"epoch": 1.2316686967113277,
|
| 3000 |
+
"grad_norm": 0.5941348378805758,
|
| 3001 |
+
"learning_rate": 3.8091547282421544e-06,
|
| 3002 |
+
"loss": 0.8018,
|
| 3003 |
+
"step": 422
|
| 3004 |
+
},
|
| 3005 |
+
{
|
| 3006 |
+
"epoch": 1.2345919610231424,
|
| 3007 |
+
"grad_norm": 0.6157891176270607,
|
| 3008 |
+
"learning_rate": 3.7843236062810216e-06,
|
| 3009 |
+
"loss": 0.7911,
|
| 3010 |
+
"step": 423
|
| 3011 |
+
},
|
| 3012 |
+
{
|
| 3013 |
+
"epoch": 1.2375152253349573,
|
| 3014 |
+
"grad_norm": 0.6544854607872745,
|
| 3015 |
+
"learning_rate": 3.7595243101719126e-06,
|
| 3016 |
+
"loss": 0.8172,
|
| 3017 |
+
"step": 424
|
| 3018 |
+
},
|
| 3019 |
+
{
|
| 3020 |
+
"epoch": 1.2404384896467722,
|
| 3021 |
+
"grad_norm": 0.5745985979840479,
|
| 3022 |
+
"learning_rate": 3.7347574891490597e-06,
|
| 3023 |
+
"loss": 0.804,
|
| 3024 |
+
"step": 425
|
| 3025 |
+
},
|
| 3026 |
+
{
|
| 3027 |
+
"epoch": 1.243361753958587,
|
| 3028 |
+
"grad_norm": 0.6354083348942862,
|
| 3029 |
+
"learning_rate": 3.71002379159651e-06,
|
| 3030 |
+
"loss": 0.7796,
|
| 3031 |
+
"step": 426
|
| 3032 |
+
},
|
| 3033 |
+
{
|
| 3034 |
+
"epoch": 1.246285018270402,
|
| 3035 |
+
"grad_norm": 0.620970843336737,
|
| 3036 |
+
"learning_rate": 3.6853238650311553e-06,
|
| 3037 |
+
"loss": 0.8224,
|
| 3038 |
+
"step": 427
|
| 3039 |
+
},
|
| 3040 |
+
{
|
| 3041 |
+
"epoch": 1.2492082825822168,
|
| 3042 |
+
"grad_norm": 0.6232417871814647,
|
| 3043 |
+
"learning_rate": 3.6606583560857757e-06,
|
| 3044 |
+
"loss": 0.818,
|
| 3045 |
+
"step": 428
|
| 3046 |
+
},
|
| 3047 |
+
{
|
| 3048 |
+
"epoch": 1.2521315468940317,
|
| 3049 |
+
"grad_norm": 0.6127780408174556,
|
| 3050 |
+
"learning_rate": 3.636027910492115e-06,
|
| 3051 |
+
"loss": 0.8117,
|
| 3052 |
+
"step": 429
|
| 3053 |
+
},
|
| 3054 |
+
{
|
| 3055 |
+
"epoch": 1.2550548112058466,
|
| 3056 |
+
"grad_norm": 0.5789315663515364,
|
| 3057 |
+
"learning_rate": 3.611433173063976e-06,
|
| 3058 |
+
"loss": 0.7912,
|
| 3059 |
+
"step": 430
|
| 3060 |
+
},
|
| 3061 |
+
{
|
| 3062 |
+
"epoch": 1.2550548112058466,
|
| 3063 |
+
"eval_loss": 1.3727632761001587,
|
| 3064 |
+
"eval_runtime": 65.3881,
|
| 3065 |
+
"eval_samples_per_second": 14.819,
|
| 3066 |
+
"eval_steps_per_second": 2.478,
|
| 3067 |
+
"step": 430
|
| 3068 |
+
},
|
| 3069 |
+
{
|
| 3070 |
+
"epoch": 1.2579780755176615,
|
| 3071 |
+
"grad_norm": 0.6009615498767048,
|
| 3072 |
+
"learning_rate": 3.5868747876803356e-06,
|
| 3073 |
+
"loss": 0.7952,
|
| 3074 |
+
"step": 431
|
| 3075 |
+
},
|
| 3076 |
+
{
|
| 3077 |
+
"epoch": 1.2609013398294762,
|
| 3078 |
+
"grad_norm": 0.6045746410233208,
|
| 3079 |
+
"learning_rate": 3.562353397268492e-06,
|
| 3080 |
+
"loss": 0.7934,
|
| 3081 |
+
"step": 432
|
| 3082 |
+
},
|
| 3083 |
+
{
|
| 3084 |
+
"epoch": 1.263824604141291,
|
| 3085 |
+
"grad_norm": 0.5931695254070988,
|
| 3086 |
+
"learning_rate": 3.5378696437872334e-06,
|
| 3087 |
+
"loss": 0.8137,
|
| 3088 |
+
"step": 433
|
| 3089 |
+
},
|
| 3090 |
+
{
|
| 3091 |
+
"epoch": 1.266747868453106,
|
| 3092 |
+
"grad_norm": 0.6149684612885844,
|
| 3093 |
+
"learning_rate": 3.5134241682100266e-06,
|
| 3094 |
+
"loss": 0.7945,
|
| 3095 |
+
"step": 434
|
| 3096 |
+
},
|
| 3097 |
+
{
|
| 3098 |
+
"epoch": 1.2696711327649208,
|
| 3099 |
+
"grad_norm": 0.572462214001696,
|
| 3100 |
+
"learning_rate": 3.4890176105082436e-06,
|
| 3101 |
+
"loss": 0.8232,
|
| 3102 |
+
"step": 435
|
| 3103 |
+
},
|
| 3104 |
+
{
|
| 3105 |
+
"epoch": 1.2725943970767357,
|
| 3106 |
+
"grad_norm": 0.5900294807807364,
|
| 3107 |
+
"learning_rate": 3.464650609634403e-06,
|
| 3108 |
+
"loss": 0.812,
|
| 3109 |
+
"step": 436
|
| 3110 |
+
},
|
| 3111 |
+
{
|
| 3112 |
+
"epoch": 1.2755176613885506,
|
| 3113 |
+
"grad_norm": 0.5719536650263874,
|
| 3114 |
+
"learning_rate": 3.4403238035054453e-06,
|
| 3115 |
+
"loss": 0.7951,
|
| 3116 |
+
"step": 437
|
| 3117 |
+
},
|
| 3118 |
+
{
|
| 3119 |
+
"epoch": 1.2784409257003655,
|
| 3120 |
+
"grad_norm": 0.5654407271189463,
|
| 3121 |
+
"learning_rate": 3.4160378289860272e-06,
|
| 3122 |
+
"loss": 0.8344,
|
| 3123 |
+
"step": 438
|
| 3124 |
+
},
|
| 3125 |
+
{
|
| 3126 |
+
"epoch": 1.2813641900121802,
|
| 3127 |
+
"grad_norm": 0.6141919442543494,
|
| 3128 |
+
"learning_rate": 3.391793321871857e-06,
|
| 3129 |
+
"loss": 0.8152,
|
| 3130 |
+
"step": 439
|
| 3131 |
+
},
|
| 3132 |
+
{
|
| 3133 |
+
"epoch": 1.284287454323995,
|
| 3134 |
+
"grad_norm": 0.5873637470479766,
|
| 3135 |
+
"learning_rate": 3.3675909168730435e-06,
|
| 3136 |
+
"loss": 0.7867,
|
| 3137 |
+
"step": 440
|
| 3138 |
+
},
|
| 3139 |
+
{
|
| 3140 |
+
"epoch": 1.28721071863581,
|
| 3141 |
+
"grad_norm": 0.5902445618697549,
|
| 3142 |
+
"learning_rate": 3.343431247597479e-06,
|
| 3143 |
+
"loss": 0.7765,
|
| 3144 |
+
"step": 441
|
| 3145 |
+
},
|
| 3146 |
+
{
|
| 3147 |
+
"epoch": 1.2901339829476248,
|
| 3148 |
+
"grad_norm": 0.6015910173648741,
|
| 3149 |
+
"learning_rate": 3.319314946534258e-06,
|
| 3150 |
+
"loss": 0.8018,
|
| 3151 |
+
"step": 442
|
| 3152 |
+
},
|
| 3153 |
+
{
|
| 3154 |
+
"epoch": 1.2930572472594397,
|
| 3155 |
+
"grad_norm": 0.5712364823565985,
|
| 3156 |
+
"learning_rate": 3.295242645037112e-06,
|
| 3157 |
+
"loss": 0.8085,
|
| 3158 |
+
"step": 443
|
| 3159 |
+
},
|
| 3160 |
+
{
|
| 3161 |
+
"epoch": 1.2959805115712546,
|
| 3162 |
+
"grad_norm": 0.5562180227854343,
|
| 3163 |
+
"learning_rate": 3.271214973307887e-06,
|
| 3164 |
+
"loss": 0.8129,
|
| 3165 |
+
"step": 444
|
| 3166 |
+
},
|
| 3167 |
+
{
|
| 3168 |
+
"epoch": 1.2989037758830695,
|
| 3169 |
+
"grad_norm": 0.5839696563715857,
|
| 3170 |
+
"learning_rate": 3.2472325603800382e-06,
|
| 3171 |
+
"loss": 0.7825,
|
| 3172 |
+
"step": 445
|
| 3173 |
+
},
|
| 3174 |
+
{
|
| 3175 |
+
"epoch": 1.3018270401948842,
|
| 3176 |
+
"grad_norm": 0.5749209131454011,
|
| 3177 |
+
"learning_rate": 3.2232960341021703e-06,
|
| 3178 |
+
"loss": 0.7829,
|
| 3179 |
+
"step": 446
|
| 3180 |
+
},
|
| 3181 |
+
{
|
| 3182 |
+
"epoch": 1.3047503045066993,
|
| 3183 |
+
"grad_norm": 0.5833897427603767,
|
| 3184 |
+
"learning_rate": 3.1994060211215936e-06,
|
| 3185 |
+
"loss": 0.7875,
|
| 3186 |
+
"step": 447
|
| 3187 |
+
},
|
| 3188 |
+
{
|
| 3189 |
+
"epoch": 1.307673568818514,
|
| 3190 |
+
"grad_norm": 0.5642135859057068,
|
| 3191 |
+
"learning_rate": 3.1755631468679217e-06,
|
| 3192 |
+
"loss": 0.7904,
|
| 3193 |
+
"step": 448
|
| 3194 |
+
},
|
| 3195 |
+
{
|
| 3196 |
+
"epoch": 1.3105968331303288,
|
| 3197 |
+
"grad_norm": 0.644206424516224,
|
| 3198 |
+
"learning_rate": 3.1517680355366985e-06,
|
| 3199 |
+
"loss": 0.7944,
|
| 3200 |
+
"step": 449
|
| 3201 |
+
},
|
| 3202 |
+
{
|
| 3203 |
+
"epoch": 1.3135200974421437,
|
| 3204 |
+
"grad_norm": 0.6001327772482385,
|
| 3205 |
+
"learning_rate": 3.1280213100730595e-06,
|
| 3206 |
+
"loss": 0.805,
|
| 3207 |
+
"step": 450
|
| 3208 |
+
},
|
| 3209 |
+
{
|
| 3210 |
+
"epoch": 1.3164433617539586,
|
| 3211 |
+
"grad_norm": 0.5813006153323479,
|
| 3212 |
+
"learning_rate": 3.104323592155413e-06,
|
| 3213 |
+
"loss": 0.8016,
|
| 3214 |
+
"step": 451
|
| 3215 |
+
},
|
| 3216 |
+
{
|
| 3217 |
+
"epoch": 1.3193666260657735,
|
| 3218 |
+
"grad_norm": 0.5928090466919959,
|
| 3219 |
+
"learning_rate": 3.08067550217918e-06,
|
| 3220 |
+
"loss": 0.7969,
|
| 3221 |
+
"step": 452
|
| 3222 |
+
},
|
| 3223 |
+
{
|
| 3224 |
+
"epoch": 1.3222898903775884,
|
| 3225 |
+
"grad_norm": 0.5908564631070854,
|
| 3226 |
+
"learning_rate": 3.057077659240538e-06,
|
| 3227 |
+
"loss": 0.8087,
|
| 3228 |
+
"step": 453
|
| 3229 |
+
},
|
| 3230 |
+
{
|
| 3231 |
+
"epoch": 1.3252131546894033,
|
| 3232 |
+
"grad_norm": 0.5768938363404773,
|
| 3233 |
+
"learning_rate": 3.033530681120225e-06,
|
| 3234 |
+
"loss": 0.7975,
|
| 3235 |
+
"step": 454
|
| 3236 |
+
},
|
| 3237 |
+
{
|
| 3238 |
+
"epoch": 1.328136419001218,
|
| 3239 |
+
"grad_norm": 0.5898657463165522,
|
| 3240 |
+
"learning_rate": 3.0100351842673593e-06,
|
| 3241 |
+
"loss": 0.8066,
|
| 3242 |
+
"step": 455
|
| 3243 |
+
},
|
| 3244 |
+
{
|
| 3245 |
+
"epoch": 1.3310596833130328,
|
| 3246 |
+
"grad_norm": 0.6028044807784166,
|
| 3247 |
+
"learning_rate": 2.9865917837833025e-06,
|
| 3248 |
+
"loss": 0.792,
|
| 3249 |
+
"step": 456
|
| 3250 |
+
},
|
| 3251 |
+
{
|
| 3252 |
+
"epoch": 1.3339829476248477,
|
| 3253 |
+
"grad_norm": 0.5902269088580138,
|
| 3254 |
+
"learning_rate": 2.963201093405559e-06,
|
| 3255 |
+
"loss": 0.7963,
|
| 3256 |
+
"step": 457
|
| 3257 |
+
},
|
| 3258 |
+
{
|
| 3259 |
+
"epoch": 1.3369062119366626,
|
| 3260 |
+
"grad_norm": 0.570908075119228,
|
| 3261 |
+
"learning_rate": 2.939863725491706e-06,
|
| 3262 |
+
"loss": 0.7971,
|
| 3263 |
+
"step": 458
|
| 3264 |
+
},
|
| 3265 |
+
{
|
| 3266 |
+
"epoch": 1.3398294762484775,
|
| 3267 |
+
"grad_norm": 0.6173543812499931,
|
| 3268 |
+
"learning_rate": 2.916580291003361e-06,
|
| 3269 |
+
"loss": 0.8191,
|
| 3270 |
+
"step": 459
|
| 3271 |
+
},
|
| 3272 |
+
{
|
| 3273 |
+
"epoch": 1.3427527405602924,
|
| 3274 |
+
"grad_norm": 0.6343832043531719,
|
| 3275 |
+
"learning_rate": 2.893351399490194e-06,
|
| 3276 |
+
"loss": 0.8074,
|
| 3277 |
+
"step": 460
|
| 3278 |
+
},
|
| 3279 |
+
{
|
| 3280 |
+
"epoch": 1.3456760048721073,
|
| 3281 |
+
"grad_norm": 0.5782617555335829,
|
| 3282 |
+
"learning_rate": 2.870177659073958e-06,
|
| 3283 |
+
"loss": 0.7978,
|
| 3284 |
+
"step": 461
|
| 3285 |
+
},
|
| 3286 |
+
{
|
| 3287 |
+
"epoch": 1.348599269183922,
|
| 3288 |
+
"grad_norm": 0.6172015597729136,
|
| 3289 |
+
"learning_rate": 2.84705967643258e-06,
|
| 3290 |
+
"loss": 0.7965,
|
| 3291 |
+
"step": 462
|
| 3292 |
+
},
|
| 3293 |
+
{
|
| 3294 |
+
"epoch": 1.351522533495737,
|
| 3295 |
+
"grad_norm": 0.6359340039521935,
|
| 3296 |
+
"learning_rate": 2.8239980567842734e-06,
|
| 3297 |
+
"loss": 0.8076,
|
| 3298 |
+
"step": 463
|
| 3299 |
+
},
|
| 3300 |
+
{
|
| 3301 |
+
"epoch": 1.3544457978075517,
|
| 3302 |
+
"grad_norm": 0.6717197639966513,
|
| 3303 |
+
"learning_rate": 2.800993403871694e-06,
|
| 3304 |
+
"loss": 0.7873,
|
| 3305 |
+
"step": 464
|
| 3306 |
+
},
|
| 3307 |
+
{
|
| 3308 |
+
"epoch": 1.3573690621193666,
|
| 3309 |
+
"grad_norm": 0.5964892377721963,
|
| 3310 |
+
"learning_rate": 2.778046319946135e-06,
|
| 3311 |
+
"loss": 0.7964,
|
| 3312 |
+
"step": 465
|
| 3313 |
+
},
|
| 3314 |
+
{
|
| 3315 |
+
"epoch": 1.3602923264311815,
|
| 3316 |
+
"grad_norm": 0.6014805489255499,
|
| 3317 |
+
"learning_rate": 2.75515740575176e-06,
|
| 3318 |
+
"loss": 0.785,
|
| 3319 |
+
"step": 466
|
| 3320 |
+
},
|
| 3321 |
+
{
|
| 3322 |
+
"epoch": 1.3632155907429964,
|
| 3323 |
+
"grad_norm": 0.59722861045332,
|
| 3324 |
+
"learning_rate": 2.7323272605098718e-06,
|
| 3325 |
+
"loss": 0.8169,
|
| 3326 |
+
"step": 467
|
| 3327 |
+
},
|
| 3328 |
+
{
|
| 3329 |
+
"epoch": 1.3661388550548113,
|
| 3330 |
+
"grad_norm": 0.5872035783585831,
|
| 3331 |
+
"learning_rate": 2.709556481903234e-06,
|
| 3332 |
+
"loss": 0.7847,
|
| 3333 |
+
"step": 468
|
| 3334 |
+
},
|
| 3335 |
+
{
|
| 3336 |
+
"epoch": 1.3690621193666261,
|
| 3337 |
+
"grad_norm": 0.5758494465266432,
|
| 3338 |
+
"learning_rate": 2.686845666060416e-06,
|
| 3339 |
+
"loss": 0.8166,
|
| 3340 |
+
"step": 469
|
| 3341 |
+
},
|
| 3342 |
+
{
|
| 3343 |
+
"epoch": 1.371985383678441,
|
| 3344 |
+
"grad_norm": 0.5970395782412861,
|
| 3345 |
+
"learning_rate": 2.6641954075401904e-06,
|
| 3346 |
+
"loss": 0.7806,
|
| 3347 |
+
"step": 470
|
| 3348 |
+
},
|
| 3349 |
+
{
|
| 3350 |
+
"epoch": 1.3749086479902557,
|
| 3351 |
+
"grad_norm": 0.5973735252514245,
|
| 3352 |
+
"learning_rate": 2.6416062993159673e-06,
|
| 3353 |
+
"loss": 0.8073,
|
| 3354 |
+
"step": 471
|
| 3355 |
+
},
|
| 3356 |
+
{
|
| 3357 |
+
"epoch": 1.3778319123020706,
|
| 3358 |
+
"grad_norm": 0.6080027009026632,
|
| 3359 |
+
"learning_rate": 2.6190789327602695e-06,
|
| 3360 |
+
"loss": 0.8054,
|
| 3361 |
+
"step": 472
|
| 3362 |
+
},
|
| 3363 |
+
{
|
| 3364 |
+
"epoch": 1.3807551766138855,
|
| 3365 |
+
"grad_norm": 0.575058281647644,
|
| 3366 |
+
"learning_rate": 2.5966138976292525e-06,
|
| 3367 |
+
"loss": 0.8219,
|
| 3368 |
+
"step": 473
|
| 3369 |
+
},
|
| 3370 |
+
{
|
| 3371 |
+
"epoch": 1.3836784409257004,
|
| 3372 |
+
"grad_norm": 0.5511199798733908,
|
| 3373 |
+
"learning_rate": 2.5742117820472585e-06,
|
| 3374 |
+
"loss": 0.8058,
|
| 3375 |
+
"step": 474
|
| 3376 |
+
},
|
| 3377 |
+
{
|
| 3378 |
+
"epoch": 1.3866017052375152,
|
| 3379 |
+
"grad_norm": 0.5894915190468311,
|
| 3380 |
+
"learning_rate": 2.5518731724914296e-06,
|
| 3381 |
+
"loss": 0.8003,
|
| 3382 |
+
"step": 475
|
| 3383 |
+
},
|
| 3384 |
+
{
|
| 3385 |
+
"epoch": 1.3895249695493301,
|
| 3386 |
+
"grad_norm": 0.6008815228155614,
|
| 3387 |
+
"learning_rate": 2.529598653776349e-06,
|
| 3388 |
+
"loss": 0.7676,
|
| 3389 |
+
"step": 476
|
| 3390 |
+
},
|
| 3391 |
+
{
|
| 3392 |
+
"epoch": 1.392448233861145,
|
| 3393 |
+
"grad_norm": 0.5582304902542878,
|
| 3394 |
+
"learning_rate": 2.5073888090387288e-06,
|
| 3395 |
+
"loss": 0.8153,
|
| 3396 |
+
"step": 477
|
| 3397 |
+
},
|
| 3398 |
+
{
|
| 3399 |
+
"epoch": 1.3953714981729597,
|
| 3400 |
+
"grad_norm": 0.5361237402188473,
|
| 3401 |
+
"learning_rate": 2.485244219722148e-06,
|
| 3402 |
+
"loss": 0.7952,
|
| 3403 |
+
"step": 478
|
| 3404 |
+
},
|
| 3405 |
+
{
|
| 3406 |
+
"epoch": 1.3982947624847748,
|
| 3407 |
+
"grad_norm": 0.5689438925320016,
|
| 3408 |
+
"learning_rate": 2.4631654655618293e-06,
|
| 3409 |
+
"loss": 0.8035,
|
| 3410 |
+
"step": 479
|
| 3411 |
+
},
|
| 3412 |
+
{
|
| 3413 |
+
"epoch": 1.4012180267965895,
|
| 3414 |
+
"grad_norm": 0.5874254989274982,
|
| 3415 |
+
"learning_rate": 2.4411531245694546e-06,
|
| 3416 |
+
"loss": 0.7966,
|
| 3417 |
+
"step": 480
|
| 3418 |
+
},
|
| 3419 |
+
{
|
| 3420 |
+
"epoch": 1.4041412911084044,
|
| 3421 |
+
"grad_norm": 0.5749456696437114,
|
| 3422 |
+
"learning_rate": 2.4192077730180475e-06,
|
| 3423 |
+
"loss": 0.8173,
|
| 3424 |
+
"step": 481
|
| 3425 |
+
},
|
| 3426 |
+
{
|
| 3427 |
+
"epoch": 1.4070645554202192,
|
| 3428 |
+
"grad_norm": 0.5672450900355861,
|
| 3429 |
+
"learning_rate": 2.3973299854268743e-06,
|
| 3430 |
+
"loss": 0.7861,
|
| 3431 |
+
"step": 482
|
| 3432 |
+
},
|
| 3433 |
+
{
|
| 3434 |
+
"epoch": 1.4099878197320341,
|
| 3435 |
+
"grad_norm": 0.5822534798540568,
|
| 3436 |
+
"learning_rate": 2.3755203345464093e-06,
|
| 3437 |
+
"loss": 0.8107,
|
| 3438 |
+
"step": 483
|
| 3439 |
+
},
|
| 3440 |
+
{
|
| 3441 |
+
"epoch": 1.412911084043849,
|
| 3442 |
+
"grad_norm": 0.5735638363168305,
|
| 3443 |
+
"learning_rate": 2.3537793913433386e-06,
|
| 3444 |
+
"loss": 0.8111,
|
| 3445 |
+
"step": 484
|
| 3446 |
+
},
|
| 3447 |
+
{
|
| 3448 |
+
"epoch": 1.415834348355664,
|
| 3449 |
+
"grad_norm": 0.5630609970931171,
|
| 3450 |
+
"learning_rate": 2.3321077249856123e-06,
|
| 3451 |
+
"loss": 0.8195,
|
| 3452 |
+
"step": 485
|
| 3453 |
+
},
|
| 3454 |
+
{
|
| 3455 |
+
"epoch": 1.4187576126674788,
|
| 3456 |
+
"grad_norm": 0.5673965152389683,
|
| 3457 |
+
"learning_rate": 2.3105059028275467e-06,
|
| 3458 |
+
"loss": 0.7669,
|
| 3459 |
+
"step": 486
|
| 3460 |
+
},
|
| 3461 |
+
{
|
| 3462 |
+
"epoch": 1.4216808769792935,
|
| 3463 |
+
"grad_norm": 0.5941423353872316,
|
| 3464 |
+
"learning_rate": 2.288974490394962e-06,
|
| 3465 |
+
"loss": 0.805,
|
| 3466 |
+
"step": 487
|
| 3467 |
+
},
|
| 3468 |
+
{
|
| 3469 |
+
"epoch": 1.4246041412911084,
|
| 3470 |
+
"grad_norm": 0.583271460902054,
|
| 3471 |
+
"learning_rate": 2.2675140513703924e-06,
|
| 3472 |
+
"loss": 0.8062,
|
| 3473 |
+
"step": 488
|
| 3474 |
+
},
|
| 3475 |
+
{
|
| 3476 |
+
"epoch": 1.4275274056029232,
|
| 3477 |
+
"grad_norm": 0.5569237007034656,
|
| 3478 |
+
"learning_rate": 2.246125147578316e-06,
|
| 3479 |
+
"loss": 0.8198,
|
| 3480 |
+
"step": 489
|
| 3481 |
+
},
|
| 3482 |
+
{
|
| 3483 |
+
"epoch": 1.4304506699147381,
|
| 3484 |
+
"grad_norm": 0.556510419136389,
|
| 3485 |
+
"learning_rate": 2.224808338970452e-06,
|
| 3486 |
+
"loss": 0.8003,
|
| 3487 |
+
"step": 490
|
| 3488 |
+
},
|
| 3489 |
+
{
|
| 3490 |
+
"epoch": 1.433373934226553,
|
| 3491 |
+
"grad_norm": 0.585029225572491,
|
| 3492 |
+
"learning_rate": 2.2035641836111014e-06,
|
| 3493 |
+
"loss": 0.8344,
|
| 3494 |
+
"step": 491
|
| 3495 |
+
},
|
| 3496 |
+
{
|
| 3497 |
+
"epoch": 1.436297198538368,
|
| 3498 |
+
"grad_norm": 0.5623539594731303,
|
| 3499 |
+
"learning_rate": 2.182393237662536e-06,
|
| 3500 |
+
"loss": 0.795,
|
| 3501 |
+
"step": 492
|
| 3502 |
+
},
|
| 3503 |
+
{
|
| 3504 |
+
"epoch": 1.4392204628501828,
|
| 3505 |
+
"grad_norm": 0.5730620202071608,
|
| 3506 |
+
"learning_rate": 2.161296055370441e-06,
|
| 3507 |
+
"loss": 0.8072,
|
| 3508 |
+
"step": 493
|
| 3509 |
+
},
|
| 3510 |
+
{
|
| 3511 |
+
"epoch": 1.4421437271619975,
|
| 3512 |
+
"grad_norm": 0.5858480193047055,
|
| 3513 |
+
"learning_rate": 2.140273189049396e-06,
|
| 3514 |
+
"loss": 0.808,
|
| 3515 |
+
"step": 494
|
| 3516 |
+
},
|
| 3517 |
+
{
|
| 3518 |
+
"epoch": 1.4450669914738123,
|
| 3519 |
+
"grad_norm": 0.5833871713302182,
|
| 3520 |
+
"learning_rate": 2.1193251890684297e-06,
|
| 3521 |
+
"loss": 0.7781,
|
| 3522 |
+
"step": 495
|
| 3523 |
+
},
|
| 3524 |
+
{
|
| 3525 |
+
"epoch": 1.4479902557856272,
|
| 3526 |
+
"grad_norm": 0.5679251391544968,
|
| 3527 |
+
"learning_rate": 2.0984526038366005e-06,
|
| 3528 |
+
"loss": 0.7848,
|
| 3529 |
+
"step": 496
|
| 3530 |
+
},
|
| 3531 |
+
{
|
| 3532 |
+
"epoch": 1.4509135200974421,
|
| 3533 |
+
"grad_norm": 0.5628769222538363,
|
| 3534 |
+
"learning_rate": 2.0776559797886445e-06,
|
| 3535 |
+
"loss": 0.8082,
|
| 3536 |
+
"step": 497
|
| 3537 |
+
},
|
| 3538 |
+
{
|
| 3539 |
+
"epoch": 1.453836784409257,
|
| 3540 |
+
"grad_norm": 0.6023793540211936,
|
| 3541 |
+
"learning_rate": 2.0569358613706685e-06,
|
| 3542 |
+
"loss": 0.8097,
|
| 3543 |
+
"step": 498
|
| 3544 |
+
},
|
| 3545 |
+
{
|
| 3546 |
+
"epoch": 1.456760048721072,
|
| 3547 |
+
"grad_norm": 0.5794155584920526,
|
| 3548 |
+
"learning_rate": 2.036292791025899e-06,
|
| 3549 |
+
"loss": 0.7773,
|
| 3550 |
+
"step": 499
|
| 3551 |
+
},
|
| 3552 |
+
{
|
| 3553 |
+
"epoch": 1.4596833130328868,
|
| 3554 |
+
"grad_norm": 0.5696461615256238,
|
| 3555 |
+
"learning_rate": 2.0157273091804725e-06,
|
| 3556 |
+
"loss": 0.7882,
|
| 3557 |
+
"step": 500
|
| 3558 |
+
},
|
| 3559 |
+
{
|
| 3560 |
+
"epoch": 1.4626065773447015,
|
| 3561 |
+
"grad_norm": 0.5827853659037967,
|
| 3562 |
+
"learning_rate": 1.995239954229301e-06,
|
| 3563 |
+
"loss": 0.7998,
|
| 3564 |
+
"step": 501
|
| 3565 |
+
},
|
| 3566 |
+
{
|
| 3567 |
+
"epoch": 1.4655298416565166,
|
| 3568 |
+
"grad_norm": 0.5615811380760124,
|
| 3569 |
+
"learning_rate": 1.9748312625219674e-06,
|
| 3570 |
+
"loss": 0.7792,
|
| 3571 |
+
"step": 502
|
| 3572 |
+
},
|
| 3573 |
+
{
|
| 3574 |
+
"epoch": 1.4684531059683312,
|
| 3575 |
+
"grad_norm": 0.5702951187471944,
|
| 3576 |
+
"learning_rate": 1.954501768348687e-06,
|
| 3577 |
+
"loss": 0.8027,
|
| 3578 |
+
"step": 503
|
| 3579 |
+
},
|
| 3580 |
+
{
|
| 3581 |
+
"epoch": 1.4713763702801461,
|
| 3582 |
+
"grad_norm": 0.5859521759939277,
|
| 3583 |
+
"learning_rate": 1.9342520039263206e-06,
|
| 3584 |
+
"loss": 0.7939,
|
| 3585 |
+
"step": 504
|
| 3586 |
+
},
|
| 3587 |
+
{
|
| 3588 |
+
"epoch": 1.474299634591961,
|
| 3589 |
+
"grad_norm": 0.5622948101159606,
|
| 3590 |
+
"learning_rate": 1.9140824993844396e-06,
|
| 3591 |
+
"loss": 0.8005,
|
| 3592 |
+
"step": 505
|
| 3593 |
+
},
|
| 3594 |
+
{
|
| 3595 |
+
"epoch": 1.477222898903776,
|
| 3596 |
+
"grad_norm": 0.5709515740173828,
|
| 3597 |
+
"learning_rate": 1.8939937827514509e-06,
|
| 3598 |
+
"loss": 0.7931,
|
| 3599 |
+
"step": 506
|
| 3600 |
+
},
|
| 3601 |
+
{
|
| 3602 |
+
"epoch": 1.4801461632155908,
|
| 3603 |
+
"grad_norm": 0.5744268405944757,
|
| 3604 |
+
"learning_rate": 1.8739863799407644e-06,
|
| 3605 |
+
"loss": 0.7715,
|
| 3606 |
+
"step": 507
|
| 3607 |
+
},
|
| 3608 |
+
{
|
| 3609 |
+
"epoch": 1.4830694275274057,
|
| 3610 |
+
"grad_norm": 0.5658023138017119,
|
| 3611 |
+
"learning_rate": 1.8540608147370386e-06,
|
| 3612 |
+
"loss": 0.8154,
|
| 3613 |
+
"step": 508
|
| 3614 |
+
},
|
| 3615 |
+
{
|
| 3616 |
+
"epoch": 1.4859926918392206,
|
| 3617 |
+
"grad_norm": 0.5683407498717216,
|
| 3618 |
+
"learning_rate": 1.8342176087824576e-06,
|
| 3619 |
+
"loss": 0.8085,
|
| 3620 |
+
"step": 509
|
| 3621 |
+
},
|
| 3622 |
+
{
|
| 3623 |
+
"epoch": 1.4889159561510352,
|
| 3624 |
+
"grad_norm": 0.5689375651699262,
|
| 3625 |
+
"learning_rate": 1.814457281563078e-06,
|
| 3626 |
+
"loss": 0.8053,
|
| 3627 |
+
"step": 510
|
| 3628 |
+
},
|
| 3629 |
+
{
|
| 3630 |
+
"epoch": 1.4918392204628501,
|
| 3631 |
+
"grad_norm": 0.5766874459611464,
|
| 3632 |
+
"learning_rate": 1.7947803503952298e-06,
|
| 3633 |
+
"loss": 0.8122,
|
| 3634 |
+
"step": 511
|
| 3635 |
+
},
|
| 3636 |
+
{
|
| 3637 |
+
"epoch": 1.494762484774665,
|
| 3638 |
+
"grad_norm": 0.5738977689581138,
|
| 3639 |
+
"learning_rate": 1.7751873304119743e-06,
|
| 3640 |
+
"loss": 0.7907,
|
| 3641 |
+
"step": 512
|
| 3642 |
+
},
|
| 3643 |
+
{
|
| 3644 |
+
"epoch": 1.49768574908648,
|
| 3645 |
+
"grad_norm": 0.5912437120374228,
|
| 3646 |
+
"learning_rate": 1.7556787345496102e-06,
|
| 3647 |
+
"loss": 0.7699,
|
| 3648 |
+
"step": 513
|
| 3649 |
+
}
|
| 3650 |
+
],
|
| 3651 |
+
"logging_steps": 1,
|
| 3652 |
+
"max_steps": 682,
|
| 3653 |
+
"num_input_tokens_seen": 0,
|
| 3654 |
+
"num_train_epochs": 2,
|
| 3655 |
+
"save_steps": 171,
|
| 3656 |
+
"stateful_callbacks": {
|
| 3657 |
+
"TrainerControl": {
|
| 3658 |
+
"args": {
|
| 3659 |
+
"should_epoch_stop": false,
|
| 3660 |
+
"should_evaluate": false,
|
| 3661 |
+
"should_log": false,
|
| 3662 |
+
"should_save": true,
|
| 3663 |
+
"should_training_stop": false
|
| 3664 |
+
},
|
| 3665 |
+
"attributes": {}
|
| 3666 |
+
}
|
| 3667 |
+
},
|
| 3668 |
+
"total_flos": 6.560179872449167e+17,
|
| 3669 |
+
"train_batch_size": 3,
|
| 3670 |
+
"trial_name": null,
|
| 3671 |
+
"trial_params": null
|
| 3672 |
+
}
|
checkpoint-513/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe29fe7d020664051ae39aa007a84a5eb7b3ed3ad71b63536509945817e67e19
|
| 3 |
+
size 8440
|
checkpoint-513/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)
|