Upload 10 files
Browse files- added_tokens.json +5 -0
- config.json +27 -0
- generation_config.json +7 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +298 -0
- special_tokens_map.json +30 -0
- tokenizer.model +3 -0
- tokenizer_config.json +70 -0
- trainer_state.json +503 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|end_of_text|>": 32001,
|
| 3 |
+
"<|im_end|>": 32000,
|
| 4 |
+
"<|im_start|>": 32002
|
| 5 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Sicarius-Prototyping/Proto_M7B-4B-RP_demo",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MistralForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 32000,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 7168,
|
| 14 |
+
"max_position_embeddings": 32768,
|
| 15 |
+
"model_type": "mistral",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_theta": 10000.0,
|
| 21 |
+
"sliding_window": 4096,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.44.0.dev0",
|
| 25 |
+
"use_cache": false,
|
| 26 |
+
"vocab_size": 32003
|
| 27 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"transformers_version": "4.44.0.dev0"
|
| 7 |
+
}
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1f1666676a5d42e11739529eaab8d482bb32f44198437a0fbcd3ad2d99798f3
|
| 3 |
+
size 4993657616
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b3765f597551ae77da16fd44101c199034b21b12a2e5011ed10a3684e3c65f3
|
| 3 |
+
size 3852744856
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 8846368768
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|im_end|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|end_of_text|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 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 |
+
"32000": {
|
| 31 |
+
"content": "<|im_end|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": false
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|end_of_text|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|im_start|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": false
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"additional_special_tokens": [],
|
| 56 |
+
"bos_token": "<s>",
|
| 57 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 58 |
+
"clean_up_tokenization_spaces": false,
|
| 59 |
+
"eos_token": "<|im_end|>",
|
| 60 |
+
"legacy": false,
|
| 61 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 62 |
+
"pad_token": "<|end_of_text|>",
|
| 63 |
+
"padding_side": "right",
|
| 64 |
+
"sp_model_kwargs": {},
|
| 65 |
+
"spaces_between_special_tokens": false,
|
| 66 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 67 |
+
"unk_token": "<unk>",
|
| 68 |
+
"use_default_system_prompt": false,
|
| 69 |
+
"use_fast": true
|
| 70 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,503 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.9367088607594938,
|
| 5 |
+
"eval_steps": 8,
|
| 6 |
+
"global_step": 58,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.03375527426160337,
|
| 13 |
+
"grad_norm": 164.57892531016844,
|
| 14 |
+
"learning_rate": 1.999348095389677e-05,
|
| 15 |
+
"loss": 2.5086,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.03375527426160337,
|
| 20 |
+
"eval_loss": 61.82543182373047,
|
| 21 |
+
"eval_runtime": 1145.189,
|
| 22 |
+
"eval_samples_per_second": 0.339,
|
| 23 |
+
"eval_steps_per_second": 0.114,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.06751054852320675,
|
| 28 |
+
"grad_norm": 2207.8144170196915,
|
| 29 |
+
"learning_rate": 1.9973932315179502e-05,
|
| 30 |
+
"loss": 61.7293,
|
| 31 |
+
"step": 2
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.10126582278481013,
|
| 35 |
+
"grad_norm": 756.522802035735,
|
| 36 |
+
"learning_rate": 1.9941379571543597e-05,
|
| 37 |
+
"loss": 11.6024,
|
| 38 |
+
"step": 3
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.1350210970464135,
|
| 42 |
+
"grad_norm": 192.54122935101458,
|
| 43 |
+
"learning_rate": 1.9895865165556375e-05,
|
| 44 |
+
"loss": 5.4118,
|
| 45 |
+
"step": 4
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.16877637130801687,
|
| 49 |
+
"grad_norm": 79.54768064559613,
|
| 50 |
+
"learning_rate": 1.9837448439320027e-05,
|
| 51 |
+
"loss": 4.2774,
|
| 52 |
+
"step": 5
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.20253164556962025,
|
| 56 |
+
"grad_norm": 50.805172249917135,
|
| 57 |
+
"learning_rate": 1.976620555710087e-05,
|
| 58 |
+
"loss": 2.9952,
|
| 59 |
+
"step": 6
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.23628691983122363,
|
| 63 |
+
"grad_norm": 190.4579083255668,
|
| 64 |
+
"learning_rate": 1.9682229406025635e-05,
|
| 65 |
+
"loss": 3.4715,
|
| 66 |
+
"step": 7
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.270042194092827,
|
| 70 |
+
"grad_norm": 81.40501738510194,
|
| 71 |
+
"learning_rate": 1.9585629474974413e-05,
|
| 72 |
+
"loss": 3.0977,
|
| 73 |
+
"step": 8
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.270042194092827,
|
| 77 |
+
"eval_loss": 2.3871593475341797,
|
| 78 |
+
"eval_runtime": 1143.2965,
|
| 79 |
+
"eval_samples_per_second": 0.339,
|
| 80 |
+
"eval_steps_per_second": 0.114,
|
| 81 |
+
"step": 8
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.3037974683544304,
|
| 85 |
+
"grad_norm": 20.30831612560288,
|
| 86 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 87 |
+
"loss": 2.3479,
|
| 88 |
+
"step": 9
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.33755274261603374,
|
| 92 |
+
"grad_norm": 69.39654085624514,
|
| 93 |
+
"learning_rate": 1.935507835925601e-05,
|
| 94 |
+
"loss": 2.9202,
|
| 95 |
+
"step": 10
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 0.37130801687763715,
|
| 99 |
+
"grad_norm": 4745.389973437378,
|
| 100 |
+
"learning_rate": 1.9221427769259333e-05,
|
| 101 |
+
"loss": 7.0232,
|
| 102 |
+
"step": 11
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 0.4050632911392405,
|
| 106 |
+
"grad_norm": 21.931966839150423,
|
| 107 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 108 |
+
"loss": 2.2551,
|
| 109 |
+
"step": 12
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.4388185654008439,
|
| 113 |
+
"grad_norm": 19.01111638980517,
|
| 114 |
+
"learning_rate": 1.8918247572153822e-05,
|
| 115 |
+
"loss": 2.0236,
|
| 116 |
+
"step": 13
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"epoch": 0.47257383966244726,
|
| 120 |
+
"grad_norm": 32.39507363625583,
|
| 121 |
+
"learning_rate": 1.8749113254181498e-05,
|
| 122 |
+
"loss": 1.8924,
|
| 123 |
+
"step": 14
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.5063291139240507,
|
| 127 |
+
"grad_norm": 16.75690739105817,
|
| 128 |
+
"learning_rate": 1.8568571761675893e-05,
|
| 129 |
+
"loss": 1.7989,
|
| 130 |
+
"step": 15
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.540084388185654,
|
| 134 |
+
"grad_norm": 14.061410548076694,
|
| 135 |
+
"learning_rate": 1.837685848629965e-05,
|
| 136 |
+
"loss": 1.7912,
|
| 137 |
+
"step": 16
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.540084388185654,
|
| 141 |
+
"eval_loss": 1.723136305809021,
|
| 142 |
+
"eval_runtime": 1145.6284,
|
| 143 |
+
"eval_samples_per_second": 0.339,
|
| 144 |
+
"eval_steps_per_second": 0.113,
|
| 145 |
+
"step": 16
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.5738396624472574,
|
| 149 |
+
"grad_norm": 8.492636688902186,
|
| 150 |
+
"learning_rate": 1.817422338558892e-05,
|
| 151 |
+
"loss": 1.6984,
|
| 152 |
+
"step": 17
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.6075949367088608,
|
| 156 |
+
"grad_norm": 25.604058468504437,
|
| 157 |
+
"learning_rate": 1.796093065705644e-05,
|
| 158 |
+
"loss": 1.8047,
|
| 159 |
+
"step": 18
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.6413502109704642,
|
| 163 |
+
"grad_norm": 8.054684184801694,
|
| 164 |
+
"learning_rate": 1.7737258393728363e-05,
|
| 165 |
+
"loss": 1.6384,
|
| 166 |
+
"step": 19
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 0.6751054852320675,
|
| 170 |
+
"grad_norm": 11.182600088475377,
|
| 171 |
+
"learning_rate": 1.7503498221564026e-05,
|
| 172 |
+
"loss": 1.646,
|
| 173 |
+
"step": 20
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 0.7088607594936709,
|
| 177 |
+
"grad_norm": 6.767726369227721,
|
| 178 |
+
"learning_rate": 1.725995491923131e-05,
|
| 179 |
+
"loss": 1.5879,
|
| 180 |
+
"step": 21
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"epoch": 0.7426160337552743,
|
| 184 |
+
"grad_norm": 5.329977390320079,
|
| 185 |
+
"learning_rate": 1.7006946020733426e-05,
|
| 186 |
+
"loss": 1.5666,
|
| 187 |
+
"step": 22
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"epoch": 0.7763713080168776,
|
| 191 |
+
"grad_norm": 6.221825534043382,
|
| 192 |
+
"learning_rate": 1.6744801401405138e-05,
|
| 193 |
+
"loss": 1.5162,
|
| 194 |
+
"step": 23
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 0.810126582278481,
|
| 198 |
+
"grad_norm": 8.196688788302577,
|
| 199 |
+
"learning_rate": 1.647386284781828e-05,
|
| 200 |
+
"loss": 1.4852,
|
| 201 |
+
"step": 24
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.810126582278481,
|
| 205 |
+
"eval_loss": 1.493324875831604,
|
| 206 |
+
"eval_runtime": 1145.9735,
|
| 207 |
+
"eval_samples_per_second": 0.339,
|
| 208 |
+
"eval_steps_per_second": 0.113,
|
| 209 |
+
"step": 24
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 0.8438818565400844,
|
| 213 |
+
"grad_norm": 4.002901455476497,
|
| 214 |
+
"learning_rate": 1.6194483612157232e-05,
|
| 215 |
+
"loss": 1.4674,
|
| 216 |
+
"step": 25
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 0.8776371308016878,
|
| 220 |
+
"grad_norm": 5.182882804957283,
|
| 221 |
+
"learning_rate": 1.590702795164551e-05,
|
| 222 |
+
"loss": 1.4015,
|
| 223 |
+
"step": 26
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"epoch": 0.9113924050632911,
|
| 227 |
+
"grad_norm": 4.698321655590912,
|
| 228 |
+
"learning_rate": 1.5611870653623826e-05,
|
| 229 |
+
"loss": 1.4439,
|
| 230 |
+
"step": 27
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.9451476793248945,
|
| 234 |
+
"grad_norm": 4.697370183022894,
|
| 235 |
+
"learning_rate": 1.530939654689887e-05,
|
| 236 |
+
"loss": 1.4039,
|
| 237 |
+
"step": 28
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"epoch": 0.9789029535864979,
|
| 241 |
+
"grad_norm": 5.756016776033281,
|
| 242 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 243 |
+
"loss": 1.4121,
|
| 244 |
+
"step": 29
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 1.0126582278481013,
|
| 248 |
+
"grad_norm": 4.803347318489069,
|
| 249 |
+
"learning_rate": 1.4684084406997903e-05,
|
| 250 |
+
"loss": 1.4221,
|
| 251 |
+
"step": 30
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 1.0253164556962024,
|
| 255 |
+
"grad_norm": 3.8310946409702917,
|
| 256 |
+
"learning_rate": 1.4362061661555675e-05,
|
| 257 |
+
"loss": 1.2795,
|
| 258 |
+
"step": 31
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 1.0590717299578059,
|
| 262 |
+
"grad_norm": 3.2771871936310886,
|
| 263 |
+
"learning_rate": 1.4034351619898088e-05,
|
| 264 |
+
"loss": 1.2648,
|
| 265 |
+
"step": 32
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.0590717299578059,
|
| 269 |
+
"eval_loss": 1.3767977952957153,
|
| 270 |
+
"eval_runtime": 1142.0223,
|
| 271 |
+
"eval_samples_per_second": 0.34,
|
| 272 |
+
"eval_steps_per_second": 0.114,
|
| 273 |
+
"step": 32
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 1.0928270042194093,
|
| 277 |
+
"grad_norm": 3.6329843131833677,
|
| 278 |
+
"learning_rate": 1.3701381553399147e-05,
|
| 279 |
+
"loss": 1.229,
|
| 280 |
+
"step": 33
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 1.1265822784810127,
|
| 284 |
+
"grad_norm": 2.745855502867358,
|
| 285 |
+
"learning_rate": 1.3363585591501751e-05,
|
| 286 |
+
"loss": 1.214,
|
| 287 |
+
"step": 34
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 1.160337552742616,
|
| 291 |
+
"grad_norm": 2.612920670658094,
|
| 292 |
+
"learning_rate": 1.3021404155695728e-05,
|
| 293 |
+
"loss": 1.2036,
|
| 294 |
+
"step": 35
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 1.1940928270042195,
|
| 298 |
+
"grad_norm": 3.7574311695406277,
|
| 299 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 300 |
+
"loss": 1.2269,
|
| 301 |
+
"step": 36
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"epoch": 1.2278481012658227,
|
| 305 |
+
"grad_norm": 5.156934842955387,
|
| 306 |
+
"learning_rate": 1.2325674555743106e-05,
|
| 307 |
+
"loss": 1.1773,
|
| 308 |
+
"step": 37
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"epoch": 1.261603375527426,
|
| 312 |
+
"grad_norm": 2.8644440958111477,
|
| 313 |
+
"learning_rate": 1.1973033490264e-05,
|
| 314 |
+
"loss": 1.1767,
|
| 315 |
+
"step": 38
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"epoch": 1.2953586497890295,
|
| 319 |
+
"grad_norm": 3.708080726049318,
|
| 320 |
+
"learning_rate": 1.161781996552765e-05,
|
| 321 |
+
"loss": 1.1722,
|
| 322 |
+
"step": 39
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"epoch": 1.3291139240506329,
|
| 326 |
+
"grad_norm": 5.32705561402287,
|
| 327 |
+
"learning_rate": 1.1260497112202895e-05,
|
| 328 |
+
"loss": 1.2019,
|
| 329 |
+
"step": 40
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 1.3291139240506329,
|
| 333 |
+
"eval_loss": 1.3283240795135498,
|
| 334 |
+
"eval_runtime": 1141.5031,
|
| 335 |
+
"eval_samples_per_second": 0.34,
|
| 336 |
+
"eval_steps_per_second": 0.114,
|
| 337 |
+
"step": 40
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"epoch": 1.3628691983122363,
|
| 341 |
+
"grad_norm": 3.2178853179051385,
|
| 342 |
+
"learning_rate": 1.0901530811120655e-05,
|
| 343 |
+
"loss": 1.1555,
|
| 344 |
+
"step": 41
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"epoch": 1.3966244725738397,
|
| 348 |
+
"grad_norm": 8.771767271309226,
|
| 349 |
+
"learning_rate": 1.0541389085854177e-05,
|
| 350 |
+
"loss": 1.1992,
|
| 351 |
+
"step": 42
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 1.4303797468354431,
|
| 355 |
+
"grad_norm": 4.585556716316959,
|
| 356 |
+
"learning_rate": 1.0180541492505605e-05,
|
| 357 |
+
"loss": 1.1806,
|
| 358 |
+
"step": 43
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"epoch": 1.4641350210970465,
|
| 362 |
+
"grad_norm": 4.695307422197233,
|
| 363 |
+
"learning_rate": 9.819458507494395e-06,
|
| 364 |
+
"loss": 1.1871,
|
| 365 |
+
"step": 44
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"epoch": 1.49789029535865,
|
| 369 |
+
"grad_norm": 3.8270032835209427,
|
| 370 |
+
"learning_rate": 9.458610914145826e-06,
|
| 371 |
+
"loss": 1.1676,
|
| 372 |
+
"step": 45
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"epoch": 1.5316455696202531,
|
| 376 |
+
"grad_norm": 2.9421765052237476,
|
| 377 |
+
"learning_rate": 9.098469188879348e-06,
|
| 378 |
+
"loss": 1.1568,
|
| 379 |
+
"step": 46
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 1.5654008438818565,
|
| 383 |
+
"grad_norm": 3.6707324259149665,
|
| 384 |
+
"learning_rate": 8.739502887797108e-06,
|
| 385 |
+
"loss": 1.1623,
|
| 386 |
+
"step": 47
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"epoch": 1.59915611814346,
|
| 390 |
+
"grad_norm": 2.512661438115767,
|
| 391 |
+
"learning_rate": 8.382180034472353e-06,
|
| 392 |
+
"loss": 1.159,
|
| 393 |
+
"step": 48
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 1.59915611814346,
|
| 397 |
+
"eval_loss": 1.2873578071594238,
|
| 398 |
+
"eval_runtime": 1140.5681,
|
| 399 |
+
"eval_samples_per_second": 0.34,
|
| 400 |
+
"eval_steps_per_second": 0.114,
|
| 401 |
+
"step": 48
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.6329113924050633,
|
| 405 |
+
"grad_norm": 3.0554382494362677,
|
| 406 |
+
"learning_rate": 8.026966509736001e-06,
|
| 407 |
+
"loss": 1.1337,
|
| 408 |
+
"step": 49
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.6666666666666665,
|
| 412 |
+
"grad_norm": 2.4338550213067314,
|
| 413 |
+
"learning_rate": 7.674325444256899e-06,
|
| 414 |
+
"loss": 1.1403,
|
| 415 |
+
"step": 50
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.70042194092827,
|
| 419 |
+
"grad_norm": 2.5084790446223724,
|
| 420 |
+
"learning_rate": 7.324716614707794e-06,
|
| 421 |
+
"loss": 1.1285,
|
| 422 |
+
"step": 51
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.7341772151898733,
|
| 426 |
+
"grad_norm": 2.687074050859683,
|
| 427 |
+
"learning_rate": 6.978595844304272e-06,
|
| 428 |
+
"loss": 1.1343,
|
| 429 |
+
"step": 52
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.7679324894514767,
|
| 433 |
+
"grad_norm": 2.3050050678321585,
|
| 434 |
+
"learning_rate": 6.636414408498249e-06,
|
| 435 |
+
"loss": 1.1084,
|
| 436 |
+
"step": 53
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.8016877637130801,
|
| 440 |
+
"grad_norm": 2.7567453021542825,
|
| 441 |
+
"learning_rate": 6.298618446600856e-06,
|
| 442 |
+
"loss": 1.0955,
|
| 443 |
+
"step": 54
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.8354430379746836,
|
| 447 |
+
"grad_norm": 2.3580908912438443,
|
| 448 |
+
"learning_rate": 5.965648380101916e-06,
|
| 449 |
+
"loss": 1.1246,
|
| 450 |
+
"step": 55
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.869198312236287,
|
| 454 |
+
"grad_norm": 2.6030759332802043,
|
| 455 |
+
"learning_rate": 5.637938338444325e-06,
|
| 456 |
+
"loss": 1.0977,
|
| 457 |
+
"step": 56
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.869198312236287,
|
| 461 |
+
"eval_loss": 1.2555484771728516,
|
| 462 |
+
"eval_runtime": 1140.2468,
|
| 463 |
+
"eval_samples_per_second": 0.34,
|
| 464 |
+
"eval_steps_per_second": 0.114,
|
| 465 |
+
"step": 56
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.9029535864978904,
|
| 469 |
+
"grad_norm": 2.174215469056319,
|
| 470 |
+
"learning_rate": 5.3159155930021e-06,
|
| 471 |
+
"loss": 1.1045,
|
| 472 |
+
"step": 57
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.9367088607594938,
|
| 476 |
+
"grad_norm": 2.2417996699170697,
|
| 477 |
+
"learning_rate": 5.000000000000003e-06,
|
| 478 |
+
"loss": 1.1341,
|
| 479 |
+
"step": 58
|
| 480 |
+
}
|
| 481 |
+
],
|
| 482 |
+
"logging_steps": 1,
|
| 483 |
+
"max_steps": 87,
|
| 484 |
+
"num_input_tokens_seen": 0,
|
| 485 |
+
"num_train_epochs": 3,
|
| 486 |
+
"save_steps": 29,
|
| 487 |
+
"stateful_callbacks": {
|
| 488 |
+
"TrainerControl": {
|
| 489 |
+
"args": {
|
| 490 |
+
"should_epoch_stop": false,
|
| 491 |
+
"should_evaluate": false,
|
| 492 |
+
"should_log": false,
|
| 493 |
+
"should_save": true,
|
| 494 |
+
"should_training_stop": false
|
| 495 |
+
},
|
| 496 |
+
"attributes": {}
|
| 497 |
+
}
|
| 498 |
+
},
|
| 499 |
+
"total_flos": 31809349877760.0,
|
| 500 |
+
"train_batch_size": 1,
|
| 501 |
+
"trial_name": null,
|
| 502 |
+
"trial_params": null
|
| 503 |
+
}
|