Upload folder using huggingface_hub
Browse files- checkpoint-1000/config.json +34 -0
- checkpoint-1000/generation_config.json +13 -0
- checkpoint-1000/model-00001-of-00002.safetensors +3 -0
- checkpoint-1000/model-00002-of-00002.safetensors +3 -0
- checkpoint-1000/model.safetensors.index.json +227 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +39 -0
- checkpoint-1000/tokenizer.json +0 -0
- checkpoint-1000/tokenizer_config.json +146 -0
- checkpoint-1000/trainer_state.json +0 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1250/config.json +34 -0
- checkpoint-1250/generation_config.json +13 -0
- checkpoint-1250/model-00001-of-00002.safetensors +3 -0
- checkpoint-1250/model-00002-of-00002.safetensors +3 -0
- checkpoint-1250/model.safetensors.index.json +227 -0
- checkpoint-1250/optimizer.pt +3 -0
- checkpoint-1250/rng_state.pth +3 -0
- checkpoint-1250/scheduler.pt +3 -0
- checkpoint-1250/special_tokens_map.json +39 -0
- checkpoint-1250/tokenizer.json +0 -0
- checkpoint-1250/tokenizer_config.json +146 -0
- checkpoint-1250/trainer_state.json +0 -0
- checkpoint-1250/training_args.bin +3 -0
- checkpoint-500/config.json +34 -0
- checkpoint-500/generation_config.json +13 -0
- checkpoint-500/model-00001-of-00002.safetensors +3 -0
- checkpoint-500/model-00002-of-00002.safetensors +3 -0
- checkpoint-500/model.safetensors.index.json +227 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/special_tokens_map.json +39 -0
- checkpoint-500/tokenizer.json +0 -0
- checkpoint-500/tokenizer_config.json +146 -0
- checkpoint-500/trainer_state.json +3534 -0
- checkpoint-500/training_args.bin +3 -0
- special_tokens_map.json +39 -0
- tokenizer.json +0 -0
- tokenizer_config.json +146 -0
checkpoint-1000/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"head_dim": 160,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2560,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 10240,
|
| 15 |
+
"max_position_embeddings": 8192,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 4,
|
| 21 |
+
"pad_token_id": 3,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"rms_norm_eps": 1e-05,
|
| 24 |
+
"rope_scaling": {
|
| 25 |
+
"factor": 2.0,
|
| 26 |
+
"original_max_position_embeddings": 4096,
|
| 27 |
+
"type": "yarn"
|
| 28 |
+
},
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"tie_word_embeddings": false,
|
| 31 |
+
"transformers_version": "4.57.3",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32011
|
| 34 |
+
}
|
checkpoint-1000/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
2
|
| 6 |
+
],
|
| 7 |
+
"max_new_tokens": 1024,
|
| 8 |
+
"pad_token_id": 3,
|
| 9 |
+
"renormalize_logits": true,
|
| 10 |
+
"repetition_penalty": 1.2,
|
| 11 |
+
"temperature": 0.1,
|
| 12 |
+
"transformers_version": "4.57.3"
|
| 13 |
+
}
|
checkpoint-1000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff046422c81face82edba8b3759897821bc57bf45050b44703db778b30d8a7a9
|
| 3 |
+
size 4954892968
|
checkpoint-1000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd2c20e2c0f0b978d47749206082b7dc1728dfb8231d91835b8ccb995521a5cc
|
| 3 |
+
size 4823830448
|
checkpoint-1000/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 2444674560,
|
| 4 |
+
"total_size": 9778698240
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 226 |
+
}
|
| 227 |
+
}
|
checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d0149a9d17df5604c73b64de22296c4b74c6cd52ca8022740b256c00ea602ff
|
| 3 |
+
size 5455855719
|
checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d6d8fafcd1ee268414be5acf0366296af5b03d60871978712eac1979cb42d65
|
| 3 |
+
size 14645
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:669b3f3f6d1eb2f1313f44a64b2e912f13d88d408410c1b03f7cd47188f855b4
|
| 3 |
+
size 1465
|
checkpoint-1000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<assistant>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "</s>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<pad>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
},
|
| 32 |
+
"unk_token": {
|
| 33 |
+
"content": "<unk>",
|
| 34 |
+
"lstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"single_word": false
|
| 38 |
+
}
|
| 39 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"3": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32000": {
|
| 39 |
+
"content": "<instruction>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32001": {
|
| 47 |
+
"content": "</instruction>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32002": {
|
| 55 |
+
"content": "<think>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32003": {
|
| 63 |
+
"content": "</think>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32004": {
|
| 71 |
+
"content": "<answer>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32005": {
|
| 79 |
+
"content": "</answer>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32006": {
|
| 87 |
+
"content": "<system>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32007": {
|
| 95 |
+
"content": "</system>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32008": {
|
| 103 |
+
"content": "<user>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32009": {
|
| 111 |
+
"content": "</user>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
},
|
| 118 |
+
"32010": {
|
| 119 |
+
"content": "<assistant>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": true
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
"additional_special_tokens": [
|
| 128 |
+
"<assistant>"
|
| 129 |
+
],
|
| 130 |
+
"bos_token": "<s>",
|
| 131 |
+
"bos_token_id": 1,
|
| 132 |
+
"clean_up_tokenization_spaces": false,
|
| 133 |
+
"eos_token": "</s>",
|
| 134 |
+
"eos_token_id": 2,
|
| 135 |
+
"extra_special_tokens": {},
|
| 136 |
+
"legacy": false,
|
| 137 |
+
"model_max_length": 8192,
|
| 138 |
+
"pad_token": "<pad>",
|
| 139 |
+
"pad_token_id": 3,
|
| 140 |
+
"padding_side": "right",
|
| 141 |
+
"sp_model_kwargs": {},
|
| 142 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
| 143 |
+
"unk_token": "<unk>",
|
| 144 |
+
"unk_token_id": 0,
|
| 145 |
+
"use_default_system_prompt": false
|
| 146 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e2e1cd324af6f3da873648f27a3f5158e140e99069c3ac742829ee4798ae63
|
| 3 |
+
size 6033
|
checkpoint-1250/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"head_dim": 160,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2560,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 10240,
|
| 15 |
+
"max_position_embeddings": 8192,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 4,
|
| 21 |
+
"pad_token_id": 3,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"rms_norm_eps": 1e-05,
|
| 24 |
+
"rope_scaling": {
|
| 25 |
+
"factor": 2.0,
|
| 26 |
+
"original_max_position_embeddings": 4096,
|
| 27 |
+
"type": "yarn"
|
| 28 |
+
},
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"tie_word_embeddings": false,
|
| 31 |
+
"transformers_version": "4.57.3",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32011
|
| 34 |
+
}
|
checkpoint-1250/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
2
|
| 6 |
+
],
|
| 7 |
+
"max_new_tokens": 1024,
|
| 8 |
+
"pad_token_id": 3,
|
| 9 |
+
"renormalize_logits": true,
|
| 10 |
+
"repetition_penalty": 1.2,
|
| 11 |
+
"temperature": 0.1,
|
| 12 |
+
"transformers_version": "4.57.3"
|
| 13 |
+
}
|
checkpoint-1250/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abf676e18ecd9f1c27086332e138dde887394c02227ca7586c9a210971c0baf
|
| 3 |
+
size 4954892968
|
checkpoint-1250/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25d1839a3469bbc535c810366eafebf824e69f02eca351bda8ea0a3689994333
|
| 3 |
+
size 4823830448
|
checkpoint-1250/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 2444674560,
|
| 4 |
+
"total_size": 9778698240
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 226 |
+
}
|
| 227 |
+
}
|
checkpoint-1250/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6b78b86e7e5cc60bc379aae05956aa494b63b05e13ccf4a8ef839ee76b26d64
|
| 3 |
+
size 5455855719
|
checkpoint-1250/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89645f9f6a2a8823b334e0748e4f5ea683a27b3d02632f0a241397db55d82fad
|
| 3 |
+
size 14645
|
checkpoint-1250/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:149613c522fb20c719da4556156e70073e5e848f79b5b3e8448635d9c634cbfc
|
| 3 |
+
size 1465
|
checkpoint-1250/special_tokens_map.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<assistant>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "</s>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<pad>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
},
|
| 32 |
+
"unk_token": {
|
| 33 |
+
"content": "<unk>",
|
| 34 |
+
"lstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"single_word": false
|
| 38 |
+
}
|
| 39 |
+
}
|
checkpoint-1250/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1250/tokenizer_config.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"3": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32000": {
|
| 39 |
+
"content": "<instruction>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32001": {
|
| 47 |
+
"content": "</instruction>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32002": {
|
| 55 |
+
"content": "<think>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32003": {
|
| 63 |
+
"content": "</think>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32004": {
|
| 71 |
+
"content": "<answer>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32005": {
|
| 79 |
+
"content": "</answer>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32006": {
|
| 87 |
+
"content": "<system>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32007": {
|
| 95 |
+
"content": "</system>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32008": {
|
| 103 |
+
"content": "<user>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32009": {
|
| 111 |
+
"content": "</user>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
},
|
| 118 |
+
"32010": {
|
| 119 |
+
"content": "<assistant>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": true
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
"additional_special_tokens": [
|
| 128 |
+
"<assistant>"
|
| 129 |
+
],
|
| 130 |
+
"bos_token": "<s>",
|
| 131 |
+
"bos_token_id": 1,
|
| 132 |
+
"clean_up_tokenization_spaces": false,
|
| 133 |
+
"eos_token": "</s>",
|
| 134 |
+
"eos_token_id": 2,
|
| 135 |
+
"extra_special_tokens": {},
|
| 136 |
+
"legacy": false,
|
| 137 |
+
"model_max_length": 8192,
|
| 138 |
+
"pad_token": "<pad>",
|
| 139 |
+
"pad_token_id": 3,
|
| 140 |
+
"padding_side": "right",
|
| 141 |
+
"sp_model_kwargs": {},
|
| 142 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
| 143 |
+
"unk_token": "<unk>",
|
| 144 |
+
"unk_token_id": 0,
|
| 145 |
+
"use_default_system_prompt": false
|
| 146 |
+
}
|
checkpoint-1250/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1250/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e2e1cd324af6f3da873648f27a3f5158e140e99069c3ac742829ee4798ae63
|
| 3 |
+
size 6033
|
checkpoint-500/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"head_dim": 160,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2560,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 10240,
|
| 15 |
+
"max_position_embeddings": 8192,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 4,
|
| 21 |
+
"pad_token_id": 3,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"rms_norm_eps": 1e-05,
|
| 24 |
+
"rope_scaling": {
|
| 25 |
+
"factor": 2.0,
|
| 26 |
+
"original_max_position_embeddings": 4096,
|
| 27 |
+
"type": "yarn"
|
| 28 |
+
},
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"tie_word_embeddings": false,
|
| 31 |
+
"transformers_version": "4.57.3",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32011
|
| 34 |
+
}
|
checkpoint-500/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
2
|
| 6 |
+
],
|
| 7 |
+
"max_new_tokens": 1024,
|
| 8 |
+
"pad_token_id": 3,
|
| 9 |
+
"renormalize_logits": true,
|
| 10 |
+
"repetition_penalty": 1.2,
|
| 11 |
+
"temperature": 0.1,
|
| 12 |
+
"transformers_version": "4.57.3"
|
| 13 |
+
}
|
checkpoint-500/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fdedf295254ea0efa743c174b3e4f72fe6b42b492ac684738d4d4315e09a358
|
| 3 |
+
size 4954892968
|
checkpoint-500/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90375b0a16a011eaa3372db8ee4bd9599801c029515ee6e5a821c3187a1dde05
|
| 3 |
+
size 4823830448
|
checkpoint-500/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 2444674560,
|
| 4 |
+
"total_size": 9778698240
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 226 |
+
}
|
| 227 |
+
}
|
checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f33ae691e47c35b0f542624e038a6832553baf829c47e8ca86a11db72fcb928c
|
| 3 |
+
size 5455855719
|
checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c800b778fa7e115e4c34de8529902de8b61c9a1b4bab3eb8295d06dafff030e
|
| 3 |
+
size 14645
|
checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6ca251c3c305c7a7ce79c2dc0f4e1a678a9c1a0377549141b524ac0056f418a
|
| 3 |
+
size 1465
|
checkpoint-500/special_tokens_map.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<assistant>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "</s>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<pad>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
},
|
| 32 |
+
"unk_token": {
|
| 33 |
+
"content": "<unk>",
|
| 34 |
+
"lstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"single_word": false
|
| 38 |
+
}
|
| 39 |
+
}
|
checkpoint-500/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-500/tokenizer_config.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"3": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32000": {
|
| 39 |
+
"content": "<instruction>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32001": {
|
| 47 |
+
"content": "</instruction>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32002": {
|
| 55 |
+
"content": "<think>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32003": {
|
| 63 |
+
"content": "</think>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32004": {
|
| 71 |
+
"content": "<answer>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32005": {
|
| 79 |
+
"content": "</answer>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32006": {
|
| 87 |
+
"content": "<system>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32007": {
|
| 95 |
+
"content": "</system>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32008": {
|
| 103 |
+
"content": "<user>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32009": {
|
| 111 |
+
"content": "</user>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
},
|
| 118 |
+
"32010": {
|
| 119 |
+
"content": "<assistant>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": true
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
"additional_special_tokens": [
|
| 128 |
+
"<assistant>"
|
| 129 |
+
],
|
| 130 |
+
"bos_token": "<s>",
|
| 131 |
+
"bos_token_id": 1,
|
| 132 |
+
"clean_up_tokenization_spaces": false,
|
| 133 |
+
"eos_token": "</s>",
|
| 134 |
+
"eos_token_id": 2,
|
| 135 |
+
"extra_special_tokens": {},
|
| 136 |
+
"legacy": false,
|
| 137 |
+
"model_max_length": 8192,
|
| 138 |
+
"pad_token": "<pad>",
|
| 139 |
+
"pad_token_id": 3,
|
| 140 |
+
"padding_side": "right",
|
| 141 |
+
"sp_model_kwargs": {},
|
| 142 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
| 143 |
+
"unk_token": "<unk>",
|
| 144 |
+
"unk_token_id": 0,
|
| 145 |
+
"use_default_system_prompt": false
|
| 146 |
+
}
|
checkpoint-500/trainer_state.json
ADDED
|
@@ -0,0 +1,3534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.004,
|
| 14 |
+
"grad_norm": 53.62602615356445,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 2.6634,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.008,
|
| 21 |
+
"grad_norm": 56.597415924072266,
|
| 22 |
+
"learning_rate": 4e-05,
|
| 23 |
+
"loss": 2.8566,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.012,
|
| 28 |
+
"grad_norm": 18.571365356445312,
|
| 29 |
+
"learning_rate": 8e-05,
|
| 30 |
+
"loss": 2.2954,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.016,
|
| 35 |
+
"grad_norm": 14.36034870147705,
|
| 36 |
+
"learning_rate": 0.00012,
|
| 37 |
+
"loss": 1.7081,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.02,
|
| 42 |
+
"grad_norm": 11.160177230834961,
|
| 43 |
+
"learning_rate": 0.00016,
|
| 44 |
+
"loss": 2.5655,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.024,
|
| 49 |
+
"grad_norm": 8.574136734008789,
|
| 50 |
+
"learning_rate": 0.0002,
|
| 51 |
+
"loss": 2.1856,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.028,
|
| 56 |
+
"grad_norm": 49.43375015258789,
|
| 57 |
+
"learning_rate": 0.00019983935742971887,
|
| 58 |
+
"loss": 5.0621,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.032,
|
| 63 |
+
"grad_norm": 6.4875264167785645,
|
| 64 |
+
"learning_rate": 0.00019967871485943777,
|
| 65 |
+
"loss": 2.483,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.036,
|
| 70 |
+
"grad_norm": 7.637119293212891,
|
| 71 |
+
"learning_rate": 0.00019951807228915663,
|
| 72 |
+
"loss": 1.7483,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.04,
|
| 77 |
+
"grad_norm": 85.20454406738281,
|
| 78 |
+
"learning_rate": 0.00019935742971887552,
|
| 79 |
+
"loss": 2.4572,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.044,
|
| 84 |
+
"grad_norm": 7.181873321533203,
|
| 85 |
+
"learning_rate": 0.0001991967871485944,
|
| 86 |
+
"loss": 2.5813,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.048,
|
| 91 |
+
"grad_norm": 12.063413619995117,
|
| 92 |
+
"learning_rate": 0.00019903614457831325,
|
| 93 |
+
"loss": 2.7932,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.052,
|
| 98 |
+
"grad_norm": 5.665294647216797,
|
| 99 |
+
"learning_rate": 0.00019887550200803214,
|
| 100 |
+
"loss": 2.2602,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.056,
|
| 105 |
+
"grad_norm": 6.583767890930176,
|
| 106 |
+
"learning_rate": 0.000198714859437751,
|
| 107 |
+
"loss": 1.9798,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.06,
|
| 112 |
+
"grad_norm": 9.831912994384766,
|
| 113 |
+
"learning_rate": 0.0001985542168674699,
|
| 114 |
+
"loss": 2.0948,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.064,
|
| 119 |
+
"grad_norm": 3.0658581256866455,
|
| 120 |
+
"learning_rate": 0.00019839357429718877,
|
| 121 |
+
"loss": 1.8011,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.068,
|
| 126 |
+
"grad_norm": 5.012989521026611,
|
| 127 |
+
"learning_rate": 0.00019823293172690763,
|
| 128 |
+
"loss": 1.7872,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.072,
|
| 133 |
+
"grad_norm": 8.948102951049805,
|
| 134 |
+
"learning_rate": 0.00019807228915662652,
|
| 135 |
+
"loss": 1.5447,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.076,
|
| 140 |
+
"grad_norm": 3.127945899963379,
|
| 141 |
+
"learning_rate": 0.0001979116465863454,
|
| 142 |
+
"loss": 1.7418,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.08,
|
| 147 |
+
"grad_norm": 3.089815378189087,
|
| 148 |
+
"learning_rate": 0.00019775100401606425,
|
| 149 |
+
"loss": 1.6188,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.084,
|
| 154 |
+
"grad_norm": 2.5238707065582275,
|
| 155 |
+
"learning_rate": 0.00019759036144578314,
|
| 156 |
+
"loss": 1.7317,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.088,
|
| 161 |
+
"grad_norm": 2.0600812435150146,
|
| 162 |
+
"learning_rate": 0.000197429718875502,
|
| 163 |
+
"loss": 1.5302,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.092,
|
| 168 |
+
"grad_norm": 1.7607418298721313,
|
| 169 |
+
"learning_rate": 0.0001972690763052209,
|
| 170 |
+
"loss": 1.5289,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.096,
|
| 175 |
+
"grad_norm": 2.142132520675659,
|
| 176 |
+
"learning_rate": 0.00019710843373493977,
|
| 177 |
+
"loss": 1.5467,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.1,
|
| 182 |
+
"grad_norm": 2.0176613330841064,
|
| 183 |
+
"learning_rate": 0.00019694779116465866,
|
| 184 |
+
"loss": 1.4259,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.104,
|
| 189 |
+
"grad_norm": 3.156802177429199,
|
| 190 |
+
"learning_rate": 0.00019678714859437752,
|
| 191 |
+
"loss": 1.4209,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.108,
|
| 196 |
+
"grad_norm": 2.4216420650482178,
|
| 197 |
+
"learning_rate": 0.00019662650602409642,
|
| 198 |
+
"loss": 1.2682,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.112,
|
| 203 |
+
"grad_norm": 2.4433507919311523,
|
| 204 |
+
"learning_rate": 0.00019646586345381528,
|
| 205 |
+
"loss": 1.213,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.116,
|
| 210 |
+
"grad_norm": 1.8319810628890991,
|
| 211 |
+
"learning_rate": 0.00019630522088353415,
|
| 212 |
+
"loss": 1.4232,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.12,
|
| 217 |
+
"grad_norm": 3.235199213027954,
|
| 218 |
+
"learning_rate": 0.000196144578313253,
|
| 219 |
+
"loss": 1.6956,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.124,
|
| 224 |
+
"grad_norm": 1.8305765390396118,
|
| 225 |
+
"learning_rate": 0.0001959839357429719,
|
| 226 |
+
"loss": 1.74,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.128,
|
| 231 |
+
"grad_norm": 2.391343355178833,
|
| 232 |
+
"learning_rate": 0.00019582329317269077,
|
| 233 |
+
"loss": 1.8977,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.132,
|
| 238 |
+
"grad_norm": 1.895875096321106,
|
| 239 |
+
"learning_rate": 0.00019566265060240966,
|
| 240 |
+
"loss": 1.6746,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.136,
|
| 245 |
+
"grad_norm": 1.8806582689285278,
|
| 246 |
+
"learning_rate": 0.00019550200803212852,
|
| 247 |
+
"loss": 1.4103,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.14,
|
| 252 |
+
"grad_norm": 2.172238349914551,
|
| 253 |
+
"learning_rate": 0.00019534136546184742,
|
| 254 |
+
"loss": 1.5264,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.144,
|
| 259 |
+
"grad_norm": 1.6594462394714355,
|
| 260 |
+
"learning_rate": 0.00019518072289156628,
|
| 261 |
+
"loss": 1.765,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.148,
|
| 266 |
+
"grad_norm": 1.4864526987075806,
|
| 267 |
+
"learning_rate": 0.00019502008032128517,
|
| 268 |
+
"loss": 1.2829,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.152,
|
| 273 |
+
"grad_norm": 1.9694857597351074,
|
| 274 |
+
"learning_rate": 0.000194859437751004,
|
| 275 |
+
"loss": 1.2313,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.156,
|
| 280 |
+
"grad_norm": 1.7664475440979004,
|
| 281 |
+
"learning_rate": 0.0001946987951807229,
|
| 282 |
+
"loss": 1.3123,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.16,
|
| 287 |
+
"grad_norm": 1.8405388593673706,
|
| 288 |
+
"learning_rate": 0.00019453815261044177,
|
| 289 |
+
"loss": 1.3633,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.164,
|
| 294 |
+
"grad_norm": 1.8729100227355957,
|
| 295 |
+
"learning_rate": 0.00019437751004016066,
|
| 296 |
+
"loss": 1.1224,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.168,
|
| 301 |
+
"grad_norm": 2.137784719467163,
|
| 302 |
+
"learning_rate": 0.00019421686746987952,
|
| 303 |
+
"loss": 1.3406,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.172,
|
| 308 |
+
"grad_norm": 2.243258476257324,
|
| 309 |
+
"learning_rate": 0.00019405622489959842,
|
| 310 |
+
"loss": 1.4217,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.176,
|
| 315 |
+
"grad_norm": 2.537698745727539,
|
| 316 |
+
"learning_rate": 0.00019389558232931728,
|
| 317 |
+
"loss": 1.5952,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.18,
|
| 322 |
+
"grad_norm": 1.616498589515686,
|
| 323 |
+
"learning_rate": 0.00019373493975903617,
|
| 324 |
+
"loss": 1.3245,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.184,
|
| 329 |
+
"grad_norm": 2.2073936462402344,
|
| 330 |
+
"learning_rate": 0.00019357429718875504,
|
| 331 |
+
"loss": 1.5001,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.188,
|
| 336 |
+
"grad_norm": 1.604514241218567,
|
| 337 |
+
"learning_rate": 0.0001934136546184739,
|
| 338 |
+
"loss": 1.3424,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.192,
|
| 343 |
+
"grad_norm": 1.5252907276153564,
|
| 344 |
+
"learning_rate": 0.00019325301204819277,
|
| 345 |
+
"loss": 1.4048,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.196,
|
| 350 |
+
"grad_norm": 2.1352715492248535,
|
| 351 |
+
"learning_rate": 0.00019309236947791166,
|
| 352 |
+
"loss": 1.3334,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.2,
|
| 357 |
+
"grad_norm": 1.3604182004928589,
|
| 358 |
+
"learning_rate": 0.00019293172690763052,
|
| 359 |
+
"loss": 1.2671,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.204,
|
| 364 |
+
"grad_norm": 1.331368088722229,
|
| 365 |
+
"learning_rate": 0.00019277108433734942,
|
| 366 |
+
"loss": 1.4675,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.208,
|
| 371 |
+
"grad_norm": 1.2005531787872314,
|
| 372 |
+
"learning_rate": 0.00019261044176706828,
|
| 373 |
+
"loss": 1.1761,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.212,
|
| 378 |
+
"grad_norm": 1.3100972175598145,
|
| 379 |
+
"learning_rate": 0.00019244979919678717,
|
| 380 |
+
"loss": 1.2128,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.216,
|
| 385 |
+
"grad_norm": 1.3570109605789185,
|
| 386 |
+
"learning_rate": 0.00019228915662650604,
|
| 387 |
+
"loss": 1.3544,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.22,
|
| 392 |
+
"grad_norm": 1.415779709815979,
|
| 393 |
+
"learning_rate": 0.00019212851405622493,
|
| 394 |
+
"loss": 1.3442,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.224,
|
| 399 |
+
"grad_norm": 1.674559473991394,
|
| 400 |
+
"learning_rate": 0.00019196787148594377,
|
| 401 |
+
"loss": 1.2802,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.228,
|
| 406 |
+
"grad_norm": 1.595314860343933,
|
| 407 |
+
"learning_rate": 0.00019180722891566266,
|
| 408 |
+
"loss": 1.3848,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.232,
|
| 413 |
+
"grad_norm": 1.4688509702682495,
|
| 414 |
+
"learning_rate": 0.00019164658634538152,
|
| 415 |
+
"loss": 1.3805,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.236,
|
| 420 |
+
"grad_norm": 1.6602617502212524,
|
| 421 |
+
"learning_rate": 0.00019148594377510042,
|
| 422 |
+
"loss": 1.4224,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.24,
|
| 427 |
+
"grad_norm": 1.401511549949646,
|
| 428 |
+
"learning_rate": 0.00019132530120481928,
|
| 429 |
+
"loss": 1.224,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.244,
|
| 434 |
+
"grad_norm": 1.4535855054855347,
|
| 435 |
+
"learning_rate": 0.00019116465863453817,
|
| 436 |
+
"loss": 1.4971,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.248,
|
| 441 |
+
"grad_norm": 1.3600229024887085,
|
| 442 |
+
"learning_rate": 0.00019100401606425704,
|
| 443 |
+
"loss": 1.5681,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.252,
|
| 448 |
+
"grad_norm": 1.9019396305084229,
|
| 449 |
+
"learning_rate": 0.00019084337349397593,
|
| 450 |
+
"loss": 1.2084,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.256,
|
| 455 |
+
"grad_norm": 1.5218498706817627,
|
| 456 |
+
"learning_rate": 0.0001906827309236948,
|
| 457 |
+
"loss": 1.3234,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.26,
|
| 462 |
+
"grad_norm": 1.520909070968628,
|
| 463 |
+
"learning_rate": 0.00019052208835341369,
|
| 464 |
+
"loss": 1.4138,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.264,
|
| 469 |
+
"grad_norm": 1.470320463180542,
|
| 470 |
+
"learning_rate": 0.00019036144578313252,
|
| 471 |
+
"loss": 1.4415,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.268,
|
| 476 |
+
"grad_norm": 1.2709641456604004,
|
| 477 |
+
"learning_rate": 0.00019020080321285142,
|
| 478 |
+
"loss": 1.1838,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.272,
|
| 483 |
+
"grad_norm": 1.2124229669570923,
|
| 484 |
+
"learning_rate": 0.00019004016064257028,
|
| 485 |
+
"loss": 1.1472,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.276,
|
| 490 |
+
"grad_norm": 1.2890123128890991,
|
| 491 |
+
"learning_rate": 0.00018987951807228917,
|
| 492 |
+
"loss": 1.2021,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.28,
|
| 497 |
+
"grad_norm": 1.2100738286972046,
|
| 498 |
+
"learning_rate": 0.00018971887550200804,
|
| 499 |
+
"loss": 1.3469,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.284,
|
| 504 |
+
"grad_norm": 1.3904210329055786,
|
| 505 |
+
"learning_rate": 0.00018955823293172693,
|
| 506 |
+
"loss": 1.424,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.288,
|
| 511 |
+
"grad_norm": 1.6965813636779785,
|
| 512 |
+
"learning_rate": 0.0001893975903614458,
|
| 513 |
+
"loss": 1.4242,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.292,
|
| 518 |
+
"grad_norm": 1.2555180788040161,
|
| 519 |
+
"learning_rate": 0.00018923694779116469,
|
| 520 |
+
"loss": 1.2068,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.296,
|
| 525 |
+
"grad_norm": 3.076178789138794,
|
| 526 |
+
"learning_rate": 0.00018907630522088355,
|
| 527 |
+
"loss": 1.5091,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.3,
|
| 532 |
+
"grad_norm": 1.2407095432281494,
|
| 533 |
+
"learning_rate": 0.00018891566265060242,
|
| 534 |
+
"loss": 1.3181,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.304,
|
| 539 |
+
"grad_norm": 1.0690617561340332,
|
| 540 |
+
"learning_rate": 0.00018875502008032128,
|
| 541 |
+
"loss": 1.2277,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.308,
|
| 546 |
+
"grad_norm": 1.5141525268554688,
|
| 547 |
+
"learning_rate": 0.00018859437751004017,
|
| 548 |
+
"loss": 1.4033,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.312,
|
| 553 |
+
"grad_norm": 1.625349521636963,
|
| 554 |
+
"learning_rate": 0.00018843373493975904,
|
| 555 |
+
"loss": 1.4013,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.316,
|
| 560 |
+
"grad_norm": 2.1738834381103516,
|
| 561 |
+
"learning_rate": 0.00018827309236947793,
|
| 562 |
+
"loss": 1.3481,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.32,
|
| 567 |
+
"grad_norm": 2.544585704803467,
|
| 568 |
+
"learning_rate": 0.0001881124497991968,
|
| 569 |
+
"loss": 1.7825,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.324,
|
| 574 |
+
"grad_norm": 1.7910398244857788,
|
| 575 |
+
"learning_rate": 0.00018795180722891569,
|
| 576 |
+
"loss": 1.6193,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.328,
|
| 581 |
+
"grad_norm": 2.022350311279297,
|
| 582 |
+
"learning_rate": 0.00018779116465863455,
|
| 583 |
+
"loss": 1.5582,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.332,
|
| 588 |
+
"grad_norm": 2.3843116760253906,
|
| 589 |
+
"learning_rate": 0.00018763052208835344,
|
| 590 |
+
"loss": 1.2264,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.336,
|
| 595 |
+
"grad_norm": 1.6636406183242798,
|
| 596 |
+
"learning_rate": 0.00018746987951807228,
|
| 597 |
+
"loss": 1.544,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.34,
|
| 602 |
+
"grad_norm": 1.3896743059158325,
|
| 603 |
+
"learning_rate": 0.00018730923694779117,
|
| 604 |
+
"loss": 1.1049,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.344,
|
| 609 |
+
"grad_norm": 1.1019163131713867,
|
| 610 |
+
"learning_rate": 0.00018714859437751004,
|
| 611 |
+
"loss": 1.153,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.348,
|
| 616 |
+
"grad_norm": 1.2334790229797363,
|
| 617 |
+
"learning_rate": 0.00018698795180722893,
|
| 618 |
+
"loss": 1.1182,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.352,
|
| 623 |
+
"grad_norm": 1.9984495639801025,
|
| 624 |
+
"learning_rate": 0.0001868273092369478,
|
| 625 |
+
"loss": 1.1323,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.356,
|
| 630 |
+
"grad_norm": 1.2791403532028198,
|
| 631 |
+
"learning_rate": 0.0001866666666666667,
|
| 632 |
+
"loss": 1.1596,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.36,
|
| 637 |
+
"grad_norm": 1.3124949932098389,
|
| 638 |
+
"learning_rate": 0.00018650602409638555,
|
| 639 |
+
"loss": 1.7198,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.364,
|
| 644 |
+
"grad_norm": 1.7484452724456787,
|
| 645 |
+
"learning_rate": 0.00018634538152610444,
|
| 646 |
+
"loss": 1.4512,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.368,
|
| 651 |
+
"grad_norm": 1.2766470909118652,
|
| 652 |
+
"learning_rate": 0.0001861847389558233,
|
| 653 |
+
"loss": 1.1965,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.372,
|
| 658 |
+
"grad_norm": 3.73681640625,
|
| 659 |
+
"learning_rate": 0.00018602409638554217,
|
| 660 |
+
"loss": 1.343,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.376,
|
| 665 |
+
"grad_norm": 1.3174450397491455,
|
| 666 |
+
"learning_rate": 0.00018586345381526104,
|
| 667 |
+
"loss": 1.4324,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.38,
|
| 672 |
+
"grad_norm": 1.3149890899658203,
|
| 673 |
+
"learning_rate": 0.00018570281124497993,
|
| 674 |
+
"loss": 1.2592,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.384,
|
| 679 |
+
"grad_norm": 1.2797366380691528,
|
| 680 |
+
"learning_rate": 0.0001855421686746988,
|
| 681 |
+
"loss": 1.1681,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.388,
|
| 686 |
+
"grad_norm": 1.327673077583313,
|
| 687 |
+
"learning_rate": 0.0001853815261044177,
|
| 688 |
+
"loss": 1.3348,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.392,
|
| 693 |
+
"grad_norm": 1.2754827737808228,
|
| 694 |
+
"learning_rate": 0.00018522088353413655,
|
| 695 |
+
"loss": 1.439,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.396,
|
| 700 |
+
"grad_norm": 1.3751404285430908,
|
| 701 |
+
"learning_rate": 0.00018506024096385544,
|
| 702 |
+
"loss": 1.4628,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.4,
|
| 707 |
+
"grad_norm": 1.2144503593444824,
|
| 708 |
+
"learning_rate": 0.0001848995983935743,
|
| 709 |
+
"loss": 1.3091,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.404,
|
| 714 |
+
"grad_norm": 1.4492264986038208,
|
| 715 |
+
"learning_rate": 0.0001847389558232932,
|
| 716 |
+
"loss": 1.5574,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.408,
|
| 721 |
+
"grad_norm": 1.3323545455932617,
|
| 722 |
+
"learning_rate": 0.00018457831325301204,
|
| 723 |
+
"loss": 1.5781,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.412,
|
| 728 |
+
"grad_norm": 1.0985736846923828,
|
| 729 |
+
"learning_rate": 0.00018441767068273093,
|
| 730 |
+
"loss": 1.2636,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.416,
|
| 735 |
+
"grad_norm": 1.2735247611999512,
|
| 736 |
+
"learning_rate": 0.0001842570281124498,
|
| 737 |
+
"loss": 1.1101,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.42,
|
| 742 |
+
"grad_norm": 1.0848711729049683,
|
| 743 |
+
"learning_rate": 0.0001840963855421687,
|
| 744 |
+
"loss": 1.0969,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.424,
|
| 749 |
+
"grad_norm": 1.517270565032959,
|
| 750 |
+
"learning_rate": 0.00018393574297188755,
|
| 751 |
+
"loss": 1.1304,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.428,
|
| 756 |
+
"grad_norm": 1.597000241279602,
|
| 757 |
+
"learning_rate": 0.00018377510040160644,
|
| 758 |
+
"loss": 1.204,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.432,
|
| 763 |
+
"grad_norm": 1.940949559211731,
|
| 764 |
+
"learning_rate": 0.0001836144578313253,
|
| 765 |
+
"loss": 1.3689,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.436,
|
| 770 |
+
"grad_norm": 2.093283176422119,
|
| 771 |
+
"learning_rate": 0.0001834538152610442,
|
| 772 |
+
"loss": 1.2159,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.44,
|
| 777 |
+
"grad_norm": 0.9808330535888672,
|
| 778 |
+
"learning_rate": 0.00018329317269076307,
|
| 779 |
+
"loss": 1.0677,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.444,
|
| 784 |
+
"grad_norm": 2.8766942024230957,
|
| 785 |
+
"learning_rate": 0.00018313253012048193,
|
| 786 |
+
"loss": 1.3891,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.448,
|
| 791 |
+
"grad_norm": 2.7085304260253906,
|
| 792 |
+
"learning_rate": 0.0001829718875502008,
|
| 793 |
+
"loss": 1.4037,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.452,
|
| 798 |
+
"grad_norm": 1.8437902927398682,
|
| 799 |
+
"learning_rate": 0.0001828112449799197,
|
| 800 |
+
"loss": 1.1203,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.456,
|
| 805 |
+
"grad_norm": 1.6266216039657593,
|
| 806 |
+
"learning_rate": 0.00018265060240963855,
|
| 807 |
+
"loss": 1.0703,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.46,
|
| 812 |
+
"grad_norm": 1.7318757772445679,
|
| 813 |
+
"learning_rate": 0.00018248995983935744,
|
| 814 |
+
"loss": 1.1141,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.464,
|
| 819 |
+
"grad_norm": 1.5244029760360718,
|
| 820 |
+
"learning_rate": 0.0001823293172690763,
|
| 821 |
+
"loss": 1.3516,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.468,
|
| 826 |
+
"grad_norm": 1.3941713571548462,
|
| 827 |
+
"learning_rate": 0.0001821686746987952,
|
| 828 |
+
"loss": 1.1322,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.472,
|
| 833 |
+
"grad_norm": 1.3192192316055298,
|
| 834 |
+
"learning_rate": 0.00018200803212851407,
|
| 835 |
+
"loss": 1.5634,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.476,
|
| 840 |
+
"grad_norm": 2.4823129177093506,
|
| 841 |
+
"learning_rate": 0.00018184738955823296,
|
| 842 |
+
"loss": 1.0845,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.48,
|
| 847 |
+
"grad_norm": 2.8886570930480957,
|
| 848 |
+
"learning_rate": 0.0001816867469879518,
|
| 849 |
+
"loss": 1.3589,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.484,
|
| 854 |
+
"grad_norm": 1.498052954673767,
|
| 855 |
+
"learning_rate": 0.0001815261044176707,
|
| 856 |
+
"loss": 1.0942,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.488,
|
| 861 |
+
"grad_norm": 2.839603900909424,
|
| 862 |
+
"learning_rate": 0.00018136546184738955,
|
| 863 |
+
"loss": 1.6815,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.492,
|
| 868 |
+
"grad_norm": 1.6304397583007812,
|
| 869 |
+
"learning_rate": 0.00018120481927710844,
|
| 870 |
+
"loss": 1.2761,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.496,
|
| 875 |
+
"grad_norm": 1.3449641466140747,
|
| 876 |
+
"learning_rate": 0.0001810441767068273,
|
| 877 |
+
"loss": 1.1928,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.5,
|
| 882 |
+
"grad_norm": 1.4226500988006592,
|
| 883 |
+
"learning_rate": 0.0001808835341365462,
|
| 884 |
+
"loss": 1.1144,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.504,
|
| 889 |
+
"grad_norm": 0.9882439970970154,
|
| 890 |
+
"learning_rate": 0.00018072289156626507,
|
| 891 |
+
"loss": 1.1953,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.508,
|
| 896 |
+
"grad_norm": 1.08316969871521,
|
| 897 |
+
"learning_rate": 0.00018056224899598396,
|
| 898 |
+
"loss": 1.3752,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.512,
|
| 903 |
+
"grad_norm": 1.519068717956543,
|
| 904 |
+
"learning_rate": 0.00018040160642570282,
|
| 905 |
+
"loss": 1.0254,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.516,
|
| 910 |
+
"grad_norm": 1.1192545890808105,
|
| 911 |
+
"learning_rate": 0.0001802409638554217,
|
| 912 |
+
"loss": 1.168,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.52,
|
| 917 |
+
"grad_norm": 1.1827452182769775,
|
| 918 |
+
"learning_rate": 0.00018008032128514055,
|
| 919 |
+
"loss": 1.0406,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.524,
|
| 924 |
+
"grad_norm": 1.2685647010803223,
|
| 925 |
+
"learning_rate": 0.00017991967871485944,
|
| 926 |
+
"loss": 1.3304,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.528,
|
| 931 |
+
"grad_norm": 1.6803406476974487,
|
| 932 |
+
"learning_rate": 0.0001797590361445783,
|
| 933 |
+
"loss": 1.2852,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.532,
|
| 938 |
+
"grad_norm": 1.3566769361495972,
|
| 939 |
+
"learning_rate": 0.0001795983935742972,
|
| 940 |
+
"loss": 1.4319,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.536,
|
| 945 |
+
"grad_norm": 1.1238553524017334,
|
| 946 |
+
"learning_rate": 0.00017943775100401607,
|
| 947 |
+
"loss": 1.2313,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.54,
|
| 952 |
+
"grad_norm": 2.106919765472412,
|
| 953 |
+
"learning_rate": 0.00017927710843373496,
|
| 954 |
+
"loss": 1.619,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.544,
|
| 959 |
+
"grad_norm": 0.9259321689605713,
|
| 960 |
+
"learning_rate": 0.00017911646586345382,
|
| 961 |
+
"loss": 0.963,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.548,
|
| 966 |
+
"grad_norm": 1.3067266941070557,
|
| 967 |
+
"learning_rate": 0.00017895582329317271,
|
| 968 |
+
"loss": 1.251,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.552,
|
| 973 |
+
"grad_norm": 1.0804563760757446,
|
| 974 |
+
"learning_rate": 0.00017879518072289155,
|
| 975 |
+
"loss": 1.1884,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.556,
|
| 980 |
+
"grad_norm": 0.971161961555481,
|
| 981 |
+
"learning_rate": 0.00017863453815261044,
|
| 982 |
+
"loss": 1.0359,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.56,
|
| 987 |
+
"grad_norm": 0.9346293807029724,
|
| 988 |
+
"learning_rate": 0.0001784738955823293,
|
| 989 |
+
"loss": 1.0063,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.564,
|
| 994 |
+
"grad_norm": 1.213650107383728,
|
| 995 |
+
"learning_rate": 0.0001783132530120482,
|
| 996 |
+
"loss": 1.2189,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 0.568,
|
| 1001 |
+
"grad_norm": 1.2014150619506836,
|
| 1002 |
+
"learning_rate": 0.00017815261044176707,
|
| 1003 |
+
"loss": 1.4506,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 0.572,
|
| 1008 |
+
"grad_norm": 1.1013990640640259,
|
| 1009 |
+
"learning_rate": 0.00017799196787148596,
|
| 1010 |
+
"loss": 0.9083,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 0.576,
|
| 1015 |
+
"grad_norm": 1.0296562910079956,
|
| 1016 |
+
"learning_rate": 0.00017783132530120482,
|
| 1017 |
+
"loss": 1.3195,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.58,
|
| 1022 |
+
"grad_norm": 1.830122947692871,
|
| 1023 |
+
"learning_rate": 0.00017767068273092371,
|
| 1024 |
+
"loss": 0.9511,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 0.584,
|
| 1029 |
+
"grad_norm": 1.3256480693817139,
|
| 1030 |
+
"learning_rate": 0.00017751004016064258,
|
| 1031 |
+
"loss": 1.0048,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 0.588,
|
| 1036 |
+
"grad_norm": 1.270775556564331,
|
| 1037 |
+
"learning_rate": 0.00017734939759036144,
|
| 1038 |
+
"loss": 1.4066,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 0.592,
|
| 1043 |
+
"grad_norm": 1.2674766778945923,
|
| 1044 |
+
"learning_rate": 0.0001771887550200803,
|
| 1045 |
+
"loss": 1.2001,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 0.596,
|
| 1050 |
+
"grad_norm": 1.1187313795089722,
|
| 1051 |
+
"learning_rate": 0.0001770281124497992,
|
| 1052 |
+
"loss": 1.2907,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 0.6,
|
| 1057 |
+
"grad_norm": 0.8587852120399475,
|
| 1058 |
+
"learning_rate": 0.00017686746987951807,
|
| 1059 |
+
"loss": 0.9537,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 0.604,
|
| 1064 |
+
"grad_norm": 1.307936429977417,
|
| 1065 |
+
"learning_rate": 0.00017670682730923696,
|
| 1066 |
+
"loss": 1.9246,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 0.608,
|
| 1071 |
+
"grad_norm": 1.3011741638183594,
|
| 1072 |
+
"learning_rate": 0.00017654618473895582,
|
| 1073 |
+
"loss": 1.2492,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 0.612,
|
| 1078 |
+
"grad_norm": 1.712490439414978,
|
| 1079 |
+
"learning_rate": 0.00017638554216867471,
|
| 1080 |
+
"loss": 1.6788,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 0.616,
|
| 1085 |
+
"grad_norm": 1.2269988059997559,
|
| 1086 |
+
"learning_rate": 0.00017622489959839358,
|
| 1087 |
+
"loss": 1.1549,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 0.62,
|
| 1092 |
+
"grad_norm": 1.006116271018982,
|
| 1093 |
+
"learning_rate": 0.00017606425702811247,
|
| 1094 |
+
"loss": 1.29,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 0.624,
|
| 1099 |
+
"grad_norm": 1.0913758277893066,
|
| 1100 |
+
"learning_rate": 0.00017590361445783134,
|
| 1101 |
+
"loss": 1.2436,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 0.628,
|
| 1106 |
+
"grad_norm": 1.3754626512527466,
|
| 1107 |
+
"learning_rate": 0.0001757429718875502,
|
| 1108 |
+
"loss": 1.0517,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 0.632,
|
| 1113 |
+
"grad_norm": 0.9338424801826477,
|
| 1114 |
+
"learning_rate": 0.00017558232931726907,
|
| 1115 |
+
"loss": 0.9792,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 0.636,
|
| 1120 |
+
"grad_norm": 1.1045053005218506,
|
| 1121 |
+
"learning_rate": 0.00017542168674698796,
|
| 1122 |
+
"loss": 1.1625,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 0.64,
|
| 1127 |
+
"grad_norm": 1.2580407857894897,
|
| 1128 |
+
"learning_rate": 0.00017526104417670682,
|
| 1129 |
+
"loss": 1.2485,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.644,
|
| 1134 |
+
"grad_norm": 0.9033818244934082,
|
| 1135 |
+
"learning_rate": 0.00017510040160642571,
|
| 1136 |
+
"loss": 1.043,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 0.648,
|
| 1141 |
+
"grad_norm": 1.4151123762130737,
|
| 1142 |
+
"learning_rate": 0.00017493975903614458,
|
| 1143 |
+
"loss": 1.4235,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 0.652,
|
| 1148 |
+
"grad_norm": 0.9332399964332581,
|
| 1149 |
+
"learning_rate": 0.00017477911646586347,
|
| 1150 |
+
"loss": 0.8602,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 0.656,
|
| 1155 |
+
"grad_norm": 1.2299081087112427,
|
| 1156 |
+
"learning_rate": 0.00017461847389558234,
|
| 1157 |
+
"loss": 1.3964,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 0.66,
|
| 1162 |
+
"grad_norm": 1.1637903451919556,
|
| 1163 |
+
"learning_rate": 0.00017445783132530123,
|
| 1164 |
+
"loss": 1.1491,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 0.664,
|
| 1169 |
+
"grad_norm": 1.0534940958023071,
|
| 1170 |
+
"learning_rate": 0.0001742971887550201,
|
| 1171 |
+
"loss": 1.0291,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 0.668,
|
| 1176 |
+
"grad_norm": 1.1674387454986572,
|
| 1177 |
+
"learning_rate": 0.00017413654618473896,
|
| 1178 |
+
"loss": 1.4838,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 0.672,
|
| 1183 |
+
"grad_norm": 0.9993395805358887,
|
| 1184 |
+
"learning_rate": 0.00017397590361445782,
|
| 1185 |
+
"loss": 1.1238,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 0.676,
|
| 1190 |
+
"grad_norm": 0.9013456702232361,
|
| 1191 |
+
"learning_rate": 0.00017381526104417671,
|
| 1192 |
+
"loss": 1.0283,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 0.68,
|
| 1197 |
+
"grad_norm": 0.8159250020980835,
|
| 1198 |
+
"learning_rate": 0.00017365461847389558,
|
| 1199 |
+
"loss": 0.8425,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 0.684,
|
| 1204 |
+
"grad_norm": 1.7490507364273071,
|
| 1205 |
+
"learning_rate": 0.00017349397590361447,
|
| 1206 |
+
"loss": 1.3741,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 0.688,
|
| 1211 |
+
"grad_norm": 0.8009415864944458,
|
| 1212 |
+
"learning_rate": 0.00017333333333333334,
|
| 1213 |
+
"loss": 0.8598,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 0.692,
|
| 1218 |
+
"grad_norm": 1.0610826015472412,
|
| 1219 |
+
"learning_rate": 0.00017317269076305223,
|
| 1220 |
+
"loss": 1.3108,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 0.696,
|
| 1225 |
+
"grad_norm": 0.9217771291732788,
|
| 1226 |
+
"learning_rate": 0.0001730120481927711,
|
| 1227 |
+
"loss": 1.1902,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 0.7,
|
| 1232 |
+
"grad_norm": 1.1737595796585083,
|
| 1233 |
+
"learning_rate": 0.00017285140562248996,
|
| 1234 |
+
"loss": 1.15,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 0.704,
|
| 1239 |
+
"grad_norm": 0.9864694476127625,
|
| 1240 |
+
"learning_rate": 0.00017269076305220885,
|
| 1241 |
+
"loss": 1.1637,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 0.708,
|
| 1246 |
+
"grad_norm": 1.4145147800445557,
|
| 1247 |
+
"learning_rate": 0.00017253012048192771,
|
| 1248 |
+
"loss": 1.274,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 0.712,
|
| 1253 |
+
"grad_norm": 0.9762219786643982,
|
| 1254 |
+
"learning_rate": 0.00017236947791164658,
|
| 1255 |
+
"loss": 0.9479,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 0.716,
|
| 1260 |
+
"grad_norm": 1.3985542058944702,
|
| 1261 |
+
"learning_rate": 0.00017220883534136547,
|
| 1262 |
+
"loss": 1.2225,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 0.72,
|
| 1267 |
+
"grad_norm": 1.1241815090179443,
|
| 1268 |
+
"learning_rate": 0.00017204819277108434,
|
| 1269 |
+
"loss": 1.2974,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 0.724,
|
| 1274 |
+
"grad_norm": 0.7787443995475769,
|
| 1275 |
+
"learning_rate": 0.00017188755020080323,
|
| 1276 |
+
"loss": 0.8893,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 0.728,
|
| 1281 |
+
"grad_norm": 0.9060066342353821,
|
| 1282 |
+
"learning_rate": 0.0001717269076305221,
|
| 1283 |
+
"loss": 1.2636,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 0.732,
|
| 1288 |
+
"grad_norm": 0.8992155194282532,
|
| 1289 |
+
"learning_rate": 0.00017156626506024099,
|
| 1290 |
+
"loss": 0.9306,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 0.736,
|
| 1295 |
+
"grad_norm": 0.9462528824806213,
|
| 1296 |
+
"learning_rate": 0.00017140562248995985,
|
| 1297 |
+
"loss": 0.9943,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 0.74,
|
| 1302 |
+
"grad_norm": 1.1034131050109863,
|
| 1303 |
+
"learning_rate": 0.00017124497991967871,
|
| 1304 |
+
"loss": 0.928,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 0.744,
|
| 1309 |
+
"grad_norm": 0.9784576296806335,
|
| 1310 |
+
"learning_rate": 0.0001710843373493976,
|
| 1311 |
+
"loss": 1.122,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 0.748,
|
| 1316 |
+
"grad_norm": 2.408193349838257,
|
| 1317 |
+
"learning_rate": 0.00017092369477911647,
|
| 1318 |
+
"loss": 1.3427,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 0.752,
|
| 1323 |
+
"grad_norm": 1.3843070268630981,
|
| 1324 |
+
"learning_rate": 0.00017076305220883536,
|
| 1325 |
+
"loss": 1.2355,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 0.756,
|
| 1330 |
+
"grad_norm": 1.0028448104858398,
|
| 1331 |
+
"learning_rate": 0.00017060240963855423,
|
| 1332 |
+
"loss": 1.1471,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 0.76,
|
| 1337 |
+
"grad_norm": 1.4489953517913818,
|
| 1338 |
+
"learning_rate": 0.0001704417670682731,
|
| 1339 |
+
"loss": 1.502,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 0.764,
|
| 1344 |
+
"grad_norm": 1.1279592514038086,
|
| 1345 |
+
"learning_rate": 0.00017028112449799199,
|
| 1346 |
+
"loss": 1.0933,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 0.768,
|
| 1351 |
+
"grad_norm": 1.1093401908874512,
|
| 1352 |
+
"learning_rate": 0.00017012048192771085,
|
| 1353 |
+
"loss": 1.1714,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 0.772,
|
| 1358 |
+
"grad_norm": 1.755867600440979,
|
| 1359 |
+
"learning_rate": 0.00016995983935742971,
|
| 1360 |
+
"loss": 1.4923,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 0.776,
|
| 1365 |
+
"grad_norm": 1.3312938213348389,
|
| 1366 |
+
"learning_rate": 0.0001697991967871486,
|
| 1367 |
+
"loss": 1.0584,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 0.78,
|
| 1372 |
+
"grad_norm": 1.1019108295440674,
|
| 1373 |
+
"learning_rate": 0.00016963855421686747,
|
| 1374 |
+
"loss": 1.2232,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 0.784,
|
| 1379 |
+
"grad_norm": 1.1801754236221313,
|
| 1380 |
+
"learning_rate": 0.00016947791164658636,
|
| 1381 |
+
"loss": 0.86,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 0.788,
|
| 1386 |
+
"grad_norm": 2.1799583435058594,
|
| 1387 |
+
"learning_rate": 0.00016931726907630523,
|
| 1388 |
+
"loss": 0.8954,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 0.792,
|
| 1393 |
+
"grad_norm": 1.1106112003326416,
|
| 1394 |
+
"learning_rate": 0.00016915662650602412,
|
| 1395 |
+
"loss": 0.9685,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 0.796,
|
| 1400 |
+
"grad_norm": 1.48722505569458,
|
| 1401 |
+
"learning_rate": 0.00016899598393574299,
|
| 1402 |
+
"loss": 1.2157,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 0.8,
|
| 1407 |
+
"grad_norm": 1.360235333442688,
|
| 1408 |
+
"learning_rate": 0.00016883534136546185,
|
| 1409 |
+
"loss": 1.1383,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 0.804,
|
| 1414 |
+
"grad_norm": 1.1038031578063965,
|
| 1415 |
+
"learning_rate": 0.00016867469879518074,
|
| 1416 |
+
"loss": 1.0757,
|
| 1417 |
+
"step": 201
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 0.808,
|
| 1421 |
+
"grad_norm": 0.9019837379455566,
|
| 1422 |
+
"learning_rate": 0.0001685140562248996,
|
| 1423 |
+
"loss": 1.0136,
|
| 1424 |
+
"step": 202
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 0.812,
|
| 1428 |
+
"grad_norm": 0.9879880547523499,
|
| 1429 |
+
"learning_rate": 0.00016835341365461847,
|
| 1430 |
+
"loss": 1.0105,
|
| 1431 |
+
"step": 203
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 0.816,
|
| 1435 |
+
"grad_norm": 0.905677080154419,
|
| 1436 |
+
"learning_rate": 0.00016819277108433736,
|
| 1437 |
+
"loss": 0.8366,
|
| 1438 |
+
"step": 204
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 0.82,
|
| 1442 |
+
"grad_norm": 1.1222323179244995,
|
| 1443 |
+
"learning_rate": 0.00016803212851405623,
|
| 1444 |
+
"loss": 1.3458,
|
| 1445 |
+
"step": 205
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 0.824,
|
| 1449 |
+
"grad_norm": 1.1519650220870972,
|
| 1450 |
+
"learning_rate": 0.00016787148594377512,
|
| 1451 |
+
"loss": 1.0641,
|
| 1452 |
+
"step": 206
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 0.828,
|
| 1456 |
+
"grad_norm": 1.0652623176574707,
|
| 1457 |
+
"learning_rate": 0.00016771084337349399,
|
| 1458 |
+
"loss": 1.062,
|
| 1459 |
+
"step": 207
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 0.832,
|
| 1463 |
+
"grad_norm": 1.2038804292678833,
|
| 1464 |
+
"learning_rate": 0.00016755020080321288,
|
| 1465 |
+
"loss": 0.9731,
|
| 1466 |
+
"step": 208
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 0.836,
|
| 1470 |
+
"grad_norm": 1.1437853574752808,
|
| 1471 |
+
"learning_rate": 0.00016738955823293174,
|
| 1472 |
+
"loss": 1.4292,
|
| 1473 |
+
"step": 209
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 0.84,
|
| 1477 |
+
"grad_norm": 0.9734582901000977,
|
| 1478 |
+
"learning_rate": 0.0001672289156626506,
|
| 1479 |
+
"loss": 1.1455,
|
| 1480 |
+
"step": 210
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 0.844,
|
| 1484 |
+
"grad_norm": 0.9625353813171387,
|
| 1485 |
+
"learning_rate": 0.00016706827309236947,
|
| 1486 |
+
"loss": 0.8748,
|
| 1487 |
+
"step": 211
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 0.848,
|
| 1491 |
+
"grad_norm": 1.0549144744873047,
|
| 1492 |
+
"learning_rate": 0.00016690763052208836,
|
| 1493 |
+
"loss": 1.416,
|
| 1494 |
+
"step": 212
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 0.852,
|
| 1498 |
+
"grad_norm": 1.0628703832626343,
|
| 1499 |
+
"learning_rate": 0.00016674698795180723,
|
| 1500 |
+
"loss": 0.9798,
|
| 1501 |
+
"step": 213
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"epoch": 0.856,
|
| 1505 |
+
"grad_norm": 1.1408172845840454,
|
| 1506 |
+
"learning_rate": 0.00016658634538152612,
|
| 1507 |
+
"loss": 1.0589,
|
| 1508 |
+
"step": 214
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 0.86,
|
| 1512 |
+
"grad_norm": 1.12384831905365,
|
| 1513 |
+
"learning_rate": 0.00016642570281124499,
|
| 1514 |
+
"loss": 1.112,
|
| 1515 |
+
"step": 215
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"epoch": 0.864,
|
| 1519 |
+
"grad_norm": 1.1331861019134521,
|
| 1520 |
+
"learning_rate": 0.00016626506024096388,
|
| 1521 |
+
"loss": 1.1844,
|
| 1522 |
+
"step": 216
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 0.868,
|
| 1526 |
+
"grad_norm": 1.4460475444793701,
|
| 1527 |
+
"learning_rate": 0.00016610441767068274,
|
| 1528 |
+
"loss": 1.4064,
|
| 1529 |
+
"step": 217
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"epoch": 0.872,
|
| 1533 |
+
"grad_norm": 1.2119053602218628,
|
| 1534 |
+
"learning_rate": 0.00016594377510040163,
|
| 1535 |
+
"loss": 1.1563,
|
| 1536 |
+
"step": 218
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 0.876,
|
| 1540 |
+
"grad_norm": 1.214340329170227,
|
| 1541 |
+
"learning_rate": 0.0001657831325301205,
|
| 1542 |
+
"loss": 1.2214,
|
| 1543 |
+
"step": 219
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"epoch": 0.88,
|
| 1547 |
+
"grad_norm": 1.2477388381958008,
|
| 1548 |
+
"learning_rate": 0.00016562248995983936,
|
| 1549 |
+
"loss": 1.18,
|
| 1550 |
+
"step": 220
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 0.884,
|
| 1554 |
+
"grad_norm": 1.0218065977096558,
|
| 1555 |
+
"learning_rate": 0.00016546184738955823,
|
| 1556 |
+
"loss": 0.9725,
|
| 1557 |
+
"step": 221
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 0.888,
|
| 1561 |
+
"grad_norm": 1.042024850845337,
|
| 1562 |
+
"learning_rate": 0.00016530120481927712,
|
| 1563 |
+
"loss": 1.0288,
|
| 1564 |
+
"step": 222
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 0.892,
|
| 1568 |
+
"grad_norm": 0.8950498700141907,
|
| 1569 |
+
"learning_rate": 0.00016514056224899599,
|
| 1570 |
+
"loss": 0.9153,
|
| 1571 |
+
"step": 223
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 0.896,
|
| 1575 |
+
"grad_norm": 1.2319512367248535,
|
| 1576 |
+
"learning_rate": 0.00016497991967871488,
|
| 1577 |
+
"loss": 1.19,
|
| 1578 |
+
"step": 224
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 0.9,
|
| 1582 |
+
"grad_norm": 1.0612848997116089,
|
| 1583 |
+
"learning_rate": 0.00016481927710843374,
|
| 1584 |
+
"loss": 1.3144,
|
| 1585 |
+
"step": 225
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 0.904,
|
| 1589 |
+
"grad_norm": 1.051899790763855,
|
| 1590 |
+
"learning_rate": 0.00016465863453815263,
|
| 1591 |
+
"loss": 1.1371,
|
| 1592 |
+
"step": 226
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 0.908,
|
| 1596 |
+
"grad_norm": 0.9681085348129272,
|
| 1597 |
+
"learning_rate": 0.0001644979919678715,
|
| 1598 |
+
"loss": 0.9856,
|
| 1599 |
+
"step": 227
|
| 1600 |
+
},
|
| 1601 |
+
{
|
| 1602 |
+
"epoch": 0.912,
|
| 1603 |
+
"grad_norm": 0.9124426245689392,
|
| 1604 |
+
"learning_rate": 0.0001643373493975904,
|
| 1605 |
+
"loss": 1.0323,
|
| 1606 |
+
"step": 228
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 0.916,
|
| 1610 |
+
"grad_norm": 1.3986107110977173,
|
| 1611 |
+
"learning_rate": 0.00016417670682730923,
|
| 1612 |
+
"loss": 1.164,
|
| 1613 |
+
"step": 229
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"epoch": 0.92,
|
| 1617 |
+
"grad_norm": 1.0733290910720825,
|
| 1618 |
+
"learning_rate": 0.00016401606425702812,
|
| 1619 |
+
"loss": 0.9883,
|
| 1620 |
+
"step": 230
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 0.924,
|
| 1624 |
+
"grad_norm": 0.9436154961585999,
|
| 1625 |
+
"learning_rate": 0.00016385542168674699,
|
| 1626 |
+
"loss": 1.1265,
|
| 1627 |
+
"step": 231
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"epoch": 0.928,
|
| 1631 |
+
"grad_norm": 0.9259563684463501,
|
| 1632 |
+
"learning_rate": 0.00016369477911646588,
|
| 1633 |
+
"loss": 1.1864,
|
| 1634 |
+
"step": 232
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 0.932,
|
| 1638 |
+
"grad_norm": 1.9417387247085571,
|
| 1639 |
+
"learning_rate": 0.00016353413654618474,
|
| 1640 |
+
"loss": 1.1545,
|
| 1641 |
+
"step": 233
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"epoch": 0.936,
|
| 1645 |
+
"grad_norm": 1.162505030632019,
|
| 1646 |
+
"learning_rate": 0.00016337349397590363,
|
| 1647 |
+
"loss": 1.3507,
|
| 1648 |
+
"step": 234
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"epoch": 0.94,
|
| 1652 |
+
"grad_norm": 2.540339946746826,
|
| 1653 |
+
"learning_rate": 0.0001632128514056225,
|
| 1654 |
+
"loss": 1.0578,
|
| 1655 |
+
"step": 235
|
| 1656 |
+
},
|
| 1657 |
+
{
|
| 1658 |
+
"epoch": 0.944,
|
| 1659 |
+
"grad_norm": 0.9945997595787048,
|
| 1660 |
+
"learning_rate": 0.0001630522088353414,
|
| 1661 |
+
"loss": 1.2593,
|
| 1662 |
+
"step": 236
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"epoch": 0.948,
|
| 1666 |
+
"grad_norm": 1.125874400138855,
|
| 1667 |
+
"learning_rate": 0.00016289156626506026,
|
| 1668 |
+
"loss": 0.793,
|
| 1669 |
+
"step": 237
|
| 1670 |
+
},
|
| 1671 |
+
{
|
| 1672 |
+
"epoch": 0.952,
|
| 1673 |
+
"grad_norm": 1.0723917484283447,
|
| 1674 |
+
"learning_rate": 0.00016273092369477912,
|
| 1675 |
+
"loss": 1.0918,
|
| 1676 |
+
"step": 238
|
| 1677 |
+
},
|
| 1678 |
+
{
|
| 1679 |
+
"epoch": 0.956,
|
| 1680 |
+
"grad_norm": 1.113118290901184,
|
| 1681 |
+
"learning_rate": 0.00016257028112449799,
|
| 1682 |
+
"loss": 1.3632,
|
| 1683 |
+
"step": 239
|
| 1684 |
+
},
|
| 1685 |
+
{
|
| 1686 |
+
"epoch": 0.96,
|
| 1687 |
+
"grad_norm": 1.718297004699707,
|
| 1688 |
+
"learning_rate": 0.00016240963855421688,
|
| 1689 |
+
"loss": 1.9874,
|
| 1690 |
+
"step": 240
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 0.964,
|
| 1694 |
+
"grad_norm": 1.1292189359664917,
|
| 1695 |
+
"learning_rate": 0.00016224899598393574,
|
| 1696 |
+
"loss": 1.0951,
|
| 1697 |
+
"step": 241
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"epoch": 0.968,
|
| 1701 |
+
"grad_norm": 1.1281769275665283,
|
| 1702 |
+
"learning_rate": 0.00016208835341365463,
|
| 1703 |
+
"loss": 1.0857,
|
| 1704 |
+
"step": 242
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"epoch": 0.972,
|
| 1708 |
+
"grad_norm": 1.5995818376541138,
|
| 1709 |
+
"learning_rate": 0.0001619277108433735,
|
| 1710 |
+
"loss": 1.1922,
|
| 1711 |
+
"step": 243
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"epoch": 0.976,
|
| 1715 |
+
"grad_norm": 1.4334827661514282,
|
| 1716 |
+
"learning_rate": 0.0001617670682730924,
|
| 1717 |
+
"loss": 1.4897,
|
| 1718 |
+
"step": 244
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"epoch": 0.98,
|
| 1722 |
+
"grad_norm": 0.8789055943489075,
|
| 1723 |
+
"learning_rate": 0.00016160642570281126,
|
| 1724 |
+
"loss": 1.203,
|
| 1725 |
+
"step": 245
|
| 1726 |
+
},
|
| 1727 |
+
{
|
| 1728 |
+
"epoch": 0.984,
|
| 1729 |
+
"grad_norm": 0.7583382725715637,
|
| 1730 |
+
"learning_rate": 0.00016144578313253015,
|
| 1731 |
+
"loss": 0.8718,
|
| 1732 |
+
"step": 246
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"epoch": 0.988,
|
| 1736 |
+
"grad_norm": 3.5140089988708496,
|
| 1737 |
+
"learning_rate": 0.00016128514056224899,
|
| 1738 |
+
"loss": 1.3685,
|
| 1739 |
+
"step": 247
|
| 1740 |
+
},
|
| 1741 |
+
{
|
| 1742 |
+
"epoch": 0.992,
|
| 1743 |
+
"grad_norm": 2.6061456203460693,
|
| 1744 |
+
"learning_rate": 0.00016112449799196788,
|
| 1745 |
+
"loss": 1.1047,
|
| 1746 |
+
"step": 248
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"epoch": 0.996,
|
| 1750 |
+
"grad_norm": 1.0015108585357666,
|
| 1751 |
+
"learning_rate": 0.00016096385542168674,
|
| 1752 |
+
"loss": 1.1716,
|
| 1753 |
+
"step": 249
|
| 1754 |
+
},
|
| 1755 |
+
{
|
| 1756 |
+
"epoch": 1.0,
|
| 1757 |
+
"grad_norm": 0.9369361996650696,
|
| 1758 |
+
"learning_rate": 0.00016080321285140563,
|
| 1759 |
+
"loss": 1.4799,
|
| 1760 |
+
"step": 250
|
| 1761 |
+
},
|
| 1762 |
+
{
|
| 1763 |
+
"epoch": 1.004,
|
| 1764 |
+
"grad_norm": 1.3471037149429321,
|
| 1765 |
+
"learning_rate": 0.0001606425702811245,
|
| 1766 |
+
"loss": 1.2607,
|
| 1767 |
+
"step": 251
|
| 1768 |
+
},
|
| 1769 |
+
{
|
| 1770 |
+
"epoch": 1.008,
|
| 1771 |
+
"grad_norm": 2.2761526107788086,
|
| 1772 |
+
"learning_rate": 0.0001604819277108434,
|
| 1773 |
+
"loss": 1.2795,
|
| 1774 |
+
"step": 252
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"epoch": 1.012,
|
| 1778 |
+
"grad_norm": 0.945418119430542,
|
| 1779 |
+
"learning_rate": 0.00016032128514056226,
|
| 1780 |
+
"loss": 0.9472,
|
| 1781 |
+
"step": 253
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"epoch": 1.016,
|
| 1785 |
+
"grad_norm": 0.8474368453025818,
|
| 1786 |
+
"learning_rate": 0.00016016064257028115,
|
| 1787 |
+
"loss": 0.9468,
|
| 1788 |
+
"step": 254
|
| 1789 |
+
},
|
| 1790 |
+
{
|
| 1791 |
+
"epoch": 1.02,
|
| 1792 |
+
"grad_norm": 0.8622311353683472,
|
| 1793 |
+
"learning_rate": 0.00016,
|
| 1794 |
+
"loss": 0.9775,
|
| 1795 |
+
"step": 255
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"epoch": 1.024,
|
| 1799 |
+
"grad_norm": 1.0259979963302612,
|
| 1800 |
+
"learning_rate": 0.00015983935742971888,
|
| 1801 |
+
"loss": 0.7778,
|
| 1802 |
+
"step": 256
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"epoch": 1.028,
|
| 1806 |
+
"grad_norm": 1.5519331693649292,
|
| 1807 |
+
"learning_rate": 0.00015967871485943774,
|
| 1808 |
+
"loss": 1.1989,
|
| 1809 |
+
"step": 257
|
| 1810 |
+
},
|
| 1811 |
+
{
|
| 1812 |
+
"epoch": 1.032,
|
| 1813 |
+
"grad_norm": 0.9531280994415283,
|
| 1814 |
+
"learning_rate": 0.00015951807228915663,
|
| 1815 |
+
"loss": 0.881,
|
| 1816 |
+
"step": 258
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"epoch": 1.036,
|
| 1820 |
+
"grad_norm": 1.215177059173584,
|
| 1821 |
+
"learning_rate": 0.0001593574297188755,
|
| 1822 |
+
"loss": 0.8421,
|
| 1823 |
+
"step": 259
|
| 1824 |
+
},
|
| 1825 |
+
{
|
| 1826 |
+
"epoch": 1.04,
|
| 1827 |
+
"grad_norm": 0.929236114025116,
|
| 1828 |
+
"learning_rate": 0.0001591967871485944,
|
| 1829 |
+
"loss": 0.9044,
|
| 1830 |
+
"step": 260
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"epoch": 1.044,
|
| 1834 |
+
"grad_norm": 0.8656697273254395,
|
| 1835 |
+
"learning_rate": 0.00015903614457831326,
|
| 1836 |
+
"loss": 0.8928,
|
| 1837 |
+
"step": 261
|
| 1838 |
+
},
|
| 1839 |
+
{
|
| 1840 |
+
"epoch": 1.048,
|
| 1841 |
+
"grad_norm": 0.8103016018867493,
|
| 1842 |
+
"learning_rate": 0.00015887550200803215,
|
| 1843 |
+
"loss": 0.8062,
|
| 1844 |
+
"step": 262
|
| 1845 |
+
},
|
| 1846 |
+
{
|
| 1847 |
+
"epoch": 1.052,
|
| 1848 |
+
"grad_norm": 1.8430039882659912,
|
| 1849 |
+
"learning_rate": 0.000158714859437751,
|
| 1850 |
+
"loss": 0.84,
|
| 1851 |
+
"step": 263
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"epoch": 1.056,
|
| 1855 |
+
"grad_norm": 0.9667379260063171,
|
| 1856 |
+
"learning_rate": 0.0001585542168674699,
|
| 1857 |
+
"loss": 0.8823,
|
| 1858 |
+
"step": 264
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 1.06,
|
| 1862 |
+
"grad_norm": 0.8082267045974731,
|
| 1863 |
+
"learning_rate": 0.00015839357429718874,
|
| 1864 |
+
"loss": 0.7855,
|
| 1865 |
+
"step": 265
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"epoch": 1.064,
|
| 1869 |
+
"grad_norm": 0.8546954393386841,
|
| 1870 |
+
"learning_rate": 0.00015823293172690763,
|
| 1871 |
+
"loss": 0.8074,
|
| 1872 |
+
"step": 266
|
| 1873 |
+
},
|
| 1874 |
+
{
|
| 1875 |
+
"epoch": 1.068,
|
| 1876 |
+
"grad_norm": 0.9033096432685852,
|
| 1877 |
+
"learning_rate": 0.0001580722891566265,
|
| 1878 |
+
"loss": 0.8165,
|
| 1879 |
+
"step": 267
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"epoch": 1.072,
|
| 1883 |
+
"grad_norm": 0.9829176068305969,
|
| 1884 |
+
"learning_rate": 0.0001579116465863454,
|
| 1885 |
+
"loss": 0.9718,
|
| 1886 |
+
"step": 268
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"epoch": 1.076,
|
| 1890 |
+
"grad_norm": 0.8669388294219971,
|
| 1891 |
+
"learning_rate": 0.00015775100401606426,
|
| 1892 |
+
"loss": 1.0347,
|
| 1893 |
+
"step": 269
|
| 1894 |
+
},
|
| 1895 |
+
{
|
| 1896 |
+
"epoch": 1.08,
|
| 1897 |
+
"grad_norm": 0.969390869140625,
|
| 1898 |
+
"learning_rate": 0.00015759036144578315,
|
| 1899 |
+
"loss": 0.9423,
|
| 1900 |
+
"step": 270
|
| 1901 |
+
},
|
| 1902 |
+
{
|
| 1903 |
+
"epoch": 1.084,
|
| 1904 |
+
"grad_norm": 1.3548946380615234,
|
| 1905 |
+
"learning_rate": 0.000157429718875502,
|
| 1906 |
+
"loss": 1.1337,
|
| 1907 |
+
"step": 271
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"epoch": 1.088,
|
| 1911 |
+
"grad_norm": 0.8762166500091553,
|
| 1912 |
+
"learning_rate": 0.0001572690763052209,
|
| 1913 |
+
"loss": 0.8895,
|
| 1914 |
+
"step": 272
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"epoch": 1.092,
|
| 1918 |
+
"grad_norm": 0.7425119876861572,
|
| 1919 |
+
"learning_rate": 0.00015710843373493977,
|
| 1920 |
+
"loss": 0.699,
|
| 1921 |
+
"step": 273
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"epoch": 1.096,
|
| 1925 |
+
"grad_norm": 0.9042136669158936,
|
| 1926 |
+
"learning_rate": 0.00015694779116465866,
|
| 1927 |
+
"loss": 0.8775,
|
| 1928 |
+
"step": 274
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"epoch": 1.1,
|
| 1932 |
+
"grad_norm": 0.8177143931388855,
|
| 1933 |
+
"learning_rate": 0.0001567871485943775,
|
| 1934 |
+
"loss": 0.9065,
|
| 1935 |
+
"step": 275
|
| 1936 |
+
},
|
| 1937 |
+
{
|
| 1938 |
+
"epoch": 1.104,
|
| 1939 |
+
"grad_norm": 0.8629148602485657,
|
| 1940 |
+
"learning_rate": 0.0001566265060240964,
|
| 1941 |
+
"loss": 0.9971,
|
| 1942 |
+
"step": 276
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"epoch": 1.108,
|
| 1946 |
+
"grad_norm": 0.9605036377906799,
|
| 1947 |
+
"learning_rate": 0.00015646586345381526,
|
| 1948 |
+
"loss": 1.2588,
|
| 1949 |
+
"step": 277
|
| 1950 |
+
},
|
| 1951 |
+
{
|
| 1952 |
+
"epoch": 1.112,
|
| 1953 |
+
"grad_norm": 0.8671557307243347,
|
| 1954 |
+
"learning_rate": 0.00015630522088353415,
|
| 1955 |
+
"loss": 0.9142,
|
| 1956 |
+
"step": 278
|
| 1957 |
+
},
|
| 1958 |
+
{
|
| 1959 |
+
"epoch": 1.116,
|
| 1960 |
+
"grad_norm": 0.931540310382843,
|
| 1961 |
+
"learning_rate": 0.000156144578313253,
|
| 1962 |
+
"loss": 0.7296,
|
| 1963 |
+
"step": 279
|
| 1964 |
+
},
|
| 1965 |
+
{
|
| 1966 |
+
"epoch": 1.12,
|
| 1967 |
+
"grad_norm": 1.0139037370681763,
|
| 1968 |
+
"learning_rate": 0.0001559839357429719,
|
| 1969 |
+
"loss": 1.0284,
|
| 1970 |
+
"step": 280
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"epoch": 1.124,
|
| 1974 |
+
"grad_norm": 1.0189025402069092,
|
| 1975 |
+
"learning_rate": 0.00015582329317269077,
|
| 1976 |
+
"loss": 0.7597,
|
| 1977 |
+
"step": 281
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"epoch": 1.1280000000000001,
|
| 1981 |
+
"grad_norm": 1.0193121433258057,
|
| 1982 |
+
"learning_rate": 0.00015566265060240966,
|
| 1983 |
+
"loss": 0.6853,
|
| 1984 |
+
"step": 282
|
| 1985 |
+
},
|
| 1986 |
+
{
|
| 1987 |
+
"epoch": 1.1320000000000001,
|
| 1988 |
+
"grad_norm": 1.0432549715042114,
|
| 1989 |
+
"learning_rate": 0.00015550200803212853,
|
| 1990 |
+
"loss": 0.7334,
|
| 1991 |
+
"step": 283
|
| 1992 |
+
},
|
| 1993 |
+
{
|
| 1994 |
+
"epoch": 1.1360000000000001,
|
| 1995 |
+
"grad_norm": 0.8273834586143494,
|
| 1996 |
+
"learning_rate": 0.0001553413654618474,
|
| 1997 |
+
"loss": 0.8607,
|
| 1998 |
+
"step": 284
|
| 1999 |
+
},
|
| 2000 |
+
{
|
| 2001 |
+
"epoch": 1.1400000000000001,
|
| 2002 |
+
"grad_norm": 0.8880547881126404,
|
| 2003 |
+
"learning_rate": 0.00015518072289156626,
|
| 2004 |
+
"loss": 0.9101,
|
| 2005 |
+
"step": 285
|
| 2006 |
+
},
|
| 2007 |
+
{
|
| 2008 |
+
"epoch": 1.144,
|
| 2009 |
+
"grad_norm": 1.1600521802902222,
|
| 2010 |
+
"learning_rate": 0.00015502008032128515,
|
| 2011 |
+
"loss": 0.9726,
|
| 2012 |
+
"step": 286
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"epoch": 1.148,
|
| 2016 |
+
"grad_norm": 0.7886917591094971,
|
| 2017 |
+
"learning_rate": 0.000154859437751004,
|
| 2018 |
+
"loss": 0.6512,
|
| 2019 |
+
"step": 287
|
| 2020 |
+
},
|
| 2021 |
+
{
|
| 2022 |
+
"epoch": 1.152,
|
| 2023 |
+
"grad_norm": 0.8275341391563416,
|
| 2024 |
+
"learning_rate": 0.0001546987951807229,
|
| 2025 |
+
"loss": 0.6601,
|
| 2026 |
+
"step": 288
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"epoch": 1.156,
|
| 2030 |
+
"grad_norm": 0.9149451851844788,
|
| 2031 |
+
"learning_rate": 0.00015453815261044177,
|
| 2032 |
+
"loss": 0.9482,
|
| 2033 |
+
"step": 289
|
| 2034 |
+
},
|
| 2035 |
+
{
|
| 2036 |
+
"epoch": 1.16,
|
| 2037 |
+
"grad_norm": 1.0810786485671997,
|
| 2038 |
+
"learning_rate": 0.00015437751004016066,
|
| 2039 |
+
"loss": 1.0865,
|
| 2040 |
+
"step": 290
|
| 2041 |
+
},
|
| 2042 |
+
{
|
| 2043 |
+
"epoch": 1.164,
|
| 2044 |
+
"grad_norm": 1.0616602897644043,
|
| 2045 |
+
"learning_rate": 0.00015421686746987953,
|
| 2046 |
+
"loss": 0.8068,
|
| 2047 |
+
"step": 291
|
| 2048 |
+
},
|
| 2049 |
+
{
|
| 2050 |
+
"epoch": 1.168,
|
| 2051 |
+
"grad_norm": 1.0869910717010498,
|
| 2052 |
+
"learning_rate": 0.00015405622489959842,
|
| 2053 |
+
"loss": 0.8159,
|
| 2054 |
+
"step": 292
|
| 2055 |
+
},
|
| 2056 |
+
{
|
| 2057 |
+
"epoch": 1.172,
|
| 2058 |
+
"grad_norm": 0.9603747725486755,
|
| 2059 |
+
"learning_rate": 0.00015389558232931726,
|
| 2060 |
+
"loss": 0.8849,
|
| 2061 |
+
"step": 293
|
| 2062 |
+
},
|
| 2063 |
+
{
|
| 2064 |
+
"epoch": 1.176,
|
| 2065 |
+
"grad_norm": 1.032436490058899,
|
| 2066 |
+
"learning_rate": 0.00015373493975903615,
|
| 2067 |
+
"loss": 1.0918,
|
| 2068 |
+
"step": 294
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"epoch": 1.18,
|
| 2072 |
+
"grad_norm": 1.0083870887756348,
|
| 2073 |
+
"learning_rate": 0.00015357429718875501,
|
| 2074 |
+
"loss": 1.2848,
|
| 2075 |
+
"step": 295
|
| 2076 |
+
},
|
| 2077 |
+
{
|
| 2078 |
+
"epoch": 1.184,
|
| 2079 |
+
"grad_norm": 0.8619980812072754,
|
| 2080 |
+
"learning_rate": 0.0001534136546184739,
|
| 2081 |
+
"loss": 0.9018,
|
| 2082 |
+
"step": 296
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"epoch": 1.188,
|
| 2086 |
+
"grad_norm": 0.8633701801300049,
|
| 2087 |
+
"learning_rate": 0.00015325301204819277,
|
| 2088 |
+
"loss": 1.0218,
|
| 2089 |
+
"step": 297
|
| 2090 |
+
},
|
| 2091 |
+
{
|
| 2092 |
+
"epoch": 1.192,
|
| 2093 |
+
"grad_norm": 0.9050300717353821,
|
| 2094 |
+
"learning_rate": 0.00015309236947791166,
|
| 2095 |
+
"loss": 0.9092,
|
| 2096 |
+
"step": 298
|
| 2097 |
+
},
|
| 2098 |
+
{
|
| 2099 |
+
"epoch": 1.196,
|
| 2100 |
+
"grad_norm": 0.6374917030334473,
|
| 2101 |
+
"learning_rate": 0.00015293172690763053,
|
| 2102 |
+
"loss": 0.8162,
|
| 2103 |
+
"step": 299
|
| 2104 |
+
},
|
| 2105 |
+
{
|
| 2106 |
+
"epoch": 1.2,
|
| 2107 |
+
"grad_norm": 0.825060248374939,
|
| 2108 |
+
"learning_rate": 0.00015277108433734942,
|
| 2109 |
+
"loss": 0.8482,
|
| 2110 |
+
"step": 300
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"epoch": 1.204,
|
| 2114 |
+
"grad_norm": 0.9437833428382874,
|
| 2115 |
+
"learning_rate": 0.00015261044176706828,
|
| 2116 |
+
"loss": 0.8045,
|
| 2117 |
+
"step": 301
|
| 2118 |
+
},
|
| 2119 |
+
{
|
| 2120 |
+
"epoch": 1.208,
|
| 2121 |
+
"grad_norm": 1.089831829071045,
|
| 2122 |
+
"learning_rate": 0.00015244979919678715,
|
| 2123 |
+
"loss": 1.2077,
|
| 2124 |
+
"step": 302
|
| 2125 |
+
},
|
| 2126 |
+
{
|
| 2127 |
+
"epoch": 1.212,
|
| 2128 |
+
"grad_norm": 0.8222481608390808,
|
| 2129 |
+
"learning_rate": 0.00015228915662650601,
|
| 2130 |
+
"loss": 0.8253,
|
| 2131 |
+
"step": 303
|
| 2132 |
+
},
|
| 2133 |
+
{
|
| 2134 |
+
"epoch": 1.216,
|
| 2135 |
+
"grad_norm": 0.8154776096343994,
|
| 2136 |
+
"learning_rate": 0.0001521285140562249,
|
| 2137 |
+
"loss": 0.8029,
|
| 2138 |
+
"step": 304
|
| 2139 |
+
},
|
| 2140 |
+
{
|
| 2141 |
+
"epoch": 1.22,
|
| 2142 |
+
"grad_norm": 0.6961467862129211,
|
| 2143 |
+
"learning_rate": 0.00015196787148594377,
|
| 2144 |
+
"loss": 0.7633,
|
| 2145 |
+
"step": 305
|
| 2146 |
+
},
|
| 2147 |
+
{
|
| 2148 |
+
"epoch": 1.224,
|
| 2149 |
+
"grad_norm": 1.2669425010681152,
|
| 2150 |
+
"learning_rate": 0.00015180722891566266,
|
| 2151 |
+
"loss": 1.1726,
|
| 2152 |
+
"step": 306
|
| 2153 |
+
},
|
| 2154 |
+
{
|
| 2155 |
+
"epoch": 1.228,
|
| 2156 |
+
"grad_norm": 0.9348741769790649,
|
| 2157 |
+
"learning_rate": 0.00015164658634538153,
|
| 2158 |
+
"loss": 1.0063,
|
| 2159 |
+
"step": 307
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"epoch": 1.232,
|
| 2163 |
+
"grad_norm": 0.6843699812889099,
|
| 2164 |
+
"learning_rate": 0.00015148594377510042,
|
| 2165 |
+
"loss": 0.6519,
|
| 2166 |
+
"step": 308
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"epoch": 1.236,
|
| 2170 |
+
"grad_norm": 0.7433460354804993,
|
| 2171 |
+
"learning_rate": 0.00015132530120481928,
|
| 2172 |
+
"loss": 0.8903,
|
| 2173 |
+
"step": 309
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"epoch": 1.24,
|
| 2177 |
+
"grad_norm": 0.7592901587486267,
|
| 2178 |
+
"learning_rate": 0.00015116465863453818,
|
| 2179 |
+
"loss": 0.9527,
|
| 2180 |
+
"step": 310
|
| 2181 |
+
},
|
| 2182 |
+
{
|
| 2183 |
+
"epoch": 1.244,
|
| 2184 |
+
"grad_norm": 1.1880371570587158,
|
| 2185 |
+
"learning_rate": 0.00015100401606425701,
|
| 2186 |
+
"loss": 1.0092,
|
| 2187 |
+
"step": 311
|
| 2188 |
+
},
|
| 2189 |
+
{
|
| 2190 |
+
"epoch": 1.248,
|
| 2191 |
+
"grad_norm": 0.8044797778129578,
|
| 2192 |
+
"learning_rate": 0.0001508433734939759,
|
| 2193 |
+
"loss": 0.9151,
|
| 2194 |
+
"step": 312
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"epoch": 1.252,
|
| 2198 |
+
"grad_norm": 0.7369490265846252,
|
| 2199 |
+
"learning_rate": 0.00015068273092369477,
|
| 2200 |
+
"loss": 0.7088,
|
| 2201 |
+
"step": 313
|
| 2202 |
+
},
|
| 2203 |
+
{
|
| 2204 |
+
"epoch": 1.256,
|
| 2205 |
+
"grad_norm": 0.8025039434432983,
|
| 2206 |
+
"learning_rate": 0.00015052208835341366,
|
| 2207 |
+
"loss": 0.8486,
|
| 2208 |
+
"step": 314
|
| 2209 |
+
},
|
| 2210 |
+
{
|
| 2211 |
+
"epoch": 1.26,
|
| 2212 |
+
"grad_norm": 1.1078802347183228,
|
| 2213 |
+
"learning_rate": 0.00015036144578313253,
|
| 2214 |
+
"loss": 1.0376,
|
| 2215 |
+
"step": 315
|
| 2216 |
+
},
|
| 2217 |
+
{
|
| 2218 |
+
"epoch": 1.264,
|
| 2219 |
+
"grad_norm": 0.6546642184257507,
|
| 2220 |
+
"learning_rate": 0.00015020080321285142,
|
| 2221 |
+
"loss": 0.859,
|
| 2222 |
+
"step": 316
|
| 2223 |
+
},
|
| 2224 |
+
{
|
| 2225 |
+
"epoch": 1.268,
|
| 2226 |
+
"grad_norm": 0.8622590899467468,
|
| 2227 |
+
"learning_rate": 0.00015004016064257028,
|
| 2228 |
+
"loss": 1.1371,
|
| 2229 |
+
"step": 317
|
| 2230 |
+
},
|
| 2231 |
+
{
|
| 2232 |
+
"epoch": 1.272,
|
| 2233 |
+
"grad_norm": 1.182067632675171,
|
| 2234 |
+
"learning_rate": 0.00014987951807228918,
|
| 2235 |
+
"loss": 1.024,
|
| 2236 |
+
"step": 318
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"epoch": 1.276,
|
| 2240 |
+
"grad_norm": 0.6173505187034607,
|
| 2241 |
+
"learning_rate": 0.00014971887550200804,
|
| 2242 |
+
"loss": 0.6438,
|
| 2243 |
+
"step": 319
|
| 2244 |
+
},
|
| 2245 |
+
{
|
| 2246 |
+
"epoch": 1.28,
|
| 2247 |
+
"grad_norm": 0.7465916872024536,
|
| 2248 |
+
"learning_rate": 0.0001495582329317269,
|
| 2249 |
+
"loss": 0.6666,
|
| 2250 |
+
"step": 320
|
| 2251 |
+
},
|
| 2252 |
+
{
|
| 2253 |
+
"epoch": 1.284,
|
| 2254 |
+
"grad_norm": 1.1481876373291016,
|
| 2255 |
+
"learning_rate": 0.00014939759036144577,
|
| 2256 |
+
"loss": 0.9966,
|
| 2257 |
+
"step": 321
|
| 2258 |
+
},
|
| 2259 |
+
{
|
| 2260 |
+
"epoch": 1.288,
|
| 2261 |
+
"grad_norm": 1.4288729429244995,
|
| 2262 |
+
"learning_rate": 0.00014923694779116466,
|
| 2263 |
+
"loss": 0.8963,
|
| 2264 |
+
"step": 322
|
| 2265 |
+
},
|
| 2266 |
+
{
|
| 2267 |
+
"epoch": 1.292,
|
| 2268 |
+
"grad_norm": 0.7680599093437195,
|
| 2269 |
+
"learning_rate": 0.00014907630522088353,
|
| 2270 |
+
"loss": 0.8645,
|
| 2271 |
+
"step": 323
|
| 2272 |
+
},
|
| 2273 |
+
{
|
| 2274 |
+
"epoch": 1.296,
|
| 2275 |
+
"grad_norm": 0.8282861113548279,
|
| 2276 |
+
"learning_rate": 0.00014891566265060242,
|
| 2277 |
+
"loss": 0.9313,
|
| 2278 |
+
"step": 324
|
| 2279 |
+
},
|
| 2280 |
+
{
|
| 2281 |
+
"epoch": 1.3,
|
| 2282 |
+
"grad_norm": 0.9906266927719116,
|
| 2283 |
+
"learning_rate": 0.00014875502008032128,
|
| 2284 |
+
"loss": 0.9032,
|
| 2285 |
+
"step": 325
|
| 2286 |
+
},
|
| 2287 |
+
{
|
| 2288 |
+
"epoch": 1.304,
|
| 2289 |
+
"grad_norm": 0.7492703795433044,
|
| 2290 |
+
"learning_rate": 0.00014859437751004018,
|
| 2291 |
+
"loss": 0.8764,
|
| 2292 |
+
"step": 326
|
| 2293 |
+
},
|
| 2294 |
+
{
|
| 2295 |
+
"epoch": 1.308,
|
| 2296 |
+
"grad_norm": 0.8717472553253174,
|
| 2297 |
+
"learning_rate": 0.00014843373493975904,
|
| 2298 |
+
"loss": 1.1408,
|
| 2299 |
+
"step": 327
|
| 2300 |
+
},
|
| 2301 |
+
{
|
| 2302 |
+
"epoch": 1.312,
|
| 2303 |
+
"grad_norm": 0.9089136123657227,
|
| 2304 |
+
"learning_rate": 0.00014827309236947793,
|
| 2305 |
+
"loss": 1.0363,
|
| 2306 |
+
"step": 328
|
| 2307 |
+
},
|
| 2308 |
+
{
|
| 2309 |
+
"epoch": 1.316,
|
| 2310 |
+
"grad_norm": 1.2482575178146362,
|
| 2311 |
+
"learning_rate": 0.00014811244979919677,
|
| 2312 |
+
"loss": 1.2944,
|
| 2313 |
+
"step": 329
|
| 2314 |
+
},
|
| 2315 |
+
{
|
| 2316 |
+
"epoch": 1.32,
|
| 2317 |
+
"grad_norm": 0.8029852509498596,
|
| 2318 |
+
"learning_rate": 0.00014795180722891566,
|
| 2319 |
+
"loss": 0.9289,
|
| 2320 |
+
"step": 330
|
| 2321 |
+
},
|
| 2322 |
+
{
|
| 2323 |
+
"epoch": 1.324,
|
| 2324 |
+
"grad_norm": 1.0169625282287598,
|
| 2325 |
+
"learning_rate": 0.00014779116465863453,
|
| 2326 |
+
"loss": 1.0628,
|
| 2327 |
+
"step": 331
|
| 2328 |
+
},
|
| 2329 |
+
{
|
| 2330 |
+
"epoch": 1.328,
|
| 2331 |
+
"grad_norm": 0.8372910022735596,
|
| 2332 |
+
"learning_rate": 0.00014763052208835342,
|
| 2333 |
+
"loss": 0.9419,
|
| 2334 |
+
"step": 332
|
| 2335 |
+
},
|
| 2336 |
+
{
|
| 2337 |
+
"epoch": 1.332,
|
| 2338 |
+
"grad_norm": 0.8126416206359863,
|
| 2339 |
+
"learning_rate": 0.00014746987951807228,
|
| 2340 |
+
"loss": 0.9299,
|
| 2341 |
+
"step": 333
|
| 2342 |
+
},
|
| 2343 |
+
{
|
| 2344 |
+
"epoch": 1.336,
|
| 2345 |
+
"grad_norm": 0.8730321526527405,
|
| 2346 |
+
"learning_rate": 0.00014730923694779118,
|
| 2347 |
+
"loss": 0.8397,
|
| 2348 |
+
"step": 334
|
| 2349 |
+
},
|
| 2350 |
+
{
|
| 2351 |
+
"epoch": 1.34,
|
| 2352 |
+
"grad_norm": 0.6801149845123291,
|
| 2353 |
+
"learning_rate": 0.00014714859437751004,
|
| 2354 |
+
"loss": 0.7707,
|
| 2355 |
+
"step": 335
|
| 2356 |
+
},
|
| 2357 |
+
{
|
| 2358 |
+
"epoch": 1.3439999999999999,
|
| 2359 |
+
"grad_norm": 1.0491434335708618,
|
| 2360 |
+
"learning_rate": 0.00014698795180722893,
|
| 2361 |
+
"loss": 0.8701,
|
| 2362 |
+
"step": 336
|
| 2363 |
+
},
|
| 2364 |
+
{
|
| 2365 |
+
"epoch": 1.3479999999999999,
|
| 2366 |
+
"grad_norm": 0.7750973701477051,
|
| 2367 |
+
"learning_rate": 0.0001468273092369478,
|
| 2368 |
+
"loss": 0.7335,
|
| 2369 |
+
"step": 337
|
| 2370 |
+
},
|
| 2371 |
+
{
|
| 2372 |
+
"epoch": 1.3519999999999999,
|
| 2373 |
+
"grad_norm": 1.2532795667648315,
|
| 2374 |
+
"learning_rate": 0.00014666666666666666,
|
| 2375 |
+
"loss": 1.046,
|
| 2376 |
+
"step": 338
|
| 2377 |
+
},
|
| 2378 |
+
{
|
| 2379 |
+
"epoch": 1.3559999999999999,
|
| 2380 |
+
"grad_norm": 0.6481201648712158,
|
| 2381 |
+
"learning_rate": 0.00014650602409638555,
|
| 2382 |
+
"loss": 0.693,
|
| 2383 |
+
"step": 339
|
| 2384 |
+
},
|
| 2385 |
+
{
|
| 2386 |
+
"epoch": 1.3599999999999999,
|
| 2387 |
+
"grad_norm": 0.7169057130813599,
|
| 2388 |
+
"learning_rate": 0.00014634538152610442,
|
| 2389 |
+
"loss": 0.8042,
|
| 2390 |
+
"step": 340
|
| 2391 |
+
},
|
| 2392 |
+
{
|
| 2393 |
+
"epoch": 1.3639999999999999,
|
| 2394 |
+
"grad_norm": 0.7652644515037537,
|
| 2395 |
+
"learning_rate": 0.00014618473895582328,
|
| 2396 |
+
"loss": 0.6721,
|
| 2397 |
+
"step": 341
|
| 2398 |
+
},
|
| 2399 |
+
{
|
| 2400 |
+
"epoch": 1.3679999999999999,
|
| 2401 |
+
"grad_norm": 0.7672556638717651,
|
| 2402 |
+
"learning_rate": 0.00014602409638554218,
|
| 2403 |
+
"loss": 0.9337,
|
| 2404 |
+
"step": 342
|
| 2405 |
+
},
|
| 2406 |
+
{
|
| 2407 |
+
"epoch": 1.3719999999999999,
|
| 2408 |
+
"grad_norm": 0.8816798329353333,
|
| 2409 |
+
"learning_rate": 0.00014586345381526104,
|
| 2410 |
+
"loss": 0.8517,
|
| 2411 |
+
"step": 343
|
| 2412 |
+
},
|
| 2413 |
+
{
|
| 2414 |
+
"epoch": 1.376,
|
| 2415 |
+
"grad_norm": 0.7136399745941162,
|
| 2416 |
+
"learning_rate": 0.00014570281124497993,
|
| 2417 |
+
"loss": 0.7629,
|
| 2418 |
+
"step": 344
|
| 2419 |
+
},
|
| 2420 |
+
{
|
| 2421 |
+
"epoch": 1.38,
|
| 2422 |
+
"grad_norm": 0.6615918874740601,
|
| 2423 |
+
"learning_rate": 0.0001455421686746988,
|
| 2424 |
+
"loss": 0.6994,
|
| 2425 |
+
"step": 345
|
| 2426 |
+
},
|
| 2427 |
+
{
|
| 2428 |
+
"epoch": 1.384,
|
| 2429 |
+
"grad_norm": 0.7544054985046387,
|
| 2430 |
+
"learning_rate": 0.0001453815261044177,
|
| 2431 |
+
"loss": 0.7939,
|
| 2432 |
+
"step": 346
|
| 2433 |
+
},
|
| 2434 |
+
{
|
| 2435 |
+
"epoch": 1.388,
|
| 2436 |
+
"grad_norm": 0.6896859407424927,
|
| 2437 |
+
"learning_rate": 0.00014522088353413655,
|
| 2438 |
+
"loss": 0.8282,
|
| 2439 |
+
"step": 347
|
| 2440 |
+
},
|
| 2441 |
+
{
|
| 2442 |
+
"epoch": 1.392,
|
| 2443 |
+
"grad_norm": 0.8159996271133423,
|
| 2444 |
+
"learning_rate": 0.00014506024096385542,
|
| 2445 |
+
"loss": 0.922,
|
| 2446 |
+
"step": 348
|
| 2447 |
+
},
|
| 2448 |
+
{
|
| 2449 |
+
"epoch": 1.396,
|
| 2450 |
+
"grad_norm": 0.706908643245697,
|
| 2451 |
+
"learning_rate": 0.0001448995983935743,
|
| 2452 |
+
"loss": 0.7648,
|
| 2453 |
+
"step": 349
|
| 2454 |
+
},
|
| 2455 |
+
{
|
| 2456 |
+
"epoch": 1.4,
|
| 2457 |
+
"grad_norm": 0.6972529292106628,
|
| 2458 |
+
"learning_rate": 0.00014473895582329318,
|
| 2459 |
+
"loss": 0.67,
|
| 2460 |
+
"step": 350
|
| 2461 |
+
},
|
| 2462 |
+
{
|
| 2463 |
+
"epoch": 1.404,
|
| 2464 |
+
"grad_norm": 1.0812041759490967,
|
| 2465 |
+
"learning_rate": 0.00014457831325301204,
|
| 2466 |
+
"loss": 1.1073,
|
| 2467 |
+
"step": 351
|
| 2468 |
+
},
|
| 2469 |
+
{
|
| 2470 |
+
"epoch": 1.408,
|
| 2471 |
+
"grad_norm": 0.8693597316741943,
|
| 2472 |
+
"learning_rate": 0.00014441767068273093,
|
| 2473 |
+
"loss": 0.942,
|
| 2474 |
+
"step": 352
|
| 2475 |
+
},
|
| 2476 |
+
{
|
| 2477 |
+
"epoch": 1.412,
|
| 2478 |
+
"grad_norm": 0.8040415048599243,
|
| 2479 |
+
"learning_rate": 0.0001442570281124498,
|
| 2480 |
+
"loss": 0.8984,
|
| 2481 |
+
"step": 353
|
| 2482 |
+
},
|
| 2483 |
+
{
|
| 2484 |
+
"epoch": 1.416,
|
| 2485 |
+
"grad_norm": 0.9060348272323608,
|
| 2486 |
+
"learning_rate": 0.0001440963855421687,
|
| 2487 |
+
"loss": 0.9079,
|
| 2488 |
+
"step": 354
|
| 2489 |
+
},
|
| 2490 |
+
{
|
| 2491 |
+
"epoch": 1.42,
|
| 2492 |
+
"grad_norm": 0.678812563419342,
|
| 2493 |
+
"learning_rate": 0.00014393574297188756,
|
| 2494 |
+
"loss": 0.805,
|
| 2495 |
+
"step": 355
|
| 2496 |
+
},
|
| 2497 |
+
{
|
| 2498 |
+
"epoch": 1.424,
|
| 2499 |
+
"grad_norm": 0.7688775658607483,
|
| 2500 |
+
"learning_rate": 0.00014377510040160642,
|
| 2501 |
+
"loss": 0.7974,
|
| 2502 |
+
"step": 356
|
| 2503 |
+
},
|
| 2504 |
+
{
|
| 2505 |
+
"epoch": 1.428,
|
| 2506 |
+
"grad_norm": 0.6476112604141235,
|
| 2507 |
+
"learning_rate": 0.0001436144578313253,
|
| 2508 |
+
"loss": 0.766,
|
| 2509 |
+
"step": 357
|
| 2510 |
+
},
|
| 2511 |
+
{
|
| 2512 |
+
"epoch": 1.432,
|
| 2513 |
+
"grad_norm": 0.8048977851867676,
|
| 2514 |
+
"learning_rate": 0.00014345381526104418,
|
| 2515 |
+
"loss": 0.9942,
|
| 2516 |
+
"step": 358
|
| 2517 |
+
},
|
| 2518 |
+
{
|
| 2519 |
+
"epoch": 1.436,
|
| 2520 |
+
"grad_norm": 0.743240237236023,
|
| 2521 |
+
"learning_rate": 0.00014329317269076307,
|
| 2522 |
+
"loss": 0.8387,
|
| 2523 |
+
"step": 359
|
| 2524 |
+
},
|
| 2525 |
+
{
|
| 2526 |
+
"epoch": 1.44,
|
| 2527 |
+
"grad_norm": 0.6526162624359131,
|
| 2528 |
+
"learning_rate": 0.00014313253012048193,
|
| 2529 |
+
"loss": 0.7151,
|
| 2530 |
+
"step": 360
|
| 2531 |
+
},
|
| 2532 |
+
{
|
| 2533 |
+
"epoch": 1.444,
|
| 2534 |
+
"grad_norm": 0.6290627121925354,
|
| 2535 |
+
"learning_rate": 0.0001429718875502008,
|
| 2536 |
+
"loss": 0.7649,
|
| 2537 |
+
"step": 361
|
| 2538 |
+
},
|
| 2539 |
+
{
|
| 2540 |
+
"epoch": 1.448,
|
| 2541 |
+
"grad_norm": 1.0089125633239746,
|
| 2542 |
+
"learning_rate": 0.0001428112449799197,
|
| 2543 |
+
"loss": 0.8418,
|
| 2544 |
+
"step": 362
|
| 2545 |
+
},
|
| 2546 |
+
{
|
| 2547 |
+
"epoch": 1.452,
|
| 2548 |
+
"grad_norm": 0.7626731991767883,
|
| 2549 |
+
"learning_rate": 0.00014265060240963856,
|
| 2550 |
+
"loss": 0.9555,
|
| 2551 |
+
"step": 363
|
| 2552 |
+
},
|
| 2553 |
+
{
|
| 2554 |
+
"epoch": 1.456,
|
| 2555 |
+
"grad_norm": 0.8644378185272217,
|
| 2556 |
+
"learning_rate": 0.00014248995983935745,
|
| 2557 |
+
"loss": 0.9028,
|
| 2558 |
+
"step": 364
|
| 2559 |
+
},
|
| 2560 |
+
{
|
| 2561 |
+
"epoch": 1.46,
|
| 2562 |
+
"grad_norm": 0.7513160109519958,
|
| 2563 |
+
"learning_rate": 0.0001423293172690763,
|
| 2564 |
+
"loss": 0.8954,
|
| 2565 |
+
"step": 365
|
| 2566 |
+
},
|
| 2567 |
+
{
|
| 2568 |
+
"epoch": 1.464,
|
| 2569 |
+
"grad_norm": 1.4129043817520142,
|
| 2570 |
+
"learning_rate": 0.00014216867469879518,
|
| 2571 |
+
"loss": 1.3206,
|
| 2572 |
+
"step": 366
|
| 2573 |
+
},
|
| 2574 |
+
{
|
| 2575 |
+
"epoch": 1.468,
|
| 2576 |
+
"grad_norm": 0.6813162565231323,
|
| 2577 |
+
"learning_rate": 0.00014200803212851407,
|
| 2578 |
+
"loss": 0.7671,
|
| 2579 |
+
"step": 367
|
| 2580 |
+
},
|
| 2581 |
+
{
|
| 2582 |
+
"epoch": 1.472,
|
| 2583 |
+
"grad_norm": 0.6487876772880554,
|
| 2584 |
+
"learning_rate": 0.00014184738955823293,
|
| 2585 |
+
"loss": 0.7017,
|
| 2586 |
+
"step": 368
|
| 2587 |
+
},
|
| 2588 |
+
{
|
| 2589 |
+
"epoch": 1.476,
|
| 2590 |
+
"grad_norm": 0.7245473861694336,
|
| 2591 |
+
"learning_rate": 0.00014168674698795183,
|
| 2592 |
+
"loss": 0.9018,
|
| 2593 |
+
"step": 369
|
| 2594 |
+
},
|
| 2595 |
+
{
|
| 2596 |
+
"epoch": 1.48,
|
| 2597 |
+
"grad_norm": 0.7619637250900269,
|
| 2598 |
+
"learning_rate": 0.0001415261044176707,
|
| 2599 |
+
"loss": 0.7841,
|
| 2600 |
+
"step": 370
|
| 2601 |
+
},
|
| 2602 |
+
{
|
| 2603 |
+
"epoch": 1.484,
|
| 2604 |
+
"grad_norm": 0.8355472683906555,
|
| 2605 |
+
"learning_rate": 0.00014136546184738956,
|
| 2606 |
+
"loss": 0.8861,
|
| 2607 |
+
"step": 371
|
| 2608 |
+
},
|
| 2609 |
+
{
|
| 2610 |
+
"epoch": 1.488,
|
| 2611 |
+
"grad_norm": 1.0889995098114014,
|
| 2612 |
+
"learning_rate": 0.00014120481927710845,
|
| 2613 |
+
"loss": 1.2424,
|
| 2614 |
+
"step": 372
|
| 2615 |
+
},
|
| 2616 |
+
{
|
| 2617 |
+
"epoch": 1.492,
|
| 2618 |
+
"grad_norm": 0.7690643072128296,
|
| 2619 |
+
"learning_rate": 0.0001410441767068273,
|
| 2620 |
+
"loss": 0.6255,
|
| 2621 |
+
"step": 373
|
| 2622 |
+
},
|
| 2623 |
+
{
|
| 2624 |
+
"epoch": 1.496,
|
| 2625 |
+
"grad_norm": 1.1891568899154663,
|
| 2626 |
+
"learning_rate": 0.0001408835341365462,
|
| 2627 |
+
"loss": 1.3604,
|
| 2628 |
+
"step": 374
|
| 2629 |
+
},
|
| 2630 |
+
{
|
| 2631 |
+
"epoch": 1.5,
|
| 2632 |
+
"grad_norm": 0.8731479644775391,
|
| 2633 |
+
"learning_rate": 0.00014072289156626507,
|
| 2634 |
+
"loss": 0.8409,
|
| 2635 |
+
"step": 375
|
| 2636 |
+
},
|
| 2637 |
+
{
|
| 2638 |
+
"epoch": 1.504,
|
| 2639 |
+
"grad_norm": 0.8019016981124878,
|
| 2640 |
+
"learning_rate": 0.00014056224899598393,
|
| 2641 |
+
"loss": 1.0422,
|
| 2642 |
+
"step": 376
|
| 2643 |
+
},
|
| 2644 |
+
{
|
| 2645 |
+
"epoch": 1.508,
|
| 2646 |
+
"grad_norm": 0.8114858865737915,
|
| 2647 |
+
"learning_rate": 0.00014040160642570283,
|
| 2648 |
+
"loss": 0.9324,
|
| 2649 |
+
"step": 377
|
| 2650 |
+
},
|
| 2651 |
+
{
|
| 2652 |
+
"epoch": 1.512,
|
| 2653 |
+
"grad_norm": 0.6787622570991516,
|
| 2654 |
+
"learning_rate": 0.0001402409638554217,
|
| 2655 |
+
"loss": 0.8048,
|
| 2656 |
+
"step": 378
|
| 2657 |
+
},
|
| 2658 |
+
{
|
| 2659 |
+
"epoch": 1.516,
|
| 2660 |
+
"grad_norm": 0.7218673229217529,
|
| 2661 |
+
"learning_rate": 0.00014008032128514058,
|
| 2662 |
+
"loss": 0.8457,
|
| 2663 |
+
"step": 379
|
| 2664 |
+
},
|
| 2665 |
+
{
|
| 2666 |
+
"epoch": 1.52,
|
| 2667 |
+
"grad_norm": 1.1293416023254395,
|
| 2668 |
+
"learning_rate": 0.00013991967871485945,
|
| 2669 |
+
"loss": 0.8746,
|
| 2670 |
+
"step": 380
|
| 2671 |
+
},
|
| 2672 |
+
{
|
| 2673 |
+
"epoch": 1.524,
|
| 2674 |
+
"grad_norm": 0.6414135098457336,
|
| 2675 |
+
"learning_rate": 0.00013975903614457834,
|
| 2676 |
+
"loss": 0.9826,
|
| 2677 |
+
"step": 381
|
| 2678 |
+
},
|
| 2679 |
+
{
|
| 2680 |
+
"epoch": 1.528,
|
| 2681 |
+
"grad_norm": 0.77522212266922,
|
| 2682 |
+
"learning_rate": 0.0001395983935742972,
|
| 2683 |
+
"loss": 1.1097,
|
| 2684 |
+
"step": 382
|
| 2685 |
+
},
|
| 2686 |
+
{
|
| 2687 |
+
"epoch": 1.532,
|
| 2688 |
+
"grad_norm": 0.9271252751350403,
|
| 2689 |
+
"learning_rate": 0.00013943775100401607,
|
| 2690 |
+
"loss": 0.9861,
|
| 2691 |
+
"step": 383
|
| 2692 |
+
},
|
| 2693 |
+
{
|
| 2694 |
+
"epoch": 1.536,
|
| 2695 |
+
"grad_norm": 0.7062183022499084,
|
| 2696 |
+
"learning_rate": 0.00013927710843373493,
|
| 2697 |
+
"loss": 0.7497,
|
| 2698 |
+
"step": 384
|
| 2699 |
+
},
|
| 2700 |
+
{
|
| 2701 |
+
"epoch": 1.54,
|
| 2702 |
+
"grad_norm": 1.0994640588760376,
|
| 2703 |
+
"learning_rate": 0.00013911646586345383,
|
| 2704 |
+
"loss": 0.9824,
|
| 2705 |
+
"step": 385
|
| 2706 |
+
},
|
| 2707 |
+
{
|
| 2708 |
+
"epoch": 1.544,
|
| 2709 |
+
"grad_norm": 0.8089779615402222,
|
| 2710 |
+
"learning_rate": 0.0001389558232931727,
|
| 2711 |
+
"loss": 0.7932,
|
| 2712 |
+
"step": 386
|
| 2713 |
+
},
|
| 2714 |
+
{
|
| 2715 |
+
"epoch": 1.548,
|
| 2716 |
+
"grad_norm": 1.2140672206878662,
|
| 2717 |
+
"learning_rate": 0.00013879518072289158,
|
| 2718 |
+
"loss": 0.8651,
|
| 2719 |
+
"step": 387
|
| 2720 |
+
},
|
| 2721 |
+
{
|
| 2722 |
+
"epoch": 1.552,
|
| 2723 |
+
"grad_norm": 0.6962442398071289,
|
| 2724 |
+
"learning_rate": 0.00013863453815261045,
|
| 2725 |
+
"loss": 0.8586,
|
| 2726 |
+
"step": 388
|
| 2727 |
+
},
|
| 2728 |
+
{
|
| 2729 |
+
"epoch": 1.556,
|
| 2730 |
+
"grad_norm": 0.6319010853767395,
|
| 2731 |
+
"learning_rate": 0.00013847389558232934,
|
| 2732 |
+
"loss": 0.8466,
|
| 2733 |
+
"step": 389
|
| 2734 |
+
},
|
| 2735 |
+
{
|
| 2736 |
+
"epoch": 1.56,
|
| 2737 |
+
"grad_norm": 0.7792989611625671,
|
| 2738 |
+
"learning_rate": 0.0001383132530120482,
|
| 2739 |
+
"loss": 0.8083,
|
| 2740 |
+
"step": 390
|
| 2741 |
+
},
|
| 2742 |
+
{
|
| 2743 |
+
"epoch": 1.564,
|
| 2744 |
+
"grad_norm": 0.8208686113357544,
|
| 2745 |
+
"learning_rate": 0.0001381526104417671,
|
| 2746 |
+
"loss": 0.776,
|
| 2747 |
+
"step": 391
|
| 2748 |
+
},
|
| 2749 |
+
{
|
| 2750 |
+
"epoch": 1.568,
|
| 2751 |
+
"grad_norm": 1.5805881023406982,
|
| 2752 |
+
"learning_rate": 0.00013799196787148596,
|
| 2753 |
+
"loss": 1.1759,
|
| 2754 |
+
"step": 392
|
| 2755 |
+
},
|
| 2756 |
+
{
|
| 2757 |
+
"epoch": 1.572,
|
| 2758 |
+
"grad_norm": 0.7143644094467163,
|
| 2759 |
+
"learning_rate": 0.00013783132530120483,
|
| 2760 |
+
"loss": 0.793,
|
| 2761 |
+
"step": 393
|
| 2762 |
+
},
|
| 2763 |
+
{
|
| 2764 |
+
"epoch": 1.576,
|
| 2765 |
+
"grad_norm": 0.8467019200325012,
|
| 2766 |
+
"learning_rate": 0.0001376706827309237,
|
| 2767 |
+
"loss": 0.7705,
|
| 2768 |
+
"step": 394
|
| 2769 |
+
},
|
| 2770 |
+
{
|
| 2771 |
+
"epoch": 1.58,
|
| 2772 |
+
"grad_norm": 0.7845149040222168,
|
| 2773 |
+
"learning_rate": 0.00013751004016064258,
|
| 2774 |
+
"loss": 0.7657,
|
| 2775 |
+
"step": 395
|
| 2776 |
+
},
|
| 2777 |
+
{
|
| 2778 |
+
"epoch": 1.584,
|
| 2779 |
+
"grad_norm": 0.7105388045310974,
|
| 2780 |
+
"learning_rate": 0.00013734939759036145,
|
| 2781 |
+
"loss": 0.8318,
|
| 2782 |
+
"step": 396
|
| 2783 |
+
},
|
| 2784 |
+
{
|
| 2785 |
+
"epoch": 1.588,
|
| 2786 |
+
"grad_norm": 0.6616787314414978,
|
| 2787 |
+
"learning_rate": 0.00013718875502008034,
|
| 2788 |
+
"loss": 0.874,
|
| 2789 |
+
"step": 397
|
| 2790 |
+
},
|
| 2791 |
+
{
|
| 2792 |
+
"epoch": 1.592,
|
| 2793 |
+
"grad_norm": 0.7203574776649475,
|
| 2794 |
+
"learning_rate": 0.0001370281124497992,
|
| 2795 |
+
"loss": 0.7921,
|
| 2796 |
+
"step": 398
|
| 2797 |
+
},
|
| 2798 |
+
{
|
| 2799 |
+
"epoch": 1.596,
|
| 2800 |
+
"grad_norm": 0.5877785086631775,
|
| 2801 |
+
"learning_rate": 0.0001368674698795181,
|
| 2802 |
+
"loss": 0.5557,
|
| 2803 |
+
"step": 399
|
| 2804 |
+
},
|
| 2805 |
+
{
|
| 2806 |
+
"epoch": 1.6,
|
| 2807 |
+
"grad_norm": 0.7124444842338562,
|
| 2808 |
+
"learning_rate": 0.00013670682730923696,
|
| 2809 |
+
"loss": 0.8414,
|
| 2810 |
+
"step": 400
|
| 2811 |
+
},
|
| 2812 |
+
{
|
| 2813 |
+
"epoch": 1.604,
|
| 2814 |
+
"grad_norm": 0.8725327253341675,
|
| 2815 |
+
"learning_rate": 0.00013654618473895585,
|
| 2816 |
+
"loss": 0.9948,
|
| 2817 |
+
"step": 401
|
| 2818 |
+
},
|
| 2819 |
+
{
|
| 2820 |
+
"epoch": 1.608,
|
| 2821 |
+
"grad_norm": 0.7394019365310669,
|
| 2822 |
+
"learning_rate": 0.0001363855421686747,
|
| 2823 |
+
"loss": 0.7611,
|
| 2824 |
+
"step": 402
|
| 2825 |
+
},
|
| 2826 |
+
{
|
| 2827 |
+
"epoch": 1.612,
|
| 2828 |
+
"grad_norm": 1.5251446962356567,
|
| 2829 |
+
"learning_rate": 0.00013622489959839358,
|
| 2830 |
+
"loss": 0.9427,
|
| 2831 |
+
"step": 403
|
| 2832 |
+
},
|
| 2833 |
+
{
|
| 2834 |
+
"epoch": 1.616,
|
| 2835 |
+
"grad_norm": 0.6957426071166992,
|
| 2836 |
+
"learning_rate": 0.00013606425702811245,
|
| 2837 |
+
"loss": 0.6364,
|
| 2838 |
+
"step": 404
|
| 2839 |
+
},
|
| 2840 |
+
{
|
| 2841 |
+
"epoch": 1.62,
|
| 2842 |
+
"grad_norm": 0.8293634057044983,
|
| 2843 |
+
"learning_rate": 0.00013590361445783134,
|
| 2844 |
+
"loss": 0.9117,
|
| 2845 |
+
"step": 405
|
| 2846 |
+
},
|
| 2847 |
+
{
|
| 2848 |
+
"epoch": 1.624,
|
| 2849 |
+
"grad_norm": 0.8335710167884827,
|
| 2850 |
+
"learning_rate": 0.0001357429718875502,
|
| 2851 |
+
"loss": 0.9922,
|
| 2852 |
+
"step": 406
|
| 2853 |
+
},
|
| 2854 |
+
{
|
| 2855 |
+
"epoch": 1.6280000000000001,
|
| 2856 |
+
"grad_norm": 0.9837871789932251,
|
| 2857 |
+
"learning_rate": 0.0001355823293172691,
|
| 2858 |
+
"loss": 1.0687,
|
| 2859 |
+
"step": 407
|
| 2860 |
+
},
|
| 2861 |
+
{
|
| 2862 |
+
"epoch": 1.6320000000000001,
|
| 2863 |
+
"grad_norm": 0.5891956686973572,
|
| 2864 |
+
"learning_rate": 0.00013542168674698796,
|
| 2865 |
+
"loss": 0.7394,
|
| 2866 |
+
"step": 408
|
| 2867 |
+
},
|
| 2868 |
+
{
|
| 2869 |
+
"epoch": 1.6360000000000001,
|
| 2870 |
+
"grad_norm": 1.4837820529937744,
|
| 2871 |
+
"learning_rate": 0.00013526104417670685,
|
| 2872 |
+
"loss": 1.1259,
|
| 2873 |
+
"step": 409
|
| 2874 |
+
},
|
| 2875 |
+
{
|
| 2876 |
+
"epoch": 1.6400000000000001,
|
| 2877 |
+
"grad_norm": 0.6613463759422302,
|
| 2878 |
+
"learning_rate": 0.00013510040160642572,
|
| 2879 |
+
"loss": 0.7917,
|
| 2880 |
+
"step": 410
|
| 2881 |
+
},
|
| 2882 |
+
{
|
| 2883 |
+
"epoch": 1.6440000000000001,
|
| 2884 |
+
"grad_norm": 0.749727189540863,
|
| 2885 |
+
"learning_rate": 0.00013493975903614458,
|
| 2886 |
+
"loss": 0.7739,
|
| 2887 |
+
"step": 411
|
| 2888 |
+
},
|
| 2889 |
+
{
|
| 2890 |
+
"epoch": 1.6480000000000001,
|
| 2891 |
+
"grad_norm": 0.6761593222618103,
|
| 2892 |
+
"learning_rate": 0.00013477911646586345,
|
| 2893 |
+
"loss": 0.7993,
|
| 2894 |
+
"step": 412
|
| 2895 |
+
},
|
| 2896 |
+
{
|
| 2897 |
+
"epoch": 1.6520000000000001,
|
| 2898 |
+
"grad_norm": 0.78187096118927,
|
| 2899 |
+
"learning_rate": 0.00013461847389558234,
|
| 2900 |
+
"loss": 0.8419,
|
| 2901 |
+
"step": 413
|
| 2902 |
+
},
|
| 2903 |
+
{
|
| 2904 |
+
"epoch": 1.6560000000000001,
|
| 2905 |
+
"grad_norm": 0.8375416994094849,
|
| 2906 |
+
"learning_rate": 0.0001344578313253012,
|
| 2907 |
+
"loss": 0.9412,
|
| 2908 |
+
"step": 414
|
| 2909 |
+
},
|
| 2910 |
+
{
|
| 2911 |
+
"epoch": 1.6600000000000001,
|
| 2912 |
+
"grad_norm": 1.3472225666046143,
|
| 2913 |
+
"learning_rate": 0.0001342971887550201,
|
| 2914 |
+
"loss": 1.2644,
|
| 2915 |
+
"step": 415
|
| 2916 |
+
},
|
| 2917 |
+
{
|
| 2918 |
+
"epoch": 1.6640000000000001,
|
| 2919 |
+
"grad_norm": 0.7117773294448853,
|
| 2920 |
+
"learning_rate": 0.00013413654618473896,
|
| 2921 |
+
"loss": 0.8858,
|
| 2922 |
+
"step": 416
|
| 2923 |
+
},
|
| 2924 |
+
{
|
| 2925 |
+
"epoch": 1.6680000000000001,
|
| 2926 |
+
"grad_norm": 0.7051294445991516,
|
| 2927 |
+
"learning_rate": 0.00013397590361445785,
|
| 2928 |
+
"loss": 0.8847,
|
| 2929 |
+
"step": 417
|
| 2930 |
+
},
|
| 2931 |
+
{
|
| 2932 |
+
"epoch": 1.6720000000000002,
|
| 2933 |
+
"grad_norm": 1.3902690410614014,
|
| 2934 |
+
"learning_rate": 0.00013381526104417672,
|
| 2935 |
+
"loss": 0.7813,
|
| 2936 |
+
"step": 418
|
| 2937 |
+
},
|
| 2938 |
+
{
|
| 2939 |
+
"epoch": 1.6760000000000002,
|
| 2940 |
+
"grad_norm": 0.816811740398407,
|
| 2941 |
+
"learning_rate": 0.0001336546184738956,
|
| 2942 |
+
"loss": 0.9038,
|
| 2943 |
+
"step": 419
|
| 2944 |
+
},
|
| 2945 |
+
{
|
| 2946 |
+
"epoch": 1.6800000000000002,
|
| 2947 |
+
"grad_norm": 0.7157453298568726,
|
| 2948 |
+
"learning_rate": 0.00013349397590361445,
|
| 2949 |
+
"loss": 0.7009,
|
| 2950 |
+
"step": 420
|
| 2951 |
+
},
|
| 2952 |
+
{
|
| 2953 |
+
"epoch": 1.6840000000000002,
|
| 2954 |
+
"grad_norm": 0.940537691116333,
|
| 2955 |
+
"learning_rate": 0.00013333333333333334,
|
| 2956 |
+
"loss": 1.033,
|
| 2957 |
+
"step": 421
|
| 2958 |
+
},
|
| 2959 |
+
{
|
| 2960 |
+
"epoch": 1.688,
|
| 2961 |
+
"grad_norm": 0.8775190711021423,
|
| 2962 |
+
"learning_rate": 0.0001331726907630522,
|
| 2963 |
+
"loss": 1.1525,
|
| 2964 |
+
"step": 422
|
| 2965 |
+
},
|
| 2966 |
+
{
|
| 2967 |
+
"epoch": 1.692,
|
| 2968 |
+
"grad_norm": 0.7041211128234863,
|
| 2969 |
+
"learning_rate": 0.0001330120481927711,
|
| 2970 |
+
"loss": 0.8335,
|
| 2971 |
+
"step": 423
|
| 2972 |
+
},
|
| 2973 |
+
{
|
| 2974 |
+
"epoch": 1.696,
|
| 2975 |
+
"grad_norm": 0.7167043089866638,
|
| 2976 |
+
"learning_rate": 0.00013285140562248996,
|
| 2977 |
+
"loss": 0.8497,
|
| 2978 |
+
"step": 424
|
| 2979 |
+
},
|
| 2980 |
+
{
|
| 2981 |
+
"epoch": 1.7,
|
| 2982 |
+
"grad_norm": 0.6443823575973511,
|
| 2983 |
+
"learning_rate": 0.00013269076305220885,
|
| 2984 |
+
"loss": 0.7869,
|
| 2985 |
+
"step": 425
|
| 2986 |
+
},
|
| 2987 |
+
{
|
| 2988 |
+
"epoch": 1.704,
|
| 2989 |
+
"grad_norm": 0.9639602899551392,
|
| 2990 |
+
"learning_rate": 0.00013253012048192772,
|
| 2991 |
+
"loss": 1.0133,
|
| 2992 |
+
"step": 426
|
| 2993 |
+
},
|
| 2994 |
+
{
|
| 2995 |
+
"epoch": 1.708,
|
| 2996 |
+
"grad_norm": 0.8470444679260254,
|
| 2997 |
+
"learning_rate": 0.0001323694779116466,
|
| 2998 |
+
"loss": 0.97,
|
| 2999 |
+
"step": 427
|
| 3000 |
+
},
|
| 3001 |
+
{
|
| 3002 |
+
"epoch": 1.712,
|
| 3003 |
+
"grad_norm": 0.6778219938278198,
|
| 3004 |
+
"learning_rate": 0.00013220883534136547,
|
| 3005 |
+
"loss": 0.9366,
|
| 3006 |
+
"step": 428
|
| 3007 |
+
},
|
| 3008 |
+
{
|
| 3009 |
+
"epoch": 1.716,
|
| 3010 |
+
"grad_norm": 0.6757046580314636,
|
| 3011 |
+
"learning_rate": 0.00013204819277108434,
|
| 3012 |
+
"loss": 0.7596,
|
| 3013 |
+
"step": 429
|
| 3014 |
+
},
|
| 3015 |
+
{
|
| 3016 |
+
"epoch": 1.72,
|
| 3017 |
+
"grad_norm": 0.8285611867904663,
|
| 3018 |
+
"learning_rate": 0.0001318875502008032,
|
| 3019 |
+
"loss": 0.8584,
|
| 3020 |
+
"step": 430
|
| 3021 |
+
},
|
| 3022 |
+
{
|
| 3023 |
+
"epoch": 1.724,
|
| 3024 |
+
"grad_norm": 2.1439242362976074,
|
| 3025 |
+
"learning_rate": 0.0001317269076305221,
|
| 3026 |
+
"loss": 1.235,
|
| 3027 |
+
"step": 431
|
| 3028 |
+
},
|
| 3029 |
+
{
|
| 3030 |
+
"epoch": 1.728,
|
| 3031 |
+
"grad_norm": 0.7422643303871155,
|
| 3032 |
+
"learning_rate": 0.00013156626506024096,
|
| 3033 |
+
"loss": 0.9639,
|
| 3034 |
+
"step": 432
|
| 3035 |
+
},
|
| 3036 |
+
{
|
| 3037 |
+
"epoch": 1.732,
|
| 3038 |
+
"grad_norm": 0.7402743697166443,
|
| 3039 |
+
"learning_rate": 0.00013140562248995985,
|
| 3040 |
+
"loss": 0.7532,
|
| 3041 |
+
"step": 433
|
| 3042 |
+
},
|
| 3043 |
+
{
|
| 3044 |
+
"epoch": 1.736,
|
| 3045 |
+
"grad_norm": 0.6638180017471313,
|
| 3046 |
+
"learning_rate": 0.00013124497991967872,
|
| 3047 |
+
"loss": 0.8766,
|
| 3048 |
+
"step": 434
|
| 3049 |
+
},
|
| 3050 |
+
{
|
| 3051 |
+
"epoch": 1.74,
|
| 3052 |
+
"grad_norm": 0.836703360080719,
|
| 3053 |
+
"learning_rate": 0.0001310843373493976,
|
| 3054 |
+
"loss": 0.9691,
|
| 3055 |
+
"step": 435
|
| 3056 |
+
},
|
| 3057 |
+
{
|
| 3058 |
+
"epoch": 1.744,
|
| 3059 |
+
"grad_norm": 0.771128237247467,
|
| 3060 |
+
"learning_rate": 0.00013092369477911648,
|
| 3061 |
+
"loss": 0.7835,
|
| 3062 |
+
"step": 436
|
| 3063 |
+
},
|
| 3064 |
+
{
|
| 3065 |
+
"epoch": 1.748,
|
| 3066 |
+
"grad_norm": 1.5005141496658325,
|
| 3067 |
+
"learning_rate": 0.00013076305220883537,
|
| 3068 |
+
"loss": 0.8249,
|
| 3069 |
+
"step": 437
|
| 3070 |
+
},
|
| 3071 |
+
{
|
| 3072 |
+
"epoch": 1.752,
|
| 3073 |
+
"grad_norm": 1.2309819459915161,
|
| 3074 |
+
"learning_rate": 0.0001306024096385542,
|
| 3075 |
+
"loss": 1.2059,
|
| 3076 |
+
"step": 438
|
| 3077 |
+
},
|
| 3078 |
+
{
|
| 3079 |
+
"epoch": 1.756,
|
| 3080 |
+
"grad_norm": 0.6882178783416748,
|
| 3081 |
+
"learning_rate": 0.0001304417670682731,
|
| 3082 |
+
"loss": 0.861,
|
| 3083 |
+
"step": 439
|
| 3084 |
+
},
|
| 3085 |
+
{
|
| 3086 |
+
"epoch": 1.76,
|
| 3087 |
+
"grad_norm": 0.6188068985939026,
|
| 3088 |
+
"learning_rate": 0.00013028112449799196,
|
| 3089 |
+
"loss": 0.7622,
|
| 3090 |
+
"step": 440
|
| 3091 |
+
},
|
| 3092 |
+
{
|
| 3093 |
+
"epoch": 1.764,
|
| 3094 |
+
"grad_norm": 1.066043734550476,
|
| 3095 |
+
"learning_rate": 0.00013012048192771085,
|
| 3096 |
+
"loss": 0.8741,
|
| 3097 |
+
"step": 441
|
| 3098 |
+
},
|
| 3099 |
+
{
|
| 3100 |
+
"epoch": 1.768,
|
| 3101 |
+
"grad_norm": 0.708234429359436,
|
| 3102 |
+
"learning_rate": 0.00012995983935742972,
|
| 3103 |
+
"loss": 0.6397,
|
| 3104 |
+
"step": 442
|
| 3105 |
+
},
|
| 3106 |
+
{
|
| 3107 |
+
"epoch": 1.772,
|
| 3108 |
+
"grad_norm": 1.0144734382629395,
|
| 3109 |
+
"learning_rate": 0.0001297991967871486,
|
| 3110 |
+
"loss": 0.9161,
|
| 3111 |
+
"step": 443
|
| 3112 |
+
},
|
| 3113 |
+
{
|
| 3114 |
+
"epoch": 1.776,
|
| 3115 |
+
"grad_norm": 0.7630588412284851,
|
| 3116 |
+
"learning_rate": 0.00012963855421686748,
|
| 3117 |
+
"loss": 0.8234,
|
| 3118 |
+
"step": 444
|
| 3119 |
+
},
|
| 3120 |
+
{
|
| 3121 |
+
"epoch": 1.78,
|
| 3122 |
+
"grad_norm": 0.7031102776527405,
|
| 3123 |
+
"learning_rate": 0.00012947791164658637,
|
| 3124 |
+
"loss": 0.8321,
|
| 3125 |
+
"step": 445
|
| 3126 |
+
},
|
| 3127 |
+
{
|
| 3128 |
+
"epoch": 1.784,
|
| 3129 |
+
"grad_norm": 1.6880744695663452,
|
| 3130 |
+
"learning_rate": 0.00012931726907630523,
|
| 3131 |
+
"loss": 0.7158,
|
| 3132 |
+
"step": 446
|
| 3133 |
+
},
|
| 3134 |
+
{
|
| 3135 |
+
"epoch": 1.788,
|
| 3136 |
+
"grad_norm": 3.172560691833496,
|
| 3137 |
+
"learning_rate": 0.0001291566265060241,
|
| 3138 |
+
"loss": 0.9714,
|
| 3139 |
+
"step": 447
|
| 3140 |
+
},
|
| 3141 |
+
{
|
| 3142 |
+
"epoch": 1.792,
|
| 3143 |
+
"grad_norm": 0.5778412222862244,
|
| 3144 |
+
"learning_rate": 0.00012899598393574296,
|
| 3145 |
+
"loss": 0.7475,
|
| 3146 |
+
"step": 448
|
| 3147 |
+
},
|
| 3148 |
+
{
|
| 3149 |
+
"epoch": 1.796,
|
| 3150 |
+
"grad_norm": 0.8628131151199341,
|
| 3151 |
+
"learning_rate": 0.00012883534136546185,
|
| 3152 |
+
"loss": 0.8382,
|
| 3153 |
+
"step": 449
|
| 3154 |
+
},
|
| 3155 |
+
{
|
| 3156 |
+
"epoch": 1.8,
|
| 3157 |
+
"grad_norm": 0.893858015537262,
|
| 3158 |
+
"learning_rate": 0.00012867469879518072,
|
| 3159 |
+
"loss": 1.0551,
|
| 3160 |
+
"step": 450
|
| 3161 |
+
},
|
| 3162 |
+
{
|
| 3163 |
+
"epoch": 1.804,
|
| 3164 |
+
"grad_norm": 0.7229635715484619,
|
| 3165 |
+
"learning_rate": 0.0001285140562248996,
|
| 3166 |
+
"loss": 0.9537,
|
| 3167 |
+
"step": 451
|
| 3168 |
+
},
|
| 3169 |
+
{
|
| 3170 |
+
"epoch": 1.808,
|
| 3171 |
+
"grad_norm": 0.6020472049713135,
|
| 3172 |
+
"learning_rate": 0.00012835341365461848,
|
| 3173 |
+
"loss": 0.7383,
|
| 3174 |
+
"step": 452
|
| 3175 |
+
},
|
| 3176 |
+
{
|
| 3177 |
+
"epoch": 1.812,
|
| 3178 |
+
"grad_norm": 0.8743824362754822,
|
| 3179 |
+
"learning_rate": 0.00012819277108433737,
|
| 3180 |
+
"loss": 1.1131,
|
| 3181 |
+
"step": 453
|
| 3182 |
+
},
|
| 3183 |
+
{
|
| 3184 |
+
"epoch": 1.8159999999999998,
|
| 3185 |
+
"grad_norm": 0.9010409116744995,
|
| 3186 |
+
"learning_rate": 0.00012803212851405623,
|
| 3187 |
+
"loss": 0.8598,
|
| 3188 |
+
"step": 454
|
| 3189 |
+
},
|
| 3190 |
+
{
|
| 3191 |
+
"epoch": 1.8199999999999998,
|
| 3192 |
+
"grad_norm": 0.8469566702842712,
|
| 3193 |
+
"learning_rate": 0.00012787148594377512,
|
| 3194 |
+
"loss": 0.847,
|
| 3195 |
+
"step": 455
|
| 3196 |
+
},
|
| 3197 |
+
{
|
| 3198 |
+
"epoch": 1.8239999999999998,
|
| 3199 |
+
"grad_norm": 1.0219815969467163,
|
| 3200 |
+
"learning_rate": 0.00012771084337349396,
|
| 3201 |
+
"loss": 1.1406,
|
| 3202 |
+
"step": 456
|
| 3203 |
+
},
|
| 3204 |
+
{
|
| 3205 |
+
"epoch": 1.8279999999999998,
|
| 3206 |
+
"grad_norm": 0.5638225078582764,
|
| 3207 |
+
"learning_rate": 0.00012755020080321285,
|
| 3208 |
+
"loss": 0.787,
|
| 3209 |
+
"step": 457
|
| 3210 |
+
},
|
| 3211 |
+
{
|
| 3212 |
+
"epoch": 1.8319999999999999,
|
| 3213 |
+
"grad_norm": 0.6885621547698975,
|
| 3214 |
+
"learning_rate": 0.00012738955823293172,
|
| 3215 |
+
"loss": 0.8867,
|
| 3216 |
+
"step": 458
|
| 3217 |
+
},
|
| 3218 |
+
{
|
| 3219 |
+
"epoch": 1.8359999999999999,
|
| 3220 |
+
"grad_norm": 0.6208215951919556,
|
| 3221 |
+
"learning_rate": 0.0001272289156626506,
|
| 3222 |
+
"loss": 0.7313,
|
| 3223 |
+
"step": 459
|
| 3224 |
+
},
|
| 3225 |
+
{
|
| 3226 |
+
"epoch": 1.8399999999999999,
|
| 3227 |
+
"grad_norm": 0.6271224021911621,
|
| 3228 |
+
"learning_rate": 0.00012706827309236948,
|
| 3229 |
+
"loss": 0.8027,
|
| 3230 |
+
"step": 460
|
| 3231 |
+
},
|
| 3232 |
+
{
|
| 3233 |
+
"epoch": 1.8439999999999999,
|
| 3234 |
+
"grad_norm": 0.6228848695755005,
|
| 3235 |
+
"learning_rate": 0.00012690763052208837,
|
| 3236 |
+
"loss": 0.9234,
|
| 3237 |
+
"step": 461
|
| 3238 |
+
},
|
| 3239 |
+
{
|
| 3240 |
+
"epoch": 1.8479999999999999,
|
| 3241 |
+
"grad_norm": 0.6752040386199951,
|
| 3242 |
+
"learning_rate": 0.00012674698795180723,
|
| 3243 |
+
"loss": 0.6518,
|
| 3244 |
+
"step": 462
|
| 3245 |
+
},
|
| 3246 |
+
{
|
| 3247 |
+
"epoch": 1.8519999999999999,
|
| 3248 |
+
"grad_norm": 0.9900215268135071,
|
| 3249 |
+
"learning_rate": 0.00012658634538152612,
|
| 3250 |
+
"loss": 1.1848,
|
| 3251 |
+
"step": 463
|
| 3252 |
+
},
|
| 3253 |
+
{
|
| 3254 |
+
"epoch": 1.8559999999999999,
|
| 3255 |
+
"grad_norm": 0.8529555797576904,
|
| 3256 |
+
"learning_rate": 0.000126425702811245,
|
| 3257 |
+
"loss": 0.937,
|
| 3258 |
+
"step": 464
|
| 3259 |
+
},
|
| 3260 |
+
{
|
| 3261 |
+
"epoch": 1.8599999999999999,
|
| 3262 |
+
"grad_norm": 0.5829982757568359,
|
| 3263 |
+
"learning_rate": 0.00012626506024096385,
|
| 3264 |
+
"loss": 0.6394,
|
| 3265 |
+
"step": 465
|
| 3266 |
+
},
|
| 3267 |
+
{
|
| 3268 |
+
"epoch": 1.8639999999999999,
|
| 3269 |
+
"grad_norm": 0.5278028845787048,
|
| 3270 |
+
"learning_rate": 0.00012610441767068272,
|
| 3271 |
+
"loss": 0.6841,
|
| 3272 |
+
"step": 466
|
| 3273 |
+
},
|
| 3274 |
+
{
|
| 3275 |
+
"epoch": 1.8679999999999999,
|
| 3276 |
+
"grad_norm": 0.5858290791511536,
|
| 3277 |
+
"learning_rate": 0.0001259437751004016,
|
| 3278 |
+
"loss": 0.786,
|
| 3279 |
+
"step": 467
|
| 3280 |
+
},
|
| 3281 |
+
{
|
| 3282 |
+
"epoch": 1.8719999999999999,
|
| 3283 |
+
"grad_norm": 0.6995992064476013,
|
| 3284 |
+
"learning_rate": 0.00012578313253012048,
|
| 3285 |
+
"loss": 0.8194,
|
| 3286 |
+
"step": 468
|
| 3287 |
+
},
|
| 3288 |
+
{
|
| 3289 |
+
"epoch": 1.876,
|
| 3290 |
+
"grad_norm": 0.7144771218299866,
|
| 3291 |
+
"learning_rate": 0.00012562248995983937,
|
| 3292 |
+
"loss": 0.9484,
|
| 3293 |
+
"step": 469
|
| 3294 |
+
},
|
| 3295 |
+
{
|
| 3296 |
+
"epoch": 1.88,
|
| 3297 |
+
"grad_norm": 0.686037003993988,
|
| 3298 |
+
"learning_rate": 0.00012546184738955823,
|
| 3299 |
+
"loss": 0.8524,
|
| 3300 |
+
"step": 470
|
| 3301 |
+
},
|
| 3302 |
+
{
|
| 3303 |
+
"epoch": 1.884,
|
| 3304 |
+
"grad_norm": 1.8440570831298828,
|
| 3305 |
+
"learning_rate": 0.00012530120481927712,
|
| 3306 |
+
"loss": 0.8145,
|
| 3307 |
+
"step": 471
|
| 3308 |
+
},
|
| 3309 |
+
{
|
| 3310 |
+
"epoch": 1.888,
|
| 3311 |
+
"grad_norm": 0.7659666538238525,
|
| 3312 |
+
"learning_rate": 0.000125140562248996,
|
| 3313 |
+
"loss": 0.933,
|
| 3314 |
+
"step": 472
|
| 3315 |
+
},
|
| 3316 |
+
{
|
| 3317 |
+
"epoch": 1.892,
|
| 3318 |
+
"grad_norm": 0.6825807094573975,
|
| 3319 |
+
"learning_rate": 0.00012497991967871488,
|
| 3320 |
+
"loss": 0.7887,
|
| 3321 |
+
"step": 473
|
| 3322 |
+
},
|
| 3323 |
+
{
|
| 3324 |
+
"epoch": 1.896,
|
| 3325 |
+
"grad_norm": 0.6191357970237732,
|
| 3326 |
+
"learning_rate": 0.00012481927710843375,
|
| 3327 |
+
"loss": 0.8107,
|
| 3328 |
+
"step": 474
|
| 3329 |
+
},
|
| 3330 |
+
{
|
| 3331 |
+
"epoch": 1.9,
|
| 3332 |
+
"grad_norm": 1.2772804498672485,
|
| 3333 |
+
"learning_rate": 0.0001246586345381526,
|
| 3334 |
+
"loss": 1.2145,
|
| 3335 |
+
"step": 475
|
| 3336 |
+
},
|
| 3337 |
+
{
|
| 3338 |
+
"epoch": 1.904,
|
| 3339 |
+
"grad_norm": 0.7044898271560669,
|
| 3340 |
+
"learning_rate": 0.00012449799196787148,
|
| 3341 |
+
"loss": 0.8349,
|
| 3342 |
+
"step": 476
|
| 3343 |
+
},
|
| 3344 |
+
{
|
| 3345 |
+
"epoch": 1.908,
|
| 3346 |
+
"grad_norm": 0.502620279788971,
|
| 3347 |
+
"learning_rate": 0.00012433734939759037,
|
| 3348 |
+
"loss": 0.603,
|
| 3349 |
+
"step": 477
|
| 3350 |
+
},
|
| 3351 |
+
{
|
| 3352 |
+
"epoch": 1.912,
|
| 3353 |
+
"grad_norm": 0.6033430695533752,
|
| 3354 |
+
"learning_rate": 0.00012417670682730923,
|
| 3355 |
+
"loss": 0.7943,
|
| 3356 |
+
"step": 478
|
| 3357 |
+
},
|
| 3358 |
+
{
|
| 3359 |
+
"epoch": 1.916,
|
| 3360 |
+
"grad_norm": 0.667544424533844,
|
| 3361 |
+
"learning_rate": 0.00012401606425702812,
|
| 3362 |
+
"loss": 0.8167,
|
| 3363 |
+
"step": 479
|
| 3364 |
+
},
|
| 3365 |
+
{
|
| 3366 |
+
"epoch": 1.92,
|
| 3367 |
+
"grad_norm": 0.695097804069519,
|
| 3368 |
+
"learning_rate": 0.000123855421686747,
|
| 3369 |
+
"loss": 0.7597,
|
| 3370 |
+
"step": 480
|
| 3371 |
+
},
|
| 3372 |
+
{
|
| 3373 |
+
"epoch": 1.924,
|
| 3374 |
+
"grad_norm": 0.8369432091712952,
|
| 3375 |
+
"learning_rate": 0.00012369477911646588,
|
| 3376 |
+
"loss": 1.1304,
|
| 3377 |
+
"step": 481
|
| 3378 |
+
},
|
| 3379 |
+
{
|
| 3380 |
+
"epoch": 1.928,
|
| 3381 |
+
"grad_norm": 0.8287705183029175,
|
| 3382 |
+
"learning_rate": 0.00012353413654618475,
|
| 3383 |
+
"loss": 0.9468,
|
| 3384 |
+
"step": 482
|
| 3385 |
+
},
|
| 3386 |
+
{
|
| 3387 |
+
"epoch": 1.932,
|
| 3388 |
+
"grad_norm": 0.7005383372306824,
|
| 3389 |
+
"learning_rate": 0.00012337349397590364,
|
| 3390 |
+
"loss": 0.7497,
|
| 3391 |
+
"step": 483
|
| 3392 |
+
},
|
| 3393 |
+
{
|
| 3394 |
+
"epoch": 1.936,
|
| 3395 |
+
"grad_norm": 0.5681748986244202,
|
| 3396 |
+
"learning_rate": 0.00012321285140562248,
|
| 3397 |
+
"loss": 0.6681,
|
| 3398 |
+
"step": 484
|
| 3399 |
+
},
|
| 3400 |
+
{
|
| 3401 |
+
"epoch": 1.94,
|
| 3402 |
+
"grad_norm": 0.7493687868118286,
|
| 3403 |
+
"learning_rate": 0.00012305220883534137,
|
| 3404 |
+
"loss": 0.7238,
|
| 3405 |
+
"step": 485
|
| 3406 |
+
},
|
| 3407 |
+
{
|
| 3408 |
+
"epoch": 1.944,
|
| 3409 |
+
"grad_norm": 0.8571154475212097,
|
| 3410 |
+
"learning_rate": 0.00012289156626506023,
|
| 3411 |
+
"loss": 0.9938,
|
| 3412 |
+
"step": 486
|
| 3413 |
+
},
|
| 3414 |
+
{
|
| 3415 |
+
"epoch": 1.948,
|
| 3416 |
+
"grad_norm": 0.5937163233757019,
|
| 3417 |
+
"learning_rate": 0.00012273092369477912,
|
| 3418 |
+
"loss": 0.7312,
|
| 3419 |
+
"step": 487
|
| 3420 |
+
},
|
| 3421 |
+
{
|
| 3422 |
+
"epoch": 1.952,
|
| 3423 |
+
"grad_norm": 0.7879194021224976,
|
| 3424 |
+
"learning_rate": 0.000122570281124498,
|
| 3425 |
+
"loss": 0.7997,
|
| 3426 |
+
"step": 488
|
| 3427 |
+
},
|
| 3428 |
+
{
|
| 3429 |
+
"epoch": 1.956,
|
| 3430 |
+
"grad_norm": 0.8399389386177063,
|
| 3431 |
+
"learning_rate": 0.00012240963855421688,
|
| 3432 |
+
"loss": 0.9446,
|
| 3433 |
+
"step": 489
|
| 3434 |
+
},
|
| 3435 |
+
{
|
| 3436 |
+
"epoch": 1.96,
|
| 3437 |
+
"grad_norm": 0.6027688384056091,
|
| 3438 |
+
"learning_rate": 0.00012224899598393575,
|
| 3439 |
+
"loss": 0.8842,
|
| 3440 |
+
"step": 490
|
| 3441 |
+
},
|
| 3442 |
+
{
|
| 3443 |
+
"epoch": 1.964,
|
| 3444 |
+
"grad_norm": 0.6966837048530579,
|
| 3445 |
+
"learning_rate": 0.00012208835341365464,
|
| 3446 |
+
"loss": 0.8665,
|
| 3447 |
+
"step": 491
|
| 3448 |
+
},
|
| 3449 |
+
{
|
| 3450 |
+
"epoch": 1.968,
|
| 3451 |
+
"grad_norm": 0.7084407210350037,
|
| 3452 |
+
"learning_rate": 0.00012192771084337352,
|
| 3453 |
+
"loss": 1.0899,
|
| 3454 |
+
"step": 492
|
| 3455 |
+
},
|
| 3456 |
+
{
|
| 3457 |
+
"epoch": 1.972,
|
| 3458 |
+
"grad_norm": 1.2559723854064941,
|
| 3459 |
+
"learning_rate": 0.00012176706827309237,
|
| 3460 |
+
"loss": 1.3685,
|
| 3461 |
+
"step": 493
|
| 3462 |
+
},
|
| 3463 |
+
{
|
| 3464 |
+
"epoch": 1.976,
|
| 3465 |
+
"grad_norm": 0.7012714743614197,
|
| 3466 |
+
"learning_rate": 0.00012160642570281125,
|
| 3467 |
+
"loss": 0.7168,
|
| 3468 |
+
"step": 494
|
| 3469 |
+
},
|
| 3470 |
+
{
|
| 3471 |
+
"epoch": 1.98,
|
| 3472 |
+
"grad_norm": 0.6182236671447754,
|
| 3473 |
+
"learning_rate": 0.00012144578313253012,
|
| 3474 |
+
"loss": 0.7936,
|
| 3475 |
+
"step": 495
|
| 3476 |
+
},
|
| 3477 |
+
{
|
| 3478 |
+
"epoch": 1.984,
|
| 3479 |
+
"grad_norm": 0.6419587731361389,
|
| 3480 |
+
"learning_rate": 0.000121285140562249,
|
| 3481 |
+
"loss": 0.7696,
|
| 3482 |
+
"step": 496
|
| 3483 |
+
},
|
| 3484 |
+
{
|
| 3485 |
+
"epoch": 1.988,
|
| 3486 |
+
"grad_norm": 0.6741763949394226,
|
| 3487 |
+
"learning_rate": 0.00012112449799196788,
|
| 3488 |
+
"loss": 0.6699,
|
| 3489 |
+
"step": 497
|
| 3490 |
+
},
|
| 3491 |
+
{
|
| 3492 |
+
"epoch": 1.992,
|
| 3493 |
+
"grad_norm": 0.7472107410430908,
|
| 3494 |
+
"learning_rate": 0.00012096385542168676,
|
| 3495 |
+
"loss": 0.8932,
|
| 3496 |
+
"step": 498
|
| 3497 |
+
},
|
| 3498 |
+
{
|
| 3499 |
+
"epoch": 1.996,
|
| 3500 |
+
"grad_norm": 0.4978902041912079,
|
| 3501 |
+
"learning_rate": 0.00012080321285140564,
|
| 3502 |
+
"loss": 0.5985,
|
| 3503 |
+
"step": 499
|
| 3504 |
+
},
|
| 3505 |
+
{
|
| 3506 |
+
"epoch": 2.0,
|
| 3507 |
+
"grad_norm": 0.7552313208580017,
|
| 3508 |
+
"learning_rate": 0.00012064257028112452,
|
| 3509 |
+
"loss": 1.0158,
|
| 3510 |
+
"step": 500
|
| 3511 |
+
}
|
| 3512 |
+
],
|
| 3513 |
+
"logging_steps": 1,
|
| 3514 |
+
"max_steps": 1250,
|
| 3515 |
+
"num_input_tokens_seen": 0,
|
| 3516 |
+
"num_train_epochs": 5,
|
| 3517 |
+
"save_steps": 500,
|
| 3518 |
+
"stateful_callbacks": {
|
| 3519 |
+
"TrainerControl": {
|
| 3520 |
+
"args": {
|
| 3521 |
+
"should_epoch_stop": false,
|
| 3522 |
+
"should_evaluate": false,
|
| 3523 |
+
"should_log": false,
|
| 3524 |
+
"should_save": true,
|
| 3525 |
+
"should_training_stop": false
|
| 3526 |
+
},
|
| 3527 |
+
"attributes": {}
|
| 3528 |
+
}
|
| 3529 |
+
},
|
| 3530 |
+
"total_flos": 1.547117877663744e+17,
|
| 3531 |
+
"train_batch_size": 1,
|
| 3532 |
+
"trial_name": null,
|
| 3533 |
+
"trial_params": null
|
| 3534 |
+
}
|
checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e2e1cd324af6f3da873648f27a3f5158e140e99069c3ac742829ee4798ae63
|
| 3 |
+
size 6033
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<assistant>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "</s>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<pad>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
},
|
| 32 |
+
"unk_token": {
|
| 33 |
+
"content": "<unk>",
|
| 34 |
+
"lstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"single_word": false
|
| 38 |
+
}
|
| 39 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"3": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32000": {
|
| 39 |
+
"content": "<instruction>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32001": {
|
| 47 |
+
"content": "</instruction>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32002": {
|
| 55 |
+
"content": "<think>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32003": {
|
| 63 |
+
"content": "</think>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32004": {
|
| 71 |
+
"content": "<answer>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32005": {
|
| 79 |
+
"content": "</answer>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32006": {
|
| 87 |
+
"content": "<system>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32007": {
|
| 95 |
+
"content": "</system>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32008": {
|
| 103 |
+
"content": "<user>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32009": {
|
| 111 |
+
"content": "</user>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
},
|
| 118 |
+
"32010": {
|
| 119 |
+
"content": "<assistant>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": true
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
"additional_special_tokens": [
|
| 128 |
+
"<assistant>"
|
| 129 |
+
],
|
| 130 |
+
"bos_token": "<s>",
|
| 131 |
+
"bos_token_id": 1,
|
| 132 |
+
"clean_up_tokenization_spaces": false,
|
| 133 |
+
"eos_token": "</s>",
|
| 134 |
+
"eos_token_id": 2,
|
| 135 |
+
"extra_special_tokens": {},
|
| 136 |
+
"legacy": false,
|
| 137 |
+
"model_max_length": 8192,
|
| 138 |
+
"pad_token": "<pad>",
|
| 139 |
+
"pad_token_id": 3,
|
| 140 |
+
"padding_side": "right",
|
| 141 |
+
"sp_model_kwargs": {},
|
| 142 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
| 143 |
+
"unk_token": "<unk>",
|
| 144 |
+
"unk_token_id": 0,
|
| 145 |
+
"use_default_system_prompt": false
|
| 146 |
+
}
|