Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/config.json +36 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/generation_config.json +9 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/latest +1 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00001-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00002-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00003-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00004-of-00004.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model.bin.index.json +298 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/rng_state.pth +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/scheduler.pt +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/special_tokens_map.json +17 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/tokenizer.json +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/tokenizer_config.json +2066 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/trainer_state.json +1958 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/training_args.bin +3 -0
- irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/zero_to_fp32.py +604 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ llama31_8b_300125_subsample_mixture/checkpoint-1005/tokenizer.json filter=lfs di
|
|
| 39 |
llama31_8b_300125_subsample_mixture/checkpoint-2011/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
merged_models/ties_deepseek_irish-sft-llama3/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
llama31_8b_instruct_translated_dolphin_r1_reasoning_flash_merged_0_to_11_out_of_100_half_English/checkpoint-1311/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
llama31_8b_300125_subsample_mixture/checkpoint-2011/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
merged_models/ties_deepseek_irish-sft-llama3/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
llama31_8b_instruct_translated_dolphin_r1_reasoning_flash_merged_0_to_11_out_of_100_half_English/checkpoint-1311/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 128000,
|
| 9 |
+
"eos_token_id": 128001,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 14336,
|
| 15 |
+
"max_position_embeddings": 131072,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 32,
|
| 19 |
+
"num_hidden_layers": 32,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pretraining_tp": 1,
|
| 22 |
+
"rms_norm_eps": 1e-05,
|
| 23 |
+
"rope_scaling": {
|
| 24 |
+
"factor": 8.0,
|
| 25 |
+
"high_freq_factor": 4.0,
|
| 26 |
+
"low_freq_factor": 1.0,
|
| 27 |
+
"original_max_position_embeddings": 8192,
|
| 28 |
+
"rope_type": "llama3"
|
| 29 |
+
},
|
| 30 |
+
"rope_theta": 500000.0,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.46.1",
|
| 34 |
+
"use_cache": true,
|
| 35 |
+
"vocab_size": 128256
|
| 36 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 128000,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 128001,
|
| 6 |
+
"temperature": 0.6,
|
| 7 |
+
"top_p": 0.95,
|
| 8 |
+
"transformers_version": "4.46.1"
|
| 9 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step548
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00001-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84b7eac9a271191ead646f62b0e5d07bfb21640fcf2b8f7b8b6460e8adbefe15
|
| 3 |
+
size 4976717314
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00002-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bf4aeb23c758ecd5daeccca3aecf719c9d4ed23c95818e629e97cd28ce0a6c
|
| 3 |
+
size 4999826246
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00003-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fd5aa81bc1bd604fa5acb16038e916ef1364f7aea6bda81bcc6a6b51c007a6d
|
| 3 |
+
size 4915938762
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model-00004-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2ff421226f1309ec48d83f6d1103e07e019ac3c68f8a2f2f294f062a2825c3d
|
| 3 |
+
size 1168140873
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16060522496
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00004-of-00004.bin",
|
| 7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
| 296 |
+
"model.norm.weight": "pytorch_model-00004-of-00004.bin"
|
| 297 |
+
}
|
| 298 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808ee7eda4a18c906fa919978a7f42962c4977c093c976df9a277ced7d133d98
|
| 3 |
+
size 14244
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d8d52581132d604ac3d2c6194a7e312871d4711c81ca02c7ba5e7a04384f27
|
| 3 |
+
size 1064
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/special_tokens_map.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin▁of▁sentence|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|end▁of▁sentence|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|end▁of▁sentence|>"
|
| 17 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d91915040cfac999d8c55f4b5bc6e67367c065e3a7a4e4b9438ce1f256addd86
|
| 3 |
+
size 17209530
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2066 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"128000": {
|
| 7 |
+
"content": "<|begin▁of▁sentence|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"128001": {
|
| 15 |
+
"content": "<|end▁of▁sentence|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"128002": {
|
| 23 |
+
"content": "<|reserved_special_token_0|>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"128003": {
|
| 31 |
+
"content": "<|reserved_special_token_1|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"128004": {
|
| 39 |
+
"content": "<|finetune_right_pad_id|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"128005": {
|
| 47 |
+
"content": "<|reserved_special_token_2|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"128006": {
|
| 55 |
+
"content": "<|start_header_id|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"128007": {
|
| 63 |
+
"content": "<|end_header_id|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"128008": {
|
| 71 |
+
"content": "<|eom_id|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"128009": {
|
| 79 |
+
"content": "<|eot_id|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"128010": {
|
| 87 |
+
"content": "<|python_tag|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"128011": {
|
| 95 |
+
"content": "<|User|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": false
|
| 101 |
+
},
|
| 102 |
+
"128012": {
|
| 103 |
+
"content": "<|Assistant|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": false
|
| 109 |
+
},
|
| 110 |
+
"128013": {
|
| 111 |
+
"content": "<think>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": false
|
| 117 |
+
},
|
| 118 |
+
"128014": {
|
| 119 |
+
"content": "</think>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": false
|
| 125 |
+
},
|
| 126 |
+
"128015": {
|
| 127 |
+
"content": "<|▁pad▁|>",
|
| 128 |
+
"lstrip": false,
|
| 129 |
+
"normalized": false,
|
| 130 |
+
"rstrip": false,
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"special": true
|
| 133 |
+
},
|
| 134 |
+
"128016": {
|
| 135 |
+
"content": "<|reserved_special_token_8|>",
|
| 136 |
+
"lstrip": false,
|
| 137 |
+
"normalized": false,
|
| 138 |
+
"rstrip": false,
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"special": true
|
| 141 |
+
},
|
| 142 |
+
"128017": {
|
| 143 |
+
"content": "<|reserved_special_token_9|>",
|
| 144 |
+
"lstrip": false,
|
| 145 |
+
"normalized": false,
|
| 146 |
+
"rstrip": false,
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"special": true
|
| 149 |
+
},
|
| 150 |
+
"128018": {
|
| 151 |
+
"content": "<|reserved_special_token_10|>",
|
| 152 |
+
"lstrip": false,
|
| 153 |
+
"normalized": false,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"special": true
|
| 157 |
+
},
|
| 158 |
+
"128019": {
|
| 159 |
+
"content": "<|reserved_special_token_11|>",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": false,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"special": true
|
| 165 |
+
},
|
| 166 |
+
"128020": {
|
| 167 |
+
"content": "<|reserved_special_token_12|>",
|
| 168 |
+
"lstrip": false,
|
| 169 |
+
"normalized": false,
|
| 170 |
+
"rstrip": false,
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"special": true
|
| 173 |
+
},
|
| 174 |
+
"128021": {
|
| 175 |
+
"content": "<|reserved_special_token_13|>",
|
| 176 |
+
"lstrip": false,
|
| 177 |
+
"normalized": false,
|
| 178 |
+
"rstrip": false,
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"special": true
|
| 181 |
+
},
|
| 182 |
+
"128022": {
|
| 183 |
+
"content": "<|reserved_special_token_14|>",
|
| 184 |
+
"lstrip": false,
|
| 185 |
+
"normalized": false,
|
| 186 |
+
"rstrip": false,
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"special": true
|
| 189 |
+
},
|
| 190 |
+
"128023": {
|
| 191 |
+
"content": "<|reserved_special_token_15|>",
|
| 192 |
+
"lstrip": false,
|
| 193 |
+
"normalized": false,
|
| 194 |
+
"rstrip": false,
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"special": true
|
| 197 |
+
},
|
| 198 |
+
"128024": {
|
| 199 |
+
"content": "<|reserved_special_token_16|>",
|
| 200 |
+
"lstrip": false,
|
| 201 |
+
"normalized": false,
|
| 202 |
+
"rstrip": false,
|
| 203 |
+
"single_word": false,
|
| 204 |
+
"special": true
|
| 205 |
+
},
|
| 206 |
+
"128025": {
|
| 207 |
+
"content": "<|reserved_special_token_17|>",
|
| 208 |
+
"lstrip": false,
|
| 209 |
+
"normalized": false,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false,
|
| 212 |
+
"special": true
|
| 213 |
+
},
|
| 214 |
+
"128026": {
|
| 215 |
+
"content": "<|reserved_special_token_18|>",
|
| 216 |
+
"lstrip": false,
|
| 217 |
+
"normalized": false,
|
| 218 |
+
"rstrip": false,
|
| 219 |
+
"single_word": false,
|
| 220 |
+
"special": true
|
| 221 |
+
},
|
| 222 |
+
"128027": {
|
| 223 |
+
"content": "<|reserved_special_token_19|>",
|
| 224 |
+
"lstrip": false,
|
| 225 |
+
"normalized": false,
|
| 226 |
+
"rstrip": false,
|
| 227 |
+
"single_word": false,
|
| 228 |
+
"special": true
|
| 229 |
+
},
|
| 230 |
+
"128028": {
|
| 231 |
+
"content": "<|reserved_special_token_20|>",
|
| 232 |
+
"lstrip": false,
|
| 233 |
+
"normalized": false,
|
| 234 |
+
"rstrip": false,
|
| 235 |
+
"single_word": false,
|
| 236 |
+
"special": true
|
| 237 |
+
},
|
| 238 |
+
"128029": {
|
| 239 |
+
"content": "<|reserved_special_token_21|>",
|
| 240 |
+
"lstrip": false,
|
| 241 |
+
"normalized": false,
|
| 242 |
+
"rstrip": false,
|
| 243 |
+
"single_word": false,
|
| 244 |
+
"special": true
|
| 245 |
+
},
|
| 246 |
+
"128030": {
|
| 247 |
+
"content": "<|reserved_special_token_22|>",
|
| 248 |
+
"lstrip": false,
|
| 249 |
+
"normalized": false,
|
| 250 |
+
"rstrip": false,
|
| 251 |
+
"single_word": false,
|
| 252 |
+
"special": true
|
| 253 |
+
},
|
| 254 |
+
"128031": {
|
| 255 |
+
"content": "<|reserved_special_token_23|>",
|
| 256 |
+
"lstrip": false,
|
| 257 |
+
"normalized": false,
|
| 258 |
+
"rstrip": false,
|
| 259 |
+
"single_word": false,
|
| 260 |
+
"special": true
|
| 261 |
+
},
|
| 262 |
+
"128032": {
|
| 263 |
+
"content": "<|reserved_special_token_24|>",
|
| 264 |
+
"lstrip": false,
|
| 265 |
+
"normalized": false,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false,
|
| 268 |
+
"special": true
|
| 269 |
+
},
|
| 270 |
+
"128033": {
|
| 271 |
+
"content": "<|reserved_special_token_25|>",
|
| 272 |
+
"lstrip": false,
|
| 273 |
+
"normalized": false,
|
| 274 |
+
"rstrip": false,
|
| 275 |
+
"single_word": false,
|
| 276 |
+
"special": true
|
| 277 |
+
},
|
| 278 |
+
"128034": {
|
| 279 |
+
"content": "<|reserved_special_token_26|>",
|
| 280 |
+
"lstrip": false,
|
| 281 |
+
"normalized": false,
|
| 282 |
+
"rstrip": false,
|
| 283 |
+
"single_word": false,
|
| 284 |
+
"special": true
|
| 285 |
+
},
|
| 286 |
+
"128035": {
|
| 287 |
+
"content": "<|reserved_special_token_27|>",
|
| 288 |
+
"lstrip": false,
|
| 289 |
+
"normalized": false,
|
| 290 |
+
"rstrip": false,
|
| 291 |
+
"single_word": false,
|
| 292 |
+
"special": true
|
| 293 |
+
},
|
| 294 |
+
"128036": {
|
| 295 |
+
"content": "<|reserved_special_token_28|>",
|
| 296 |
+
"lstrip": false,
|
| 297 |
+
"normalized": false,
|
| 298 |
+
"rstrip": false,
|
| 299 |
+
"single_word": false,
|
| 300 |
+
"special": true
|
| 301 |
+
},
|
| 302 |
+
"128037": {
|
| 303 |
+
"content": "<|reserved_special_token_29|>",
|
| 304 |
+
"lstrip": false,
|
| 305 |
+
"normalized": false,
|
| 306 |
+
"rstrip": false,
|
| 307 |
+
"single_word": false,
|
| 308 |
+
"special": true
|
| 309 |
+
},
|
| 310 |
+
"128038": {
|
| 311 |
+
"content": "<|reserved_special_token_30|>",
|
| 312 |
+
"lstrip": false,
|
| 313 |
+
"normalized": false,
|
| 314 |
+
"rstrip": false,
|
| 315 |
+
"single_word": false,
|
| 316 |
+
"special": true
|
| 317 |
+
},
|
| 318 |
+
"128039": {
|
| 319 |
+
"content": "<|reserved_special_token_31|>",
|
| 320 |
+
"lstrip": false,
|
| 321 |
+
"normalized": false,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false,
|
| 324 |
+
"special": true
|
| 325 |
+
},
|
| 326 |
+
"128040": {
|
| 327 |
+
"content": "<|reserved_special_token_32|>",
|
| 328 |
+
"lstrip": false,
|
| 329 |
+
"normalized": false,
|
| 330 |
+
"rstrip": false,
|
| 331 |
+
"single_word": false,
|
| 332 |
+
"special": true
|
| 333 |
+
},
|
| 334 |
+
"128041": {
|
| 335 |
+
"content": "<|reserved_special_token_33|>",
|
| 336 |
+
"lstrip": false,
|
| 337 |
+
"normalized": false,
|
| 338 |
+
"rstrip": false,
|
| 339 |
+
"single_word": false,
|
| 340 |
+
"special": true
|
| 341 |
+
},
|
| 342 |
+
"128042": {
|
| 343 |
+
"content": "<|reserved_special_token_34|>",
|
| 344 |
+
"lstrip": false,
|
| 345 |
+
"normalized": false,
|
| 346 |
+
"rstrip": false,
|
| 347 |
+
"single_word": false,
|
| 348 |
+
"special": true
|
| 349 |
+
},
|
| 350 |
+
"128043": {
|
| 351 |
+
"content": "<|reserved_special_token_35|>",
|
| 352 |
+
"lstrip": false,
|
| 353 |
+
"normalized": false,
|
| 354 |
+
"rstrip": false,
|
| 355 |
+
"single_word": false,
|
| 356 |
+
"special": true
|
| 357 |
+
},
|
| 358 |
+
"128044": {
|
| 359 |
+
"content": "<|reserved_special_token_36|>",
|
| 360 |
+
"lstrip": false,
|
| 361 |
+
"normalized": false,
|
| 362 |
+
"rstrip": false,
|
| 363 |
+
"single_word": false,
|
| 364 |
+
"special": true
|
| 365 |
+
},
|
| 366 |
+
"128045": {
|
| 367 |
+
"content": "<|reserved_special_token_37|>",
|
| 368 |
+
"lstrip": false,
|
| 369 |
+
"normalized": false,
|
| 370 |
+
"rstrip": false,
|
| 371 |
+
"single_word": false,
|
| 372 |
+
"special": true
|
| 373 |
+
},
|
| 374 |
+
"128046": {
|
| 375 |
+
"content": "<|reserved_special_token_38|>",
|
| 376 |
+
"lstrip": false,
|
| 377 |
+
"normalized": false,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false,
|
| 380 |
+
"special": true
|
| 381 |
+
},
|
| 382 |
+
"128047": {
|
| 383 |
+
"content": "<|reserved_special_token_39|>",
|
| 384 |
+
"lstrip": false,
|
| 385 |
+
"normalized": false,
|
| 386 |
+
"rstrip": false,
|
| 387 |
+
"single_word": false,
|
| 388 |
+
"special": true
|
| 389 |
+
},
|
| 390 |
+
"128048": {
|
| 391 |
+
"content": "<|reserved_special_token_40|>",
|
| 392 |
+
"lstrip": false,
|
| 393 |
+
"normalized": false,
|
| 394 |
+
"rstrip": false,
|
| 395 |
+
"single_word": false,
|
| 396 |
+
"special": true
|
| 397 |
+
},
|
| 398 |
+
"128049": {
|
| 399 |
+
"content": "<|reserved_special_token_41|>",
|
| 400 |
+
"lstrip": false,
|
| 401 |
+
"normalized": false,
|
| 402 |
+
"rstrip": false,
|
| 403 |
+
"single_word": false,
|
| 404 |
+
"special": true
|
| 405 |
+
},
|
| 406 |
+
"128050": {
|
| 407 |
+
"content": "<|reserved_special_token_42|>",
|
| 408 |
+
"lstrip": false,
|
| 409 |
+
"normalized": false,
|
| 410 |
+
"rstrip": false,
|
| 411 |
+
"single_word": false,
|
| 412 |
+
"special": true
|
| 413 |
+
},
|
| 414 |
+
"128051": {
|
| 415 |
+
"content": "<|reserved_special_token_43|>",
|
| 416 |
+
"lstrip": false,
|
| 417 |
+
"normalized": false,
|
| 418 |
+
"rstrip": false,
|
| 419 |
+
"single_word": false,
|
| 420 |
+
"special": true
|
| 421 |
+
},
|
| 422 |
+
"128052": {
|
| 423 |
+
"content": "<|reserved_special_token_44|>",
|
| 424 |
+
"lstrip": false,
|
| 425 |
+
"normalized": false,
|
| 426 |
+
"rstrip": false,
|
| 427 |
+
"single_word": false,
|
| 428 |
+
"special": true
|
| 429 |
+
},
|
| 430 |
+
"128053": {
|
| 431 |
+
"content": "<|reserved_special_token_45|>",
|
| 432 |
+
"lstrip": false,
|
| 433 |
+
"normalized": false,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false,
|
| 436 |
+
"special": true
|
| 437 |
+
},
|
| 438 |
+
"128054": {
|
| 439 |
+
"content": "<|reserved_special_token_46|>",
|
| 440 |
+
"lstrip": false,
|
| 441 |
+
"normalized": false,
|
| 442 |
+
"rstrip": false,
|
| 443 |
+
"single_word": false,
|
| 444 |
+
"special": true
|
| 445 |
+
},
|
| 446 |
+
"128055": {
|
| 447 |
+
"content": "<|reserved_special_token_47|>",
|
| 448 |
+
"lstrip": false,
|
| 449 |
+
"normalized": false,
|
| 450 |
+
"rstrip": false,
|
| 451 |
+
"single_word": false,
|
| 452 |
+
"special": true
|
| 453 |
+
},
|
| 454 |
+
"128056": {
|
| 455 |
+
"content": "<|reserved_special_token_48|>",
|
| 456 |
+
"lstrip": false,
|
| 457 |
+
"normalized": false,
|
| 458 |
+
"rstrip": false,
|
| 459 |
+
"single_word": false,
|
| 460 |
+
"special": true
|
| 461 |
+
},
|
| 462 |
+
"128057": {
|
| 463 |
+
"content": "<|reserved_special_token_49|>",
|
| 464 |
+
"lstrip": false,
|
| 465 |
+
"normalized": false,
|
| 466 |
+
"rstrip": false,
|
| 467 |
+
"single_word": false,
|
| 468 |
+
"special": true
|
| 469 |
+
},
|
| 470 |
+
"128058": {
|
| 471 |
+
"content": "<|reserved_special_token_50|>",
|
| 472 |
+
"lstrip": false,
|
| 473 |
+
"normalized": false,
|
| 474 |
+
"rstrip": false,
|
| 475 |
+
"single_word": false,
|
| 476 |
+
"special": true
|
| 477 |
+
},
|
| 478 |
+
"128059": {
|
| 479 |
+
"content": "<|reserved_special_token_51|>",
|
| 480 |
+
"lstrip": false,
|
| 481 |
+
"normalized": false,
|
| 482 |
+
"rstrip": false,
|
| 483 |
+
"single_word": false,
|
| 484 |
+
"special": true
|
| 485 |
+
},
|
| 486 |
+
"128060": {
|
| 487 |
+
"content": "<|reserved_special_token_52|>",
|
| 488 |
+
"lstrip": false,
|
| 489 |
+
"normalized": false,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false,
|
| 492 |
+
"special": true
|
| 493 |
+
},
|
| 494 |
+
"128061": {
|
| 495 |
+
"content": "<|reserved_special_token_53|>",
|
| 496 |
+
"lstrip": false,
|
| 497 |
+
"normalized": false,
|
| 498 |
+
"rstrip": false,
|
| 499 |
+
"single_word": false,
|
| 500 |
+
"special": true
|
| 501 |
+
},
|
| 502 |
+
"128062": {
|
| 503 |
+
"content": "<|reserved_special_token_54|>",
|
| 504 |
+
"lstrip": false,
|
| 505 |
+
"normalized": false,
|
| 506 |
+
"rstrip": false,
|
| 507 |
+
"single_word": false,
|
| 508 |
+
"special": true
|
| 509 |
+
},
|
| 510 |
+
"128063": {
|
| 511 |
+
"content": "<|reserved_special_token_55|>",
|
| 512 |
+
"lstrip": false,
|
| 513 |
+
"normalized": false,
|
| 514 |
+
"rstrip": false,
|
| 515 |
+
"single_word": false,
|
| 516 |
+
"special": true
|
| 517 |
+
},
|
| 518 |
+
"128064": {
|
| 519 |
+
"content": "<|reserved_special_token_56|>",
|
| 520 |
+
"lstrip": false,
|
| 521 |
+
"normalized": false,
|
| 522 |
+
"rstrip": false,
|
| 523 |
+
"single_word": false,
|
| 524 |
+
"special": true
|
| 525 |
+
},
|
| 526 |
+
"128065": {
|
| 527 |
+
"content": "<|reserved_special_token_57|>",
|
| 528 |
+
"lstrip": false,
|
| 529 |
+
"normalized": false,
|
| 530 |
+
"rstrip": false,
|
| 531 |
+
"single_word": false,
|
| 532 |
+
"special": true
|
| 533 |
+
},
|
| 534 |
+
"128066": {
|
| 535 |
+
"content": "<|reserved_special_token_58|>",
|
| 536 |
+
"lstrip": false,
|
| 537 |
+
"normalized": false,
|
| 538 |
+
"rstrip": false,
|
| 539 |
+
"single_word": false,
|
| 540 |
+
"special": true
|
| 541 |
+
},
|
| 542 |
+
"128067": {
|
| 543 |
+
"content": "<|reserved_special_token_59|>",
|
| 544 |
+
"lstrip": false,
|
| 545 |
+
"normalized": false,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false,
|
| 548 |
+
"special": true
|
| 549 |
+
},
|
| 550 |
+
"128068": {
|
| 551 |
+
"content": "<|reserved_special_token_60|>",
|
| 552 |
+
"lstrip": false,
|
| 553 |
+
"normalized": false,
|
| 554 |
+
"rstrip": false,
|
| 555 |
+
"single_word": false,
|
| 556 |
+
"special": true
|
| 557 |
+
},
|
| 558 |
+
"128069": {
|
| 559 |
+
"content": "<|reserved_special_token_61|>",
|
| 560 |
+
"lstrip": false,
|
| 561 |
+
"normalized": false,
|
| 562 |
+
"rstrip": false,
|
| 563 |
+
"single_word": false,
|
| 564 |
+
"special": true
|
| 565 |
+
},
|
| 566 |
+
"128070": {
|
| 567 |
+
"content": "<|reserved_special_token_62|>",
|
| 568 |
+
"lstrip": false,
|
| 569 |
+
"normalized": false,
|
| 570 |
+
"rstrip": false,
|
| 571 |
+
"single_word": false,
|
| 572 |
+
"special": true
|
| 573 |
+
},
|
| 574 |
+
"128071": {
|
| 575 |
+
"content": "<|reserved_special_token_63|>",
|
| 576 |
+
"lstrip": false,
|
| 577 |
+
"normalized": false,
|
| 578 |
+
"rstrip": false,
|
| 579 |
+
"single_word": false,
|
| 580 |
+
"special": true
|
| 581 |
+
},
|
| 582 |
+
"128072": {
|
| 583 |
+
"content": "<|reserved_special_token_64|>",
|
| 584 |
+
"lstrip": false,
|
| 585 |
+
"normalized": false,
|
| 586 |
+
"rstrip": false,
|
| 587 |
+
"single_word": false,
|
| 588 |
+
"special": true
|
| 589 |
+
},
|
| 590 |
+
"128073": {
|
| 591 |
+
"content": "<|reserved_special_token_65|>",
|
| 592 |
+
"lstrip": false,
|
| 593 |
+
"normalized": false,
|
| 594 |
+
"rstrip": false,
|
| 595 |
+
"single_word": false,
|
| 596 |
+
"special": true
|
| 597 |
+
},
|
| 598 |
+
"128074": {
|
| 599 |
+
"content": "<|reserved_special_token_66|>",
|
| 600 |
+
"lstrip": false,
|
| 601 |
+
"normalized": false,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false,
|
| 604 |
+
"special": true
|
| 605 |
+
},
|
| 606 |
+
"128075": {
|
| 607 |
+
"content": "<|reserved_special_token_67|>",
|
| 608 |
+
"lstrip": false,
|
| 609 |
+
"normalized": false,
|
| 610 |
+
"rstrip": false,
|
| 611 |
+
"single_word": false,
|
| 612 |
+
"special": true
|
| 613 |
+
},
|
| 614 |
+
"128076": {
|
| 615 |
+
"content": "<|reserved_special_token_68|>",
|
| 616 |
+
"lstrip": false,
|
| 617 |
+
"normalized": false,
|
| 618 |
+
"rstrip": false,
|
| 619 |
+
"single_word": false,
|
| 620 |
+
"special": true
|
| 621 |
+
},
|
| 622 |
+
"128077": {
|
| 623 |
+
"content": "<|reserved_special_token_69|>",
|
| 624 |
+
"lstrip": false,
|
| 625 |
+
"normalized": false,
|
| 626 |
+
"rstrip": false,
|
| 627 |
+
"single_word": false,
|
| 628 |
+
"special": true
|
| 629 |
+
},
|
| 630 |
+
"128078": {
|
| 631 |
+
"content": "<|reserved_special_token_70|>",
|
| 632 |
+
"lstrip": false,
|
| 633 |
+
"normalized": false,
|
| 634 |
+
"rstrip": false,
|
| 635 |
+
"single_word": false,
|
| 636 |
+
"special": true
|
| 637 |
+
},
|
| 638 |
+
"128079": {
|
| 639 |
+
"content": "<|reserved_special_token_71|>",
|
| 640 |
+
"lstrip": false,
|
| 641 |
+
"normalized": false,
|
| 642 |
+
"rstrip": false,
|
| 643 |
+
"single_word": false,
|
| 644 |
+
"special": true
|
| 645 |
+
},
|
| 646 |
+
"128080": {
|
| 647 |
+
"content": "<|reserved_special_token_72|>",
|
| 648 |
+
"lstrip": false,
|
| 649 |
+
"normalized": false,
|
| 650 |
+
"rstrip": false,
|
| 651 |
+
"single_word": false,
|
| 652 |
+
"special": true
|
| 653 |
+
},
|
| 654 |
+
"128081": {
|
| 655 |
+
"content": "<|reserved_special_token_73|>",
|
| 656 |
+
"lstrip": false,
|
| 657 |
+
"normalized": false,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false,
|
| 660 |
+
"special": true
|
| 661 |
+
},
|
| 662 |
+
"128082": {
|
| 663 |
+
"content": "<|reserved_special_token_74|>",
|
| 664 |
+
"lstrip": false,
|
| 665 |
+
"normalized": false,
|
| 666 |
+
"rstrip": false,
|
| 667 |
+
"single_word": false,
|
| 668 |
+
"special": true
|
| 669 |
+
},
|
| 670 |
+
"128083": {
|
| 671 |
+
"content": "<|reserved_special_token_75|>",
|
| 672 |
+
"lstrip": false,
|
| 673 |
+
"normalized": false,
|
| 674 |
+
"rstrip": false,
|
| 675 |
+
"single_word": false,
|
| 676 |
+
"special": true
|
| 677 |
+
},
|
| 678 |
+
"128084": {
|
| 679 |
+
"content": "<|reserved_special_token_76|>",
|
| 680 |
+
"lstrip": false,
|
| 681 |
+
"normalized": false,
|
| 682 |
+
"rstrip": false,
|
| 683 |
+
"single_word": false,
|
| 684 |
+
"special": true
|
| 685 |
+
},
|
| 686 |
+
"128085": {
|
| 687 |
+
"content": "<|reserved_special_token_77|>",
|
| 688 |
+
"lstrip": false,
|
| 689 |
+
"normalized": false,
|
| 690 |
+
"rstrip": false,
|
| 691 |
+
"single_word": false,
|
| 692 |
+
"special": true
|
| 693 |
+
},
|
| 694 |
+
"128086": {
|
| 695 |
+
"content": "<|reserved_special_token_78|>",
|
| 696 |
+
"lstrip": false,
|
| 697 |
+
"normalized": false,
|
| 698 |
+
"rstrip": false,
|
| 699 |
+
"single_word": false,
|
| 700 |
+
"special": true
|
| 701 |
+
},
|
| 702 |
+
"128087": {
|
| 703 |
+
"content": "<|reserved_special_token_79|>",
|
| 704 |
+
"lstrip": false,
|
| 705 |
+
"normalized": false,
|
| 706 |
+
"rstrip": false,
|
| 707 |
+
"single_word": false,
|
| 708 |
+
"special": true
|
| 709 |
+
},
|
| 710 |
+
"128088": {
|
| 711 |
+
"content": "<|reserved_special_token_80|>",
|
| 712 |
+
"lstrip": false,
|
| 713 |
+
"normalized": false,
|
| 714 |
+
"rstrip": false,
|
| 715 |
+
"single_word": false,
|
| 716 |
+
"special": true
|
| 717 |
+
},
|
| 718 |
+
"128089": {
|
| 719 |
+
"content": "<|reserved_special_token_81|>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": false,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false,
|
| 724 |
+
"special": true
|
| 725 |
+
},
|
| 726 |
+
"128090": {
|
| 727 |
+
"content": "<|reserved_special_token_82|>",
|
| 728 |
+
"lstrip": false,
|
| 729 |
+
"normalized": false,
|
| 730 |
+
"rstrip": false,
|
| 731 |
+
"single_word": false,
|
| 732 |
+
"special": true
|
| 733 |
+
},
|
| 734 |
+
"128091": {
|
| 735 |
+
"content": "<|reserved_special_token_83|>",
|
| 736 |
+
"lstrip": false,
|
| 737 |
+
"normalized": false,
|
| 738 |
+
"rstrip": false,
|
| 739 |
+
"single_word": false,
|
| 740 |
+
"special": true
|
| 741 |
+
},
|
| 742 |
+
"128092": {
|
| 743 |
+
"content": "<|reserved_special_token_84|>",
|
| 744 |
+
"lstrip": false,
|
| 745 |
+
"normalized": false,
|
| 746 |
+
"rstrip": false,
|
| 747 |
+
"single_word": false,
|
| 748 |
+
"special": true
|
| 749 |
+
},
|
| 750 |
+
"128093": {
|
| 751 |
+
"content": "<|reserved_special_token_85|>",
|
| 752 |
+
"lstrip": false,
|
| 753 |
+
"normalized": false,
|
| 754 |
+
"rstrip": false,
|
| 755 |
+
"single_word": false,
|
| 756 |
+
"special": true
|
| 757 |
+
},
|
| 758 |
+
"128094": {
|
| 759 |
+
"content": "<|reserved_special_token_86|>",
|
| 760 |
+
"lstrip": false,
|
| 761 |
+
"normalized": false,
|
| 762 |
+
"rstrip": false,
|
| 763 |
+
"single_word": false,
|
| 764 |
+
"special": true
|
| 765 |
+
},
|
| 766 |
+
"128095": {
|
| 767 |
+
"content": "<|reserved_special_token_87|>",
|
| 768 |
+
"lstrip": false,
|
| 769 |
+
"normalized": false,
|
| 770 |
+
"rstrip": false,
|
| 771 |
+
"single_word": false,
|
| 772 |
+
"special": true
|
| 773 |
+
},
|
| 774 |
+
"128096": {
|
| 775 |
+
"content": "<|reserved_special_token_88|>",
|
| 776 |
+
"lstrip": false,
|
| 777 |
+
"normalized": false,
|
| 778 |
+
"rstrip": false,
|
| 779 |
+
"single_word": false,
|
| 780 |
+
"special": true
|
| 781 |
+
},
|
| 782 |
+
"128097": {
|
| 783 |
+
"content": "<|reserved_special_token_89|>",
|
| 784 |
+
"lstrip": false,
|
| 785 |
+
"normalized": false,
|
| 786 |
+
"rstrip": false,
|
| 787 |
+
"single_word": false,
|
| 788 |
+
"special": true
|
| 789 |
+
},
|
| 790 |
+
"128098": {
|
| 791 |
+
"content": "<|reserved_special_token_90|>",
|
| 792 |
+
"lstrip": false,
|
| 793 |
+
"normalized": false,
|
| 794 |
+
"rstrip": false,
|
| 795 |
+
"single_word": false,
|
| 796 |
+
"special": true
|
| 797 |
+
},
|
| 798 |
+
"128099": {
|
| 799 |
+
"content": "<|reserved_special_token_91|>",
|
| 800 |
+
"lstrip": false,
|
| 801 |
+
"normalized": false,
|
| 802 |
+
"rstrip": false,
|
| 803 |
+
"single_word": false,
|
| 804 |
+
"special": true
|
| 805 |
+
},
|
| 806 |
+
"128100": {
|
| 807 |
+
"content": "<|reserved_special_token_92|>",
|
| 808 |
+
"lstrip": false,
|
| 809 |
+
"normalized": false,
|
| 810 |
+
"rstrip": false,
|
| 811 |
+
"single_word": false,
|
| 812 |
+
"special": true
|
| 813 |
+
},
|
| 814 |
+
"128101": {
|
| 815 |
+
"content": "<|reserved_special_token_93|>",
|
| 816 |
+
"lstrip": false,
|
| 817 |
+
"normalized": false,
|
| 818 |
+
"rstrip": false,
|
| 819 |
+
"single_word": false,
|
| 820 |
+
"special": true
|
| 821 |
+
},
|
| 822 |
+
"128102": {
|
| 823 |
+
"content": "<|reserved_special_token_94|>",
|
| 824 |
+
"lstrip": false,
|
| 825 |
+
"normalized": false,
|
| 826 |
+
"rstrip": false,
|
| 827 |
+
"single_word": false,
|
| 828 |
+
"special": true
|
| 829 |
+
},
|
| 830 |
+
"128103": {
|
| 831 |
+
"content": "<|reserved_special_token_95|>",
|
| 832 |
+
"lstrip": false,
|
| 833 |
+
"normalized": false,
|
| 834 |
+
"rstrip": false,
|
| 835 |
+
"single_word": false,
|
| 836 |
+
"special": true
|
| 837 |
+
},
|
| 838 |
+
"128104": {
|
| 839 |
+
"content": "<|reserved_special_token_96|>",
|
| 840 |
+
"lstrip": false,
|
| 841 |
+
"normalized": false,
|
| 842 |
+
"rstrip": false,
|
| 843 |
+
"single_word": false,
|
| 844 |
+
"special": true
|
| 845 |
+
},
|
| 846 |
+
"128105": {
|
| 847 |
+
"content": "<|reserved_special_token_97|>",
|
| 848 |
+
"lstrip": false,
|
| 849 |
+
"normalized": false,
|
| 850 |
+
"rstrip": false,
|
| 851 |
+
"single_word": false,
|
| 852 |
+
"special": true
|
| 853 |
+
},
|
| 854 |
+
"128106": {
|
| 855 |
+
"content": "<|reserved_special_token_98|>",
|
| 856 |
+
"lstrip": false,
|
| 857 |
+
"normalized": false,
|
| 858 |
+
"rstrip": false,
|
| 859 |
+
"single_word": false,
|
| 860 |
+
"special": true
|
| 861 |
+
},
|
| 862 |
+
"128107": {
|
| 863 |
+
"content": "<|reserved_special_token_99|>",
|
| 864 |
+
"lstrip": false,
|
| 865 |
+
"normalized": false,
|
| 866 |
+
"rstrip": false,
|
| 867 |
+
"single_word": false,
|
| 868 |
+
"special": true
|
| 869 |
+
},
|
| 870 |
+
"128108": {
|
| 871 |
+
"content": "<|reserved_special_token_100|>",
|
| 872 |
+
"lstrip": false,
|
| 873 |
+
"normalized": false,
|
| 874 |
+
"rstrip": false,
|
| 875 |
+
"single_word": false,
|
| 876 |
+
"special": true
|
| 877 |
+
},
|
| 878 |
+
"128109": {
|
| 879 |
+
"content": "<|reserved_special_token_101|>",
|
| 880 |
+
"lstrip": false,
|
| 881 |
+
"normalized": false,
|
| 882 |
+
"rstrip": false,
|
| 883 |
+
"single_word": false,
|
| 884 |
+
"special": true
|
| 885 |
+
},
|
| 886 |
+
"128110": {
|
| 887 |
+
"content": "<|reserved_special_token_102|>",
|
| 888 |
+
"lstrip": false,
|
| 889 |
+
"normalized": false,
|
| 890 |
+
"rstrip": false,
|
| 891 |
+
"single_word": false,
|
| 892 |
+
"special": true
|
| 893 |
+
},
|
| 894 |
+
"128111": {
|
| 895 |
+
"content": "<|reserved_special_token_103|>",
|
| 896 |
+
"lstrip": false,
|
| 897 |
+
"normalized": false,
|
| 898 |
+
"rstrip": false,
|
| 899 |
+
"single_word": false,
|
| 900 |
+
"special": true
|
| 901 |
+
},
|
| 902 |
+
"128112": {
|
| 903 |
+
"content": "<|reserved_special_token_104|>",
|
| 904 |
+
"lstrip": false,
|
| 905 |
+
"normalized": false,
|
| 906 |
+
"rstrip": false,
|
| 907 |
+
"single_word": false,
|
| 908 |
+
"special": true
|
| 909 |
+
},
|
| 910 |
+
"128113": {
|
| 911 |
+
"content": "<|reserved_special_token_105|>",
|
| 912 |
+
"lstrip": false,
|
| 913 |
+
"normalized": false,
|
| 914 |
+
"rstrip": false,
|
| 915 |
+
"single_word": false,
|
| 916 |
+
"special": true
|
| 917 |
+
},
|
| 918 |
+
"128114": {
|
| 919 |
+
"content": "<|reserved_special_token_106|>",
|
| 920 |
+
"lstrip": false,
|
| 921 |
+
"normalized": false,
|
| 922 |
+
"rstrip": false,
|
| 923 |
+
"single_word": false,
|
| 924 |
+
"special": true
|
| 925 |
+
},
|
| 926 |
+
"128115": {
|
| 927 |
+
"content": "<|reserved_special_token_107|>",
|
| 928 |
+
"lstrip": false,
|
| 929 |
+
"normalized": false,
|
| 930 |
+
"rstrip": false,
|
| 931 |
+
"single_word": false,
|
| 932 |
+
"special": true
|
| 933 |
+
},
|
| 934 |
+
"128116": {
|
| 935 |
+
"content": "<|reserved_special_token_108|>",
|
| 936 |
+
"lstrip": false,
|
| 937 |
+
"normalized": false,
|
| 938 |
+
"rstrip": false,
|
| 939 |
+
"single_word": false,
|
| 940 |
+
"special": true
|
| 941 |
+
},
|
| 942 |
+
"128117": {
|
| 943 |
+
"content": "<|reserved_special_token_109|>",
|
| 944 |
+
"lstrip": false,
|
| 945 |
+
"normalized": false,
|
| 946 |
+
"rstrip": false,
|
| 947 |
+
"single_word": false,
|
| 948 |
+
"special": true
|
| 949 |
+
},
|
| 950 |
+
"128118": {
|
| 951 |
+
"content": "<|reserved_special_token_110|>",
|
| 952 |
+
"lstrip": false,
|
| 953 |
+
"normalized": false,
|
| 954 |
+
"rstrip": false,
|
| 955 |
+
"single_word": false,
|
| 956 |
+
"special": true
|
| 957 |
+
},
|
| 958 |
+
"128119": {
|
| 959 |
+
"content": "<|reserved_special_token_111|>",
|
| 960 |
+
"lstrip": false,
|
| 961 |
+
"normalized": false,
|
| 962 |
+
"rstrip": false,
|
| 963 |
+
"single_word": false,
|
| 964 |
+
"special": true
|
| 965 |
+
},
|
| 966 |
+
"128120": {
|
| 967 |
+
"content": "<|reserved_special_token_112|>",
|
| 968 |
+
"lstrip": false,
|
| 969 |
+
"normalized": false,
|
| 970 |
+
"rstrip": false,
|
| 971 |
+
"single_word": false,
|
| 972 |
+
"special": true
|
| 973 |
+
},
|
| 974 |
+
"128121": {
|
| 975 |
+
"content": "<|reserved_special_token_113|>",
|
| 976 |
+
"lstrip": false,
|
| 977 |
+
"normalized": false,
|
| 978 |
+
"rstrip": false,
|
| 979 |
+
"single_word": false,
|
| 980 |
+
"special": true
|
| 981 |
+
},
|
| 982 |
+
"128122": {
|
| 983 |
+
"content": "<|reserved_special_token_114|>",
|
| 984 |
+
"lstrip": false,
|
| 985 |
+
"normalized": false,
|
| 986 |
+
"rstrip": false,
|
| 987 |
+
"single_word": false,
|
| 988 |
+
"special": true
|
| 989 |
+
},
|
| 990 |
+
"128123": {
|
| 991 |
+
"content": "<|reserved_special_token_115|>",
|
| 992 |
+
"lstrip": false,
|
| 993 |
+
"normalized": false,
|
| 994 |
+
"rstrip": false,
|
| 995 |
+
"single_word": false,
|
| 996 |
+
"special": true
|
| 997 |
+
},
|
| 998 |
+
"128124": {
|
| 999 |
+
"content": "<|reserved_special_token_116|>",
|
| 1000 |
+
"lstrip": false,
|
| 1001 |
+
"normalized": false,
|
| 1002 |
+
"rstrip": false,
|
| 1003 |
+
"single_word": false,
|
| 1004 |
+
"special": true
|
| 1005 |
+
},
|
| 1006 |
+
"128125": {
|
| 1007 |
+
"content": "<|reserved_special_token_117|>",
|
| 1008 |
+
"lstrip": false,
|
| 1009 |
+
"normalized": false,
|
| 1010 |
+
"rstrip": false,
|
| 1011 |
+
"single_word": false,
|
| 1012 |
+
"special": true
|
| 1013 |
+
},
|
| 1014 |
+
"128126": {
|
| 1015 |
+
"content": "<|reserved_special_token_118|>",
|
| 1016 |
+
"lstrip": false,
|
| 1017 |
+
"normalized": false,
|
| 1018 |
+
"rstrip": false,
|
| 1019 |
+
"single_word": false,
|
| 1020 |
+
"special": true
|
| 1021 |
+
},
|
| 1022 |
+
"128127": {
|
| 1023 |
+
"content": "<|reserved_special_token_119|>",
|
| 1024 |
+
"lstrip": false,
|
| 1025 |
+
"normalized": false,
|
| 1026 |
+
"rstrip": false,
|
| 1027 |
+
"single_word": false,
|
| 1028 |
+
"special": true
|
| 1029 |
+
},
|
| 1030 |
+
"128128": {
|
| 1031 |
+
"content": "<|reserved_special_token_120|>",
|
| 1032 |
+
"lstrip": false,
|
| 1033 |
+
"normalized": false,
|
| 1034 |
+
"rstrip": false,
|
| 1035 |
+
"single_word": false,
|
| 1036 |
+
"special": true
|
| 1037 |
+
},
|
| 1038 |
+
"128129": {
|
| 1039 |
+
"content": "<|reserved_special_token_121|>",
|
| 1040 |
+
"lstrip": false,
|
| 1041 |
+
"normalized": false,
|
| 1042 |
+
"rstrip": false,
|
| 1043 |
+
"single_word": false,
|
| 1044 |
+
"special": true
|
| 1045 |
+
},
|
| 1046 |
+
"128130": {
|
| 1047 |
+
"content": "<|reserved_special_token_122|>",
|
| 1048 |
+
"lstrip": false,
|
| 1049 |
+
"normalized": false,
|
| 1050 |
+
"rstrip": false,
|
| 1051 |
+
"single_word": false,
|
| 1052 |
+
"special": true
|
| 1053 |
+
},
|
| 1054 |
+
"128131": {
|
| 1055 |
+
"content": "<|reserved_special_token_123|>",
|
| 1056 |
+
"lstrip": false,
|
| 1057 |
+
"normalized": false,
|
| 1058 |
+
"rstrip": false,
|
| 1059 |
+
"single_word": false,
|
| 1060 |
+
"special": true
|
| 1061 |
+
},
|
| 1062 |
+
"128132": {
|
| 1063 |
+
"content": "<|reserved_special_token_124|>",
|
| 1064 |
+
"lstrip": false,
|
| 1065 |
+
"normalized": false,
|
| 1066 |
+
"rstrip": false,
|
| 1067 |
+
"single_word": false,
|
| 1068 |
+
"special": true
|
| 1069 |
+
},
|
| 1070 |
+
"128133": {
|
| 1071 |
+
"content": "<|reserved_special_token_125|>",
|
| 1072 |
+
"lstrip": false,
|
| 1073 |
+
"normalized": false,
|
| 1074 |
+
"rstrip": false,
|
| 1075 |
+
"single_word": false,
|
| 1076 |
+
"special": true
|
| 1077 |
+
},
|
| 1078 |
+
"128134": {
|
| 1079 |
+
"content": "<|reserved_special_token_126|>",
|
| 1080 |
+
"lstrip": false,
|
| 1081 |
+
"normalized": false,
|
| 1082 |
+
"rstrip": false,
|
| 1083 |
+
"single_word": false,
|
| 1084 |
+
"special": true
|
| 1085 |
+
},
|
| 1086 |
+
"128135": {
|
| 1087 |
+
"content": "<|reserved_special_token_127|>",
|
| 1088 |
+
"lstrip": false,
|
| 1089 |
+
"normalized": false,
|
| 1090 |
+
"rstrip": false,
|
| 1091 |
+
"single_word": false,
|
| 1092 |
+
"special": true
|
| 1093 |
+
},
|
| 1094 |
+
"128136": {
|
| 1095 |
+
"content": "<|reserved_special_token_128|>",
|
| 1096 |
+
"lstrip": false,
|
| 1097 |
+
"normalized": false,
|
| 1098 |
+
"rstrip": false,
|
| 1099 |
+
"single_word": false,
|
| 1100 |
+
"special": true
|
| 1101 |
+
},
|
| 1102 |
+
"128137": {
|
| 1103 |
+
"content": "<|reserved_special_token_129|>",
|
| 1104 |
+
"lstrip": false,
|
| 1105 |
+
"normalized": false,
|
| 1106 |
+
"rstrip": false,
|
| 1107 |
+
"single_word": false,
|
| 1108 |
+
"special": true
|
| 1109 |
+
},
|
| 1110 |
+
"128138": {
|
| 1111 |
+
"content": "<|reserved_special_token_130|>",
|
| 1112 |
+
"lstrip": false,
|
| 1113 |
+
"normalized": false,
|
| 1114 |
+
"rstrip": false,
|
| 1115 |
+
"single_word": false,
|
| 1116 |
+
"special": true
|
| 1117 |
+
},
|
| 1118 |
+
"128139": {
|
| 1119 |
+
"content": "<|reserved_special_token_131|>",
|
| 1120 |
+
"lstrip": false,
|
| 1121 |
+
"normalized": false,
|
| 1122 |
+
"rstrip": false,
|
| 1123 |
+
"single_word": false,
|
| 1124 |
+
"special": true
|
| 1125 |
+
},
|
| 1126 |
+
"128140": {
|
| 1127 |
+
"content": "<|reserved_special_token_132|>",
|
| 1128 |
+
"lstrip": false,
|
| 1129 |
+
"normalized": false,
|
| 1130 |
+
"rstrip": false,
|
| 1131 |
+
"single_word": false,
|
| 1132 |
+
"special": true
|
| 1133 |
+
},
|
| 1134 |
+
"128141": {
|
| 1135 |
+
"content": "<|reserved_special_token_133|>",
|
| 1136 |
+
"lstrip": false,
|
| 1137 |
+
"normalized": false,
|
| 1138 |
+
"rstrip": false,
|
| 1139 |
+
"single_word": false,
|
| 1140 |
+
"special": true
|
| 1141 |
+
},
|
| 1142 |
+
"128142": {
|
| 1143 |
+
"content": "<|reserved_special_token_134|>",
|
| 1144 |
+
"lstrip": false,
|
| 1145 |
+
"normalized": false,
|
| 1146 |
+
"rstrip": false,
|
| 1147 |
+
"single_word": false,
|
| 1148 |
+
"special": true
|
| 1149 |
+
},
|
| 1150 |
+
"128143": {
|
| 1151 |
+
"content": "<|reserved_special_token_135|>",
|
| 1152 |
+
"lstrip": false,
|
| 1153 |
+
"normalized": false,
|
| 1154 |
+
"rstrip": false,
|
| 1155 |
+
"single_word": false,
|
| 1156 |
+
"special": true
|
| 1157 |
+
},
|
| 1158 |
+
"128144": {
|
| 1159 |
+
"content": "<|reserved_special_token_136|>",
|
| 1160 |
+
"lstrip": false,
|
| 1161 |
+
"normalized": false,
|
| 1162 |
+
"rstrip": false,
|
| 1163 |
+
"single_word": false,
|
| 1164 |
+
"special": true
|
| 1165 |
+
},
|
| 1166 |
+
"128145": {
|
| 1167 |
+
"content": "<|reserved_special_token_137|>",
|
| 1168 |
+
"lstrip": false,
|
| 1169 |
+
"normalized": false,
|
| 1170 |
+
"rstrip": false,
|
| 1171 |
+
"single_word": false,
|
| 1172 |
+
"special": true
|
| 1173 |
+
},
|
| 1174 |
+
"128146": {
|
| 1175 |
+
"content": "<|reserved_special_token_138|>",
|
| 1176 |
+
"lstrip": false,
|
| 1177 |
+
"normalized": false,
|
| 1178 |
+
"rstrip": false,
|
| 1179 |
+
"single_word": false,
|
| 1180 |
+
"special": true
|
| 1181 |
+
},
|
| 1182 |
+
"128147": {
|
| 1183 |
+
"content": "<|reserved_special_token_139|>",
|
| 1184 |
+
"lstrip": false,
|
| 1185 |
+
"normalized": false,
|
| 1186 |
+
"rstrip": false,
|
| 1187 |
+
"single_word": false,
|
| 1188 |
+
"special": true
|
| 1189 |
+
},
|
| 1190 |
+
"128148": {
|
| 1191 |
+
"content": "<|reserved_special_token_140|>",
|
| 1192 |
+
"lstrip": false,
|
| 1193 |
+
"normalized": false,
|
| 1194 |
+
"rstrip": false,
|
| 1195 |
+
"single_word": false,
|
| 1196 |
+
"special": true
|
| 1197 |
+
},
|
| 1198 |
+
"128149": {
|
| 1199 |
+
"content": "<|reserved_special_token_141|>",
|
| 1200 |
+
"lstrip": false,
|
| 1201 |
+
"normalized": false,
|
| 1202 |
+
"rstrip": false,
|
| 1203 |
+
"single_word": false,
|
| 1204 |
+
"special": true
|
| 1205 |
+
},
|
| 1206 |
+
"128150": {
|
| 1207 |
+
"content": "<|reserved_special_token_142|>",
|
| 1208 |
+
"lstrip": false,
|
| 1209 |
+
"normalized": false,
|
| 1210 |
+
"rstrip": false,
|
| 1211 |
+
"single_word": false,
|
| 1212 |
+
"special": true
|
| 1213 |
+
},
|
| 1214 |
+
"128151": {
|
| 1215 |
+
"content": "<|reserved_special_token_143|>",
|
| 1216 |
+
"lstrip": false,
|
| 1217 |
+
"normalized": false,
|
| 1218 |
+
"rstrip": false,
|
| 1219 |
+
"single_word": false,
|
| 1220 |
+
"special": true
|
| 1221 |
+
},
|
| 1222 |
+
"128152": {
|
| 1223 |
+
"content": "<|reserved_special_token_144|>",
|
| 1224 |
+
"lstrip": false,
|
| 1225 |
+
"normalized": false,
|
| 1226 |
+
"rstrip": false,
|
| 1227 |
+
"single_word": false,
|
| 1228 |
+
"special": true
|
| 1229 |
+
},
|
| 1230 |
+
"128153": {
|
| 1231 |
+
"content": "<|reserved_special_token_145|>",
|
| 1232 |
+
"lstrip": false,
|
| 1233 |
+
"normalized": false,
|
| 1234 |
+
"rstrip": false,
|
| 1235 |
+
"single_word": false,
|
| 1236 |
+
"special": true
|
| 1237 |
+
},
|
| 1238 |
+
"128154": {
|
| 1239 |
+
"content": "<|reserved_special_token_146|>",
|
| 1240 |
+
"lstrip": false,
|
| 1241 |
+
"normalized": false,
|
| 1242 |
+
"rstrip": false,
|
| 1243 |
+
"single_word": false,
|
| 1244 |
+
"special": true
|
| 1245 |
+
},
|
| 1246 |
+
"128155": {
|
| 1247 |
+
"content": "<|reserved_special_token_147|>",
|
| 1248 |
+
"lstrip": false,
|
| 1249 |
+
"normalized": false,
|
| 1250 |
+
"rstrip": false,
|
| 1251 |
+
"single_word": false,
|
| 1252 |
+
"special": true
|
| 1253 |
+
},
|
| 1254 |
+
"128156": {
|
| 1255 |
+
"content": "<|reserved_special_token_148|>",
|
| 1256 |
+
"lstrip": false,
|
| 1257 |
+
"normalized": false,
|
| 1258 |
+
"rstrip": false,
|
| 1259 |
+
"single_word": false,
|
| 1260 |
+
"special": true
|
| 1261 |
+
},
|
| 1262 |
+
"128157": {
|
| 1263 |
+
"content": "<|reserved_special_token_149|>",
|
| 1264 |
+
"lstrip": false,
|
| 1265 |
+
"normalized": false,
|
| 1266 |
+
"rstrip": false,
|
| 1267 |
+
"single_word": false,
|
| 1268 |
+
"special": true
|
| 1269 |
+
},
|
| 1270 |
+
"128158": {
|
| 1271 |
+
"content": "<|reserved_special_token_150|>",
|
| 1272 |
+
"lstrip": false,
|
| 1273 |
+
"normalized": false,
|
| 1274 |
+
"rstrip": false,
|
| 1275 |
+
"single_word": false,
|
| 1276 |
+
"special": true
|
| 1277 |
+
},
|
| 1278 |
+
"128159": {
|
| 1279 |
+
"content": "<|reserved_special_token_151|>",
|
| 1280 |
+
"lstrip": false,
|
| 1281 |
+
"normalized": false,
|
| 1282 |
+
"rstrip": false,
|
| 1283 |
+
"single_word": false,
|
| 1284 |
+
"special": true
|
| 1285 |
+
},
|
| 1286 |
+
"128160": {
|
| 1287 |
+
"content": "<|reserved_special_token_152|>",
|
| 1288 |
+
"lstrip": false,
|
| 1289 |
+
"normalized": false,
|
| 1290 |
+
"rstrip": false,
|
| 1291 |
+
"single_word": false,
|
| 1292 |
+
"special": true
|
| 1293 |
+
},
|
| 1294 |
+
"128161": {
|
| 1295 |
+
"content": "<|reserved_special_token_153|>",
|
| 1296 |
+
"lstrip": false,
|
| 1297 |
+
"normalized": false,
|
| 1298 |
+
"rstrip": false,
|
| 1299 |
+
"single_word": false,
|
| 1300 |
+
"special": true
|
| 1301 |
+
},
|
| 1302 |
+
"128162": {
|
| 1303 |
+
"content": "<|reserved_special_token_154|>",
|
| 1304 |
+
"lstrip": false,
|
| 1305 |
+
"normalized": false,
|
| 1306 |
+
"rstrip": false,
|
| 1307 |
+
"single_word": false,
|
| 1308 |
+
"special": true
|
| 1309 |
+
},
|
| 1310 |
+
"128163": {
|
| 1311 |
+
"content": "<|reserved_special_token_155|>",
|
| 1312 |
+
"lstrip": false,
|
| 1313 |
+
"normalized": false,
|
| 1314 |
+
"rstrip": false,
|
| 1315 |
+
"single_word": false,
|
| 1316 |
+
"special": true
|
| 1317 |
+
},
|
| 1318 |
+
"128164": {
|
| 1319 |
+
"content": "<|reserved_special_token_156|>",
|
| 1320 |
+
"lstrip": false,
|
| 1321 |
+
"normalized": false,
|
| 1322 |
+
"rstrip": false,
|
| 1323 |
+
"single_word": false,
|
| 1324 |
+
"special": true
|
| 1325 |
+
},
|
| 1326 |
+
"128165": {
|
| 1327 |
+
"content": "<|reserved_special_token_157|>",
|
| 1328 |
+
"lstrip": false,
|
| 1329 |
+
"normalized": false,
|
| 1330 |
+
"rstrip": false,
|
| 1331 |
+
"single_word": false,
|
| 1332 |
+
"special": true
|
| 1333 |
+
},
|
| 1334 |
+
"128166": {
|
| 1335 |
+
"content": "<|reserved_special_token_158|>",
|
| 1336 |
+
"lstrip": false,
|
| 1337 |
+
"normalized": false,
|
| 1338 |
+
"rstrip": false,
|
| 1339 |
+
"single_word": false,
|
| 1340 |
+
"special": true
|
| 1341 |
+
},
|
| 1342 |
+
"128167": {
|
| 1343 |
+
"content": "<|reserved_special_token_159|>",
|
| 1344 |
+
"lstrip": false,
|
| 1345 |
+
"normalized": false,
|
| 1346 |
+
"rstrip": false,
|
| 1347 |
+
"single_word": false,
|
| 1348 |
+
"special": true
|
| 1349 |
+
},
|
| 1350 |
+
"128168": {
|
| 1351 |
+
"content": "<|reserved_special_token_160|>",
|
| 1352 |
+
"lstrip": false,
|
| 1353 |
+
"normalized": false,
|
| 1354 |
+
"rstrip": false,
|
| 1355 |
+
"single_word": false,
|
| 1356 |
+
"special": true
|
| 1357 |
+
},
|
| 1358 |
+
"128169": {
|
| 1359 |
+
"content": "<|reserved_special_token_161|>",
|
| 1360 |
+
"lstrip": false,
|
| 1361 |
+
"normalized": false,
|
| 1362 |
+
"rstrip": false,
|
| 1363 |
+
"single_word": false,
|
| 1364 |
+
"special": true
|
| 1365 |
+
},
|
| 1366 |
+
"128170": {
|
| 1367 |
+
"content": "<|reserved_special_token_162|>",
|
| 1368 |
+
"lstrip": false,
|
| 1369 |
+
"normalized": false,
|
| 1370 |
+
"rstrip": false,
|
| 1371 |
+
"single_word": false,
|
| 1372 |
+
"special": true
|
| 1373 |
+
},
|
| 1374 |
+
"128171": {
|
| 1375 |
+
"content": "<|reserved_special_token_163|>",
|
| 1376 |
+
"lstrip": false,
|
| 1377 |
+
"normalized": false,
|
| 1378 |
+
"rstrip": false,
|
| 1379 |
+
"single_word": false,
|
| 1380 |
+
"special": true
|
| 1381 |
+
},
|
| 1382 |
+
"128172": {
|
| 1383 |
+
"content": "<|reserved_special_token_164|>",
|
| 1384 |
+
"lstrip": false,
|
| 1385 |
+
"normalized": false,
|
| 1386 |
+
"rstrip": false,
|
| 1387 |
+
"single_word": false,
|
| 1388 |
+
"special": true
|
| 1389 |
+
},
|
| 1390 |
+
"128173": {
|
| 1391 |
+
"content": "<|reserved_special_token_165|>",
|
| 1392 |
+
"lstrip": false,
|
| 1393 |
+
"normalized": false,
|
| 1394 |
+
"rstrip": false,
|
| 1395 |
+
"single_word": false,
|
| 1396 |
+
"special": true
|
| 1397 |
+
},
|
| 1398 |
+
"128174": {
|
| 1399 |
+
"content": "<|reserved_special_token_166|>",
|
| 1400 |
+
"lstrip": false,
|
| 1401 |
+
"normalized": false,
|
| 1402 |
+
"rstrip": false,
|
| 1403 |
+
"single_word": false,
|
| 1404 |
+
"special": true
|
| 1405 |
+
},
|
| 1406 |
+
"128175": {
|
| 1407 |
+
"content": "<|reserved_special_token_167|>",
|
| 1408 |
+
"lstrip": false,
|
| 1409 |
+
"normalized": false,
|
| 1410 |
+
"rstrip": false,
|
| 1411 |
+
"single_word": false,
|
| 1412 |
+
"special": true
|
| 1413 |
+
},
|
| 1414 |
+
"128176": {
|
| 1415 |
+
"content": "<|reserved_special_token_168|>",
|
| 1416 |
+
"lstrip": false,
|
| 1417 |
+
"normalized": false,
|
| 1418 |
+
"rstrip": false,
|
| 1419 |
+
"single_word": false,
|
| 1420 |
+
"special": true
|
| 1421 |
+
},
|
| 1422 |
+
"128177": {
|
| 1423 |
+
"content": "<|reserved_special_token_169|>",
|
| 1424 |
+
"lstrip": false,
|
| 1425 |
+
"normalized": false,
|
| 1426 |
+
"rstrip": false,
|
| 1427 |
+
"single_word": false,
|
| 1428 |
+
"special": true
|
| 1429 |
+
},
|
| 1430 |
+
"128178": {
|
| 1431 |
+
"content": "<|reserved_special_token_170|>",
|
| 1432 |
+
"lstrip": false,
|
| 1433 |
+
"normalized": false,
|
| 1434 |
+
"rstrip": false,
|
| 1435 |
+
"single_word": false,
|
| 1436 |
+
"special": true
|
| 1437 |
+
},
|
| 1438 |
+
"128179": {
|
| 1439 |
+
"content": "<|reserved_special_token_171|>",
|
| 1440 |
+
"lstrip": false,
|
| 1441 |
+
"normalized": false,
|
| 1442 |
+
"rstrip": false,
|
| 1443 |
+
"single_word": false,
|
| 1444 |
+
"special": true
|
| 1445 |
+
},
|
| 1446 |
+
"128180": {
|
| 1447 |
+
"content": "<|reserved_special_token_172|>",
|
| 1448 |
+
"lstrip": false,
|
| 1449 |
+
"normalized": false,
|
| 1450 |
+
"rstrip": false,
|
| 1451 |
+
"single_word": false,
|
| 1452 |
+
"special": true
|
| 1453 |
+
},
|
| 1454 |
+
"128181": {
|
| 1455 |
+
"content": "<|reserved_special_token_173|>",
|
| 1456 |
+
"lstrip": false,
|
| 1457 |
+
"normalized": false,
|
| 1458 |
+
"rstrip": false,
|
| 1459 |
+
"single_word": false,
|
| 1460 |
+
"special": true
|
| 1461 |
+
},
|
| 1462 |
+
"128182": {
|
| 1463 |
+
"content": "<|reserved_special_token_174|>",
|
| 1464 |
+
"lstrip": false,
|
| 1465 |
+
"normalized": false,
|
| 1466 |
+
"rstrip": false,
|
| 1467 |
+
"single_word": false,
|
| 1468 |
+
"special": true
|
| 1469 |
+
},
|
| 1470 |
+
"128183": {
|
| 1471 |
+
"content": "<|reserved_special_token_175|>",
|
| 1472 |
+
"lstrip": false,
|
| 1473 |
+
"normalized": false,
|
| 1474 |
+
"rstrip": false,
|
| 1475 |
+
"single_word": false,
|
| 1476 |
+
"special": true
|
| 1477 |
+
},
|
| 1478 |
+
"128184": {
|
| 1479 |
+
"content": "<|reserved_special_token_176|>",
|
| 1480 |
+
"lstrip": false,
|
| 1481 |
+
"normalized": false,
|
| 1482 |
+
"rstrip": false,
|
| 1483 |
+
"single_word": false,
|
| 1484 |
+
"special": true
|
| 1485 |
+
},
|
| 1486 |
+
"128185": {
|
| 1487 |
+
"content": "<|reserved_special_token_177|>",
|
| 1488 |
+
"lstrip": false,
|
| 1489 |
+
"normalized": false,
|
| 1490 |
+
"rstrip": false,
|
| 1491 |
+
"single_word": false,
|
| 1492 |
+
"special": true
|
| 1493 |
+
},
|
| 1494 |
+
"128186": {
|
| 1495 |
+
"content": "<|reserved_special_token_178|>",
|
| 1496 |
+
"lstrip": false,
|
| 1497 |
+
"normalized": false,
|
| 1498 |
+
"rstrip": false,
|
| 1499 |
+
"single_word": false,
|
| 1500 |
+
"special": true
|
| 1501 |
+
},
|
| 1502 |
+
"128187": {
|
| 1503 |
+
"content": "<|reserved_special_token_179|>",
|
| 1504 |
+
"lstrip": false,
|
| 1505 |
+
"normalized": false,
|
| 1506 |
+
"rstrip": false,
|
| 1507 |
+
"single_word": false,
|
| 1508 |
+
"special": true
|
| 1509 |
+
},
|
| 1510 |
+
"128188": {
|
| 1511 |
+
"content": "<|reserved_special_token_180|>",
|
| 1512 |
+
"lstrip": false,
|
| 1513 |
+
"normalized": false,
|
| 1514 |
+
"rstrip": false,
|
| 1515 |
+
"single_word": false,
|
| 1516 |
+
"special": true
|
| 1517 |
+
},
|
| 1518 |
+
"128189": {
|
| 1519 |
+
"content": "<|reserved_special_token_181|>",
|
| 1520 |
+
"lstrip": false,
|
| 1521 |
+
"normalized": false,
|
| 1522 |
+
"rstrip": false,
|
| 1523 |
+
"single_word": false,
|
| 1524 |
+
"special": true
|
| 1525 |
+
},
|
| 1526 |
+
"128190": {
|
| 1527 |
+
"content": "<|reserved_special_token_182|>",
|
| 1528 |
+
"lstrip": false,
|
| 1529 |
+
"normalized": false,
|
| 1530 |
+
"rstrip": false,
|
| 1531 |
+
"single_word": false,
|
| 1532 |
+
"special": true
|
| 1533 |
+
},
|
| 1534 |
+
"128191": {
|
| 1535 |
+
"content": "<|reserved_special_token_183|>",
|
| 1536 |
+
"lstrip": false,
|
| 1537 |
+
"normalized": false,
|
| 1538 |
+
"rstrip": false,
|
| 1539 |
+
"single_word": false,
|
| 1540 |
+
"special": true
|
| 1541 |
+
},
|
| 1542 |
+
"128192": {
|
| 1543 |
+
"content": "<|reserved_special_token_184|>",
|
| 1544 |
+
"lstrip": false,
|
| 1545 |
+
"normalized": false,
|
| 1546 |
+
"rstrip": false,
|
| 1547 |
+
"single_word": false,
|
| 1548 |
+
"special": true
|
| 1549 |
+
},
|
| 1550 |
+
"128193": {
|
| 1551 |
+
"content": "<|reserved_special_token_185|>",
|
| 1552 |
+
"lstrip": false,
|
| 1553 |
+
"normalized": false,
|
| 1554 |
+
"rstrip": false,
|
| 1555 |
+
"single_word": false,
|
| 1556 |
+
"special": true
|
| 1557 |
+
},
|
| 1558 |
+
"128194": {
|
| 1559 |
+
"content": "<|reserved_special_token_186|>",
|
| 1560 |
+
"lstrip": false,
|
| 1561 |
+
"normalized": false,
|
| 1562 |
+
"rstrip": false,
|
| 1563 |
+
"single_word": false,
|
| 1564 |
+
"special": true
|
| 1565 |
+
},
|
| 1566 |
+
"128195": {
|
| 1567 |
+
"content": "<|reserved_special_token_187|>",
|
| 1568 |
+
"lstrip": false,
|
| 1569 |
+
"normalized": false,
|
| 1570 |
+
"rstrip": false,
|
| 1571 |
+
"single_word": false,
|
| 1572 |
+
"special": true
|
| 1573 |
+
},
|
| 1574 |
+
"128196": {
|
| 1575 |
+
"content": "<|reserved_special_token_188|>",
|
| 1576 |
+
"lstrip": false,
|
| 1577 |
+
"normalized": false,
|
| 1578 |
+
"rstrip": false,
|
| 1579 |
+
"single_word": false,
|
| 1580 |
+
"special": true
|
| 1581 |
+
},
|
| 1582 |
+
"128197": {
|
| 1583 |
+
"content": "<|reserved_special_token_189|>",
|
| 1584 |
+
"lstrip": false,
|
| 1585 |
+
"normalized": false,
|
| 1586 |
+
"rstrip": false,
|
| 1587 |
+
"single_word": false,
|
| 1588 |
+
"special": true
|
| 1589 |
+
},
|
| 1590 |
+
"128198": {
|
| 1591 |
+
"content": "<|reserved_special_token_190|>",
|
| 1592 |
+
"lstrip": false,
|
| 1593 |
+
"normalized": false,
|
| 1594 |
+
"rstrip": false,
|
| 1595 |
+
"single_word": false,
|
| 1596 |
+
"special": true
|
| 1597 |
+
},
|
| 1598 |
+
"128199": {
|
| 1599 |
+
"content": "<|reserved_special_token_191|>",
|
| 1600 |
+
"lstrip": false,
|
| 1601 |
+
"normalized": false,
|
| 1602 |
+
"rstrip": false,
|
| 1603 |
+
"single_word": false,
|
| 1604 |
+
"special": true
|
| 1605 |
+
},
|
| 1606 |
+
"128200": {
|
| 1607 |
+
"content": "<|reserved_special_token_192|>",
|
| 1608 |
+
"lstrip": false,
|
| 1609 |
+
"normalized": false,
|
| 1610 |
+
"rstrip": false,
|
| 1611 |
+
"single_word": false,
|
| 1612 |
+
"special": true
|
| 1613 |
+
},
|
| 1614 |
+
"128201": {
|
| 1615 |
+
"content": "<|reserved_special_token_193|>",
|
| 1616 |
+
"lstrip": false,
|
| 1617 |
+
"normalized": false,
|
| 1618 |
+
"rstrip": false,
|
| 1619 |
+
"single_word": false,
|
| 1620 |
+
"special": true
|
| 1621 |
+
},
|
| 1622 |
+
"128202": {
|
| 1623 |
+
"content": "<|reserved_special_token_194|>",
|
| 1624 |
+
"lstrip": false,
|
| 1625 |
+
"normalized": false,
|
| 1626 |
+
"rstrip": false,
|
| 1627 |
+
"single_word": false,
|
| 1628 |
+
"special": true
|
| 1629 |
+
},
|
| 1630 |
+
"128203": {
|
| 1631 |
+
"content": "<|reserved_special_token_195|>",
|
| 1632 |
+
"lstrip": false,
|
| 1633 |
+
"normalized": false,
|
| 1634 |
+
"rstrip": false,
|
| 1635 |
+
"single_word": false,
|
| 1636 |
+
"special": true
|
| 1637 |
+
},
|
| 1638 |
+
"128204": {
|
| 1639 |
+
"content": "<|reserved_special_token_196|>",
|
| 1640 |
+
"lstrip": false,
|
| 1641 |
+
"normalized": false,
|
| 1642 |
+
"rstrip": false,
|
| 1643 |
+
"single_word": false,
|
| 1644 |
+
"special": true
|
| 1645 |
+
},
|
| 1646 |
+
"128205": {
|
| 1647 |
+
"content": "<|reserved_special_token_197|>",
|
| 1648 |
+
"lstrip": false,
|
| 1649 |
+
"normalized": false,
|
| 1650 |
+
"rstrip": false,
|
| 1651 |
+
"single_word": false,
|
| 1652 |
+
"special": true
|
| 1653 |
+
},
|
| 1654 |
+
"128206": {
|
| 1655 |
+
"content": "<|reserved_special_token_198|>",
|
| 1656 |
+
"lstrip": false,
|
| 1657 |
+
"normalized": false,
|
| 1658 |
+
"rstrip": false,
|
| 1659 |
+
"single_word": false,
|
| 1660 |
+
"special": true
|
| 1661 |
+
},
|
| 1662 |
+
"128207": {
|
| 1663 |
+
"content": "<|reserved_special_token_199|>",
|
| 1664 |
+
"lstrip": false,
|
| 1665 |
+
"normalized": false,
|
| 1666 |
+
"rstrip": false,
|
| 1667 |
+
"single_word": false,
|
| 1668 |
+
"special": true
|
| 1669 |
+
},
|
| 1670 |
+
"128208": {
|
| 1671 |
+
"content": "<|reserved_special_token_200|>",
|
| 1672 |
+
"lstrip": false,
|
| 1673 |
+
"normalized": false,
|
| 1674 |
+
"rstrip": false,
|
| 1675 |
+
"single_word": false,
|
| 1676 |
+
"special": true
|
| 1677 |
+
},
|
| 1678 |
+
"128209": {
|
| 1679 |
+
"content": "<|reserved_special_token_201|>",
|
| 1680 |
+
"lstrip": false,
|
| 1681 |
+
"normalized": false,
|
| 1682 |
+
"rstrip": false,
|
| 1683 |
+
"single_word": false,
|
| 1684 |
+
"special": true
|
| 1685 |
+
},
|
| 1686 |
+
"128210": {
|
| 1687 |
+
"content": "<|reserved_special_token_202|>",
|
| 1688 |
+
"lstrip": false,
|
| 1689 |
+
"normalized": false,
|
| 1690 |
+
"rstrip": false,
|
| 1691 |
+
"single_word": false,
|
| 1692 |
+
"special": true
|
| 1693 |
+
},
|
| 1694 |
+
"128211": {
|
| 1695 |
+
"content": "<|reserved_special_token_203|>",
|
| 1696 |
+
"lstrip": false,
|
| 1697 |
+
"normalized": false,
|
| 1698 |
+
"rstrip": false,
|
| 1699 |
+
"single_word": false,
|
| 1700 |
+
"special": true
|
| 1701 |
+
},
|
| 1702 |
+
"128212": {
|
| 1703 |
+
"content": "<|reserved_special_token_204|>",
|
| 1704 |
+
"lstrip": false,
|
| 1705 |
+
"normalized": false,
|
| 1706 |
+
"rstrip": false,
|
| 1707 |
+
"single_word": false,
|
| 1708 |
+
"special": true
|
| 1709 |
+
},
|
| 1710 |
+
"128213": {
|
| 1711 |
+
"content": "<|reserved_special_token_205|>",
|
| 1712 |
+
"lstrip": false,
|
| 1713 |
+
"normalized": false,
|
| 1714 |
+
"rstrip": false,
|
| 1715 |
+
"single_word": false,
|
| 1716 |
+
"special": true
|
| 1717 |
+
},
|
| 1718 |
+
"128214": {
|
| 1719 |
+
"content": "<|reserved_special_token_206|>",
|
| 1720 |
+
"lstrip": false,
|
| 1721 |
+
"normalized": false,
|
| 1722 |
+
"rstrip": false,
|
| 1723 |
+
"single_word": false,
|
| 1724 |
+
"special": true
|
| 1725 |
+
},
|
| 1726 |
+
"128215": {
|
| 1727 |
+
"content": "<|reserved_special_token_207|>",
|
| 1728 |
+
"lstrip": false,
|
| 1729 |
+
"normalized": false,
|
| 1730 |
+
"rstrip": false,
|
| 1731 |
+
"single_word": false,
|
| 1732 |
+
"special": true
|
| 1733 |
+
},
|
| 1734 |
+
"128216": {
|
| 1735 |
+
"content": "<|reserved_special_token_208|>",
|
| 1736 |
+
"lstrip": false,
|
| 1737 |
+
"normalized": false,
|
| 1738 |
+
"rstrip": false,
|
| 1739 |
+
"single_word": false,
|
| 1740 |
+
"special": true
|
| 1741 |
+
},
|
| 1742 |
+
"128217": {
|
| 1743 |
+
"content": "<|reserved_special_token_209|>",
|
| 1744 |
+
"lstrip": false,
|
| 1745 |
+
"normalized": false,
|
| 1746 |
+
"rstrip": false,
|
| 1747 |
+
"single_word": false,
|
| 1748 |
+
"special": true
|
| 1749 |
+
},
|
| 1750 |
+
"128218": {
|
| 1751 |
+
"content": "<|reserved_special_token_210|>",
|
| 1752 |
+
"lstrip": false,
|
| 1753 |
+
"normalized": false,
|
| 1754 |
+
"rstrip": false,
|
| 1755 |
+
"single_word": false,
|
| 1756 |
+
"special": true
|
| 1757 |
+
},
|
| 1758 |
+
"128219": {
|
| 1759 |
+
"content": "<|reserved_special_token_211|>",
|
| 1760 |
+
"lstrip": false,
|
| 1761 |
+
"normalized": false,
|
| 1762 |
+
"rstrip": false,
|
| 1763 |
+
"single_word": false,
|
| 1764 |
+
"special": true
|
| 1765 |
+
},
|
| 1766 |
+
"128220": {
|
| 1767 |
+
"content": "<|reserved_special_token_212|>",
|
| 1768 |
+
"lstrip": false,
|
| 1769 |
+
"normalized": false,
|
| 1770 |
+
"rstrip": false,
|
| 1771 |
+
"single_word": false,
|
| 1772 |
+
"special": true
|
| 1773 |
+
},
|
| 1774 |
+
"128221": {
|
| 1775 |
+
"content": "<|reserved_special_token_213|>",
|
| 1776 |
+
"lstrip": false,
|
| 1777 |
+
"normalized": false,
|
| 1778 |
+
"rstrip": false,
|
| 1779 |
+
"single_word": false,
|
| 1780 |
+
"special": true
|
| 1781 |
+
},
|
| 1782 |
+
"128222": {
|
| 1783 |
+
"content": "<|reserved_special_token_214|>",
|
| 1784 |
+
"lstrip": false,
|
| 1785 |
+
"normalized": false,
|
| 1786 |
+
"rstrip": false,
|
| 1787 |
+
"single_word": false,
|
| 1788 |
+
"special": true
|
| 1789 |
+
},
|
| 1790 |
+
"128223": {
|
| 1791 |
+
"content": "<|reserved_special_token_215|>",
|
| 1792 |
+
"lstrip": false,
|
| 1793 |
+
"normalized": false,
|
| 1794 |
+
"rstrip": false,
|
| 1795 |
+
"single_word": false,
|
| 1796 |
+
"special": true
|
| 1797 |
+
},
|
| 1798 |
+
"128224": {
|
| 1799 |
+
"content": "<|reserved_special_token_216|>",
|
| 1800 |
+
"lstrip": false,
|
| 1801 |
+
"normalized": false,
|
| 1802 |
+
"rstrip": false,
|
| 1803 |
+
"single_word": false,
|
| 1804 |
+
"special": true
|
| 1805 |
+
},
|
| 1806 |
+
"128225": {
|
| 1807 |
+
"content": "<|reserved_special_token_217|>",
|
| 1808 |
+
"lstrip": false,
|
| 1809 |
+
"normalized": false,
|
| 1810 |
+
"rstrip": false,
|
| 1811 |
+
"single_word": false,
|
| 1812 |
+
"special": true
|
| 1813 |
+
},
|
| 1814 |
+
"128226": {
|
| 1815 |
+
"content": "<|reserved_special_token_218|>",
|
| 1816 |
+
"lstrip": false,
|
| 1817 |
+
"normalized": false,
|
| 1818 |
+
"rstrip": false,
|
| 1819 |
+
"single_word": false,
|
| 1820 |
+
"special": true
|
| 1821 |
+
},
|
| 1822 |
+
"128227": {
|
| 1823 |
+
"content": "<|reserved_special_token_219|>",
|
| 1824 |
+
"lstrip": false,
|
| 1825 |
+
"normalized": false,
|
| 1826 |
+
"rstrip": false,
|
| 1827 |
+
"single_word": false,
|
| 1828 |
+
"special": true
|
| 1829 |
+
},
|
| 1830 |
+
"128228": {
|
| 1831 |
+
"content": "<|reserved_special_token_220|>",
|
| 1832 |
+
"lstrip": false,
|
| 1833 |
+
"normalized": false,
|
| 1834 |
+
"rstrip": false,
|
| 1835 |
+
"single_word": false,
|
| 1836 |
+
"special": true
|
| 1837 |
+
},
|
| 1838 |
+
"128229": {
|
| 1839 |
+
"content": "<|reserved_special_token_221|>",
|
| 1840 |
+
"lstrip": false,
|
| 1841 |
+
"normalized": false,
|
| 1842 |
+
"rstrip": false,
|
| 1843 |
+
"single_word": false,
|
| 1844 |
+
"special": true
|
| 1845 |
+
},
|
| 1846 |
+
"128230": {
|
| 1847 |
+
"content": "<|reserved_special_token_222|>",
|
| 1848 |
+
"lstrip": false,
|
| 1849 |
+
"normalized": false,
|
| 1850 |
+
"rstrip": false,
|
| 1851 |
+
"single_word": false,
|
| 1852 |
+
"special": true
|
| 1853 |
+
},
|
| 1854 |
+
"128231": {
|
| 1855 |
+
"content": "<|reserved_special_token_223|>",
|
| 1856 |
+
"lstrip": false,
|
| 1857 |
+
"normalized": false,
|
| 1858 |
+
"rstrip": false,
|
| 1859 |
+
"single_word": false,
|
| 1860 |
+
"special": true
|
| 1861 |
+
},
|
| 1862 |
+
"128232": {
|
| 1863 |
+
"content": "<|reserved_special_token_224|>",
|
| 1864 |
+
"lstrip": false,
|
| 1865 |
+
"normalized": false,
|
| 1866 |
+
"rstrip": false,
|
| 1867 |
+
"single_word": false,
|
| 1868 |
+
"special": true
|
| 1869 |
+
},
|
| 1870 |
+
"128233": {
|
| 1871 |
+
"content": "<|reserved_special_token_225|>",
|
| 1872 |
+
"lstrip": false,
|
| 1873 |
+
"normalized": false,
|
| 1874 |
+
"rstrip": false,
|
| 1875 |
+
"single_word": false,
|
| 1876 |
+
"special": true
|
| 1877 |
+
},
|
| 1878 |
+
"128234": {
|
| 1879 |
+
"content": "<|reserved_special_token_226|>",
|
| 1880 |
+
"lstrip": false,
|
| 1881 |
+
"normalized": false,
|
| 1882 |
+
"rstrip": false,
|
| 1883 |
+
"single_word": false,
|
| 1884 |
+
"special": true
|
| 1885 |
+
},
|
| 1886 |
+
"128235": {
|
| 1887 |
+
"content": "<|reserved_special_token_227|>",
|
| 1888 |
+
"lstrip": false,
|
| 1889 |
+
"normalized": false,
|
| 1890 |
+
"rstrip": false,
|
| 1891 |
+
"single_word": false,
|
| 1892 |
+
"special": true
|
| 1893 |
+
},
|
| 1894 |
+
"128236": {
|
| 1895 |
+
"content": "<|reserved_special_token_228|>",
|
| 1896 |
+
"lstrip": false,
|
| 1897 |
+
"normalized": false,
|
| 1898 |
+
"rstrip": false,
|
| 1899 |
+
"single_word": false,
|
| 1900 |
+
"special": true
|
| 1901 |
+
},
|
| 1902 |
+
"128237": {
|
| 1903 |
+
"content": "<|reserved_special_token_229|>",
|
| 1904 |
+
"lstrip": false,
|
| 1905 |
+
"normalized": false,
|
| 1906 |
+
"rstrip": false,
|
| 1907 |
+
"single_word": false,
|
| 1908 |
+
"special": true
|
| 1909 |
+
},
|
| 1910 |
+
"128238": {
|
| 1911 |
+
"content": "<|reserved_special_token_230|>",
|
| 1912 |
+
"lstrip": false,
|
| 1913 |
+
"normalized": false,
|
| 1914 |
+
"rstrip": false,
|
| 1915 |
+
"single_word": false,
|
| 1916 |
+
"special": true
|
| 1917 |
+
},
|
| 1918 |
+
"128239": {
|
| 1919 |
+
"content": "<|reserved_special_token_231|>",
|
| 1920 |
+
"lstrip": false,
|
| 1921 |
+
"normalized": false,
|
| 1922 |
+
"rstrip": false,
|
| 1923 |
+
"single_word": false,
|
| 1924 |
+
"special": true
|
| 1925 |
+
},
|
| 1926 |
+
"128240": {
|
| 1927 |
+
"content": "<|reserved_special_token_232|>",
|
| 1928 |
+
"lstrip": false,
|
| 1929 |
+
"normalized": false,
|
| 1930 |
+
"rstrip": false,
|
| 1931 |
+
"single_word": false,
|
| 1932 |
+
"special": true
|
| 1933 |
+
},
|
| 1934 |
+
"128241": {
|
| 1935 |
+
"content": "<|reserved_special_token_233|>",
|
| 1936 |
+
"lstrip": false,
|
| 1937 |
+
"normalized": false,
|
| 1938 |
+
"rstrip": false,
|
| 1939 |
+
"single_word": false,
|
| 1940 |
+
"special": true
|
| 1941 |
+
},
|
| 1942 |
+
"128242": {
|
| 1943 |
+
"content": "<|reserved_special_token_234|>",
|
| 1944 |
+
"lstrip": false,
|
| 1945 |
+
"normalized": false,
|
| 1946 |
+
"rstrip": false,
|
| 1947 |
+
"single_word": false,
|
| 1948 |
+
"special": true
|
| 1949 |
+
},
|
| 1950 |
+
"128243": {
|
| 1951 |
+
"content": "<|reserved_special_token_235|>",
|
| 1952 |
+
"lstrip": false,
|
| 1953 |
+
"normalized": false,
|
| 1954 |
+
"rstrip": false,
|
| 1955 |
+
"single_word": false,
|
| 1956 |
+
"special": true
|
| 1957 |
+
},
|
| 1958 |
+
"128244": {
|
| 1959 |
+
"content": "<|reserved_special_token_236|>",
|
| 1960 |
+
"lstrip": false,
|
| 1961 |
+
"normalized": false,
|
| 1962 |
+
"rstrip": false,
|
| 1963 |
+
"single_word": false,
|
| 1964 |
+
"special": true
|
| 1965 |
+
},
|
| 1966 |
+
"128245": {
|
| 1967 |
+
"content": "<|reserved_special_token_237|>",
|
| 1968 |
+
"lstrip": false,
|
| 1969 |
+
"normalized": false,
|
| 1970 |
+
"rstrip": false,
|
| 1971 |
+
"single_word": false,
|
| 1972 |
+
"special": true
|
| 1973 |
+
},
|
| 1974 |
+
"128246": {
|
| 1975 |
+
"content": "<|reserved_special_token_238|>",
|
| 1976 |
+
"lstrip": false,
|
| 1977 |
+
"normalized": false,
|
| 1978 |
+
"rstrip": false,
|
| 1979 |
+
"single_word": false,
|
| 1980 |
+
"special": true
|
| 1981 |
+
},
|
| 1982 |
+
"128247": {
|
| 1983 |
+
"content": "<|reserved_special_token_239|>",
|
| 1984 |
+
"lstrip": false,
|
| 1985 |
+
"normalized": false,
|
| 1986 |
+
"rstrip": false,
|
| 1987 |
+
"single_word": false,
|
| 1988 |
+
"special": true
|
| 1989 |
+
},
|
| 1990 |
+
"128248": {
|
| 1991 |
+
"content": "<|reserved_special_token_240|>",
|
| 1992 |
+
"lstrip": false,
|
| 1993 |
+
"normalized": false,
|
| 1994 |
+
"rstrip": false,
|
| 1995 |
+
"single_word": false,
|
| 1996 |
+
"special": true
|
| 1997 |
+
},
|
| 1998 |
+
"128249": {
|
| 1999 |
+
"content": "<|reserved_special_token_241|>",
|
| 2000 |
+
"lstrip": false,
|
| 2001 |
+
"normalized": false,
|
| 2002 |
+
"rstrip": false,
|
| 2003 |
+
"single_word": false,
|
| 2004 |
+
"special": true
|
| 2005 |
+
},
|
| 2006 |
+
"128250": {
|
| 2007 |
+
"content": "<|reserved_special_token_242|>",
|
| 2008 |
+
"lstrip": false,
|
| 2009 |
+
"normalized": false,
|
| 2010 |
+
"rstrip": false,
|
| 2011 |
+
"single_word": false,
|
| 2012 |
+
"special": true
|
| 2013 |
+
},
|
| 2014 |
+
"128251": {
|
| 2015 |
+
"content": "<|reserved_special_token_243|>",
|
| 2016 |
+
"lstrip": false,
|
| 2017 |
+
"normalized": false,
|
| 2018 |
+
"rstrip": false,
|
| 2019 |
+
"single_word": false,
|
| 2020 |
+
"special": true
|
| 2021 |
+
},
|
| 2022 |
+
"128252": {
|
| 2023 |
+
"content": "<|reserved_special_token_244|>",
|
| 2024 |
+
"lstrip": false,
|
| 2025 |
+
"normalized": false,
|
| 2026 |
+
"rstrip": false,
|
| 2027 |
+
"single_word": false,
|
| 2028 |
+
"special": true
|
| 2029 |
+
},
|
| 2030 |
+
"128253": {
|
| 2031 |
+
"content": "<|reserved_special_token_245|>",
|
| 2032 |
+
"lstrip": false,
|
| 2033 |
+
"normalized": false,
|
| 2034 |
+
"rstrip": false,
|
| 2035 |
+
"single_word": false,
|
| 2036 |
+
"special": true
|
| 2037 |
+
},
|
| 2038 |
+
"128254": {
|
| 2039 |
+
"content": "<|reserved_special_token_246|>",
|
| 2040 |
+
"lstrip": false,
|
| 2041 |
+
"normalized": false,
|
| 2042 |
+
"rstrip": false,
|
| 2043 |
+
"single_word": false,
|
| 2044 |
+
"special": true
|
| 2045 |
+
},
|
| 2046 |
+
"128255": {
|
| 2047 |
+
"content": "<|reserved_special_token_247|>",
|
| 2048 |
+
"lstrip": false,
|
| 2049 |
+
"normalized": false,
|
| 2050 |
+
"rstrip": false,
|
| 2051 |
+
"single_word": false,
|
| 2052 |
+
"special": true
|
| 2053 |
+
}
|
| 2054 |
+
},
|
| 2055 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
| 2056 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
|
| 2057 |
+
"clean_up_tokenization_spaces": false,
|
| 2058 |
+
"eos_token": "<|end▁of▁sentence|>",
|
| 2059 |
+
"legacy": true,
|
| 2060 |
+
"model_max_length": 16384,
|
| 2061 |
+
"pad_token": "<|end▁of▁sentence|>",
|
| 2062 |
+
"sp_model_kwargs": {},
|
| 2063 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 2064 |
+
"unk_token": null,
|
| 2065 |
+
"use_default_system_prompt": false
|
| 2066 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/trainer_state.json
ADDED
|
@@ -0,0 +1,1958 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.9996959562176954,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 548,
|
| 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.0018242626938279112,
|
| 13 |
+
"grad_norm": 8.592140197753906,
|
| 14 |
+
"learning_rate": 1.204819277108434e-07,
|
| 15 |
+
"loss": 1.3113,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.0036485253876558225,
|
| 20 |
+
"grad_norm": 8.295819282531738,
|
| 21 |
+
"learning_rate": 2.409638554216868e-07,
|
| 22 |
+
"loss": 1.2671,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.007297050775311645,
|
| 27 |
+
"grad_norm": 9.391046524047852,
|
| 28 |
+
"learning_rate": 4.819277108433736e-07,
|
| 29 |
+
"loss": 1.2857,
|
| 30 |
+
"step": 4
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.010945576162967468,
|
| 34 |
+
"grad_norm": 7.095087051391602,
|
| 35 |
+
"learning_rate": 7.228915662650602e-07,
|
| 36 |
+
"loss": 1.2067,
|
| 37 |
+
"step": 6
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.01459410155062329,
|
| 41 |
+
"grad_norm": 8.843668937683105,
|
| 42 |
+
"learning_rate": 9.638554216867472e-07,
|
| 43 |
+
"loss": 1.3509,
|
| 44 |
+
"step": 8
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.018242626938279112,
|
| 48 |
+
"grad_norm": 10.585760116577148,
|
| 49 |
+
"learning_rate": 1.2048192771084338e-06,
|
| 50 |
+
"loss": 1.1964,
|
| 51 |
+
"step": 10
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.021891152325934936,
|
| 55 |
+
"grad_norm": 7.215892791748047,
|
| 56 |
+
"learning_rate": 1.4457831325301204e-06,
|
| 57 |
+
"loss": 1.2249,
|
| 58 |
+
"step": 12
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.025539677713590756,
|
| 62 |
+
"grad_norm": 5.175631046295166,
|
| 63 |
+
"learning_rate": 1.6867469879518073e-06,
|
| 64 |
+
"loss": 1.182,
|
| 65 |
+
"step": 14
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.02918820310124658,
|
| 69 |
+
"grad_norm": 6.034592151641846,
|
| 70 |
+
"learning_rate": 1.9277108433734943e-06,
|
| 71 |
+
"loss": 1.1873,
|
| 72 |
+
"step": 16
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.0328367284889024,
|
| 76 |
+
"grad_norm": 4.697737693786621,
|
| 77 |
+
"learning_rate": 2.168674698795181e-06,
|
| 78 |
+
"loss": 1.0638,
|
| 79 |
+
"step": 18
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.036485253876558224,
|
| 83 |
+
"grad_norm": 5.241036891937256,
|
| 84 |
+
"learning_rate": 2.4096385542168676e-06,
|
| 85 |
+
"loss": 1.0815,
|
| 86 |
+
"step": 20
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.04013377926421405,
|
| 90 |
+
"grad_norm": 4.05128812789917,
|
| 91 |
+
"learning_rate": 2.6506024096385547e-06,
|
| 92 |
+
"loss": 0.9343,
|
| 93 |
+
"step": 22
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.04378230465186987,
|
| 97 |
+
"grad_norm": 2.4777638912200928,
|
| 98 |
+
"learning_rate": 2.891566265060241e-06,
|
| 99 |
+
"loss": 0.9977,
|
| 100 |
+
"step": 24
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.04743083003952569,
|
| 104 |
+
"grad_norm": 2.8077099323272705,
|
| 105 |
+
"learning_rate": 3.132530120481928e-06,
|
| 106 |
+
"loss": 0.9534,
|
| 107 |
+
"step": 26
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.05107935542718151,
|
| 111 |
+
"grad_norm": 1.8399295806884766,
|
| 112 |
+
"learning_rate": 3.3734939759036146e-06,
|
| 113 |
+
"loss": 0.9016,
|
| 114 |
+
"step": 28
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.054727880814837336,
|
| 118 |
+
"grad_norm": 1.6265225410461426,
|
| 119 |
+
"learning_rate": 3.6144578313253016e-06,
|
| 120 |
+
"loss": 0.9041,
|
| 121 |
+
"step": 30
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.05837640620249316,
|
| 125 |
+
"grad_norm": 1.7064011096954346,
|
| 126 |
+
"learning_rate": 3.855421686746989e-06,
|
| 127 |
+
"loss": 0.9486,
|
| 128 |
+
"step": 32
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.062024931590148984,
|
| 132 |
+
"grad_norm": 1.425864815711975,
|
| 133 |
+
"learning_rate": 4.096385542168675e-06,
|
| 134 |
+
"loss": 0.8463,
|
| 135 |
+
"step": 34
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.0656734569778048,
|
| 139 |
+
"grad_norm": 1.1896415948867798,
|
| 140 |
+
"learning_rate": 4.337349397590362e-06,
|
| 141 |
+
"loss": 0.7976,
|
| 142 |
+
"step": 36
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.06932198236546062,
|
| 146 |
+
"grad_norm": 1.3058383464813232,
|
| 147 |
+
"learning_rate": 4.578313253012049e-06,
|
| 148 |
+
"loss": 0.8497,
|
| 149 |
+
"step": 38
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.07297050775311645,
|
| 153 |
+
"grad_norm": 1.321593999862671,
|
| 154 |
+
"learning_rate": 4.819277108433735e-06,
|
| 155 |
+
"loss": 0.822,
|
| 156 |
+
"step": 40
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.07661903314077227,
|
| 160 |
+
"grad_norm": 5.552907943725586,
|
| 161 |
+
"learning_rate": 5.060240963855422e-06,
|
| 162 |
+
"loss": 0.7931,
|
| 163 |
+
"step": 42
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.0802675585284281,
|
| 167 |
+
"grad_norm": 1.1037073135375977,
|
| 168 |
+
"learning_rate": 5.301204819277109e-06,
|
| 169 |
+
"loss": 0.7707,
|
| 170 |
+
"step": 44
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.08391608391608392,
|
| 174 |
+
"grad_norm": 1.1386008262634277,
|
| 175 |
+
"learning_rate": 5.542168674698796e-06,
|
| 176 |
+
"loss": 0.7802,
|
| 177 |
+
"step": 46
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.08756460930373974,
|
| 181 |
+
"grad_norm": 0.9155784845352173,
|
| 182 |
+
"learning_rate": 5.783132530120482e-06,
|
| 183 |
+
"loss": 0.7317,
|
| 184 |
+
"step": 48
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.09121313469139557,
|
| 188 |
+
"grad_norm": 0.9841786026954651,
|
| 189 |
+
"learning_rate": 6.02409638554217e-06,
|
| 190 |
+
"loss": 0.6851,
|
| 191 |
+
"step": 50
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.09486166007905138,
|
| 195 |
+
"grad_norm": 1.21662175655365,
|
| 196 |
+
"learning_rate": 6.265060240963856e-06,
|
| 197 |
+
"loss": 0.7872,
|
| 198 |
+
"step": 52
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.0985101854667072,
|
| 202 |
+
"grad_norm": 0.9381082057952881,
|
| 203 |
+
"learning_rate": 6.5060240963855425e-06,
|
| 204 |
+
"loss": 0.7722,
|
| 205 |
+
"step": 54
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.10215871085436302,
|
| 209 |
+
"grad_norm": 1.130147933959961,
|
| 210 |
+
"learning_rate": 6.746987951807229e-06,
|
| 211 |
+
"loss": 0.6851,
|
| 212 |
+
"step": 56
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.10580723624201885,
|
| 216 |
+
"grad_norm": 0.9588335752487183,
|
| 217 |
+
"learning_rate": 6.987951807228917e-06,
|
| 218 |
+
"loss": 0.7067,
|
| 219 |
+
"step": 58
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.10945576162967467,
|
| 223 |
+
"grad_norm": 3.1881303787231445,
|
| 224 |
+
"learning_rate": 7.228915662650603e-06,
|
| 225 |
+
"loss": 0.7472,
|
| 226 |
+
"step": 60
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.1131042870173305,
|
| 230 |
+
"grad_norm": 1.1993156671524048,
|
| 231 |
+
"learning_rate": 7.469879518072289e-06,
|
| 232 |
+
"loss": 0.7773,
|
| 233 |
+
"step": 62
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.11675281240498632,
|
| 237 |
+
"grad_norm": 0.952839732170105,
|
| 238 |
+
"learning_rate": 7.710843373493977e-06,
|
| 239 |
+
"loss": 0.6838,
|
| 240 |
+
"step": 64
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.12040133779264214,
|
| 244 |
+
"grad_norm": 1.2836329936981201,
|
| 245 |
+
"learning_rate": 7.951807228915663e-06,
|
| 246 |
+
"loss": 0.761,
|
| 247 |
+
"step": 66
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.12404986318029797,
|
| 251 |
+
"grad_norm": 0.9141722321510315,
|
| 252 |
+
"learning_rate": 8.19277108433735e-06,
|
| 253 |
+
"loss": 0.6943,
|
| 254 |
+
"step": 68
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.1276983885679538,
|
| 258 |
+
"grad_norm": 1.0482511520385742,
|
| 259 |
+
"learning_rate": 8.433734939759038e-06,
|
| 260 |
+
"loss": 0.6896,
|
| 261 |
+
"step": 70
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.1313469139556096,
|
| 265 |
+
"grad_norm": 0.9622248411178589,
|
| 266 |
+
"learning_rate": 8.674698795180724e-06,
|
| 267 |
+
"loss": 0.667,
|
| 268 |
+
"step": 72
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.13499543934326544,
|
| 272 |
+
"grad_norm": 0.9998468160629272,
|
| 273 |
+
"learning_rate": 8.91566265060241e-06,
|
| 274 |
+
"loss": 0.7102,
|
| 275 |
+
"step": 74
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.13864396473092125,
|
| 279 |
+
"grad_norm": 1.114218831062317,
|
| 280 |
+
"learning_rate": 9.156626506024097e-06,
|
| 281 |
+
"loss": 0.707,
|
| 282 |
+
"step": 76
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.1422924901185771,
|
| 286 |
+
"grad_norm": 0.9857527017593384,
|
| 287 |
+
"learning_rate": 9.397590361445785e-06,
|
| 288 |
+
"loss": 0.6797,
|
| 289 |
+
"step": 78
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.1459410155062329,
|
| 293 |
+
"grad_norm": 0.9165706038475037,
|
| 294 |
+
"learning_rate": 9.63855421686747e-06,
|
| 295 |
+
"loss": 0.6712,
|
| 296 |
+
"step": 80
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.1495895408938887,
|
| 300 |
+
"grad_norm": 0.9506673812866211,
|
| 301 |
+
"learning_rate": 9.879518072289156e-06,
|
| 302 |
+
"loss": 0.6996,
|
| 303 |
+
"step": 82
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.15323806628154454,
|
| 307 |
+
"grad_norm": 0.9897269010543823,
|
| 308 |
+
"learning_rate": 9.999989874096101e-06,
|
| 309 |
+
"loss": 0.6752,
|
| 310 |
+
"step": 84
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.15688659166920035,
|
| 314 |
+
"grad_norm": 1.1789156198501587,
|
| 315 |
+
"learning_rate": 9.999908867110992e-06,
|
| 316 |
+
"loss": 0.6852,
|
| 317 |
+
"step": 86
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.1605351170568562,
|
| 321 |
+
"grad_norm": 0.8242220282554626,
|
| 322 |
+
"learning_rate": 9.9997468544532e-06,
|
| 323 |
+
"loss": 0.6163,
|
| 324 |
+
"step": 88
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.164183642444512,
|
| 328 |
+
"grad_norm": 1.0809637308120728,
|
| 329 |
+
"learning_rate": 9.999503838747564e-06,
|
| 330 |
+
"loss": 0.6952,
|
| 331 |
+
"step": 90
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.16783216783216784,
|
| 335 |
+
"grad_norm": 1.2057223320007324,
|
| 336 |
+
"learning_rate": 9.999179823931286e-06,
|
| 337 |
+
"loss": 0.6622,
|
| 338 |
+
"step": 92
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.17148069321982365,
|
| 342 |
+
"grad_norm": 0.8252416253089905,
|
| 343 |
+
"learning_rate": 9.998774815253869e-06,
|
| 344 |
+
"loss": 0.6548,
|
| 345 |
+
"step": 94
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.1751292186074795,
|
| 349 |
+
"grad_norm": 0.8368967175483704,
|
| 350 |
+
"learning_rate": 9.99828881927703e-06,
|
| 351 |
+
"loss": 0.6426,
|
| 352 |
+
"step": 96
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.1787777439951353,
|
| 356 |
+
"grad_norm": 1.2186616659164429,
|
| 357 |
+
"learning_rate": 9.997721843874604e-06,
|
| 358 |
+
"loss": 0.6827,
|
| 359 |
+
"step": 98
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.18242626938279113,
|
| 363 |
+
"grad_norm": 0.9738035798072815,
|
| 364 |
+
"learning_rate": 9.997073898232398e-06,
|
| 365 |
+
"loss": 0.6766,
|
| 366 |
+
"step": 100
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.18607479477044694,
|
| 370 |
+
"grad_norm": 0.9566294550895691,
|
| 371 |
+
"learning_rate": 9.996344992848063e-06,
|
| 372 |
+
"loss": 0.6704,
|
| 373 |
+
"step": 102
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.18972332015810275,
|
| 377 |
+
"grad_norm": 0.9457056522369385,
|
| 378 |
+
"learning_rate": 9.995535139530904e-06,
|
| 379 |
+
"loss": 0.6415,
|
| 380 |
+
"step": 104
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.1933718455457586,
|
| 384 |
+
"grad_norm": 1.1034765243530273,
|
| 385 |
+
"learning_rate": 9.994644351401704e-06,
|
| 386 |
+
"loss": 0.6747,
|
| 387 |
+
"step": 106
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.1970203709334144,
|
| 391 |
+
"grad_norm": 0.9405321478843689,
|
| 392 |
+
"learning_rate": 9.993672642892505e-06,
|
| 393 |
+
"loss": 0.6473,
|
| 394 |
+
"step": 108
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.20066889632107024,
|
| 398 |
+
"grad_norm": 0.8974522352218628,
|
| 399 |
+
"learning_rate": 9.992620029746375e-06,
|
| 400 |
+
"loss": 0.6647,
|
| 401 |
+
"step": 110
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.20431742170872605,
|
| 405 |
+
"grad_norm": 0.8799972534179688,
|
| 406 |
+
"learning_rate": 9.991486529017149e-06,
|
| 407 |
+
"loss": 0.6101,
|
| 408 |
+
"step": 112
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.2079659470963819,
|
| 412 |
+
"grad_norm": 1.0081822872161865,
|
| 413 |
+
"learning_rate": 9.990272159069164e-06,
|
| 414 |
+
"loss": 0.6686,
|
| 415 |
+
"step": 114
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.2116144724840377,
|
| 419 |
+
"grad_norm": 1.1524714231491089,
|
| 420 |
+
"learning_rate": 9.988976939576945e-06,
|
| 421 |
+
"loss": 0.681,
|
| 422 |
+
"step": 116
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.21526299787169353,
|
| 426 |
+
"grad_norm": 0.9791584610939026,
|
| 427 |
+
"learning_rate": 9.987600891524902e-06,
|
| 428 |
+
"loss": 0.6646,
|
| 429 |
+
"step": 118
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.21891152325934934,
|
| 433 |
+
"grad_norm": 0.8090513944625854,
|
| 434 |
+
"learning_rate": 9.98614403720698e-06,
|
| 435 |
+
"loss": 0.6632,
|
| 436 |
+
"step": 120
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.22256004864700518,
|
| 440 |
+
"grad_norm": 0.9401625394821167,
|
| 441 |
+
"learning_rate": 9.984606400226304e-06,
|
| 442 |
+
"loss": 0.6618,
|
| 443 |
+
"step": 122
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.226208574034661,
|
| 447 |
+
"grad_norm": 0.9542201161384583,
|
| 448 |
+
"learning_rate": 9.98298800549479e-06,
|
| 449 |
+
"loss": 0.6435,
|
| 450 |
+
"step": 124
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.2298570994223168,
|
| 454 |
+
"grad_norm": 1.0500489473342896,
|
| 455 |
+
"learning_rate": 9.981288879232746e-06,
|
| 456 |
+
"loss": 0.6476,
|
| 457 |
+
"step": 126
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.23350562480997264,
|
| 461 |
+
"grad_norm": 1.0309292078018188,
|
| 462 |
+
"learning_rate": 9.97950904896845e-06,
|
| 463 |
+
"loss": 0.6439,
|
| 464 |
+
"step": 128
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.23715415019762845,
|
| 468 |
+
"grad_norm": 0.8687788844108582,
|
| 469 |
+
"learning_rate": 9.977648543537694e-06,
|
| 470 |
+
"loss": 0.6448,
|
| 471 |
+
"step": 130
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.2408026755852843,
|
| 475 |
+
"grad_norm": 0.8222269415855408,
|
| 476 |
+
"learning_rate": 9.975707393083328e-06,
|
| 477 |
+
"loss": 0.6336,
|
| 478 |
+
"step": 132
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.2444512009729401,
|
| 482 |
+
"grad_norm": 0.9232620596885681,
|
| 483 |
+
"learning_rate": 9.973685629054761e-06,
|
| 484 |
+
"loss": 0.6299,
|
| 485 |
+
"step": 134
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.24809972636059593,
|
| 489 |
+
"grad_norm": 42.93293380737305,
|
| 490 |
+
"learning_rate": 9.971583284207467e-06,
|
| 491 |
+
"loss": 0.6368,
|
| 492 |
+
"step": 136
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.2517482517482518,
|
| 496 |
+
"grad_norm": 0.8836601376533508,
|
| 497 |
+
"learning_rate": 9.969400392602436e-06,
|
| 498 |
+
"loss": 0.6316,
|
| 499 |
+
"step": 138
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.2553967771359076,
|
| 503 |
+
"grad_norm": 0.9281610250473022,
|
| 504 |
+
"learning_rate": 9.967136989605631e-06,
|
| 505 |
+
"loss": 0.6751,
|
| 506 |
+
"step": 140
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.2590453025235634,
|
| 510 |
+
"grad_norm": 0.9172906279563904,
|
| 511 |
+
"learning_rate": 9.96479311188742e-06,
|
| 512 |
+
"loss": 0.629,
|
| 513 |
+
"step": 142
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.2626938279112192,
|
| 517 |
+
"grad_norm": 0.828248143196106,
|
| 518 |
+
"learning_rate": 9.962368797421972e-06,
|
| 519 |
+
"loss": 0.6096,
|
| 520 |
+
"step": 144
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.266342353298875,
|
| 524 |
+
"grad_norm": 0.8610714673995972,
|
| 525 |
+
"learning_rate": 9.959864085486649e-06,
|
| 526 |
+
"loss": 0.6564,
|
| 527 |
+
"step": 146
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.2699908786865309,
|
| 531 |
+
"grad_norm": 1.1389037370681763,
|
| 532 |
+
"learning_rate": 9.957279016661361e-06,
|
| 533 |
+
"loss": 0.6528,
|
| 534 |
+
"step": 148
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.2736394040741867,
|
| 538 |
+
"grad_norm": 0.9322584271430969,
|
| 539 |
+
"learning_rate": 9.954613632827925e-06,
|
| 540 |
+
"loss": 0.6035,
|
| 541 |
+
"step": 150
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.2772879294618425,
|
| 545 |
+
"grad_norm": 1.0046380758285522,
|
| 546 |
+
"learning_rate": 9.95186797716937e-06,
|
| 547 |
+
"loss": 0.655,
|
| 548 |
+
"step": 152
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.2809364548494983,
|
| 552 |
+
"grad_norm": 0.8859027624130249,
|
| 553 |
+
"learning_rate": 9.949042094169236e-06,
|
| 554 |
+
"loss": 0.6405,
|
| 555 |
+
"step": 154
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.2845849802371542,
|
| 559 |
+
"grad_norm": 0.9578436613082886,
|
| 560 |
+
"learning_rate": 9.946136029610877e-06,
|
| 561 |
+
"loss": 0.6662,
|
| 562 |
+
"step": 156
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.28823350562481,
|
| 566 |
+
"grad_norm": 0.9982143044471741,
|
| 567 |
+
"learning_rate": 9.94314983057669e-06,
|
| 568 |
+
"loss": 0.6446,
|
| 569 |
+
"step": 158
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.2918820310124658,
|
| 573 |
+
"grad_norm": 1.0939911603927612,
|
| 574 |
+
"learning_rate": 9.94008354544737e-06,
|
| 575 |
+
"loss": 0.6476,
|
| 576 |
+
"step": 160
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.2955305564001216,
|
| 580 |
+
"grad_norm": 1.0458049774169922,
|
| 581 |
+
"learning_rate": 9.936937223901119e-06,
|
| 582 |
+
"loss": 0.6427,
|
| 583 |
+
"step": 162
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.2991790817877774,
|
| 587 |
+
"grad_norm": 1.1223981380462646,
|
| 588 |
+
"learning_rate": 9.933710916912847e-06,
|
| 589 |
+
"loss": 0.663,
|
| 590 |
+
"step": 164
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.3028276071754333,
|
| 594 |
+
"grad_norm": 1.3451194763183594,
|
| 595 |
+
"learning_rate": 9.930404676753338e-06,
|
| 596 |
+
"loss": 0.6635,
|
| 597 |
+
"step": 166
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.3064761325630891,
|
| 601 |
+
"grad_norm": 1.32749605178833,
|
| 602 |
+
"learning_rate": 9.927018556988413e-06,
|
| 603 |
+
"loss": 0.6475,
|
| 604 |
+
"step": 168
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.3101246579507449,
|
| 608 |
+
"grad_norm": 0.7651606202125549,
|
| 609 |
+
"learning_rate": 9.923552612478048e-06,
|
| 610 |
+
"loss": 0.5907,
|
| 611 |
+
"step": 170
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.3137731833384007,
|
| 615 |
+
"grad_norm": 0.8623411655426025,
|
| 616 |
+
"learning_rate": 9.920006899375507e-06,
|
| 617 |
+
"loss": 0.6272,
|
| 618 |
+
"step": 172
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.3174217087260566,
|
| 622 |
+
"grad_norm": 6.449504375457764,
|
| 623 |
+
"learning_rate": 9.916381475126406e-06,
|
| 624 |
+
"loss": 0.6907,
|
| 625 |
+
"step": 174
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.3210702341137124,
|
| 629 |
+
"grad_norm": 1.2437793016433716,
|
| 630 |
+
"learning_rate": 9.912676398467807e-06,
|
| 631 |
+
"loss": 0.6325,
|
| 632 |
+
"step": 176
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.3247187595013682,
|
| 636 |
+
"grad_norm": 0.8467330932617188,
|
| 637 |
+
"learning_rate": 9.908891729427245e-06,
|
| 638 |
+
"loss": 0.6178,
|
| 639 |
+
"step": 178
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.328367284889024,
|
| 643 |
+
"grad_norm": 0.8577013611793518,
|
| 644 |
+
"learning_rate": 9.905027529321771e-06,
|
| 645 |
+
"loss": 0.6048,
|
| 646 |
+
"step": 180
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.33201581027667987,
|
| 650 |
+
"grad_norm": 0.845434308052063,
|
| 651 |
+
"learning_rate": 9.901083860756954e-06,
|
| 652 |
+
"loss": 0.6177,
|
| 653 |
+
"step": 182
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.3356643356643357,
|
| 657 |
+
"grad_norm": 0.7583611011505127,
|
| 658 |
+
"learning_rate": 9.89706078762586e-06,
|
| 659 |
+
"loss": 0.5888,
|
| 660 |
+
"step": 184
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.3393128610519915,
|
| 664 |
+
"grad_norm": 0.9179339408874512,
|
| 665 |
+
"learning_rate": 9.892958375108031e-06,
|
| 666 |
+
"loss": 0.6216,
|
| 667 |
+
"step": 186
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.3429613864396473,
|
| 671 |
+
"grad_norm": 0.8592986464500427,
|
| 672 |
+
"learning_rate": 9.88877668966841e-06,
|
| 673 |
+
"loss": 0.611,
|
| 674 |
+
"step": 188
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.3466099118273031,
|
| 678 |
+
"grad_norm": 1.0181283950805664,
|
| 679 |
+
"learning_rate": 9.884515799056284e-06,
|
| 680 |
+
"loss": 0.6174,
|
| 681 |
+
"step": 190
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.350258437214959,
|
| 685 |
+
"grad_norm": 0.7851302623748779,
|
| 686 |
+
"learning_rate": 9.880175772304173e-06,
|
| 687 |
+
"loss": 0.5936,
|
| 688 |
+
"step": 192
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.3539069626026148,
|
| 692 |
+
"grad_norm": 0.7657840251922607,
|
| 693 |
+
"learning_rate": 9.875756679726714e-06,
|
| 694 |
+
"loss": 0.5997,
|
| 695 |
+
"step": 194
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.3575554879902706,
|
| 699 |
+
"grad_norm": 1.089402437210083,
|
| 700 |
+
"learning_rate": 9.871258592919524e-06,
|
| 701 |
+
"loss": 0.6162,
|
| 702 |
+
"step": 196
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.3612040133779264,
|
| 706 |
+
"grad_norm": 0.9028885960578918,
|
| 707 |
+
"learning_rate": 9.866681584758046e-06,
|
| 708 |
+
"loss": 0.6279,
|
| 709 |
+
"step": 198
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.36485253876558227,
|
| 713 |
+
"grad_norm": 0.8105641007423401,
|
| 714 |
+
"learning_rate": 9.862025729396352e-06,
|
| 715 |
+
"loss": 0.6212,
|
| 716 |
+
"step": 200
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.3685010641532381,
|
| 720 |
+
"grad_norm": 0.8687553405761719,
|
| 721 |
+
"learning_rate": 9.85729110226596e-06,
|
| 722 |
+
"loss": 0.6361,
|
| 723 |
+
"step": 202
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.3721495895408939,
|
| 727 |
+
"grad_norm": 0.7712480425834656,
|
| 728 |
+
"learning_rate": 9.852477780074596e-06,
|
| 729 |
+
"loss": 0.619,
|
| 730 |
+
"step": 204
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.3757981149285497,
|
| 734 |
+
"grad_norm": 0.7695804238319397,
|
| 735 |
+
"learning_rate": 9.84758584080496e-06,
|
| 736 |
+
"loss": 0.6077,
|
| 737 |
+
"step": 206
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.3794466403162055,
|
| 741 |
+
"grad_norm": 0.7548947334289551,
|
| 742 |
+
"learning_rate": 9.84261536371347e-06,
|
| 743 |
+
"loss": 0.5898,
|
| 744 |
+
"step": 208
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.3830951657038614,
|
| 748 |
+
"grad_norm": 0.7162324786186218,
|
| 749 |
+
"learning_rate": 9.837566429328953e-06,
|
| 750 |
+
"loss": 0.6237,
|
| 751 |
+
"step": 210
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.3867436910915172,
|
| 755 |
+
"grad_norm": 1.5595295429229736,
|
| 756 |
+
"learning_rate": 9.832439119451372e-06,
|
| 757 |
+
"loss": 0.6137,
|
| 758 |
+
"step": 212
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.390392216479173,
|
| 762 |
+
"grad_norm": 0.7806109189987183,
|
| 763 |
+
"learning_rate": 9.827233517150475e-06,
|
| 764 |
+
"loss": 0.5901,
|
| 765 |
+
"step": 214
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.3940407418668288,
|
| 769 |
+
"grad_norm": 0.7377996444702148,
|
| 770 |
+
"learning_rate": 9.821949706764463e-06,
|
| 771 |
+
"loss": 0.643,
|
| 772 |
+
"step": 216
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.39768926725448467,
|
| 776 |
+
"grad_norm": 0.7791337966918945,
|
| 777 |
+
"learning_rate": 9.81658777389862e-06,
|
| 778 |
+
"loss": 0.5872,
|
| 779 |
+
"step": 218
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.4013377926421405,
|
| 783 |
+
"grad_norm": 0.7520440816879272,
|
| 784 |
+
"learning_rate": 9.811147805423924e-06,
|
| 785 |
+
"loss": 0.5711,
|
| 786 |
+
"step": 220
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.4049863180297963,
|
| 790 |
+
"grad_norm": 0.8312076330184937,
|
| 791 |
+
"learning_rate": 9.805629889475641e-06,
|
| 792 |
+
"loss": 0.6397,
|
| 793 |
+
"step": 222
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.4086348434174521,
|
| 797 |
+
"grad_norm": 0.6981707811355591,
|
| 798 |
+
"learning_rate": 9.800034115451904e-06,
|
| 799 |
+
"loss": 0.5765,
|
| 800 |
+
"step": 224
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.4122833688051079,
|
| 804 |
+
"grad_norm": 0.9388242959976196,
|
| 805 |
+
"learning_rate": 9.794360574012249e-06,
|
| 806 |
+
"loss": 0.606,
|
| 807 |
+
"step": 226
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.4159318941927638,
|
| 811 |
+
"grad_norm": 1.5727872848510742,
|
| 812 |
+
"learning_rate": 9.788609357076159e-06,
|
| 813 |
+
"loss": 0.5848,
|
| 814 |
+
"step": 228
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.4195804195804196,
|
| 818 |
+
"grad_norm": 0.787630558013916,
|
| 819 |
+
"learning_rate": 9.782780557821576e-06,
|
| 820 |
+
"loss": 0.5848,
|
| 821 |
+
"step": 230
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.4232289449680754,
|
| 825 |
+
"grad_norm": 0.7875147461891174,
|
| 826 |
+
"learning_rate": 9.776874270683378e-06,
|
| 827 |
+
"loss": 0.5712,
|
| 828 |
+
"step": 232
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.4268774703557312,
|
| 832 |
+
"grad_norm": 0.6882831454277039,
|
| 833 |
+
"learning_rate": 9.770890591351865e-06,
|
| 834 |
+
"loss": 0.5804,
|
| 835 |
+
"step": 234
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.43052599574338707,
|
| 839 |
+
"grad_norm": 0.856640100479126,
|
| 840 |
+
"learning_rate": 9.764829616771194e-06,
|
| 841 |
+
"loss": 0.6282,
|
| 842 |
+
"step": 236
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.4341745211310429,
|
| 846 |
+
"grad_norm": 0.7834499478340149,
|
| 847 |
+
"learning_rate": 9.758691445137822e-06,
|
| 848 |
+
"loss": 0.5872,
|
| 849 |
+
"step": 238
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.4378230465186987,
|
| 853 |
+
"grad_norm": 0.8516238331794739,
|
| 854 |
+
"learning_rate": 9.752476175898905e-06,
|
| 855 |
+
"loss": 0.6049,
|
| 856 |
+
"step": 240
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.4414715719063545,
|
| 860 |
+
"grad_norm": 0.8098310828208923,
|
| 861 |
+
"learning_rate": 9.746183909750692e-06,
|
| 862 |
+
"loss": 0.6276,
|
| 863 |
+
"step": 242
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.44512009729401036,
|
| 867 |
+
"grad_norm": 0.8648990392684937,
|
| 868 |
+
"learning_rate": 9.739814748636892e-06,
|
| 869 |
+
"loss": 0.6254,
|
| 870 |
+
"step": 244
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.4487686226816662,
|
| 874 |
+
"grad_norm": 0.8435967564582825,
|
| 875 |
+
"learning_rate": 9.73336879574702e-06,
|
| 876 |
+
"loss": 0.6099,
|
| 877 |
+
"step": 246
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.452417148069322,
|
| 881 |
+
"grad_norm": 0.7823182344436646,
|
| 882 |
+
"learning_rate": 9.726846155514731e-06,
|
| 883 |
+
"loss": 0.571,
|
| 884 |
+
"step": 248
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.4560656734569778,
|
| 888 |
+
"grad_norm": 0.84818434715271,
|
| 889 |
+
"learning_rate": 9.720246933616125e-06,
|
| 890 |
+
"loss": 0.5939,
|
| 891 |
+
"step": 250
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.4597141988446336,
|
| 895 |
+
"grad_norm": 0.8617188930511475,
|
| 896 |
+
"learning_rate": 9.713571236968026e-06,
|
| 897 |
+
"loss": 0.6102,
|
| 898 |
+
"step": 252
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.46336272423228947,
|
| 902 |
+
"grad_norm": 0.7632100582122803,
|
| 903 |
+
"learning_rate": 9.706819173726273e-06,
|
| 904 |
+
"loss": 0.5874,
|
| 905 |
+
"step": 254
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.4670112496199453,
|
| 909 |
+
"grad_norm": 0.7862482070922852,
|
| 910 |
+
"learning_rate": 9.69999085328394e-06,
|
| 911 |
+
"loss": 0.6042,
|
| 912 |
+
"step": 256
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.4706597750076011,
|
| 916 |
+
"grad_norm": 1.2909066677093506,
|
| 917 |
+
"learning_rate": 9.693086386269581e-06,
|
| 918 |
+
"loss": 0.6243,
|
| 919 |
+
"step": 258
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.4743083003952569,
|
| 923 |
+
"grad_norm": 0.7482678890228271,
|
| 924 |
+
"learning_rate": 9.686105884545435e-06,
|
| 925 |
+
"loss": 0.6056,
|
| 926 |
+
"step": 260
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.47795682578291276,
|
| 930 |
+
"grad_norm": 0.9162628650665283,
|
| 931 |
+
"learning_rate": 9.679049461205614e-06,
|
| 932 |
+
"loss": 0.5943,
|
| 933 |
+
"step": 262
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.4816053511705686,
|
| 937 |
+
"grad_norm": 1.1275169849395752,
|
| 938 |
+
"learning_rate": 9.671917230574262e-06,
|
| 939 |
+
"loss": 0.635,
|
| 940 |
+
"step": 264
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.4852538765582244,
|
| 944 |
+
"grad_norm": 0.904468297958374,
|
| 945 |
+
"learning_rate": 9.664709308203713e-06,
|
| 946 |
+
"loss": 0.599,
|
| 947 |
+
"step": 266
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.4889024019458802,
|
| 951 |
+
"grad_norm": 0.7175026535987854,
|
| 952 |
+
"learning_rate": 9.657425810872616e-06,
|
| 953 |
+
"loss": 0.5455,
|
| 954 |
+
"step": 268
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.492550927333536,
|
| 958 |
+
"grad_norm": 0.7503458857536316,
|
| 959 |
+
"learning_rate": 9.650066856584045e-06,
|
| 960 |
+
"loss": 0.5903,
|
| 961 |
+
"step": 270
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.49619945272119187,
|
| 965 |
+
"grad_norm": 0.8808678984642029,
|
| 966 |
+
"learning_rate": 9.642632564563576e-06,
|
| 967 |
+
"loss": 0.5982,
|
| 968 |
+
"step": 272
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.4998479781088477,
|
| 972 |
+
"grad_norm": 0.9144216179847717,
|
| 973 |
+
"learning_rate": 9.635123055257373e-06,
|
| 974 |
+
"loss": 0.5781,
|
| 975 |
+
"step": 274
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.5034965034965035,
|
| 979 |
+
"grad_norm": 1.0071049928665161,
|
| 980 |
+
"learning_rate": 9.627538450330224e-06,
|
| 981 |
+
"loss": 0.6302,
|
| 982 |
+
"step": 276
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.5071450288841594,
|
| 986 |
+
"grad_norm": 0.7271871566772461,
|
| 987 |
+
"learning_rate": 9.619878872663572e-06,
|
| 988 |
+
"loss": 0.5632,
|
| 989 |
+
"step": 278
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.5107935542718152,
|
| 993 |
+
"grad_norm": 0.7123481631278992,
|
| 994 |
+
"learning_rate": 9.612144446353532e-06,
|
| 995 |
+
"loss": 0.5849,
|
| 996 |
+
"step": 280
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.514442079659471,
|
| 1000 |
+
"grad_norm": 0.668262243270874,
|
| 1001 |
+
"learning_rate": 9.604335296708861e-06,
|
| 1002 |
+
"loss": 0.5687,
|
| 1003 |
+
"step": 282
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.5180906050471268,
|
| 1007 |
+
"grad_norm": 0.872313916683197,
|
| 1008 |
+
"learning_rate": 9.596451550248955e-06,
|
| 1009 |
+
"loss": 0.5906,
|
| 1010 |
+
"step": 284
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.5217391304347826,
|
| 1014 |
+
"grad_norm": 0.8018190264701843,
|
| 1015 |
+
"learning_rate": 9.588493334701778e-06,
|
| 1016 |
+
"loss": 0.5893,
|
| 1017 |
+
"step": 286
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.5253876558224384,
|
| 1021 |
+
"grad_norm": 0.7583948373794556,
|
| 1022 |
+
"learning_rate": 9.580460779001802e-06,
|
| 1023 |
+
"loss": 0.5778,
|
| 1024 |
+
"step": 288
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.5290361812100942,
|
| 1028 |
+
"grad_norm": 0.7148042321205139,
|
| 1029 |
+
"learning_rate": 9.57235401328791e-06,
|
| 1030 |
+
"loss": 0.586,
|
| 1031 |
+
"step": 290
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.53268470659775,
|
| 1035 |
+
"grad_norm": 0.793960690498352,
|
| 1036 |
+
"learning_rate": 9.564173168901302e-06,
|
| 1037 |
+
"loss": 0.5996,
|
| 1038 |
+
"step": 292
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.536333231985406,
|
| 1042 |
+
"grad_norm": 0.7752788662910461,
|
| 1043 |
+
"learning_rate": 9.555918378383353e-06,
|
| 1044 |
+
"loss": 0.5904,
|
| 1045 |
+
"step": 294
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.5399817573730618,
|
| 1049 |
+
"grad_norm": 0.7369986176490784,
|
| 1050 |
+
"learning_rate": 9.54758977547347e-06,
|
| 1051 |
+
"loss": 0.6031,
|
| 1052 |
+
"step": 296
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.5436302827607176,
|
| 1056 |
+
"grad_norm": 0.6657317876815796,
|
| 1057 |
+
"learning_rate": 9.539187495106936e-06,
|
| 1058 |
+
"loss": 0.5762,
|
| 1059 |
+
"step": 298
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.5472788081483734,
|
| 1063 |
+
"grad_norm": 0.7155686616897583,
|
| 1064 |
+
"learning_rate": 9.530711673412698e-06,
|
| 1065 |
+
"loss": 0.5715,
|
| 1066 |
+
"step": 300
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.5509273335360292,
|
| 1070 |
+
"grad_norm": 0.821488618850708,
|
| 1071 |
+
"learning_rate": 9.522162447711192e-06,
|
| 1072 |
+
"loss": 0.5641,
|
| 1073 |
+
"step": 302
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.554575858923685,
|
| 1077 |
+
"grad_norm": 0.7769792675971985,
|
| 1078 |
+
"learning_rate": 9.513539956512096e-06,
|
| 1079 |
+
"loss": 0.5996,
|
| 1080 |
+
"step": 304
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.5582243843113408,
|
| 1084 |
+
"grad_norm": 0.738440215587616,
|
| 1085 |
+
"learning_rate": 9.504844339512096e-06,
|
| 1086 |
+
"loss": 0.5765,
|
| 1087 |
+
"step": 306
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.5618729096989966,
|
| 1091 |
+
"grad_norm": 0.7775160670280457,
|
| 1092 |
+
"learning_rate": 9.496075737592623e-06,
|
| 1093 |
+
"loss": 0.5576,
|
| 1094 |
+
"step": 308
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.5655214350866524,
|
| 1098 |
+
"grad_norm": 0.773650586605072,
|
| 1099 |
+
"learning_rate": 9.487234292817563e-06,
|
| 1100 |
+
"loss": 0.5955,
|
| 1101 |
+
"step": 310
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 0.5691699604743083,
|
| 1105 |
+
"grad_norm": 0.6792920231819153,
|
| 1106 |
+
"learning_rate": 9.478320148430965e-06,
|
| 1107 |
+
"loss": 0.5612,
|
| 1108 |
+
"step": 312
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 0.5728184858619642,
|
| 1112 |
+
"grad_norm": 0.795219898223877,
|
| 1113 |
+
"learning_rate": 9.469333448854713e-06,
|
| 1114 |
+
"loss": 0.5886,
|
| 1115 |
+
"step": 314
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 0.57646701124962,
|
| 1119 |
+
"grad_norm": 0.7756664752960205,
|
| 1120 |
+
"learning_rate": 9.460274339686189e-06,
|
| 1121 |
+
"loss": 0.6012,
|
| 1122 |
+
"step": 316
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 0.5801155366372758,
|
| 1126 |
+
"grad_norm": 0.6775463223457336,
|
| 1127 |
+
"learning_rate": 9.451142967695916e-06,
|
| 1128 |
+
"loss": 0.5483,
|
| 1129 |
+
"step": 318
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 0.5837640620249316,
|
| 1133 |
+
"grad_norm": 0.7596588134765625,
|
| 1134 |
+
"learning_rate": 9.441939480825176e-06,
|
| 1135 |
+
"loss": 0.5683,
|
| 1136 |
+
"step": 320
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 0.5874125874125874,
|
| 1140 |
+
"grad_norm": 0.703626811504364,
|
| 1141 |
+
"learning_rate": 9.432664028183615e-06,
|
| 1142 |
+
"loss": 0.5724,
|
| 1143 |
+
"step": 322
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 0.5910611128002432,
|
| 1147 |
+
"grad_norm": 0.7344934344291687,
|
| 1148 |
+
"learning_rate": 9.42331676004683e-06,
|
| 1149 |
+
"loss": 0.5934,
|
| 1150 |
+
"step": 324
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 0.594709638187899,
|
| 1154 |
+
"grad_norm": 0.7058429718017578,
|
| 1155 |
+
"learning_rate": 9.413897827853929e-06,
|
| 1156 |
+
"loss": 0.5582,
|
| 1157 |
+
"step": 326
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 0.5983581635755548,
|
| 1161 |
+
"grad_norm": 0.7114812135696411,
|
| 1162 |
+
"learning_rate": 9.404407384205078e-06,
|
| 1163 |
+
"loss": 0.592,
|
| 1164 |
+
"step": 328
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 0.6020066889632107,
|
| 1168 |
+
"grad_norm": 3.259948253631592,
|
| 1169 |
+
"learning_rate": 9.394845582859038e-06,
|
| 1170 |
+
"loss": 0.6054,
|
| 1171 |
+
"step": 330
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 0.6056552143508666,
|
| 1175 |
+
"grad_norm": 0.7661309242248535,
|
| 1176 |
+
"learning_rate": 9.38521257873066e-06,
|
| 1177 |
+
"loss": 0.56,
|
| 1178 |
+
"step": 332
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 0.6093037397385224,
|
| 1182 |
+
"grad_norm": 0.899976909160614,
|
| 1183 |
+
"learning_rate": 9.375508527888389e-06,
|
| 1184 |
+
"loss": 0.5968,
|
| 1185 |
+
"step": 334
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 0.6129522651261782,
|
| 1189 |
+
"grad_norm": 0.7192819714546204,
|
| 1190 |
+
"learning_rate": 9.365733587551717e-06,
|
| 1191 |
+
"loss": 0.6015,
|
| 1192 |
+
"step": 336
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 0.616600790513834,
|
| 1196 |
+
"grad_norm": 0.7547832131385803,
|
| 1197 |
+
"learning_rate": 9.355887916088658e-06,
|
| 1198 |
+
"loss": 0.582,
|
| 1199 |
+
"step": 338
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 0.6202493159014898,
|
| 1203 |
+
"grad_norm": 0.683064341545105,
|
| 1204 |
+
"learning_rate": 9.345971673013166e-06,
|
| 1205 |
+
"loss": 0.5854,
|
| 1206 |
+
"step": 340
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 0.6238978412891456,
|
| 1210 |
+
"grad_norm": 0.7966418862342834,
|
| 1211 |
+
"learning_rate": 9.33598501898256e-06,
|
| 1212 |
+
"loss": 0.5778,
|
| 1213 |
+
"step": 342
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 0.6275463666768014,
|
| 1217 |
+
"grad_norm": 0.7256126999855042,
|
| 1218 |
+
"learning_rate": 9.325928115794911e-06,
|
| 1219 |
+
"loss": 0.5832,
|
| 1220 |
+
"step": 344
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 0.6311948920644573,
|
| 1224 |
+
"grad_norm": 0.6923336386680603,
|
| 1225 |
+
"learning_rate": 9.315801126386432e-06,
|
| 1226 |
+
"loss": 0.586,
|
| 1227 |
+
"step": 346
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 0.6348434174521131,
|
| 1231 |
+
"grad_norm": 0.7444384694099426,
|
| 1232 |
+
"learning_rate": 9.305604214828833e-06,
|
| 1233 |
+
"loss": 0.6072,
|
| 1234 |
+
"step": 348
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 0.638491942839769,
|
| 1238 |
+
"grad_norm": 0.7712548971176147,
|
| 1239 |
+
"learning_rate": 9.295337546326658e-06,
|
| 1240 |
+
"loss": 0.5934,
|
| 1241 |
+
"step": 350
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 0.6421404682274248,
|
| 1245 |
+
"grad_norm": 0.7229786515235901,
|
| 1246 |
+
"learning_rate": 9.28500128721462e-06,
|
| 1247 |
+
"loss": 0.5688,
|
| 1248 |
+
"step": 352
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 0.6457889936150806,
|
| 1252 |
+
"grad_norm": 0.6662163138389587,
|
| 1253 |
+
"learning_rate": 9.27459560495489e-06,
|
| 1254 |
+
"loss": 0.5473,
|
| 1255 |
+
"step": 354
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 0.6494375190027364,
|
| 1259 |
+
"grad_norm": 0.7679241299629211,
|
| 1260 |
+
"learning_rate": 9.264120668134405e-06,
|
| 1261 |
+
"loss": 0.5947,
|
| 1262 |
+
"step": 356
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 0.6530860443903922,
|
| 1266 |
+
"grad_norm": 0.7818153500556946,
|
| 1267 |
+
"learning_rate": 9.253576646462115e-06,
|
| 1268 |
+
"loss": 0.5697,
|
| 1269 |
+
"step": 358
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 0.656734569778048,
|
| 1273 |
+
"grad_norm": 0.7283984422683716,
|
| 1274 |
+
"learning_rate": 9.242963710766249e-06,
|
| 1275 |
+
"loss": 0.5676,
|
| 1276 |
+
"step": 360
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 0.6603830951657038,
|
| 1280 |
+
"grad_norm": 0.6908257603645325,
|
| 1281 |
+
"learning_rate": 9.232282032991539e-06,
|
| 1282 |
+
"loss": 0.5802,
|
| 1283 |
+
"step": 362
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 0.6640316205533597,
|
| 1287 |
+
"grad_norm": 0.6994187831878662,
|
| 1288 |
+
"learning_rate": 9.22153178619644e-06,
|
| 1289 |
+
"loss": 0.5792,
|
| 1290 |
+
"step": 364
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 0.6676801459410155,
|
| 1294 |
+
"grad_norm": 0.7992912530899048,
|
| 1295 |
+
"learning_rate": 9.210713144550318e-06,
|
| 1296 |
+
"loss": 0.5839,
|
| 1297 |
+
"step": 366
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 0.6713286713286714,
|
| 1301 |
+
"grad_norm": 0.7373973727226257,
|
| 1302 |
+
"learning_rate": 9.199826283330641e-06,
|
| 1303 |
+
"loss": 0.5671,
|
| 1304 |
+
"step": 368
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 0.6749771967163272,
|
| 1308 |
+
"grad_norm": 0.7272558212280273,
|
| 1309 |
+
"learning_rate": 9.188871378920123e-06,
|
| 1310 |
+
"loss": 0.5568,
|
| 1311 |
+
"step": 370
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 0.678625722103983,
|
| 1315 |
+
"grad_norm": 0.6657068133354187,
|
| 1316 |
+
"learning_rate": 9.17784860880388e-06,
|
| 1317 |
+
"loss": 0.5284,
|
| 1318 |
+
"step": 372
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 0.6822742474916388,
|
| 1322 |
+
"grad_norm": 0.7878971099853516,
|
| 1323 |
+
"learning_rate": 9.16675815156655e-06,
|
| 1324 |
+
"loss": 0.6024,
|
| 1325 |
+
"step": 374
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 0.6859227728792946,
|
| 1329 |
+
"grad_norm": 0.7263739109039307,
|
| 1330 |
+
"learning_rate": 9.155600186889396e-06,
|
| 1331 |
+
"loss": 0.5926,
|
| 1332 |
+
"step": 376
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 0.6895712982669504,
|
| 1336 |
+
"grad_norm": 0.7257018089294434,
|
| 1337 |
+
"learning_rate": 9.1443748955474e-06,
|
| 1338 |
+
"loss": 0.5746,
|
| 1339 |
+
"step": 378
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 0.6932198236546062,
|
| 1343 |
+
"grad_norm": 0.7777044773101807,
|
| 1344 |
+
"learning_rate": 9.133082459406335e-06,
|
| 1345 |
+
"loss": 0.5908,
|
| 1346 |
+
"step": 380
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 0.6968683490422621,
|
| 1350 |
+
"grad_norm": 2.0082859992980957,
|
| 1351 |
+
"learning_rate": 9.12172306141981e-06,
|
| 1352 |
+
"loss": 0.5901,
|
| 1353 |
+
"step": 382
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 0.700516874429918,
|
| 1357 |
+
"grad_norm": 0.6709379553794861,
|
| 1358 |
+
"learning_rate": 9.110296885626315e-06,
|
| 1359 |
+
"loss": 0.5731,
|
| 1360 |
+
"step": 384
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 0.7041653998175738,
|
| 1364 |
+
"grad_norm": 0.684029757976532,
|
| 1365 |
+
"learning_rate": 9.098804117146233e-06,
|
| 1366 |
+
"loss": 0.5962,
|
| 1367 |
+
"step": 386
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 0.7078139252052296,
|
| 1371 |
+
"grad_norm": 0.6345304250717163,
|
| 1372 |
+
"learning_rate": 9.087244942178852e-06,
|
| 1373 |
+
"loss": 0.567,
|
| 1374 |
+
"step": 388
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 0.7114624505928854,
|
| 1378 |
+
"grad_norm": 0.7014210224151611,
|
| 1379 |
+
"learning_rate": 9.075619547999328e-06,
|
| 1380 |
+
"loss": 0.5665,
|
| 1381 |
+
"step": 390
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 0.7151109759805412,
|
| 1385 |
+
"grad_norm": 0.7121542096138,
|
| 1386 |
+
"learning_rate": 9.063928122955673e-06,
|
| 1387 |
+
"loss": 0.5788,
|
| 1388 |
+
"step": 392
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 0.718759501368197,
|
| 1392 |
+
"grad_norm": 0.6985682249069214,
|
| 1393 |
+
"learning_rate": 9.052170856465688e-06,
|
| 1394 |
+
"loss": 0.5724,
|
| 1395 |
+
"step": 394
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 0.7224080267558528,
|
| 1399 |
+
"grad_norm": 0.6903934478759766,
|
| 1400 |
+
"learning_rate": 9.0403479390139e-06,
|
| 1401 |
+
"loss": 0.5311,
|
| 1402 |
+
"step": 396
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 0.7260565521435086,
|
| 1406 |
+
"grad_norm": 0.6758017539978027,
|
| 1407 |
+
"learning_rate": 9.028459562148479e-06,
|
| 1408 |
+
"loss": 0.5406,
|
| 1409 |
+
"step": 398
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 0.7297050775311645,
|
| 1413 |
+
"grad_norm": 0.6947284936904907,
|
| 1414 |
+
"learning_rate": 9.016505918478126e-06,
|
| 1415 |
+
"loss": 0.6009,
|
| 1416 |
+
"step": 400
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 0.7333536029188203,
|
| 1420 |
+
"grad_norm": 0.7199047803878784,
|
| 1421 |
+
"learning_rate": 9.004487201668962e-06,
|
| 1422 |
+
"loss": 0.5693,
|
| 1423 |
+
"step": 402
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 0.7370021283064762,
|
| 1427 |
+
"grad_norm": 0.7680858969688416,
|
| 1428 |
+
"learning_rate": 8.992403606441386e-06,
|
| 1429 |
+
"loss": 0.5848,
|
| 1430 |
+
"step": 404
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 0.740650653694132,
|
| 1434 |
+
"grad_norm": 0.727476954460144,
|
| 1435 |
+
"learning_rate": 8.980255328566914e-06,
|
| 1436 |
+
"loss": 0.5926,
|
| 1437 |
+
"step": 406
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 0.7442991790817878,
|
| 1441 |
+
"grad_norm": 0.7595219016075134,
|
| 1442 |
+
"learning_rate": 8.968042564865018e-06,
|
| 1443 |
+
"loss": 0.5917,
|
| 1444 |
+
"step": 408
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 0.7479477044694436,
|
| 1448 |
+
"grad_norm": 2.183056354522705,
|
| 1449 |
+
"learning_rate": 8.955765513199935e-06,
|
| 1450 |
+
"loss": 0.5854,
|
| 1451 |
+
"step": 410
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 0.7515962298570994,
|
| 1455 |
+
"grad_norm": 0.767233669757843,
|
| 1456 |
+
"learning_rate": 8.943424372477455e-06,
|
| 1457 |
+
"loss": 0.5806,
|
| 1458 |
+
"step": 412
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 0.7552447552447552,
|
| 1462 |
+
"grad_norm": 0.7878931164741516,
|
| 1463 |
+
"learning_rate": 8.931019342641702e-06,
|
| 1464 |
+
"loss": 0.5893,
|
| 1465 |
+
"step": 414
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 0.758893280632411,
|
| 1469 |
+
"grad_norm": 0.7827096581459045,
|
| 1470 |
+
"learning_rate": 8.918550624671899e-06,
|
| 1471 |
+
"loss": 0.5871,
|
| 1472 |
+
"step": 416
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 0.7625418060200669,
|
| 1476 |
+
"grad_norm": 0.6943903565406799,
|
| 1477 |
+
"learning_rate": 8.906018420579102e-06,
|
| 1478 |
+
"loss": 0.5587,
|
| 1479 |
+
"step": 418
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 0.7661903314077227,
|
| 1483 |
+
"grad_norm": 0.7684059143066406,
|
| 1484 |
+
"learning_rate": 8.893422933402939e-06,
|
| 1485 |
+
"loss": 0.5728,
|
| 1486 |
+
"step": 420
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 0.7698388567953786,
|
| 1490 |
+
"grad_norm": 0.747462809085846,
|
| 1491 |
+
"learning_rate": 8.880764367208311e-06,
|
| 1492 |
+
"loss": 0.5733,
|
| 1493 |
+
"step": 422
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 0.7734873821830344,
|
| 1497 |
+
"grad_norm": 0.7486701011657715,
|
| 1498 |
+
"learning_rate": 8.86804292708209e-06,
|
| 1499 |
+
"loss": 0.5708,
|
| 1500 |
+
"step": 424
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 0.7771359075706902,
|
| 1504 |
+
"grad_norm": 0.6867607831954956,
|
| 1505 |
+
"learning_rate": 8.855258819129796e-06,
|
| 1506 |
+
"loss": 0.5606,
|
| 1507 |
+
"step": 426
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 0.780784432958346,
|
| 1511 |
+
"grad_norm": 0.6859204769134521,
|
| 1512 |
+
"learning_rate": 8.842412250472257e-06,
|
| 1513 |
+
"loss": 0.5518,
|
| 1514 |
+
"step": 428
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 0.7844329583460018,
|
| 1518 |
+
"grad_norm": 0.7135295867919922,
|
| 1519 |
+
"learning_rate": 8.82950342924225e-06,
|
| 1520 |
+
"loss": 0.5606,
|
| 1521 |
+
"step": 430
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 0.7880814837336576,
|
| 1525 |
+
"grad_norm": 0.7061953544616699,
|
| 1526 |
+
"learning_rate": 8.816532564581141e-06,
|
| 1527 |
+
"loss": 0.5435,
|
| 1528 |
+
"step": 432
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 0.7917300091213134,
|
| 1532 |
+
"grad_norm": 0.7126162648200989,
|
| 1533 |
+
"learning_rate": 8.803499866635484e-06,
|
| 1534 |
+
"loss": 0.5659,
|
| 1535 |
+
"step": 434
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 0.7953785345089693,
|
| 1539 |
+
"grad_norm": 0.6607726812362671,
|
| 1540 |
+
"learning_rate": 8.790405546553615e-06,
|
| 1541 |
+
"loss": 0.5624,
|
| 1542 |
+
"step": 436
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 0.7990270598966251,
|
| 1546 |
+
"grad_norm": 0.8032154440879822,
|
| 1547 |
+
"learning_rate": 8.777249816482248e-06,
|
| 1548 |
+
"loss": 0.5847,
|
| 1549 |
+
"step": 438
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 0.802675585284281,
|
| 1553 |
+
"grad_norm": 0.7459051012992859,
|
| 1554 |
+
"learning_rate": 8.764032889563017e-06,
|
| 1555 |
+
"loss": 0.5369,
|
| 1556 |
+
"step": 440
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 0.8063241106719368,
|
| 1560 |
+
"grad_norm": 0.7046535015106201,
|
| 1561 |
+
"learning_rate": 8.750754979929039e-06,
|
| 1562 |
+
"loss": 0.5954,
|
| 1563 |
+
"step": 442
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 0.8099726360595926,
|
| 1567 |
+
"grad_norm": 0.7219237089157104,
|
| 1568 |
+
"learning_rate": 8.737416302701431e-06,
|
| 1569 |
+
"loss": 0.5786,
|
| 1570 |
+
"step": 444
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 0.8136211614472484,
|
| 1574 |
+
"grad_norm": 0.7423882484436035,
|
| 1575 |
+
"learning_rate": 8.724017073985839e-06,
|
| 1576 |
+
"loss": 0.5965,
|
| 1577 |
+
"step": 446
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 0.8172696868349042,
|
| 1581 |
+
"grad_norm": 0.6467640995979309,
|
| 1582 |
+
"learning_rate": 8.710557510868927e-06,
|
| 1583 |
+
"loss": 0.5411,
|
| 1584 |
+
"step": 448
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 0.82091821222256,
|
| 1588 |
+
"grad_norm": 0.6709014177322388,
|
| 1589 |
+
"learning_rate": 8.697037831414864e-06,
|
| 1590 |
+
"loss": 0.5536,
|
| 1591 |
+
"step": 450
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 0.8245667376102158,
|
| 1595 |
+
"grad_norm": 0.7297953367233276,
|
| 1596 |
+
"learning_rate": 8.683458254661781e-06,
|
| 1597 |
+
"loss": 0.603,
|
| 1598 |
+
"step": 452
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 0.8282152629978717,
|
| 1602 |
+
"grad_norm": 0.7067564129829407,
|
| 1603 |
+
"learning_rate": 8.669819000618248e-06,
|
| 1604 |
+
"loss": 0.5763,
|
| 1605 |
+
"step": 454
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 0.8318637883855275,
|
| 1609 |
+
"grad_norm": 0.7232553958892822,
|
| 1610 |
+
"learning_rate": 8.656120290259673e-06,
|
| 1611 |
+
"loss": 0.5614,
|
| 1612 |
+
"step": 456
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 0.8355123137731834,
|
| 1616 |
+
"grad_norm": 0.6735249161720276,
|
| 1617 |
+
"learning_rate": 8.642362345524758e-06,
|
| 1618 |
+
"loss": 0.5691,
|
| 1619 |
+
"step": 458
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 0.8391608391608392,
|
| 1623 |
+
"grad_norm": 0.6731123924255371,
|
| 1624 |
+
"learning_rate": 8.628545389311872e-06,
|
| 1625 |
+
"loss": 0.5838,
|
| 1626 |
+
"step": 460
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 0.842809364548495,
|
| 1630 |
+
"grad_norm": 0.8049919605255127,
|
| 1631 |
+
"learning_rate": 8.614669645475472e-06,
|
| 1632 |
+
"loss": 0.571,
|
| 1633 |
+
"step": 462
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 0.8464578899361508,
|
| 1637 |
+
"grad_norm": 0.6665669083595276,
|
| 1638 |
+
"learning_rate": 8.600735338822437e-06,
|
| 1639 |
+
"loss": 0.5752,
|
| 1640 |
+
"step": 464
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 0.8501064153238066,
|
| 1644 |
+
"grad_norm": 0.7003177404403687,
|
| 1645 |
+
"learning_rate": 8.586742695108466e-06,
|
| 1646 |
+
"loss": 0.5614,
|
| 1647 |
+
"step": 466
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 0.8537549407114624,
|
| 1651 |
+
"grad_norm": 0.6717367768287659,
|
| 1652 |
+
"learning_rate": 8.57269194103439e-06,
|
| 1653 |
+
"loss": 0.5567,
|
| 1654 |
+
"step": 468
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 0.8574034660991183,
|
| 1658 |
+
"grad_norm": 0.6508170366287231,
|
| 1659 |
+
"learning_rate": 8.558583304242517e-06,
|
| 1660 |
+
"loss": 0.5593,
|
| 1661 |
+
"step": 470
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 0.8610519914867741,
|
| 1665 |
+
"grad_norm": 0.7082860469818115,
|
| 1666 |
+
"learning_rate": 8.544417013312936e-06,
|
| 1667 |
+
"loss": 0.5785,
|
| 1668 |
+
"step": 472
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 0.86470051687443,
|
| 1672 |
+
"grad_norm": 0.7284791469573975,
|
| 1673 |
+
"learning_rate": 8.530193297759815e-06,
|
| 1674 |
+
"loss": 0.5782,
|
| 1675 |
+
"step": 474
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 0.8683490422620858,
|
| 1679 |
+
"grad_norm": 0.6406228542327881,
|
| 1680 |
+
"learning_rate": 8.515912388027686e-06,
|
| 1681 |
+
"loss": 0.548,
|
| 1682 |
+
"step": 476
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 0.8719975676497416,
|
| 1686 |
+
"grad_norm": 0.6882789731025696,
|
| 1687 |
+
"learning_rate": 8.501574515487703e-06,
|
| 1688 |
+
"loss": 0.5652,
|
| 1689 |
+
"step": 478
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 0.8756460930373974,
|
| 1693 |
+
"grad_norm": 0.7030681371688843,
|
| 1694 |
+
"learning_rate": 8.487179912433901e-06,
|
| 1695 |
+
"loss": 0.5627,
|
| 1696 |
+
"step": 480
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 0.8792946184250532,
|
| 1700 |
+
"grad_norm": 0.6933782696723938,
|
| 1701 |
+
"learning_rate": 8.472728812079436e-06,
|
| 1702 |
+
"loss": 0.5419,
|
| 1703 |
+
"step": 482
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 0.882943143812709,
|
| 1707 |
+
"grad_norm": 0.6431456208229065,
|
| 1708 |
+
"learning_rate": 8.458221448552793e-06,
|
| 1709 |
+
"loss": 0.5627,
|
| 1710 |
+
"step": 484
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 0.8865916692003648,
|
| 1714 |
+
"grad_norm": 0.6375321745872498,
|
| 1715 |
+
"learning_rate": 8.443658056894002e-06,
|
| 1716 |
+
"loss": 0.5301,
|
| 1717 |
+
"step": 486
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 0.8902401945880207,
|
| 1721 |
+
"grad_norm": 0.7267205715179443,
|
| 1722 |
+
"learning_rate": 8.429038873050837e-06,
|
| 1723 |
+
"loss": 0.5773,
|
| 1724 |
+
"step": 488
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 0.8938887199756765,
|
| 1728 |
+
"grad_norm": 0.7091553211212158,
|
| 1729 |
+
"learning_rate": 8.414364133874975e-06,
|
| 1730 |
+
"loss": 0.6014,
|
| 1731 |
+
"step": 490
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 0.8975372453633323,
|
| 1735 |
+
"grad_norm": 0.719589114189148,
|
| 1736 |
+
"learning_rate": 8.399634077118174e-06,
|
| 1737 |
+
"loss": 0.569,
|
| 1738 |
+
"step": 492
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 0.9011857707509882,
|
| 1742 |
+
"grad_norm": 0.69126296043396,
|
| 1743 |
+
"learning_rate": 8.384848941428416e-06,
|
| 1744 |
+
"loss": 0.5909,
|
| 1745 |
+
"step": 494
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 0.904834296138644,
|
| 1749 |
+
"grad_norm": 0.6553617715835571,
|
| 1750 |
+
"learning_rate": 8.370008966346037e-06,
|
| 1751 |
+
"loss": 0.5883,
|
| 1752 |
+
"step": 496
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 0.9084828215262998,
|
| 1756 |
+
"grad_norm": 0.6911901831626892,
|
| 1757 |
+
"learning_rate": 8.355114392299854e-06,
|
| 1758 |
+
"loss": 0.5858,
|
| 1759 |
+
"step": 498
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 0.9121313469139556,
|
| 1763 |
+
"grad_norm": 0.7813802361488342,
|
| 1764 |
+
"learning_rate": 8.340165460603265e-06,
|
| 1765 |
+
"loss": 0.5711,
|
| 1766 |
+
"step": 500
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 0.9157798723016114,
|
| 1770 |
+
"grad_norm": 0.7495428323745728,
|
| 1771 |
+
"learning_rate": 8.325162413450335e-06,
|
| 1772 |
+
"loss": 0.5834,
|
| 1773 |
+
"step": 502
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 0.9194283976892672,
|
| 1777 |
+
"grad_norm": 0.684932291507721,
|
| 1778 |
+
"learning_rate": 8.31010549391188e-06,
|
| 1779 |
+
"loss": 0.5607,
|
| 1780 |
+
"step": 504
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 0.9230769230769231,
|
| 1784 |
+
"grad_norm": 0.6697359085083008,
|
| 1785 |
+
"learning_rate": 8.294994945931524e-06,
|
| 1786 |
+
"loss": 0.5677,
|
| 1787 |
+
"step": 506
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 0.9267254484645789,
|
| 1791 |
+
"grad_norm": 0.7115737199783325,
|
| 1792 |
+
"learning_rate": 8.279831014321755e-06,
|
| 1793 |
+
"loss": 0.571,
|
| 1794 |
+
"step": 508
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 0.9303739738522347,
|
| 1798 |
+
"grad_norm": 0.6556895971298218,
|
| 1799 |
+
"learning_rate": 8.264613944759942e-06,
|
| 1800 |
+
"loss": 0.5709,
|
| 1801 |
+
"step": 510
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 0.9340224992398906,
|
| 1805 |
+
"grad_norm": 0.694290816783905,
|
| 1806 |
+
"learning_rate": 8.249343983784374e-06,
|
| 1807 |
+
"loss": 0.5358,
|
| 1808 |
+
"step": 512
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 0.9376710246275464,
|
| 1812 |
+
"grad_norm": 0.5983056426048279,
|
| 1813 |
+
"learning_rate": 8.23402137879025e-06,
|
| 1814 |
+
"loss": 0.5439,
|
| 1815 |
+
"step": 514
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 0.9413195500152022,
|
| 1819 |
+
"grad_norm": 0.6577212810516357,
|
| 1820 |
+
"learning_rate": 8.218646378025677e-06,
|
| 1821 |
+
"loss": 0.5554,
|
| 1822 |
+
"step": 516
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 0.944968075402858,
|
| 1826 |
+
"grad_norm": 0.6748146414756775,
|
| 1827 |
+
"learning_rate": 8.203219230587654e-06,
|
| 1828 |
+
"loss": 0.5435,
|
| 1829 |
+
"step": 518
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 0.9486166007905138,
|
| 1833 |
+
"grad_norm": 0.6512753367424011,
|
| 1834 |
+
"learning_rate": 8.187740186418027e-06,
|
| 1835 |
+
"loss": 0.5404,
|
| 1836 |
+
"step": 520
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 0.9522651261781696,
|
| 1840 |
+
"grad_norm": 0.6830946803092957,
|
| 1841 |
+
"learning_rate": 8.172209496299446e-06,
|
| 1842 |
+
"loss": 0.5555,
|
| 1843 |
+
"step": 522
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 0.9559136515658255,
|
| 1847 |
+
"grad_norm": 0.6637577414512634,
|
| 1848 |
+
"learning_rate": 8.156627411851295e-06,
|
| 1849 |
+
"loss": 0.5902,
|
| 1850 |
+
"step": 524
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 0.9595621769534813,
|
| 1854 |
+
"grad_norm": 0.7317308187484741,
|
| 1855 |
+
"learning_rate": 8.140994185525622e-06,
|
| 1856 |
+
"loss": 0.5737,
|
| 1857 |
+
"step": 526
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 0.9632107023411371,
|
| 1861 |
+
"grad_norm": 0.6722338199615479,
|
| 1862 |
+
"learning_rate": 8.125310070603048e-06,
|
| 1863 |
+
"loss": 0.5649,
|
| 1864 |
+
"step": 528
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 0.966859227728793,
|
| 1868 |
+
"grad_norm": 0.6682706475257874,
|
| 1869 |
+
"learning_rate": 8.109575321188657e-06,
|
| 1870 |
+
"loss": 0.5534,
|
| 1871 |
+
"step": 530
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 0.9705077531164488,
|
| 1875 |
+
"grad_norm": 0.6923969984054565,
|
| 1876 |
+
"learning_rate": 8.093790192207893e-06,
|
| 1877 |
+
"loss": 0.5639,
|
| 1878 |
+
"step": 532
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 0.9741562785041046,
|
| 1882 |
+
"grad_norm": 0.707283079624176,
|
| 1883 |
+
"learning_rate": 8.07795493940241e-06,
|
| 1884 |
+
"loss": 0.5886,
|
| 1885 |
+
"step": 534
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 0.9778048038917604,
|
| 1889 |
+
"grad_norm": 0.6633589863777161,
|
| 1890 |
+
"learning_rate": 8.062069819325948e-06,
|
| 1891 |
+
"loss": 0.5547,
|
| 1892 |
+
"step": 536
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 0.9814533292794162,
|
| 1896 |
+
"grad_norm": 0.575999915599823,
|
| 1897 |
+
"learning_rate": 8.046135089340165e-06,
|
| 1898 |
+
"loss": 0.5494,
|
| 1899 |
+
"step": 538
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 0.985101854667072,
|
| 1903 |
+
"grad_norm": 0.6812056303024292,
|
| 1904 |
+
"learning_rate": 8.03015100761047e-06,
|
| 1905 |
+
"loss": 0.569,
|
| 1906 |
+
"step": 540
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 0.9887503800547279,
|
| 1910 |
+
"grad_norm": 0.663683295249939,
|
| 1911 |
+
"learning_rate": 8.014117833101844e-06,
|
| 1912 |
+
"loss": 0.5863,
|
| 1913 |
+
"step": 542
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 0.9923989054423837,
|
| 1917 |
+
"grad_norm": 0.6432536840438843,
|
| 1918 |
+
"learning_rate": 7.998035825574634e-06,
|
| 1919 |
+
"loss": 0.5641,
|
| 1920 |
+
"step": 544
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 0.9960474308300395,
|
| 1924 |
+
"grad_norm": 0.6330881714820862,
|
| 1925 |
+
"learning_rate": 7.981905245580363e-06,
|
| 1926 |
+
"loss": 0.569,
|
| 1927 |
+
"step": 546
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 0.9996959562176954,
|
| 1931 |
+
"grad_norm": 0.6574995517730713,
|
| 1932 |
+
"learning_rate": 7.965726354457486e-06,
|
| 1933 |
+
"loss": 0.5461,
|
| 1934 |
+
"step": 548
|
| 1935 |
+
}
|
| 1936 |
+
],
|
| 1937 |
+
"logging_steps": 2,
|
| 1938 |
+
"max_steps": 1644,
|
| 1939 |
+
"num_input_tokens_seen": 0,
|
| 1940 |
+
"num_train_epochs": 3,
|
| 1941 |
+
"save_steps": 500,
|
| 1942 |
+
"stateful_callbacks": {
|
| 1943 |
+
"TrainerControl": {
|
| 1944 |
+
"args": {
|
| 1945 |
+
"should_epoch_stop": false,
|
| 1946 |
+
"should_evaluate": false,
|
| 1947 |
+
"should_log": false,
|
| 1948 |
+
"should_save": true,
|
| 1949 |
+
"should_training_stop": false
|
| 1950 |
+
},
|
| 1951 |
+
"attributes": {}
|
| 1952 |
+
}
|
| 1953 |
+
},
|
| 1954 |
+
"total_flos": 4.853012348182462e+18,
|
| 1955 |
+
"train_batch_size": 1,
|
| 1956 |
+
"trial_name": null,
|
| 1957 |
+
"trial_params": null
|
| 1958 |
+
}
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d0afac4cbcc66936217fc932e152fccbb59574ebce2450d3f3bb42a245f3c82
|
| 3 |
+
size 7992
|
irish_deepseek_llama31_8b_translated_bespoke_stratos_17k_with_cot/checkpoint-548/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)
|