“Sara commited on
Commit ·
25a0665
1
Parent(s): 3ac00fb
adding model checkpoints
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- checkpoint-100/added_tokens.json +11 -0
- checkpoint-100/config.json +28 -0
- checkpoint-100/generation_config.json +10 -0
- checkpoint-100/model-00001-of-00006.safetensors +3 -0
- checkpoint-100/model-00002-of-00006.safetensors +3 -0
- checkpoint-100/model-00003-of-00006.safetensors +3 -0
- checkpoint-100/model-00004-of-00006.safetensors +3 -0
- checkpoint-100/model-00005-of-00006.safetensors +3 -0
- checkpoint-100/model-00006-of-00006.safetensors +3 -0
- checkpoint-100/model.safetensors.index.json +298 -0
- checkpoint-100/special_tokens_map.json +82 -0
- checkpoint-100/tokenizer.json +0 -0
- checkpoint-100/tokenizer.model +3 -0
- checkpoint-100/tokenizer_config.json +124 -0
- checkpoint-100/trainer_state.json +179 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-1000/added_tokens.json +11 -0
- checkpoint-1000/config.json +28 -0
- checkpoint-1000/generation_config.json +10 -0
- checkpoint-1000/model-00001-of-00006.safetensors +3 -0
- checkpoint-1000/model-00002-of-00006.safetensors +3 -0
- checkpoint-1000/model-00003-of-00006.safetensors +3 -0
- checkpoint-1000/model-00004-of-00006.safetensors +3 -0
- checkpoint-1000/model-00005-of-00006.safetensors +3 -0
- checkpoint-1000/model-00006-of-00006.safetensors +3 -0
- checkpoint-1000/model.safetensors.index.json +298 -0
- checkpoint-1000/special_tokens_map.json +82 -0
- checkpoint-1000/tokenizer.json +0 -0
- checkpoint-1000/tokenizer.model +3 -0
- checkpoint-1000/tokenizer_config.json +124 -0
- checkpoint-1000/trainer_state.json +1529 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1050/added_tokens.json +11 -0
- checkpoint-1050/config.json +28 -0
- checkpoint-1050/generation_config.json +10 -0
- checkpoint-1050/model-00001-of-00006.safetensors +3 -0
- checkpoint-1050/model-00002-of-00006.safetensors +3 -0
- checkpoint-1050/model-00003-of-00006.safetensors +3 -0
- checkpoint-1050/model-00004-of-00006.safetensors +3 -0
- checkpoint-1050/model-00005-of-00006.safetensors +3 -0
- checkpoint-1050/model-00006-of-00006.safetensors +3 -0
- checkpoint-1050/model.safetensors.index.json +298 -0
- checkpoint-1050/special_tokens_map.json +82 -0
- checkpoint-1050/tokenizer.json +0 -0
- checkpoint-1050/tokenizer.model +3 -0
- checkpoint-1050/tokenizer_config.json +124 -0
- checkpoint-1050/trainer_state.json +1604 -0
- checkpoint-1050/training_args.bin +3 -0
- checkpoint-1100/added_tokens.json +11 -0
- checkpoint-1100/config.json +28 -0
checkpoint-100/added_tokens.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</headline>": 32008,
|
| 3 |
+
"</scratchpad>": 32006,
|
| 4 |
+
"<</SYS>>": 32004,
|
| 5 |
+
"<<SYS>>": 32003,
|
| 6 |
+
"<headline>": 32007,
|
| 7 |
+
"<pad>": 32000,
|
| 8 |
+
"<scratchpad>": 32005,
|
| 9 |
+
"[/INST]": 32002,
|
| 10 |
+
"[INST]": 32001
|
| 11 |
+
}
|
checkpoint-100/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 1,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 11008,
|
| 14 |
+
"max_position_embeddings": 4096,
|
| 15 |
+
"model_type": "llama",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 32,
|
| 19 |
+
"pretraining_tp": 1,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.40.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 32016
|
| 28 |
+
}
|
checkpoint-100/generation_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"max_length": 4096,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"temperature": 0.6,
|
| 8 |
+
"top_p": 0.9,
|
| 9 |
+
"transformers_version": "4.40.2"
|
| 10 |
+
}
|
checkpoint-100/model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bf6caed8c97f44bbe37c808c8a62b9416485abda7013d5f9b392e72b09b5d21
|
| 3 |
+
size 4840658560
|
checkpoint-100/model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84e2949393a3a2da8827f9b9afcc8efc533c9bb7870e57aa27901e8f9cc0f07f
|
| 3 |
+
size 4857206856
|
checkpoint-100/model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a41444971f5252ace59fa664fbb0b832ccc0b9929bc17f07e16edf66e2b447c9
|
| 3 |
+
size 4857206904
|
checkpoint-100/model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5617442f4800ac0b5edf35327e81a7e095d279b27f32f65718d0f6810039d615
|
| 3 |
+
size 4857206904
|
checkpoint-100/model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c5d26527e1940266b46172f944d603e9019fc396478ba61e878e50afbe66b16
|
| 3 |
+
size 4857206904
|
checkpoint-100/model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f2ca27a259313f73c19818cd44230d75233087d6880623548eb882572c13b11
|
| 3 |
+
size 2684734256
|
checkpoint-100/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 26954186752
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
checkpoint-100/special_tokens_map.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "[INST]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": true
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "[/INST]",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": true
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<<SYS>>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<</SYS>>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": true
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<scratchpad>",
|
| 33 |
+
"lstrip": false,
|
| 34 |
+
"normalized": false,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": true
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "</scratchpad>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": true
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<headline>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "</headline>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": true
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"bos_token": {
|
| 61 |
+
"content": "<s>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false
|
| 66 |
+
},
|
| 67 |
+
"eos_token": {
|
| 68 |
+
"content": "</s>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false
|
| 73 |
+
},
|
| 74 |
+
"pad_token": "<pad>",
|
| 75 |
+
"unk_token": {
|
| 76 |
+
"content": "<unk>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false
|
| 81 |
+
}
|
| 82 |
+
}
|
checkpoint-100/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-100/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-100/tokenizer_config.json
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"32000": {
|
| 30 |
+
"content": "<pad>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"32001": {
|
| 38 |
+
"content": "[INST]",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": true,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"32002": {
|
| 46 |
+
"content": "[/INST]",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"32003": {
|
| 54 |
+
"content": "<<SYS>>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": true,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"32004": {
|
| 62 |
+
"content": "<</SYS>>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": true,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"32005": {
|
| 70 |
+
"content": "<scratchpad>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": true,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"32006": {
|
| 78 |
+
"content": "</scratchpad>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": true,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"32007": {
|
| 86 |
+
"content": "<headline>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": true,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"32008": {
|
| 94 |
+
"content": "</headline>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": true,
|
| 99 |
+
"special": true
|
| 100 |
+
}
|
| 101 |
+
},
|
| 102 |
+
"additional_special_tokens": [
|
| 103 |
+
"[INST]",
|
| 104 |
+
"[/INST]",
|
| 105 |
+
"<<SYS>>",
|
| 106 |
+
"<</SYS>>",
|
| 107 |
+
"<scratchpad>",
|
| 108 |
+
"</scratchpad>",
|
| 109 |
+
"<headline>",
|
| 110 |
+
"</headline>"
|
| 111 |
+
],
|
| 112 |
+
"bos_token": "<s>",
|
| 113 |
+
"clean_up_tokenization_spaces": false,
|
| 114 |
+
"eos_token": "</s>",
|
| 115 |
+
"legacy": false,
|
| 116 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 117 |
+
"pad_to_multiple_of": 8,
|
| 118 |
+
"pad_token": "<pad>",
|
| 119 |
+
"padding_side": "left",
|
| 120 |
+
"sp_model_kwargs": {},
|
| 121 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 122 |
+
"unk_token": "<unk>",
|
| 123 |
+
"use_default_system_prompt": false
|
| 124 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.3076923076923077,
|
| 5 |
+
"eval_steps": 10,
|
| 6 |
+
"global_step": 100,
|
| 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.006153846153846154,
|
| 13 |
+
"eval_loss": 1.845949411392212,
|
| 14 |
+
"eval_runtime": 1.9761,
|
| 15 |
+
"eval_samples_per_second": 57.69,
|
| 16 |
+
"eval_steps_per_second": 3.036,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03076923076923077,
|
| 21 |
+
"grad_norm": 29.46457290649414,
|
| 22 |
+
"learning_rate": 7.692307692307694e-07,
|
| 23 |
+
"loss": 1.944,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.03076923076923077,
|
| 28 |
+
"eval_loss": 1.7965577840805054,
|
| 29 |
+
"eval_runtime": 1.9506,
|
| 30 |
+
"eval_samples_per_second": 58.444,
|
| 31 |
+
"eval_steps_per_second": 3.076,
|
| 32 |
+
"step": 10
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.06153846153846154,
|
| 36 |
+
"grad_norm": 14.49207878112793,
|
| 37 |
+
"learning_rate": 1.5384615384615387e-06,
|
| 38 |
+
"loss": 1.6999,
|
| 39 |
+
"step": 20
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06153846153846154,
|
| 43 |
+
"eval_loss": 1.5032916069030762,
|
| 44 |
+
"eval_runtime": 1.9599,
|
| 45 |
+
"eval_samples_per_second": 58.168,
|
| 46 |
+
"eval_steps_per_second": 3.061,
|
| 47 |
+
"step": 20
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.09230769230769231,
|
| 51 |
+
"grad_norm": 11.355466842651367,
|
| 52 |
+
"learning_rate": 2.307692307692308e-06,
|
| 53 |
+
"loss": 1.1499,
|
| 54 |
+
"step": 30
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.09230769230769231,
|
| 58 |
+
"eval_loss": 0.8391174674034119,
|
| 59 |
+
"eval_runtime": 1.9437,
|
| 60 |
+
"eval_samples_per_second": 58.65,
|
| 61 |
+
"eval_steps_per_second": 3.087,
|
| 62 |
+
"step": 30
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.12307692307692308,
|
| 66 |
+
"grad_norm": 5.648468017578125,
|
| 67 |
+
"learning_rate": 3.0769230769230774e-06,
|
| 68 |
+
"loss": 0.7194,
|
| 69 |
+
"step": 40
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.12307692307692308,
|
| 73 |
+
"eval_loss": 0.6716201305389404,
|
| 74 |
+
"eval_runtime": 1.9517,
|
| 75 |
+
"eval_samples_per_second": 58.411,
|
| 76 |
+
"eval_steps_per_second": 3.074,
|
| 77 |
+
"step": 40
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.15384615384615385,
|
| 81 |
+
"grad_norm": 5.752841949462891,
|
| 82 |
+
"learning_rate": 3.846153846153847e-06,
|
| 83 |
+
"loss": 0.6811,
|
| 84 |
+
"step": 50
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.15384615384615385,
|
| 88 |
+
"eval_loss": 0.6289324164390564,
|
| 89 |
+
"eval_runtime": 1.952,
|
| 90 |
+
"eval_samples_per_second": 58.401,
|
| 91 |
+
"eval_steps_per_second": 3.074,
|
| 92 |
+
"step": 50
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"epoch": 0.18461538461538463,
|
| 96 |
+
"grad_norm": 3.414722204208374,
|
| 97 |
+
"learning_rate": 4.615384615384616e-06,
|
| 98 |
+
"loss": 0.5924,
|
| 99 |
+
"step": 60
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.18461538461538463,
|
| 103 |
+
"eval_loss": 0.6140013337135315,
|
| 104 |
+
"eval_runtime": 1.94,
|
| 105 |
+
"eval_samples_per_second": 58.762,
|
| 106 |
+
"eval_steps_per_second": 3.093,
|
| 107 |
+
"step": 60
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.2153846153846154,
|
| 111 |
+
"grad_norm": 5.556036949157715,
|
| 112 |
+
"learning_rate": 5.384615384615385e-06,
|
| 113 |
+
"loss": 0.6135,
|
| 114 |
+
"step": 70
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.2153846153846154,
|
| 118 |
+
"eval_loss": 0.6054026484489441,
|
| 119 |
+
"eval_runtime": 1.9659,
|
| 120 |
+
"eval_samples_per_second": 57.988,
|
| 121 |
+
"eval_steps_per_second": 3.052,
|
| 122 |
+
"step": 70
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.24615384615384617,
|
| 126 |
+
"grad_norm": 4.436710834503174,
|
| 127 |
+
"learning_rate": 6.153846153846155e-06,
|
| 128 |
+
"loss": 0.5952,
|
| 129 |
+
"step": 80
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.24615384615384617,
|
| 133 |
+
"eval_loss": 0.5986860990524292,
|
| 134 |
+
"eval_runtime": 1.9428,
|
| 135 |
+
"eval_samples_per_second": 58.677,
|
| 136 |
+
"eval_steps_per_second": 3.088,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.27692307692307694,
|
| 141 |
+
"grad_norm": 3.496018409729004,
|
| 142 |
+
"learning_rate": 6.923076923076923e-06,
|
| 143 |
+
"loss": 0.5887,
|
| 144 |
+
"step": 90
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.27692307692307694,
|
| 148 |
+
"eval_loss": 0.594973623752594,
|
| 149 |
+
"eval_runtime": 1.9468,
|
| 150 |
+
"eval_samples_per_second": 58.558,
|
| 151 |
+
"eval_steps_per_second": 3.082,
|
| 152 |
+
"step": 90
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.3076923076923077,
|
| 156 |
+
"grad_norm": 2.3540539741516113,
|
| 157 |
+
"learning_rate": 7.692307692307694e-06,
|
| 158 |
+
"loss": 0.5634,
|
| 159 |
+
"step": 100
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.3076923076923077,
|
| 163 |
+
"eval_loss": 0.5954164266586304,
|
| 164 |
+
"eval_runtime": 1.948,
|
| 165 |
+
"eval_samples_per_second": 58.521,
|
| 166 |
+
"eval_steps_per_second": 3.08,
|
| 167 |
+
"step": 100
|
| 168 |
+
}
|
| 169 |
+
],
|
| 170 |
+
"logging_steps": 10,
|
| 171 |
+
"max_steps": 2600,
|
| 172 |
+
"num_input_tokens_seen": 0,
|
| 173 |
+
"num_train_epochs": 8,
|
| 174 |
+
"save_steps": 50,
|
| 175 |
+
"total_flos": 8660177976819712.0,
|
| 176 |
+
"train_batch_size": 2,
|
| 177 |
+
"trial_name": null,
|
| 178 |
+
"trial_params": null
|
| 179 |
+
}
|
checkpoint-100/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3a275a1f941882da99f851a4d3084b949cf3401949c2995ebc356025dd22836
|
| 3 |
+
size 5112
|
checkpoint-1000/added_tokens.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</headline>": 32008,
|
| 3 |
+
"</scratchpad>": 32006,
|
| 4 |
+
"<</SYS>>": 32004,
|
| 5 |
+
"<<SYS>>": 32003,
|
| 6 |
+
"<headline>": 32007,
|
| 7 |
+
"<pad>": 32000,
|
| 8 |
+
"<scratchpad>": 32005,
|
| 9 |
+
"[/INST]": 32002,
|
| 10 |
+
"[INST]": 32001
|
| 11 |
+
}
|
checkpoint-1000/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 1,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 11008,
|
| 14 |
+
"max_position_embeddings": 4096,
|
| 15 |
+
"model_type": "llama",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 32,
|
| 19 |
+
"pretraining_tp": 1,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.40.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 32016
|
| 28 |
+
}
|
checkpoint-1000/generation_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"max_length": 4096,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"temperature": 0.6,
|
| 8 |
+
"top_p": 0.9,
|
| 9 |
+
"transformers_version": "4.40.2"
|
| 10 |
+
}
|
checkpoint-1000/model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2193c77d48cf1f9e545e0ee362d03edea1d033ec834ad6b2c54464b594ba9d0
|
| 3 |
+
size 4840658560
|
checkpoint-1000/model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a71c6a2864033940e34c086901765d593f907154be26b7197676af847550bd8
|
| 3 |
+
size 4857206856
|
checkpoint-1000/model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc005b5373d9088fb65610876527166c0d234b8d366ea7f12258ddde285aefc
|
| 3 |
+
size 4857206904
|
checkpoint-1000/model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a9496bb0cb2f9861b8e74e2fc53a451f7c9152be8bb2c8f9a6053974592d3d9
|
| 3 |
+
size 4857206904
|
checkpoint-1000/model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8152d583ea7056435b233e05c9e86e5c4a300cebf21cd5a4f3a6dec150cf129
|
| 3 |
+
size 4857206904
|
checkpoint-1000/model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:833450c1cfd9113ee1526b74e24b3ccb0fb15a10aac676a852a81c03ec4a5139
|
| 3 |
+
size 2684734256
|
checkpoint-1000/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 26954186752
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
checkpoint-1000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "[INST]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": true
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "[/INST]",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": true
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<<SYS>>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<</SYS>>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": true
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<scratchpad>",
|
| 33 |
+
"lstrip": false,
|
| 34 |
+
"normalized": false,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": true
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "</scratchpad>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": true
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<headline>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "</headline>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": true
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"bos_token": {
|
| 61 |
+
"content": "<s>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false
|
| 66 |
+
},
|
| 67 |
+
"eos_token": {
|
| 68 |
+
"content": "</s>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false
|
| 73 |
+
},
|
| 74 |
+
"pad_token": "<pad>",
|
| 75 |
+
"unk_token": {
|
| 76 |
+
"content": "<unk>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false
|
| 81 |
+
}
|
| 82 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-1000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"32000": {
|
| 30 |
+
"content": "<pad>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"32001": {
|
| 38 |
+
"content": "[INST]",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": true,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"32002": {
|
| 46 |
+
"content": "[/INST]",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"32003": {
|
| 54 |
+
"content": "<<SYS>>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": true,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"32004": {
|
| 62 |
+
"content": "<</SYS>>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": true,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"32005": {
|
| 70 |
+
"content": "<scratchpad>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": true,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"32006": {
|
| 78 |
+
"content": "</scratchpad>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": true,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"32007": {
|
| 86 |
+
"content": "<headline>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": true,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"32008": {
|
| 94 |
+
"content": "</headline>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": true,
|
| 99 |
+
"special": true
|
| 100 |
+
}
|
| 101 |
+
},
|
| 102 |
+
"additional_special_tokens": [
|
| 103 |
+
"[INST]",
|
| 104 |
+
"[/INST]",
|
| 105 |
+
"<<SYS>>",
|
| 106 |
+
"<</SYS>>",
|
| 107 |
+
"<scratchpad>",
|
| 108 |
+
"</scratchpad>",
|
| 109 |
+
"<headline>",
|
| 110 |
+
"</headline>"
|
| 111 |
+
],
|
| 112 |
+
"bos_token": "<s>",
|
| 113 |
+
"clean_up_tokenization_spaces": false,
|
| 114 |
+
"eos_token": "</s>",
|
| 115 |
+
"legacy": false,
|
| 116 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 117 |
+
"pad_to_multiple_of": 8,
|
| 118 |
+
"pad_token": "<pad>",
|
| 119 |
+
"padding_side": "left",
|
| 120 |
+
"sp_model_kwargs": {},
|
| 121 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 122 |
+
"unk_token": "<unk>",
|
| 123 |
+
"use_default_system_prompt": false
|
| 124 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,1529 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.076923076923077,
|
| 5 |
+
"eval_steps": 10,
|
| 6 |
+
"global_step": 1000,
|
| 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.006153846153846154,
|
| 13 |
+
"eval_loss": 1.845949411392212,
|
| 14 |
+
"eval_runtime": 1.9761,
|
| 15 |
+
"eval_samples_per_second": 57.69,
|
| 16 |
+
"eval_steps_per_second": 3.036,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03076923076923077,
|
| 21 |
+
"grad_norm": 29.46457290649414,
|
| 22 |
+
"learning_rate": 7.692307692307694e-07,
|
| 23 |
+
"loss": 1.944,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.03076923076923077,
|
| 28 |
+
"eval_loss": 1.7965577840805054,
|
| 29 |
+
"eval_runtime": 1.9506,
|
| 30 |
+
"eval_samples_per_second": 58.444,
|
| 31 |
+
"eval_steps_per_second": 3.076,
|
| 32 |
+
"step": 10
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.06153846153846154,
|
| 36 |
+
"grad_norm": 14.49207878112793,
|
| 37 |
+
"learning_rate": 1.5384615384615387e-06,
|
| 38 |
+
"loss": 1.6999,
|
| 39 |
+
"step": 20
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06153846153846154,
|
| 43 |
+
"eval_loss": 1.5032916069030762,
|
| 44 |
+
"eval_runtime": 1.9599,
|
| 45 |
+
"eval_samples_per_second": 58.168,
|
| 46 |
+
"eval_steps_per_second": 3.061,
|
| 47 |
+
"step": 20
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.09230769230769231,
|
| 51 |
+
"grad_norm": 11.355466842651367,
|
| 52 |
+
"learning_rate": 2.307692307692308e-06,
|
| 53 |
+
"loss": 1.1499,
|
| 54 |
+
"step": 30
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.09230769230769231,
|
| 58 |
+
"eval_loss": 0.8391174674034119,
|
| 59 |
+
"eval_runtime": 1.9437,
|
| 60 |
+
"eval_samples_per_second": 58.65,
|
| 61 |
+
"eval_steps_per_second": 3.087,
|
| 62 |
+
"step": 30
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.12307692307692308,
|
| 66 |
+
"grad_norm": 5.648468017578125,
|
| 67 |
+
"learning_rate": 3.0769230769230774e-06,
|
| 68 |
+
"loss": 0.7194,
|
| 69 |
+
"step": 40
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.12307692307692308,
|
| 73 |
+
"eval_loss": 0.6716201305389404,
|
| 74 |
+
"eval_runtime": 1.9517,
|
| 75 |
+
"eval_samples_per_second": 58.411,
|
| 76 |
+
"eval_steps_per_second": 3.074,
|
| 77 |
+
"step": 40
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.15384615384615385,
|
| 81 |
+
"grad_norm": 5.752841949462891,
|
| 82 |
+
"learning_rate": 3.846153846153847e-06,
|
| 83 |
+
"loss": 0.6811,
|
| 84 |
+
"step": 50
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.15384615384615385,
|
| 88 |
+
"eval_loss": 0.6289324164390564,
|
| 89 |
+
"eval_runtime": 1.952,
|
| 90 |
+
"eval_samples_per_second": 58.401,
|
| 91 |
+
"eval_steps_per_second": 3.074,
|
| 92 |
+
"step": 50
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"epoch": 0.18461538461538463,
|
| 96 |
+
"grad_norm": 3.414722204208374,
|
| 97 |
+
"learning_rate": 4.615384615384616e-06,
|
| 98 |
+
"loss": 0.5924,
|
| 99 |
+
"step": 60
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.18461538461538463,
|
| 103 |
+
"eval_loss": 0.6140013337135315,
|
| 104 |
+
"eval_runtime": 1.94,
|
| 105 |
+
"eval_samples_per_second": 58.762,
|
| 106 |
+
"eval_steps_per_second": 3.093,
|
| 107 |
+
"step": 60
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.2153846153846154,
|
| 111 |
+
"grad_norm": 5.556036949157715,
|
| 112 |
+
"learning_rate": 5.384615384615385e-06,
|
| 113 |
+
"loss": 0.6135,
|
| 114 |
+
"step": 70
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.2153846153846154,
|
| 118 |
+
"eval_loss": 0.6054026484489441,
|
| 119 |
+
"eval_runtime": 1.9659,
|
| 120 |
+
"eval_samples_per_second": 57.988,
|
| 121 |
+
"eval_steps_per_second": 3.052,
|
| 122 |
+
"step": 70
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.24615384615384617,
|
| 126 |
+
"grad_norm": 4.436710834503174,
|
| 127 |
+
"learning_rate": 6.153846153846155e-06,
|
| 128 |
+
"loss": 0.5952,
|
| 129 |
+
"step": 80
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.24615384615384617,
|
| 133 |
+
"eval_loss": 0.5986860990524292,
|
| 134 |
+
"eval_runtime": 1.9428,
|
| 135 |
+
"eval_samples_per_second": 58.677,
|
| 136 |
+
"eval_steps_per_second": 3.088,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.27692307692307694,
|
| 141 |
+
"grad_norm": 3.496018409729004,
|
| 142 |
+
"learning_rate": 6.923076923076923e-06,
|
| 143 |
+
"loss": 0.5887,
|
| 144 |
+
"step": 90
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.27692307692307694,
|
| 148 |
+
"eval_loss": 0.594973623752594,
|
| 149 |
+
"eval_runtime": 1.9468,
|
| 150 |
+
"eval_samples_per_second": 58.558,
|
| 151 |
+
"eval_steps_per_second": 3.082,
|
| 152 |
+
"step": 90
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.3076923076923077,
|
| 156 |
+
"grad_norm": 2.3540539741516113,
|
| 157 |
+
"learning_rate": 7.692307692307694e-06,
|
| 158 |
+
"loss": 0.5634,
|
| 159 |
+
"step": 100
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.3076923076923077,
|
| 163 |
+
"eval_loss": 0.5954164266586304,
|
| 164 |
+
"eval_runtime": 1.948,
|
| 165 |
+
"eval_samples_per_second": 58.521,
|
| 166 |
+
"eval_steps_per_second": 3.08,
|
| 167 |
+
"step": 100
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.3384615384615385,
|
| 171 |
+
"grad_norm": 2.9880635738372803,
|
| 172 |
+
"learning_rate": 8.461538461538462e-06,
|
| 173 |
+
"loss": 0.5827,
|
| 174 |
+
"step": 110
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.3384615384615385,
|
| 178 |
+
"eval_loss": 0.5955133438110352,
|
| 179 |
+
"eval_runtime": 1.9432,
|
| 180 |
+
"eval_samples_per_second": 58.667,
|
| 181 |
+
"eval_steps_per_second": 3.088,
|
| 182 |
+
"step": 110
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.36923076923076925,
|
| 186 |
+
"grad_norm": 1.9405996799468994,
|
| 187 |
+
"learning_rate": 9.230769230769232e-06,
|
| 188 |
+
"loss": 0.5726,
|
| 189 |
+
"step": 120
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.36923076923076925,
|
| 193 |
+
"eval_loss": 0.5951128602027893,
|
| 194 |
+
"eval_runtime": 1.9715,
|
| 195 |
+
"eval_samples_per_second": 57.824,
|
| 196 |
+
"eval_steps_per_second": 3.043,
|
| 197 |
+
"step": 120
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.4,
|
| 201 |
+
"grad_norm": 1.9948021173477173,
|
| 202 |
+
"learning_rate": 1e-05,
|
| 203 |
+
"loss": 0.6488,
|
| 204 |
+
"step": 130
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.4,
|
| 208 |
+
"eval_loss": 0.5964463949203491,
|
| 209 |
+
"eval_runtime": 2.1032,
|
| 210 |
+
"eval_samples_per_second": 54.203,
|
| 211 |
+
"eval_steps_per_second": 2.853,
|
| 212 |
+
"step": 130
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.4307692307692308,
|
| 216 |
+
"grad_norm": 1.95350980758667,
|
| 217 |
+
"learning_rate": 1.076923076923077e-05,
|
| 218 |
+
"loss": 0.6218,
|
| 219 |
+
"step": 140
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.4307692307692308,
|
| 223 |
+
"eval_loss": 0.5996471047401428,
|
| 224 |
+
"eval_runtime": 1.9539,
|
| 225 |
+
"eval_samples_per_second": 58.345,
|
| 226 |
+
"eval_steps_per_second": 3.071,
|
| 227 |
+
"step": 140
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.46153846153846156,
|
| 231 |
+
"grad_norm": 3.840015411376953,
|
| 232 |
+
"learning_rate": 1.1538461538461538e-05,
|
| 233 |
+
"loss": 0.5585,
|
| 234 |
+
"step": 150
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.46153846153846156,
|
| 238 |
+
"eval_loss": 0.6000372767448425,
|
| 239 |
+
"eval_runtime": 1.9457,
|
| 240 |
+
"eval_samples_per_second": 58.592,
|
| 241 |
+
"eval_steps_per_second": 3.084,
|
| 242 |
+
"step": 150
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.49230769230769234,
|
| 246 |
+
"grad_norm": 2.345364809036255,
|
| 247 |
+
"learning_rate": 1.230769230769231e-05,
|
| 248 |
+
"loss": 0.5314,
|
| 249 |
+
"step": 160
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.49230769230769234,
|
| 253 |
+
"eval_loss": 0.6025042533874512,
|
| 254 |
+
"eval_runtime": 1.9398,
|
| 255 |
+
"eval_samples_per_second": 58.768,
|
| 256 |
+
"eval_steps_per_second": 3.093,
|
| 257 |
+
"step": 160
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 0.5230769230769231,
|
| 261 |
+
"grad_norm": 3.162071704864502,
|
| 262 |
+
"learning_rate": 1.3076923076923078e-05,
|
| 263 |
+
"loss": 0.6901,
|
| 264 |
+
"step": 170
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.5230769230769231,
|
| 268 |
+
"eval_loss": 0.598171055316925,
|
| 269 |
+
"eval_runtime": 1.9419,
|
| 270 |
+
"eval_samples_per_second": 58.705,
|
| 271 |
+
"eval_steps_per_second": 3.09,
|
| 272 |
+
"step": 170
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 0.5538461538461539,
|
| 276 |
+
"grad_norm": 3.9432108402252197,
|
| 277 |
+
"learning_rate": 1.3846153846153847e-05,
|
| 278 |
+
"loss": 0.6604,
|
| 279 |
+
"step": 180
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.5538461538461539,
|
| 283 |
+
"eval_loss": 0.5974885821342468,
|
| 284 |
+
"eval_runtime": 1.9664,
|
| 285 |
+
"eval_samples_per_second": 57.975,
|
| 286 |
+
"eval_steps_per_second": 3.051,
|
| 287 |
+
"step": 180
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 0.5846153846153846,
|
| 291 |
+
"grad_norm": 1.904718279838562,
|
| 292 |
+
"learning_rate": 1.4615384615384615e-05,
|
| 293 |
+
"loss": 0.5806,
|
| 294 |
+
"step": 190
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.5846153846153846,
|
| 298 |
+
"eval_loss": 0.6012160778045654,
|
| 299 |
+
"eval_runtime": 2.082,
|
| 300 |
+
"eval_samples_per_second": 54.755,
|
| 301 |
+
"eval_steps_per_second": 2.882,
|
| 302 |
+
"step": 190
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 0.6153846153846154,
|
| 306 |
+
"grad_norm": 2.2823173999786377,
|
| 307 |
+
"learning_rate": 1.5384615384615387e-05,
|
| 308 |
+
"loss": 0.588,
|
| 309 |
+
"step": 200
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.6153846153846154,
|
| 313 |
+
"eval_loss": 0.6052933931350708,
|
| 314 |
+
"eval_runtime": 1.9613,
|
| 315 |
+
"eval_samples_per_second": 58.124,
|
| 316 |
+
"eval_steps_per_second": 3.059,
|
| 317 |
+
"step": 200
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.6461538461538462,
|
| 321 |
+
"grad_norm": 1.8020161390304565,
|
| 322 |
+
"learning_rate": 1.6153846153846154e-05,
|
| 323 |
+
"loss": 0.5826,
|
| 324 |
+
"step": 210
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.6461538461538462,
|
| 328 |
+
"eval_loss": 0.6047356724739075,
|
| 329 |
+
"eval_runtime": 1.9487,
|
| 330 |
+
"eval_samples_per_second": 58.5,
|
| 331 |
+
"eval_steps_per_second": 3.079,
|
| 332 |
+
"step": 210
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.676923076923077,
|
| 336 |
+
"grad_norm": 1.8297995328903198,
|
| 337 |
+
"learning_rate": 1.6923076923076924e-05,
|
| 338 |
+
"loss": 0.5442,
|
| 339 |
+
"step": 220
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.676923076923077,
|
| 343 |
+
"eval_loss": 0.6105689406394958,
|
| 344 |
+
"eval_runtime": 2.0567,
|
| 345 |
+
"eval_samples_per_second": 55.429,
|
| 346 |
+
"eval_steps_per_second": 2.917,
|
| 347 |
+
"step": 220
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"epoch": 0.7076923076923077,
|
| 351 |
+
"grad_norm": 1.8141131401062012,
|
| 352 |
+
"learning_rate": 1.7692307692307694e-05,
|
| 353 |
+
"loss": 0.602,
|
| 354 |
+
"step": 230
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.7076923076923077,
|
| 358 |
+
"eval_loss": 0.6149886250495911,
|
| 359 |
+
"eval_runtime": 2.1951,
|
| 360 |
+
"eval_samples_per_second": 51.933,
|
| 361 |
+
"eval_steps_per_second": 2.733,
|
| 362 |
+
"step": 230
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.7384615384615385,
|
| 366 |
+
"grad_norm": 2.093683958053589,
|
| 367 |
+
"learning_rate": 1.8461538461538465e-05,
|
| 368 |
+
"loss": 0.6103,
|
| 369 |
+
"step": 240
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.7384615384615385,
|
| 373 |
+
"eval_loss": 0.621900200843811,
|
| 374 |
+
"eval_runtime": 1.9465,
|
| 375 |
+
"eval_samples_per_second": 58.567,
|
| 376 |
+
"eval_steps_per_second": 3.082,
|
| 377 |
+
"step": 240
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 0.7692307692307693,
|
| 381 |
+
"grad_norm": 1.840038776397705,
|
| 382 |
+
"learning_rate": 1.923076923076923e-05,
|
| 383 |
+
"loss": 0.5775,
|
| 384 |
+
"step": 250
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.7692307692307693,
|
| 388 |
+
"eval_loss": 0.6232128739356995,
|
| 389 |
+
"eval_runtime": 1.9883,
|
| 390 |
+
"eval_samples_per_second": 57.334,
|
| 391 |
+
"eval_steps_per_second": 3.018,
|
| 392 |
+
"step": 250
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"epoch": 0.8,
|
| 396 |
+
"grad_norm": 1.7329185009002686,
|
| 397 |
+
"learning_rate": 2e-05,
|
| 398 |
+
"loss": 0.6808,
|
| 399 |
+
"step": 260
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.8,
|
| 403 |
+
"eval_loss": 0.6226441264152527,
|
| 404 |
+
"eval_runtime": 1.9469,
|
| 405 |
+
"eval_samples_per_second": 58.553,
|
| 406 |
+
"eval_steps_per_second": 3.082,
|
| 407 |
+
"step": 260
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"epoch": 0.8307692307692308,
|
| 411 |
+
"grad_norm": 2.738678455352783,
|
| 412 |
+
"learning_rate": 1.999909877856721e-05,
|
| 413 |
+
"loss": 0.5833,
|
| 414 |
+
"step": 270
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.8307692307692308,
|
| 418 |
+
"eval_loss": 0.6240194439888,
|
| 419 |
+
"eval_runtime": 1.9419,
|
| 420 |
+
"eval_samples_per_second": 58.706,
|
| 421 |
+
"eval_steps_per_second": 3.09,
|
| 422 |
+
"step": 270
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.8615384615384616,
|
| 426 |
+
"grad_norm": 2.0359909534454346,
|
| 427 |
+
"learning_rate": 1.9996395276708856e-05,
|
| 428 |
+
"loss": 0.691,
|
| 429 |
+
"step": 280
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.8615384615384616,
|
| 433 |
+
"eval_loss": 0.6267117857933044,
|
| 434 |
+
"eval_runtime": 1.939,
|
| 435 |
+
"eval_samples_per_second": 58.794,
|
| 436 |
+
"eval_steps_per_second": 3.094,
|
| 437 |
+
"step": 280
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.8923076923076924,
|
| 441 |
+
"grad_norm": 1.7706685066223145,
|
| 442 |
+
"learning_rate": 1.9991889981715696e-05,
|
| 443 |
+
"loss": 0.6404,
|
| 444 |
+
"step": 290
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.8923076923076924,
|
| 448 |
+
"eval_loss": 0.6222097873687744,
|
| 449 |
+
"eval_runtime": 1.9533,
|
| 450 |
+
"eval_samples_per_second": 58.363,
|
| 451 |
+
"eval_steps_per_second": 3.072,
|
| 452 |
+
"step": 290
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 0.9230769230769231,
|
| 456 |
+
"grad_norm": 2.129652976989746,
|
| 457 |
+
"learning_rate": 1.9985583705641418e-05,
|
| 458 |
+
"loss": 0.7109,
|
| 459 |
+
"step": 300
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.9230769230769231,
|
| 463 |
+
"eval_loss": 0.6229674816131592,
|
| 464 |
+
"eval_runtime": 1.9467,
|
| 465 |
+
"eval_samples_per_second": 58.561,
|
| 466 |
+
"eval_steps_per_second": 3.082,
|
| 467 |
+
"step": 300
|
| 468 |
+
},
|
| 469 |
+
{
|
| 470 |
+
"epoch": 0.9538461538461539,
|
| 471 |
+
"grad_norm": 1.8439427614212036,
|
| 472 |
+
"learning_rate": 1.9977477585156252e-05,
|
| 473 |
+
"loss": 0.6623,
|
| 474 |
+
"step": 310
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.9538461538461539,
|
| 478 |
+
"eval_loss": 0.6273208856582642,
|
| 479 |
+
"eval_runtime": 2.0985,
|
| 480 |
+
"eval_samples_per_second": 54.324,
|
| 481 |
+
"eval_steps_per_second": 2.859,
|
| 482 |
+
"step": 310
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 0.9846153846153847,
|
| 486 |
+
"grad_norm": 2.1446306705474854,
|
| 487 |
+
"learning_rate": 1.9967573081342103e-05,
|
| 488 |
+
"loss": 0.5583,
|
| 489 |
+
"step": 320
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.9846153846153847,
|
| 493 |
+
"eval_loss": 0.6260280013084412,
|
| 494 |
+
"eval_runtime": 1.9521,
|
| 495 |
+
"eval_samples_per_second": 58.398,
|
| 496 |
+
"eval_steps_per_second": 3.074,
|
| 497 |
+
"step": 320
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 1.0153846153846153,
|
| 501 |
+
"grad_norm": 1.9259562492370605,
|
| 502 |
+
"learning_rate": 1.9955871979429188e-05,
|
| 503 |
+
"loss": 0.4857,
|
| 504 |
+
"step": 330
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 1.0153846153846153,
|
| 508 |
+
"eval_loss": 0.6497873067855835,
|
| 509 |
+
"eval_runtime": 1.9489,
|
| 510 |
+
"eval_samples_per_second": 58.496,
|
| 511 |
+
"eval_steps_per_second": 3.079,
|
| 512 |
+
"step": 330
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"epoch": 1.0461538461538462,
|
| 516 |
+
"grad_norm": 1.8625404834747314,
|
| 517 |
+
"learning_rate": 1.9942376388474282e-05,
|
| 518 |
+
"loss": 0.4152,
|
| 519 |
+
"step": 340
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 1.0461538461538462,
|
| 523 |
+
"eval_loss": 0.6430822014808655,
|
| 524 |
+
"eval_runtime": 1.9534,
|
| 525 |
+
"eval_samples_per_second": 58.358,
|
| 526 |
+
"eval_steps_per_second": 3.071,
|
| 527 |
+
"step": 340
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.0769230769230769,
|
| 531 |
+
"grad_norm": 1.1712415218353271,
|
| 532 |
+
"learning_rate": 1.992708874098054e-05,
|
| 533 |
+
"loss": 0.3459,
|
| 534 |
+
"step": 350
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.0769230769230769,
|
| 538 |
+
"eval_loss": 0.671064019203186,
|
| 539 |
+
"eval_runtime": 1.9772,
|
| 540 |
+
"eval_samples_per_second": 57.658,
|
| 541 |
+
"eval_steps_per_second": 3.035,
|
| 542 |
+
"step": 350
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.1076923076923078,
|
| 546 |
+
"grad_norm": 1.0710129737854004,
|
| 547 |
+
"learning_rate": 1.9910011792459086e-05,
|
| 548 |
+
"loss": 0.4307,
|
| 549 |
+
"step": 360
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.1076923076923078,
|
| 553 |
+
"eval_loss": 0.6545295119285583,
|
| 554 |
+
"eval_runtime": 2.0822,
|
| 555 |
+
"eval_samples_per_second": 54.749,
|
| 556 |
+
"eval_steps_per_second": 2.882,
|
| 557 |
+
"step": 360
|
| 558 |
+
},
|
| 559 |
+
{
|
| 560 |
+
"epoch": 1.1384615384615384,
|
| 561 |
+
"grad_norm": 1.839811086654663,
|
| 562 |
+
"learning_rate": 1.989114862093232e-05,
|
| 563 |
+
"loss": 0.4084,
|
| 564 |
+
"step": 370
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"epoch": 1.1384615384615384,
|
| 568 |
+
"eval_loss": 0.6743721961975098,
|
| 569 |
+
"eval_runtime": 1.962,
|
| 570 |
+
"eval_samples_per_second": 58.105,
|
| 571 |
+
"eval_steps_per_second": 3.058,
|
| 572 |
+
"step": 370
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"epoch": 1.1692307692307693,
|
| 576 |
+
"grad_norm": 2.2416107654571533,
|
| 577 |
+
"learning_rate": 1.9870502626379127e-05,
|
| 578 |
+
"loss": 0.4203,
|
| 579 |
+
"step": 380
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"epoch": 1.1692307692307693,
|
| 583 |
+
"eval_loss": 0.6703702211380005,
|
| 584 |
+
"eval_runtime": 2.0871,
|
| 585 |
+
"eval_samples_per_second": 54.621,
|
| 586 |
+
"eval_steps_per_second": 2.875,
|
| 587 |
+
"step": 380
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 1.2,
|
| 591 |
+
"grad_norm": 1.8775320053100586,
|
| 592 |
+
"learning_rate": 1.9848077530122083e-05,
|
| 593 |
+
"loss": 0.3056,
|
| 594 |
+
"step": 390
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 1.2,
|
| 598 |
+
"eval_loss": 0.680027425289154,
|
| 599 |
+
"eval_runtime": 2.0739,
|
| 600 |
+
"eval_samples_per_second": 54.97,
|
| 601 |
+
"eval_steps_per_second": 2.893,
|
| 602 |
+
"step": 390
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"epoch": 1.2307692307692308,
|
| 606 |
+
"grad_norm": 2.1544764041900635,
|
| 607 |
+
"learning_rate": 1.9823877374156647e-05,
|
| 608 |
+
"loss": 0.4332,
|
| 609 |
+
"step": 400
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"epoch": 1.2307692307692308,
|
| 613 |
+
"eval_loss": 0.6662920117378235,
|
| 614 |
+
"eval_runtime": 1.9498,
|
| 615 |
+
"eval_samples_per_second": 58.466,
|
| 616 |
+
"eval_steps_per_second": 3.077,
|
| 617 |
+
"step": 400
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"epoch": 1.2615384615384615,
|
| 621 |
+
"grad_norm": 1.740652084350586,
|
| 622 |
+
"learning_rate": 1.979790652042268e-05,
|
| 623 |
+
"loss": 0.3707,
|
| 624 |
+
"step": 410
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"epoch": 1.2615384615384615,
|
| 628 |
+
"eval_loss": 0.6721649765968323,
|
| 629 |
+
"eval_runtime": 1.9421,
|
| 630 |
+
"eval_samples_per_second": 58.699,
|
| 631 |
+
"eval_steps_per_second": 3.089,
|
| 632 |
+
"step": 410
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 1.2923076923076924,
|
| 636 |
+
"grad_norm": 1.8645464181900024,
|
| 637 |
+
"learning_rate": 1.977016965001817e-05,
|
| 638 |
+
"loss": 0.412,
|
| 639 |
+
"step": 420
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 1.2923076923076924,
|
| 643 |
+
"eval_loss": 0.6605477333068848,
|
| 644 |
+
"eval_runtime": 1.9455,
|
| 645 |
+
"eval_samples_per_second": 58.597,
|
| 646 |
+
"eval_steps_per_second": 3.084,
|
| 647 |
+
"step": 420
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.323076923076923,
|
| 651 |
+
"grad_norm": 1.3930943012237549,
|
| 652 |
+
"learning_rate": 1.9740671762355548e-05,
|
| 653 |
+
"loss": 0.388,
|
| 654 |
+
"step": 430
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.323076923076923,
|
| 658 |
+
"eval_loss": 0.6649342775344849,
|
| 659 |
+
"eval_runtime": 1.9497,
|
| 660 |
+
"eval_samples_per_second": 58.471,
|
| 661 |
+
"eval_steps_per_second": 3.077,
|
| 662 |
+
"step": 430
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 1.353846153846154,
|
| 666 |
+
"grad_norm": 1.8291655778884888,
|
| 667 |
+
"learning_rate": 1.9709418174260523e-05,
|
| 668 |
+
"loss": 0.4118,
|
| 669 |
+
"step": 440
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.353846153846154,
|
| 673 |
+
"eval_loss": 0.6680696606636047,
|
| 674 |
+
"eval_runtime": 2.0262,
|
| 675 |
+
"eval_samples_per_second": 56.262,
|
| 676 |
+
"eval_steps_per_second": 2.961,
|
| 677 |
+
"step": 440
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"epoch": 1.3846153846153846,
|
| 681 |
+
"grad_norm": 1.1135263442993164,
|
| 682 |
+
"learning_rate": 1.9676414519013782e-05,
|
| 683 |
+
"loss": 0.3205,
|
| 684 |
+
"step": 450
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 1.3846153846153846,
|
| 688 |
+
"eval_loss": 0.6739374995231628,
|
| 689 |
+
"eval_runtime": 1.9443,
|
| 690 |
+
"eval_samples_per_second": 58.633,
|
| 691 |
+
"eval_steps_per_second": 3.086,
|
| 692 |
+
"step": 450
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"epoch": 1.4153846153846155,
|
| 696 |
+
"grad_norm": 2.233457326889038,
|
| 697 |
+
"learning_rate": 1.9641666745335626e-05,
|
| 698 |
+
"loss": 0.3591,
|
| 699 |
+
"step": 460
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"epoch": 1.4153846153846155,
|
| 703 |
+
"eval_loss": 0.6751876473426819,
|
| 704 |
+
"eval_runtime": 1.9447,
|
| 705 |
+
"eval_samples_per_second": 58.622,
|
| 706 |
+
"eval_steps_per_second": 3.085,
|
| 707 |
+
"step": 460
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"epoch": 1.4461538461538461,
|
| 711 |
+
"grad_norm": 1.815677523612976,
|
| 712 |
+
"learning_rate": 1.9605181116313725e-05,
|
| 713 |
+
"loss": 0.4107,
|
| 714 |
+
"step": 470
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 1.4461538461538461,
|
| 718 |
+
"eval_loss": 0.6670271158218384,
|
| 719 |
+
"eval_runtime": 1.9448,
|
| 720 |
+
"eval_samples_per_second": 58.618,
|
| 721 |
+
"eval_steps_per_second": 3.085,
|
| 722 |
+
"step": 470
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"epoch": 1.476923076923077,
|
| 726 |
+
"grad_norm": 2.0177175998687744,
|
| 727 |
+
"learning_rate": 1.9566964208274254e-05,
|
| 728 |
+
"loss": 0.3954,
|
| 729 |
+
"step": 480
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"epoch": 1.476923076923077,
|
| 733 |
+
"eval_loss": 0.6706439256668091,
|
| 734 |
+
"eval_runtime": 2.1454,
|
| 735 |
+
"eval_samples_per_second": 53.137,
|
| 736 |
+
"eval_steps_per_second": 2.797,
|
| 737 |
+
"step": 480
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 1.5076923076923077,
|
| 741 |
+
"grad_norm": 2.2797820568084717,
|
| 742 |
+
"learning_rate": 1.9527022909596537e-05,
|
| 743 |
+
"loss": 0.349,
|
| 744 |
+
"step": 490
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 1.5076923076923077,
|
| 748 |
+
"eval_loss": 0.6916453242301941,
|
| 749 |
+
"eval_runtime": 1.9454,
|
| 750 |
+
"eval_samples_per_second": 58.599,
|
| 751 |
+
"eval_steps_per_second": 3.084,
|
| 752 |
+
"step": 490
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.5384615384615383,
|
| 756 |
+
"grad_norm": 1.6123872995376587,
|
| 757 |
+
"learning_rate": 1.9485364419471454e-05,
|
| 758 |
+
"loss": 0.3796,
|
| 759 |
+
"step": 500
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 1.5384615384615383,
|
| 763 |
+
"eval_loss": 0.6646614670753479,
|
| 764 |
+
"eval_runtime": 1.9525,
|
| 765 |
+
"eval_samples_per_second": 58.386,
|
| 766 |
+
"eval_steps_per_second": 3.073,
|
| 767 |
+
"step": 500
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"epoch": 1.5692307692307692,
|
| 771 |
+
"grad_norm": 2.039036989212036,
|
| 772 |
+
"learning_rate": 1.9441996246603848e-05,
|
| 773 |
+
"loss": 0.4163,
|
| 774 |
+
"step": 510
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"epoch": 1.5692307692307692,
|
| 778 |
+
"eval_loss": 0.6671331524848938,
|
| 779 |
+
"eval_runtime": 1.9375,
|
| 780 |
+
"eval_samples_per_second": 58.84,
|
| 781 |
+
"eval_steps_per_second": 3.097,
|
| 782 |
+
"step": 510
|
| 783 |
+
},
|
| 784 |
+
{
|
| 785 |
+
"epoch": 1.6,
|
| 786 |
+
"grad_norm": 1.8493613004684448,
|
| 787 |
+
"learning_rate": 1.9396926207859085e-05,
|
| 788 |
+
"loss": 0.3768,
|
| 789 |
+
"step": 520
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"epoch": 1.6,
|
| 793 |
+
"eval_loss": 0.6984831094741821,
|
| 794 |
+
"eval_runtime": 1.9384,
|
| 795 |
+
"eval_samples_per_second": 58.812,
|
| 796 |
+
"eval_steps_per_second": 3.095,
|
| 797 |
+
"step": 520
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"epoch": 1.6307692307692307,
|
| 801 |
+
"grad_norm": 1.1424219608306885,
|
| 802 |
+
"learning_rate": 1.9350162426854152e-05,
|
| 803 |
+
"loss": 0.3985,
|
| 804 |
+
"step": 530
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"epoch": 1.6307692307692307,
|
| 808 |
+
"eval_loss": 0.6629871726036072,
|
| 809 |
+
"eval_runtime": 1.9471,
|
| 810 |
+
"eval_samples_per_second": 58.549,
|
| 811 |
+
"eval_steps_per_second": 3.082,
|
| 812 |
+
"step": 530
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"epoch": 1.6615384615384614,
|
| 816 |
+
"grad_norm": 1.8115930557250977,
|
| 817 |
+
"learning_rate": 1.9301713332493386e-05,
|
| 818 |
+
"loss": 0.397,
|
| 819 |
+
"step": 540
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"epoch": 1.6615384615384614,
|
| 823 |
+
"eval_loss": 0.6737513542175293,
|
| 824 |
+
"eval_runtime": 1.9496,
|
| 825 |
+
"eval_samples_per_second": 58.473,
|
| 826 |
+
"eval_steps_per_second": 3.078,
|
| 827 |
+
"step": 540
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"epoch": 1.6923076923076923,
|
| 831 |
+
"grad_norm": 1.7575629949569702,
|
| 832 |
+
"learning_rate": 1.925158765744924e-05,
|
| 833 |
+
"loss": 0.4624,
|
| 834 |
+
"step": 550
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"epoch": 1.6923076923076923,
|
| 838 |
+
"eval_loss": 0.660962700843811,
|
| 839 |
+
"eval_runtime": 1.953,
|
| 840 |
+
"eval_samples_per_second": 58.372,
|
| 841 |
+
"eval_steps_per_second": 3.072,
|
| 842 |
+
"step": 550
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 1.7230769230769232,
|
| 846 |
+
"grad_norm": 1.7702680826187134,
|
| 847 |
+
"learning_rate": 1.9199794436588244e-05,
|
| 848 |
+
"loss": 0.3705,
|
| 849 |
+
"step": 560
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 1.7230769230769232,
|
| 853 |
+
"eval_loss": 0.663165807723999,
|
| 854 |
+
"eval_runtime": 1.9548,
|
| 855 |
+
"eval_samples_per_second": 58.319,
|
| 856 |
+
"eval_steps_per_second": 3.069,
|
| 857 |
+
"step": 560
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.7538461538461538,
|
| 861 |
+
"grad_norm": 1.4927833080291748,
|
| 862 |
+
"learning_rate": 1.9146343005342546e-05,
|
| 863 |
+
"loss": 0.3708,
|
| 864 |
+
"step": 570
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.7538461538461538,
|
| 868 |
+
"eval_loss": 0.673720121383667,
|
| 869 |
+
"eval_runtime": 1.9582,
|
| 870 |
+
"eval_samples_per_second": 58.216,
|
| 871 |
+
"eval_steps_per_second": 3.064,
|
| 872 |
+
"step": 570
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 1.7846153846153845,
|
| 876 |
+
"grad_norm": 1.6623133420944214,
|
| 877 |
+
"learning_rate": 1.909124299802724e-05,
|
| 878 |
+
"loss": 0.399,
|
| 879 |
+
"step": 580
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 1.7846153846153845,
|
| 883 |
+
"eval_loss": 0.6685453653335571,
|
| 884 |
+
"eval_runtime": 1.9645,
|
| 885 |
+
"eval_samples_per_second": 58.029,
|
| 886 |
+
"eval_steps_per_second": 3.054,
|
| 887 |
+
"step": 580
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"epoch": 1.8153846153846154,
|
| 891 |
+
"grad_norm": 2.253755807876587,
|
| 892 |
+
"learning_rate": 1.9034504346103825e-05,
|
| 893 |
+
"loss": 0.3642,
|
| 894 |
+
"step": 590
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"epoch": 1.8153846153846154,
|
| 898 |
+
"eval_loss": 0.6629040241241455,
|
| 899 |
+
"eval_runtime": 1.9527,
|
| 900 |
+
"eval_samples_per_second": 58.382,
|
| 901 |
+
"eval_steps_per_second": 3.073,
|
| 902 |
+
"step": 590
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"epoch": 1.8461538461538463,
|
| 906 |
+
"grad_norm": 1.8123295307159424,
|
| 907 |
+
"learning_rate": 1.8976137276390145e-05,
|
| 908 |
+
"loss": 0.4213,
|
| 909 |
+
"step": 600
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"epoch": 1.8461538461538463,
|
| 913 |
+
"eval_loss": 0.6636160016059875,
|
| 914 |
+
"eval_runtime": 2.1305,
|
| 915 |
+
"eval_samples_per_second": 53.508,
|
| 916 |
+
"eval_steps_per_second": 2.816,
|
| 917 |
+
"step": 600
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"epoch": 1.876923076923077,
|
| 921 |
+
"grad_norm": 1.6377712488174438,
|
| 922 |
+
"learning_rate": 1.891615230921703e-05,
|
| 923 |
+
"loss": 0.3154,
|
| 924 |
+
"step": 610
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"epoch": 1.876923076923077,
|
| 928 |
+
"eval_loss": 0.6621889472007751,
|
| 929 |
+
"eval_runtime": 1.9727,
|
| 930 |
+
"eval_samples_per_second": 57.789,
|
| 931 |
+
"eval_steps_per_second": 3.042,
|
| 932 |
+
"step": 610
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"epoch": 1.9076923076923076,
|
| 936 |
+
"grad_norm": 2.1680402755737305,
|
| 937 |
+
"learning_rate": 1.8854560256532098e-05,
|
| 938 |
+
"loss": 0.421,
|
| 939 |
+
"step": 620
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"epoch": 1.9076923076923076,
|
| 943 |
+
"eval_loss": 0.6584432721138,
|
| 944 |
+
"eval_runtime": 1.9532,
|
| 945 |
+
"eval_samples_per_second": 58.367,
|
| 946 |
+
"eval_steps_per_second": 3.072,
|
| 947 |
+
"step": 620
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 1.9384615384615385,
|
| 951 |
+
"grad_norm": 1.771596074104309,
|
| 952 |
+
"learning_rate": 1.879137221995095e-05,
|
| 953 |
+
"loss": 0.3625,
|
| 954 |
+
"step": 630
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 1.9384615384615385,
|
| 958 |
+
"eval_loss": 0.6574673652648926,
|
| 959 |
+
"eval_runtime": 1.9593,
|
| 960 |
+
"eval_samples_per_second": 58.185,
|
| 961 |
+
"eval_steps_per_second": 3.062,
|
| 962 |
+
"step": 630
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.9692307692307693,
|
| 966 |
+
"grad_norm": 1.6291016340255737,
|
| 967 |
+
"learning_rate": 1.8726599588756144e-05,
|
| 968 |
+
"loss": 0.3787,
|
| 969 |
+
"step": 640
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.9692307692307693,
|
| 973 |
+
"eval_loss": 0.6593620181083679,
|
| 974 |
+
"eval_runtime": 2.1362,
|
| 975 |
+
"eval_samples_per_second": 53.367,
|
| 976 |
+
"eval_steps_per_second": 2.809,
|
| 977 |
+
"step": 640
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 2.0,
|
| 981 |
+
"grad_norm": 1.721921682357788,
|
| 982 |
+
"learning_rate": 1.866025403784439e-05,
|
| 983 |
+
"loss": 0.3923,
|
| 984 |
+
"step": 650
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"epoch": 2.0,
|
| 988 |
+
"eval_loss": 0.6485319137573242,
|
| 989 |
+
"eval_runtime": 1.967,
|
| 990 |
+
"eval_samples_per_second": 57.957,
|
| 991 |
+
"eval_steps_per_second": 3.05,
|
| 992 |
+
"step": 650
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"epoch": 2.0307692307692307,
|
| 996 |
+
"grad_norm": 1.6391288042068481,
|
| 997 |
+
"learning_rate": 1.859234752562217e-05,
|
| 998 |
+
"loss": 0.2137,
|
| 999 |
+
"step": 660
|
| 1000 |
+
},
|
| 1001 |
+
{
|
| 1002 |
+
"epoch": 2.0307692307692307,
|
| 1003 |
+
"eval_loss": 0.7283760905265808,
|
| 1004 |
+
"eval_runtime": 1.9428,
|
| 1005 |
+
"eval_samples_per_second": 58.678,
|
| 1006 |
+
"eval_steps_per_second": 3.088,
|
| 1007 |
+
"step": 660
|
| 1008 |
+
},
|
| 1009 |
+
{
|
| 1010 |
+
"epoch": 2.0615384615384613,
|
| 1011 |
+
"grad_norm": 1.9791120290756226,
|
| 1012 |
+
"learning_rate": 1.8522892291850335e-05,
|
| 1013 |
+
"loss": 0.2221,
|
| 1014 |
+
"step": 670
|
| 1015 |
+
},
|
| 1016 |
+
{
|
| 1017 |
+
"epoch": 2.0615384615384613,
|
| 1018 |
+
"eval_loss": 0.7443767189979553,
|
| 1019 |
+
"eval_runtime": 1.9429,
|
| 1020 |
+
"eval_samples_per_second": 58.676,
|
| 1021 |
+
"eval_steps_per_second": 3.088,
|
| 1022 |
+
"step": 670
|
| 1023 |
+
},
|
| 1024 |
+
{
|
| 1025 |
+
"epoch": 2.0923076923076924,
|
| 1026 |
+
"grad_norm": 2.0093741416931152,
|
| 1027 |
+
"learning_rate": 1.845190085543795e-05,
|
| 1028 |
+
"loss": 0.1777,
|
| 1029 |
+
"step": 680
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"epoch": 2.0923076923076924,
|
| 1033 |
+
"eval_loss": 0.7445951700210571,
|
| 1034 |
+
"eval_runtime": 1.9592,
|
| 1035 |
+
"eval_samples_per_second": 58.186,
|
| 1036 |
+
"eval_steps_per_second": 3.062,
|
| 1037 |
+
"step": 680
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"epoch": 2.123076923076923,
|
| 1041 |
+
"grad_norm": 1.8424338102340698,
|
| 1042 |
+
"learning_rate": 1.8379386012185813e-05,
|
| 1043 |
+
"loss": 0.1755,
|
| 1044 |
+
"step": 690
|
| 1045 |
+
},
|
| 1046 |
+
{
|
| 1047 |
+
"epoch": 2.123076923076923,
|
| 1048 |
+
"eval_loss": 0.7517443299293518,
|
| 1049 |
+
"eval_runtime": 2.0747,
|
| 1050 |
+
"eval_samples_per_second": 54.947,
|
| 1051 |
+
"eval_steps_per_second": 2.892,
|
| 1052 |
+
"step": 690
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 2.1538461538461537,
|
| 1056 |
+
"grad_norm": 1.4635226726531982,
|
| 1057 |
+
"learning_rate": 1.8305360832480118e-05,
|
| 1058 |
+
"loss": 0.1742,
|
| 1059 |
+
"step": 700
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 2.1538461538461537,
|
| 1063 |
+
"eval_loss": 0.7649147510528564,
|
| 1064 |
+
"eval_runtime": 1.9437,
|
| 1065 |
+
"eval_samples_per_second": 58.65,
|
| 1066 |
+
"eval_steps_per_second": 3.087,
|
| 1067 |
+
"step": 700
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 2.184615384615385,
|
| 1071 |
+
"grad_norm": 1.9029723405838013,
|
| 1072 |
+
"learning_rate": 1.8229838658936566e-05,
|
| 1073 |
+
"loss": 0.2037,
|
| 1074 |
+
"step": 710
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 2.184615384615385,
|
| 1078 |
+
"eval_loss": 0.7539044618606567,
|
| 1079 |
+
"eval_runtime": 2.1243,
|
| 1080 |
+
"eval_samples_per_second": 53.664,
|
| 1081 |
+
"eval_steps_per_second": 2.824,
|
| 1082 |
+
"step": 710
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"epoch": 2.2153846153846155,
|
| 1086 |
+
"grad_norm": 1.3570928573608398,
|
| 1087 |
+
"learning_rate": 1.8152833103995443e-05,
|
| 1088 |
+
"loss": 0.1954,
|
| 1089 |
+
"step": 720
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"epoch": 2.2153846153846155,
|
| 1093 |
+
"eval_loss": 0.7460123300552368,
|
| 1094 |
+
"eval_runtime": 2.1466,
|
| 1095 |
+
"eval_samples_per_second": 53.108,
|
| 1096 |
+
"eval_steps_per_second": 2.795,
|
| 1097 |
+
"step": 720
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"epoch": 2.246153846153846,
|
| 1101 |
+
"grad_norm": 1.5055183172225952,
|
| 1102 |
+
"learning_rate": 1.807435804746807e-05,
|
| 1103 |
+
"loss": 0.2027,
|
| 1104 |
+
"step": 730
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"epoch": 2.246153846153846,
|
| 1108 |
+
"eval_loss": 0.7585832476615906,
|
| 1109 |
+
"eval_runtime": 2.1298,
|
| 1110 |
+
"eval_samples_per_second": 53.525,
|
| 1111 |
+
"eval_steps_per_second": 2.817,
|
| 1112 |
+
"step": 730
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"epoch": 2.276923076923077,
|
| 1116 |
+
"grad_norm": 1.0890541076660156,
|
| 1117 |
+
"learning_rate": 1.7994427634035016e-05,
|
| 1118 |
+
"loss": 0.1867,
|
| 1119 |
+
"step": 740
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"epoch": 2.276923076923077,
|
| 1123 |
+
"eval_loss": 0.7535340785980225,
|
| 1124 |
+
"eval_runtime": 1.9471,
|
| 1125 |
+
"eval_samples_per_second": 58.549,
|
| 1126 |
+
"eval_steps_per_second": 3.082,
|
| 1127 |
+
"step": 740
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"epoch": 2.3076923076923075,
|
| 1131 |
+
"grad_norm": 1.11017644405365,
|
| 1132 |
+
"learning_rate": 1.791305627069662e-05,
|
| 1133 |
+
"loss": 0.1875,
|
| 1134 |
+
"step": 750
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"epoch": 2.3076923076923075,
|
| 1138 |
+
"eval_loss": 0.7587242126464844,
|
| 1139 |
+
"eval_runtime": 1.9462,
|
| 1140 |
+
"eval_samples_per_second": 58.575,
|
| 1141 |
+
"eval_steps_per_second": 3.083,
|
| 1142 |
+
"step": 750
|
| 1143 |
+
},
|
| 1144 |
+
{
|
| 1145 |
+
"epoch": 2.3384615384615386,
|
| 1146 |
+
"grad_norm": 1.7792816162109375,
|
| 1147 |
+
"learning_rate": 1.7830258624176224e-05,
|
| 1148 |
+
"loss": 0.1841,
|
| 1149 |
+
"step": 760
|
| 1150 |
+
},
|
| 1151 |
+
{
|
| 1152 |
+
"epoch": 2.3384615384615386,
|
| 1153 |
+
"eval_loss": 0.7774962782859802,
|
| 1154 |
+
"eval_runtime": 1.942,
|
| 1155 |
+
"eval_samples_per_second": 58.703,
|
| 1156 |
+
"eval_steps_per_second": 3.09,
|
| 1157 |
+
"step": 760
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 2.3692307692307693,
|
| 1161 |
+
"grad_norm": 1.384929895401001,
|
| 1162 |
+
"learning_rate": 1.7746049618276545e-05,
|
| 1163 |
+
"loss": 0.1724,
|
| 1164 |
+
"step": 770
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 2.3692307692307693,
|
| 1168 |
+
"eval_loss": 0.7517464756965637,
|
| 1169 |
+
"eval_runtime": 2.0655,
|
| 1170 |
+
"eval_samples_per_second": 55.191,
|
| 1171 |
+
"eval_steps_per_second": 2.905,
|
| 1172 |
+
"step": 770
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 2.4,
|
| 1176 |
+
"grad_norm": 1.3608155250549316,
|
| 1177 |
+
"learning_rate": 1.766044443118978e-05,
|
| 1178 |
+
"loss": 0.1831,
|
| 1179 |
+
"step": 780
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 2.4,
|
| 1183 |
+
"eval_loss": 0.7726874351501465,
|
| 1184 |
+
"eval_runtime": 1.952,
|
| 1185 |
+
"eval_samples_per_second": 58.4,
|
| 1186 |
+
"eval_steps_per_second": 3.074,
|
| 1187 |
+
"step": 780
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 2.430769230769231,
|
| 1191 |
+
"grad_norm": 0.9307472109794617,
|
| 1192 |
+
"learning_rate": 1.7573458492761802e-05,
|
| 1193 |
+
"loss": 0.1897,
|
| 1194 |
+
"step": 790
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 2.430769230769231,
|
| 1198 |
+
"eval_loss": 0.7573862075805664,
|
| 1199 |
+
"eval_runtime": 1.9435,
|
| 1200 |
+
"eval_samples_per_second": 58.658,
|
| 1201 |
+
"eval_steps_per_second": 3.087,
|
| 1202 |
+
"step": 790
|
| 1203 |
+
},
|
| 1204 |
+
{
|
| 1205 |
+
"epoch": 2.4615384615384617,
|
| 1206 |
+
"grad_norm": 1.0741816759109497,
|
| 1207 |
+
"learning_rate": 1.7485107481711014e-05,
|
| 1208 |
+
"loss": 0.1936,
|
| 1209 |
+
"step": 800
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"epoch": 2.4615384615384617,
|
| 1213 |
+
"eval_loss": 0.7550384402275085,
|
| 1214 |
+
"eval_runtime": 1.9506,
|
| 1215 |
+
"eval_samples_per_second": 58.443,
|
| 1216 |
+
"eval_steps_per_second": 3.076,
|
| 1217 |
+
"step": 800
|
| 1218 |
+
},
|
| 1219 |
+
{
|
| 1220 |
+
"epoch": 2.4923076923076923,
|
| 1221 |
+
"grad_norm": 1.3956509828567505,
|
| 1222 |
+
"learning_rate": 1.7395407322802374e-05,
|
| 1223 |
+
"loss": 0.1969,
|
| 1224 |
+
"step": 810
|
| 1225 |
+
},
|
| 1226 |
+
{
|
| 1227 |
+
"epoch": 2.4923076923076923,
|
| 1228 |
+
"eval_loss": 0.7733697295188904,
|
| 1229 |
+
"eval_runtime": 1.9492,
|
| 1230 |
+
"eval_samples_per_second": 58.484,
|
| 1231 |
+
"eval_steps_per_second": 3.078,
|
| 1232 |
+
"step": 810
|
| 1233 |
+
},
|
| 1234 |
+
{
|
| 1235 |
+
"epoch": 2.523076923076923,
|
| 1236 |
+
"grad_norm": 1.529106855392456,
|
| 1237 |
+
"learning_rate": 1.7304374183977032e-05,
|
| 1238 |
+
"loss": 0.2222,
|
| 1239 |
+
"step": 820
|
| 1240 |
+
},
|
| 1241 |
+
{
|
| 1242 |
+
"epoch": 2.523076923076923,
|
| 1243 |
+
"eval_loss": 0.753304660320282,
|
| 1244 |
+
"eval_runtime": 1.9648,
|
| 1245 |
+
"eval_samples_per_second": 58.022,
|
| 1246 |
+
"eval_steps_per_second": 3.054,
|
| 1247 |
+
"step": 820
|
| 1248 |
+
},
|
| 1249 |
+
{
|
| 1250 |
+
"epoch": 2.5538461538461537,
|
| 1251 |
+
"grad_norm": 1.6149755716323853,
|
| 1252 |
+
"learning_rate": 1.7212024473438145e-05,
|
| 1253 |
+
"loss": 0.1956,
|
| 1254 |
+
"step": 830
|
| 1255 |
+
},
|
| 1256 |
+
{
|
| 1257 |
+
"epoch": 2.5538461538461537,
|
| 1258 |
+
"eval_loss": 0.7569817900657654,
|
| 1259 |
+
"eval_runtime": 1.9386,
|
| 1260 |
+
"eval_samples_per_second": 58.804,
|
| 1261 |
+
"eval_steps_per_second": 3.095,
|
| 1262 |
+
"step": 830
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 2.5846153846153848,
|
| 1266 |
+
"grad_norm": 0.9965218901634216,
|
| 1267 |
+
"learning_rate": 1.7118374836693407e-05,
|
| 1268 |
+
"loss": 0.1945,
|
| 1269 |
+
"step": 840
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 2.5846153846153848,
|
| 1273 |
+
"eval_loss": 0.7557573914527893,
|
| 1274 |
+
"eval_runtime": 1.9446,
|
| 1275 |
+
"eval_samples_per_second": 58.623,
|
| 1276 |
+
"eval_steps_per_second": 3.085,
|
| 1277 |
+
"step": 840
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 2.6153846153846154,
|
| 1281 |
+
"grad_norm": 1.1858470439910889,
|
| 1282 |
+
"learning_rate": 1.7023442153554776e-05,
|
| 1283 |
+
"loss": 0.1964,
|
| 1284 |
+
"step": 850
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 2.6153846153846154,
|
| 1288 |
+
"eval_loss": 0.7555262446403503,
|
| 1289 |
+
"eval_runtime": 1.9665,
|
| 1290 |
+
"eval_samples_per_second": 57.971,
|
| 1291 |
+
"eval_steps_per_second": 3.051,
|
| 1292 |
+
"step": 850
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"epoch": 2.646153846153846,
|
| 1296 |
+
"grad_norm": 1.079675316810608,
|
| 1297 |
+
"learning_rate": 1.6927243535095995e-05,
|
| 1298 |
+
"loss": 0.2012,
|
| 1299 |
+
"step": 860
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"epoch": 2.646153846153846,
|
| 1303 |
+
"eval_loss": 0.7503151893615723,
|
| 1304 |
+
"eval_runtime": 1.9514,
|
| 1305 |
+
"eval_samples_per_second": 58.421,
|
| 1306 |
+
"eval_steps_per_second": 3.075,
|
| 1307 |
+
"step": 860
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"epoch": 2.676923076923077,
|
| 1311 |
+
"grad_norm": 1.3259488344192505,
|
| 1312 |
+
"learning_rate": 1.6829796320568416e-05,
|
| 1313 |
+
"loss": 0.2022,
|
| 1314 |
+
"step": 870
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 2.676923076923077,
|
| 1318 |
+
"eval_loss": 0.7605793476104736,
|
| 1319 |
+
"eval_runtime": 2.0581,
|
| 1320 |
+
"eval_samples_per_second": 55.39,
|
| 1321 |
+
"eval_steps_per_second": 2.915,
|
| 1322 |
+
"step": 870
|
| 1323 |
+
},
|
| 1324 |
+
{
|
| 1325 |
+
"epoch": 2.707692307692308,
|
| 1326 |
+
"grad_norm": 1.1906328201293945,
|
| 1327 |
+
"learning_rate": 1.67311180742757e-05,
|
| 1328 |
+
"loss": 0.1874,
|
| 1329 |
+
"step": 880
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"epoch": 2.707692307692308,
|
| 1333 |
+
"eval_loss": 0.767244815826416,
|
| 1334 |
+
"eval_runtime": 1.9453,
|
| 1335 |
+
"eval_samples_per_second": 58.602,
|
| 1336 |
+
"eval_steps_per_second": 3.084,
|
| 1337 |
+
"step": 880
|
| 1338 |
+
},
|
| 1339 |
+
{
|
| 1340 |
+
"epoch": 2.7384615384615385,
|
| 1341 |
+
"grad_norm": 1.5168702602386475,
|
| 1342 |
+
"learning_rate": 1.6631226582407954e-05,
|
| 1343 |
+
"loss": 0.1939,
|
| 1344 |
+
"step": 890
|
| 1345 |
+
},
|
| 1346 |
+
{
|
| 1347 |
+
"epoch": 2.7384615384615385,
|
| 1348 |
+
"eval_loss": 0.7721065282821655,
|
| 1349 |
+
"eval_runtime": 1.9592,
|
| 1350 |
+
"eval_samples_per_second": 58.186,
|
| 1351 |
+
"eval_steps_per_second": 3.062,
|
| 1352 |
+
"step": 890
|
| 1353 |
+
},
|
| 1354 |
+
{
|
| 1355 |
+
"epoch": 2.769230769230769,
|
| 1356 |
+
"grad_norm": 1.5762079954147339,
|
| 1357 |
+
"learning_rate": 1.653013984983585e-05,
|
| 1358 |
+
"loss": 0.1887,
|
| 1359 |
+
"step": 900
|
| 1360 |
+
},
|
| 1361 |
+
{
|
| 1362 |
+
"epoch": 2.769230769230769,
|
| 1363 |
+
"eval_loss": 0.7561252117156982,
|
| 1364 |
+
"eval_runtime": 1.9488,
|
| 1365 |
+
"eval_samples_per_second": 58.496,
|
| 1366 |
+
"eval_steps_per_second": 3.079,
|
| 1367 |
+
"step": 900
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 2.8,
|
| 1371 |
+
"grad_norm": 1.2828755378723145,
|
| 1372 |
+
"learning_rate": 1.6427876096865394e-05,
|
| 1373 |
+
"loss": 0.2039,
|
| 1374 |
+
"step": 910
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 2.8,
|
| 1378 |
+
"eval_loss": 0.7597094178199768,
|
| 1379 |
+
"eval_runtime": 1.9419,
|
| 1380 |
+
"eval_samples_per_second": 58.706,
|
| 1381 |
+
"eval_steps_per_second": 3.09,
|
| 1382 |
+
"step": 910
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 2.830769230769231,
|
| 1386 |
+
"grad_norm": 1.1010947227478027,
|
| 1387 |
+
"learning_rate": 1.6324453755953772e-05,
|
| 1388 |
+
"loss": 0.1845,
|
| 1389 |
+
"step": 920
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 2.830769230769231,
|
| 1393 |
+
"eval_loss": 0.7654496431350708,
|
| 1394 |
+
"eval_runtime": 1.9494,
|
| 1395 |
+
"eval_samples_per_second": 58.478,
|
| 1396 |
+
"eval_steps_per_second": 3.078,
|
| 1397 |
+
"step": 920
|
| 1398 |
+
},
|
| 1399 |
+
{
|
| 1400 |
+
"epoch": 2.8615384615384616,
|
| 1401 |
+
"grad_norm": 1.676522970199585,
|
| 1402 |
+
"learning_rate": 1.621989146838704e-05,
|
| 1403 |
+
"loss": 0.2192,
|
| 1404 |
+
"step": 930
|
| 1405 |
+
},
|
| 1406 |
+
{
|
| 1407 |
+
"epoch": 2.8615384615384616,
|
| 1408 |
+
"eval_loss": 0.756608247756958,
|
| 1409 |
+
"eval_runtime": 1.9502,
|
| 1410 |
+
"eval_samples_per_second": 58.457,
|
| 1411 |
+
"eval_steps_per_second": 3.077,
|
| 1412 |
+
"step": 930
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"epoch": 2.8923076923076922,
|
| 1416 |
+
"grad_norm": 1.453100562095642,
|
| 1417 |
+
"learning_rate": 1.6114208080920125e-05,
|
| 1418 |
+
"loss": 0.2055,
|
| 1419 |
+
"step": 940
|
| 1420 |
+
},
|
| 1421 |
+
{
|
| 1422 |
+
"epoch": 2.8923076923076922,
|
| 1423 |
+
"eval_loss": 0.7652134895324707,
|
| 1424 |
+
"eval_runtime": 1.976,
|
| 1425 |
+
"eval_samples_per_second": 57.692,
|
| 1426 |
+
"eval_steps_per_second": 3.036,
|
| 1427 |
+
"step": 940
|
| 1428 |
+
},
|
| 1429 |
+
{
|
| 1430 |
+
"epoch": 2.9230769230769234,
|
| 1431 |
+
"grad_norm": 1.3680988550186157,
|
| 1432 |
+
"learning_rate": 1.600742264237979e-05,
|
| 1433 |
+
"loss": 0.2038,
|
| 1434 |
+
"step": 950
|
| 1435 |
+
},
|
| 1436 |
+
{
|
| 1437 |
+
"epoch": 2.9230769230769234,
|
| 1438 |
+
"eval_loss": 0.7622235417366028,
|
| 1439 |
+
"eval_runtime": 1.9779,
|
| 1440 |
+
"eval_samples_per_second": 57.638,
|
| 1441 |
+
"eval_steps_per_second": 3.034,
|
| 1442 |
+
"step": 950
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"epoch": 2.953846153846154,
|
| 1446 |
+
"grad_norm": 1.6015321016311646,
|
| 1447 |
+
"learning_rate": 1.5899554400231233e-05,
|
| 1448 |
+
"loss": 0.2149,
|
| 1449 |
+
"step": 960
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"epoch": 2.953846153846154,
|
| 1453 |
+
"eval_loss": 0.7541946172714233,
|
| 1454 |
+
"eval_runtime": 1.9407,
|
| 1455 |
+
"eval_samples_per_second": 58.74,
|
| 1456 |
+
"eval_steps_per_second": 3.092,
|
| 1457 |
+
"step": 960
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"epoch": 2.9846153846153847,
|
| 1461 |
+
"grad_norm": 1.2561781406402588,
|
| 1462 |
+
"learning_rate": 1.579062279710879e-05,
|
| 1463 |
+
"loss": 0.1844,
|
| 1464 |
+
"step": 970
|
| 1465 |
+
},
|
| 1466 |
+
{
|
| 1467 |
+
"epoch": 2.9846153846153847,
|
| 1468 |
+
"eval_loss": 0.7695141434669495,
|
| 1469 |
+
"eval_runtime": 1.9507,
|
| 1470 |
+
"eval_samples_per_second": 58.442,
|
| 1471 |
+
"eval_steps_per_second": 3.076,
|
| 1472 |
+
"step": 970
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 3.0153846153846153,
|
| 1476 |
+
"grad_norm": 0.7629246711730957,
|
| 1477 |
+
"learning_rate": 1.568064746731156e-05,
|
| 1478 |
+
"loss": 0.1376,
|
| 1479 |
+
"step": 980
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 3.0153846153846153,
|
| 1483 |
+
"eval_loss": 0.7860725522041321,
|
| 1484 |
+
"eval_runtime": 1.9563,
|
| 1485 |
+
"eval_samples_per_second": 58.273,
|
| 1486 |
+
"eval_steps_per_second": 3.067,
|
| 1487 |
+
"step": 980
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 3.046153846153846,
|
| 1491 |
+
"grad_norm": 0.9552655816078186,
|
| 1492 |
+
"learning_rate": 1.5569648233264395e-05,
|
| 1493 |
+
"loss": 0.1065,
|
| 1494 |
+
"step": 990
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 3.046153846153846,
|
| 1498 |
+
"eval_loss": 0.8531390428543091,
|
| 1499 |
+
"eval_runtime": 1.9499,
|
| 1500 |
+
"eval_samples_per_second": 58.465,
|
| 1501 |
+
"eval_steps_per_second": 3.077,
|
| 1502 |
+
"step": 990
|
| 1503 |
+
},
|
| 1504 |
+
{
|
| 1505 |
+
"epoch": 3.076923076923077,
|
| 1506 |
+
"grad_norm": 1.4238945245742798,
|
| 1507 |
+
"learning_rate": 1.5457645101945046e-05,
|
| 1508 |
+
"loss": 0.1083,
|
| 1509 |
+
"step": 1000
|
| 1510 |
+
},
|
| 1511 |
+
{
|
| 1512 |
+
"epoch": 3.076923076923077,
|
| 1513 |
+
"eval_loss": 0.8417089581489563,
|
| 1514 |
+
"eval_runtime": 2.0647,
|
| 1515 |
+
"eval_samples_per_second": 55.214,
|
| 1516 |
+
"eval_steps_per_second": 2.906,
|
| 1517 |
+
"step": 1000
|
| 1518 |
+
}
|
| 1519 |
+
],
|
| 1520 |
+
"logging_steps": 10,
|
| 1521 |
+
"max_steps": 2600,
|
| 1522 |
+
"num_input_tokens_seen": 0,
|
| 1523 |
+
"num_train_epochs": 8,
|
| 1524 |
+
"save_steps": 50,
|
| 1525 |
+
"total_flos": 8.729990710637363e+16,
|
| 1526 |
+
"train_batch_size": 2,
|
| 1527 |
+
"trial_name": null,
|
| 1528 |
+
"trial_params": null
|
| 1529 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3a275a1f941882da99f851a4d3084b949cf3401949c2995ebc356025dd22836
|
| 3 |
+
size 5112
|
checkpoint-1050/added_tokens.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</headline>": 32008,
|
| 3 |
+
"</scratchpad>": 32006,
|
| 4 |
+
"<</SYS>>": 32004,
|
| 5 |
+
"<<SYS>>": 32003,
|
| 6 |
+
"<headline>": 32007,
|
| 7 |
+
"<pad>": 32000,
|
| 8 |
+
"<scratchpad>": 32005,
|
| 9 |
+
"[/INST]": 32002,
|
| 10 |
+
"[INST]": 32001
|
| 11 |
+
}
|
checkpoint-1050/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 1,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 11008,
|
| 14 |
+
"max_position_embeddings": 4096,
|
| 15 |
+
"model_type": "llama",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 32,
|
| 19 |
+
"pretraining_tp": 1,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.40.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 32016
|
| 28 |
+
}
|
checkpoint-1050/generation_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"max_length": 4096,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"temperature": 0.6,
|
| 8 |
+
"top_p": 0.9,
|
| 9 |
+
"transformers_version": "4.40.2"
|
| 10 |
+
}
|
checkpoint-1050/model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ab0b04a0acb933e53c55229b6ea95ac86142e188ff1331b6e8e1bd1f7f60a7a
|
| 3 |
+
size 4840658560
|
checkpoint-1050/model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf365ccb88bd87f17f24ecd81951c5887c357127ed0ff53cf1839e58165b1525
|
| 3 |
+
size 4857206856
|
checkpoint-1050/model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76624d727db07c8009aede54901ea43aed542cc797414d567a0f4e052c807c59
|
| 3 |
+
size 4857206904
|
checkpoint-1050/model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4463b53c40a0f02db2b80450d0bd19afe12228168681cf3ffac1fba847615b1
|
| 3 |
+
size 4857206904
|
checkpoint-1050/model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:893c3f65ec386a9c0b09a0dcbec7dc85392068d4fcc877976e1e9bd999480647
|
| 3 |
+
size 4857206904
|
checkpoint-1050/model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:995a11dac64a232de76b62105a91f500570c03469355ddc43025b1c31b791975
|
| 3 |
+
size 2684734256
|
checkpoint-1050/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 26954186752
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
checkpoint-1050/special_tokens_map.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "[INST]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": true
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "[/INST]",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": true
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<<SYS>>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<</SYS>>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": true
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<scratchpad>",
|
| 33 |
+
"lstrip": false,
|
| 34 |
+
"normalized": false,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": true
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "</scratchpad>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": true
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<headline>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "</headline>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": true
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"bos_token": {
|
| 61 |
+
"content": "<s>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false
|
| 66 |
+
},
|
| 67 |
+
"eos_token": {
|
| 68 |
+
"content": "</s>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false
|
| 73 |
+
},
|
| 74 |
+
"pad_token": "<pad>",
|
| 75 |
+
"unk_token": {
|
| 76 |
+
"content": "<unk>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false
|
| 81 |
+
}
|
| 82 |
+
}
|
checkpoint-1050/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1050/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-1050/tokenizer_config.json
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"32000": {
|
| 30 |
+
"content": "<pad>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"32001": {
|
| 38 |
+
"content": "[INST]",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": true,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"32002": {
|
| 46 |
+
"content": "[/INST]",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": true,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"32003": {
|
| 54 |
+
"content": "<<SYS>>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": true,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"32004": {
|
| 62 |
+
"content": "<</SYS>>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": true,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"32005": {
|
| 70 |
+
"content": "<scratchpad>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": true,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"32006": {
|
| 78 |
+
"content": "</scratchpad>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": true,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"32007": {
|
| 86 |
+
"content": "<headline>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": true,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"32008": {
|
| 94 |
+
"content": "</headline>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": true,
|
| 99 |
+
"special": true
|
| 100 |
+
}
|
| 101 |
+
},
|
| 102 |
+
"additional_special_tokens": [
|
| 103 |
+
"[INST]",
|
| 104 |
+
"[/INST]",
|
| 105 |
+
"<<SYS>>",
|
| 106 |
+
"<</SYS>>",
|
| 107 |
+
"<scratchpad>",
|
| 108 |
+
"</scratchpad>",
|
| 109 |
+
"<headline>",
|
| 110 |
+
"</headline>"
|
| 111 |
+
],
|
| 112 |
+
"bos_token": "<s>",
|
| 113 |
+
"clean_up_tokenization_spaces": false,
|
| 114 |
+
"eos_token": "</s>",
|
| 115 |
+
"legacy": false,
|
| 116 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 117 |
+
"pad_to_multiple_of": 8,
|
| 118 |
+
"pad_token": "<pad>",
|
| 119 |
+
"padding_side": "left",
|
| 120 |
+
"sp_model_kwargs": {},
|
| 121 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 122 |
+
"unk_token": "<unk>",
|
| 123 |
+
"use_default_system_prompt": false
|
| 124 |
+
}
|
checkpoint-1050/trainer_state.json
ADDED
|
@@ -0,0 +1,1604 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.230769230769231,
|
| 5 |
+
"eval_steps": 10,
|
| 6 |
+
"global_step": 1050,
|
| 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.006153846153846154,
|
| 13 |
+
"eval_loss": 1.845949411392212,
|
| 14 |
+
"eval_runtime": 1.9761,
|
| 15 |
+
"eval_samples_per_second": 57.69,
|
| 16 |
+
"eval_steps_per_second": 3.036,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03076923076923077,
|
| 21 |
+
"grad_norm": 29.46457290649414,
|
| 22 |
+
"learning_rate": 7.692307692307694e-07,
|
| 23 |
+
"loss": 1.944,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.03076923076923077,
|
| 28 |
+
"eval_loss": 1.7965577840805054,
|
| 29 |
+
"eval_runtime": 1.9506,
|
| 30 |
+
"eval_samples_per_second": 58.444,
|
| 31 |
+
"eval_steps_per_second": 3.076,
|
| 32 |
+
"step": 10
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.06153846153846154,
|
| 36 |
+
"grad_norm": 14.49207878112793,
|
| 37 |
+
"learning_rate": 1.5384615384615387e-06,
|
| 38 |
+
"loss": 1.6999,
|
| 39 |
+
"step": 20
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06153846153846154,
|
| 43 |
+
"eval_loss": 1.5032916069030762,
|
| 44 |
+
"eval_runtime": 1.9599,
|
| 45 |
+
"eval_samples_per_second": 58.168,
|
| 46 |
+
"eval_steps_per_second": 3.061,
|
| 47 |
+
"step": 20
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.09230769230769231,
|
| 51 |
+
"grad_norm": 11.355466842651367,
|
| 52 |
+
"learning_rate": 2.307692307692308e-06,
|
| 53 |
+
"loss": 1.1499,
|
| 54 |
+
"step": 30
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.09230769230769231,
|
| 58 |
+
"eval_loss": 0.8391174674034119,
|
| 59 |
+
"eval_runtime": 1.9437,
|
| 60 |
+
"eval_samples_per_second": 58.65,
|
| 61 |
+
"eval_steps_per_second": 3.087,
|
| 62 |
+
"step": 30
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.12307692307692308,
|
| 66 |
+
"grad_norm": 5.648468017578125,
|
| 67 |
+
"learning_rate": 3.0769230769230774e-06,
|
| 68 |
+
"loss": 0.7194,
|
| 69 |
+
"step": 40
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.12307692307692308,
|
| 73 |
+
"eval_loss": 0.6716201305389404,
|
| 74 |
+
"eval_runtime": 1.9517,
|
| 75 |
+
"eval_samples_per_second": 58.411,
|
| 76 |
+
"eval_steps_per_second": 3.074,
|
| 77 |
+
"step": 40
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.15384615384615385,
|
| 81 |
+
"grad_norm": 5.752841949462891,
|
| 82 |
+
"learning_rate": 3.846153846153847e-06,
|
| 83 |
+
"loss": 0.6811,
|
| 84 |
+
"step": 50
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.15384615384615385,
|
| 88 |
+
"eval_loss": 0.6289324164390564,
|
| 89 |
+
"eval_runtime": 1.952,
|
| 90 |
+
"eval_samples_per_second": 58.401,
|
| 91 |
+
"eval_steps_per_second": 3.074,
|
| 92 |
+
"step": 50
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"epoch": 0.18461538461538463,
|
| 96 |
+
"grad_norm": 3.414722204208374,
|
| 97 |
+
"learning_rate": 4.615384615384616e-06,
|
| 98 |
+
"loss": 0.5924,
|
| 99 |
+
"step": 60
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.18461538461538463,
|
| 103 |
+
"eval_loss": 0.6140013337135315,
|
| 104 |
+
"eval_runtime": 1.94,
|
| 105 |
+
"eval_samples_per_second": 58.762,
|
| 106 |
+
"eval_steps_per_second": 3.093,
|
| 107 |
+
"step": 60
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.2153846153846154,
|
| 111 |
+
"grad_norm": 5.556036949157715,
|
| 112 |
+
"learning_rate": 5.384615384615385e-06,
|
| 113 |
+
"loss": 0.6135,
|
| 114 |
+
"step": 70
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.2153846153846154,
|
| 118 |
+
"eval_loss": 0.6054026484489441,
|
| 119 |
+
"eval_runtime": 1.9659,
|
| 120 |
+
"eval_samples_per_second": 57.988,
|
| 121 |
+
"eval_steps_per_second": 3.052,
|
| 122 |
+
"step": 70
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.24615384615384617,
|
| 126 |
+
"grad_norm": 4.436710834503174,
|
| 127 |
+
"learning_rate": 6.153846153846155e-06,
|
| 128 |
+
"loss": 0.5952,
|
| 129 |
+
"step": 80
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.24615384615384617,
|
| 133 |
+
"eval_loss": 0.5986860990524292,
|
| 134 |
+
"eval_runtime": 1.9428,
|
| 135 |
+
"eval_samples_per_second": 58.677,
|
| 136 |
+
"eval_steps_per_second": 3.088,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.27692307692307694,
|
| 141 |
+
"grad_norm": 3.496018409729004,
|
| 142 |
+
"learning_rate": 6.923076923076923e-06,
|
| 143 |
+
"loss": 0.5887,
|
| 144 |
+
"step": 90
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.27692307692307694,
|
| 148 |
+
"eval_loss": 0.594973623752594,
|
| 149 |
+
"eval_runtime": 1.9468,
|
| 150 |
+
"eval_samples_per_second": 58.558,
|
| 151 |
+
"eval_steps_per_second": 3.082,
|
| 152 |
+
"step": 90
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.3076923076923077,
|
| 156 |
+
"grad_norm": 2.3540539741516113,
|
| 157 |
+
"learning_rate": 7.692307692307694e-06,
|
| 158 |
+
"loss": 0.5634,
|
| 159 |
+
"step": 100
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.3076923076923077,
|
| 163 |
+
"eval_loss": 0.5954164266586304,
|
| 164 |
+
"eval_runtime": 1.948,
|
| 165 |
+
"eval_samples_per_second": 58.521,
|
| 166 |
+
"eval_steps_per_second": 3.08,
|
| 167 |
+
"step": 100
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.3384615384615385,
|
| 171 |
+
"grad_norm": 2.9880635738372803,
|
| 172 |
+
"learning_rate": 8.461538461538462e-06,
|
| 173 |
+
"loss": 0.5827,
|
| 174 |
+
"step": 110
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.3384615384615385,
|
| 178 |
+
"eval_loss": 0.5955133438110352,
|
| 179 |
+
"eval_runtime": 1.9432,
|
| 180 |
+
"eval_samples_per_second": 58.667,
|
| 181 |
+
"eval_steps_per_second": 3.088,
|
| 182 |
+
"step": 110
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.36923076923076925,
|
| 186 |
+
"grad_norm": 1.9405996799468994,
|
| 187 |
+
"learning_rate": 9.230769230769232e-06,
|
| 188 |
+
"loss": 0.5726,
|
| 189 |
+
"step": 120
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.36923076923076925,
|
| 193 |
+
"eval_loss": 0.5951128602027893,
|
| 194 |
+
"eval_runtime": 1.9715,
|
| 195 |
+
"eval_samples_per_second": 57.824,
|
| 196 |
+
"eval_steps_per_second": 3.043,
|
| 197 |
+
"step": 120
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.4,
|
| 201 |
+
"grad_norm": 1.9948021173477173,
|
| 202 |
+
"learning_rate": 1e-05,
|
| 203 |
+
"loss": 0.6488,
|
| 204 |
+
"step": 130
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.4,
|
| 208 |
+
"eval_loss": 0.5964463949203491,
|
| 209 |
+
"eval_runtime": 2.1032,
|
| 210 |
+
"eval_samples_per_second": 54.203,
|
| 211 |
+
"eval_steps_per_second": 2.853,
|
| 212 |
+
"step": 130
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.4307692307692308,
|
| 216 |
+
"grad_norm": 1.95350980758667,
|
| 217 |
+
"learning_rate": 1.076923076923077e-05,
|
| 218 |
+
"loss": 0.6218,
|
| 219 |
+
"step": 140
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.4307692307692308,
|
| 223 |
+
"eval_loss": 0.5996471047401428,
|
| 224 |
+
"eval_runtime": 1.9539,
|
| 225 |
+
"eval_samples_per_second": 58.345,
|
| 226 |
+
"eval_steps_per_second": 3.071,
|
| 227 |
+
"step": 140
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.46153846153846156,
|
| 231 |
+
"grad_norm": 3.840015411376953,
|
| 232 |
+
"learning_rate": 1.1538461538461538e-05,
|
| 233 |
+
"loss": 0.5585,
|
| 234 |
+
"step": 150
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.46153846153846156,
|
| 238 |
+
"eval_loss": 0.6000372767448425,
|
| 239 |
+
"eval_runtime": 1.9457,
|
| 240 |
+
"eval_samples_per_second": 58.592,
|
| 241 |
+
"eval_steps_per_second": 3.084,
|
| 242 |
+
"step": 150
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.49230769230769234,
|
| 246 |
+
"grad_norm": 2.345364809036255,
|
| 247 |
+
"learning_rate": 1.230769230769231e-05,
|
| 248 |
+
"loss": 0.5314,
|
| 249 |
+
"step": 160
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.49230769230769234,
|
| 253 |
+
"eval_loss": 0.6025042533874512,
|
| 254 |
+
"eval_runtime": 1.9398,
|
| 255 |
+
"eval_samples_per_second": 58.768,
|
| 256 |
+
"eval_steps_per_second": 3.093,
|
| 257 |
+
"step": 160
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 0.5230769230769231,
|
| 261 |
+
"grad_norm": 3.162071704864502,
|
| 262 |
+
"learning_rate": 1.3076923076923078e-05,
|
| 263 |
+
"loss": 0.6901,
|
| 264 |
+
"step": 170
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.5230769230769231,
|
| 268 |
+
"eval_loss": 0.598171055316925,
|
| 269 |
+
"eval_runtime": 1.9419,
|
| 270 |
+
"eval_samples_per_second": 58.705,
|
| 271 |
+
"eval_steps_per_second": 3.09,
|
| 272 |
+
"step": 170
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 0.5538461538461539,
|
| 276 |
+
"grad_norm": 3.9432108402252197,
|
| 277 |
+
"learning_rate": 1.3846153846153847e-05,
|
| 278 |
+
"loss": 0.6604,
|
| 279 |
+
"step": 180
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.5538461538461539,
|
| 283 |
+
"eval_loss": 0.5974885821342468,
|
| 284 |
+
"eval_runtime": 1.9664,
|
| 285 |
+
"eval_samples_per_second": 57.975,
|
| 286 |
+
"eval_steps_per_second": 3.051,
|
| 287 |
+
"step": 180
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 0.5846153846153846,
|
| 291 |
+
"grad_norm": 1.904718279838562,
|
| 292 |
+
"learning_rate": 1.4615384615384615e-05,
|
| 293 |
+
"loss": 0.5806,
|
| 294 |
+
"step": 190
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.5846153846153846,
|
| 298 |
+
"eval_loss": 0.6012160778045654,
|
| 299 |
+
"eval_runtime": 2.082,
|
| 300 |
+
"eval_samples_per_second": 54.755,
|
| 301 |
+
"eval_steps_per_second": 2.882,
|
| 302 |
+
"step": 190
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 0.6153846153846154,
|
| 306 |
+
"grad_norm": 2.2823173999786377,
|
| 307 |
+
"learning_rate": 1.5384615384615387e-05,
|
| 308 |
+
"loss": 0.588,
|
| 309 |
+
"step": 200
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.6153846153846154,
|
| 313 |
+
"eval_loss": 0.6052933931350708,
|
| 314 |
+
"eval_runtime": 1.9613,
|
| 315 |
+
"eval_samples_per_second": 58.124,
|
| 316 |
+
"eval_steps_per_second": 3.059,
|
| 317 |
+
"step": 200
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.6461538461538462,
|
| 321 |
+
"grad_norm": 1.8020161390304565,
|
| 322 |
+
"learning_rate": 1.6153846153846154e-05,
|
| 323 |
+
"loss": 0.5826,
|
| 324 |
+
"step": 210
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.6461538461538462,
|
| 328 |
+
"eval_loss": 0.6047356724739075,
|
| 329 |
+
"eval_runtime": 1.9487,
|
| 330 |
+
"eval_samples_per_second": 58.5,
|
| 331 |
+
"eval_steps_per_second": 3.079,
|
| 332 |
+
"step": 210
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.676923076923077,
|
| 336 |
+
"grad_norm": 1.8297995328903198,
|
| 337 |
+
"learning_rate": 1.6923076923076924e-05,
|
| 338 |
+
"loss": 0.5442,
|
| 339 |
+
"step": 220
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.676923076923077,
|
| 343 |
+
"eval_loss": 0.6105689406394958,
|
| 344 |
+
"eval_runtime": 2.0567,
|
| 345 |
+
"eval_samples_per_second": 55.429,
|
| 346 |
+
"eval_steps_per_second": 2.917,
|
| 347 |
+
"step": 220
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"epoch": 0.7076923076923077,
|
| 351 |
+
"grad_norm": 1.8141131401062012,
|
| 352 |
+
"learning_rate": 1.7692307692307694e-05,
|
| 353 |
+
"loss": 0.602,
|
| 354 |
+
"step": 230
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.7076923076923077,
|
| 358 |
+
"eval_loss": 0.6149886250495911,
|
| 359 |
+
"eval_runtime": 2.1951,
|
| 360 |
+
"eval_samples_per_second": 51.933,
|
| 361 |
+
"eval_steps_per_second": 2.733,
|
| 362 |
+
"step": 230
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.7384615384615385,
|
| 366 |
+
"grad_norm": 2.093683958053589,
|
| 367 |
+
"learning_rate": 1.8461538461538465e-05,
|
| 368 |
+
"loss": 0.6103,
|
| 369 |
+
"step": 240
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.7384615384615385,
|
| 373 |
+
"eval_loss": 0.621900200843811,
|
| 374 |
+
"eval_runtime": 1.9465,
|
| 375 |
+
"eval_samples_per_second": 58.567,
|
| 376 |
+
"eval_steps_per_second": 3.082,
|
| 377 |
+
"step": 240
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 0.7692307692307693,
|
| 381 |
+
"grad_norm": 1.840038776397705,
|
| 382 |
+
"learning_rate": 1.923076923076923e-05,
|
| 383 |
+
"loss": 0.5775,
|
| 384 |
+
"step": 250
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.7692307692307693,
|
| 388 |
+
"eval_loss": 0.6232128739356995,
|
| 389 |
+
"eval_runtime": 1.9883,
|
| 390 |
+
"eval_samples_per_second": 57.334,
|
| 391 |
+
"eval_steps_per_second": 3.018,
|
| 392 |
+
"step": 250
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"epoch": 0.8,
|
| 396 |
+
"grad_norm": 1.7329185009002686,
|
| 397 |
+
"learning_rate": 2e-05,
|
| 398 |
+
"loss": 0.6808,
|
| 399 |
+
"step": 260
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.8,
|
| 403 |
+
"eval_loss": 0.6226441264152527,
|
| 404 |
+
"eval_runtime": 1.9469,
|
| 405 |
+
"eval_samples_per_second": 58.553,
|
| 406 |
+
"eval_steps_per_second": 3.082,
|
| 407 |
+
"step": 260
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"epoch": 0.8307692307692308,
|
| 411 |
+
"grad_norm": 2.738678455352783,
|
| 412 |
+
"learning_rate": 1.999909877856721e-05,
|
| 413 |
+
"loss": 0.5833,
|
| 414 |
+
"step": 270
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.8307692307692308,
|
| 418 |
+
"eval_loss": 0.6240194439888,
|
| 419 |
+
"eval_runtime": 1.9419,
|
| 420 |
+
"eval_samples_per_second": 58.706,
|
| 421 |
+
"eval_steps_per_second": 3.09,
|
| 422 |
+
"step": 270
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.8615384615384616,
|
| 426 |
+
"grad_norm": 2.0359909534454346,
|
| 427 |
+
"learning_rate": 1.9996395276708856e-05,
|
| 428 |
+
"loss": 0.691,
|
| 429 |
+
"step": 280
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.8615384615384616,
|
| 433 |
+
"eval_loss": 0.6267117857933044,
|
| 434 |
+
"eval_runtime": 1.939,
|
| 435 |
+
"eval_samples_per_second": 58.794,
|
| 436 |
+
"eval_steps_per_second": 3.094,
|
| 437 |
+
"step": 280
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.8923076923076924,
|
| 441 |
+
"grad_norm": 1.7706685066223145,
|
| 442 |
+
"learning_rate": 1.9991889981715696e-05,
|
| 443 |
+
"loss": 0.6404,
|
| 444 |
+
"step": 290
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.8923076923076924,
|
| 448 |
+
"eval_loss": 0.6222097873687744,
|
| 449 |
+
"eval_runtime": 1.9533,
|
| 450 |
+
"eval_samples_per_second": 58.363,
|
| 451 |
+
"eval_steps_per_second": 3.072,
|
| 452 |
+
"step": 290
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 0.9230769230769231,
|
| 456 |
+
"grad_norm": 2.129652976989746,
|
| 457 |
+
"learning_rate": 1.9985583705641418e-05,
|
| 458 |
+
"loss": 0.7109,
|
| 459 |
+
"step": 300
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.9230769230769231,
|
| 463 |
+
"eval_loss": 0.6229674816131592,
|
| 464 |
+
"eval_runtime": 1.9467,
|
| 465 |
+
"eval_samples_per_second": 58.561,
|
| 466 |
+
"eval_steps_per_second": 3.082,
|
| 467 |
+
"step": 300
|
| 468 |
+
},
|
| 469 |
+
{
|
| 470 |
+
"epoch": 0.9538461538461539,
|
| 471 |
+
"grad_norm": 1.8439427614212036,
|
| 472 |
+
"learning_rate": 1.9977477585156252e-05,
|
| 473 |
+
"loss": 0.6623,
|
| 474 |
+
"step": 310
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.9538461538461539,
|
| 478 |
+
"eval_loss": 0.6273208856582642,
|
| 479 |
+
"eval_runtime": 2.0985,
|
| 480 |
+
"eval_samples_per_second": 54.324,
|
| 481 |
+
"eval_steps_per_second": 2.859,
|
| 482 |
+
"step": 310
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 0.9846153846153847,
|
| 486 |
+
"grad_norm": 2.1446306705474854,
|
| 487 |
+
"learning_rate": 1.9967573081342103e-05,
|
| 488 |
+
"loss": 0.5583,
|
| 489 |
+
"step": 320
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.9846153846153847,
|
| 493 |
+
"eval_loss": 0.6260280013084412,
|
| 494 |
+
"eval_runtime": 1.9521,
|
| 495 |
+
"eval_samples_per_second": 58.398,
|
| 496 |
+
"eval_steps_per_second": 3.074,
|
| 497 |
+
"step": 320
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 1.0153846153846153,
|
| 501 |
+
"grad_norm": 1.9259562492370605,
|
| 502 |
+
"learning_rate": 1.9955871979429188e-05,
|
| 503 |
+
"loss": 0.4857,
|
| 504 |
+
"step": 330
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 1.0153846153846153,
|
| 508 |
+
"eval_loss": 0.6497873067855835,
|
| 509 |
+
"eval_runtime": 1.9489,
|
| 510 |
+
"eval_samples_per_second": 58.496,
|
| 511 |
+
"eval_steps_per_second": 3.079,
|
| 512 |
+
"step": 330
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"epoch": 1.0461538461538462,
|
| 516 |
+
"grad_norm": 1.8625404834747314,
|
| 517 |
+
"learning_rate": 1.9942376388474282e-05,
|
| 518 |
+
"loss": 0.4152,
|
| 519 |
+
"step": 340
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 1.0461538461538462,
|
| 523 |
+
"eval_loss": 0.6430822014808655,
|
| 524 |
+
"eval_runtime": 1.9534,
|
| 525 |
+
"eval_samples_per_second": 58.358,
|
| 526 |
+
"eval_steps_per_second": 3.071,
|
| 527 |
+
"step": 340
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.0769230769230769,
|
| 531 |
+
"grad_norm": 1.1712415218353271,
|
| 532 |
+
"learning_rate": 1.992708874098054e-05,
|
| 533 |
+
"loss": 0.3459,
|
| 534 |
+
"step": 350
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.0769230769230769,
|
| 538 |
+
"eval_loss": 0.671064019203186,
|
| 539 |
+
"eval_runtime": 1.9772,
|
| 540 |
+
"eval_samples_per_second": 57.658,
|
| 541 |
+
"eval_steps_per_second": 3.035,
|
| 542 |
+
"step": 350
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.1076923076923078,
|
| 546 |
+
"grad_norm": 1.0710129737854004,
|
| 547 |
+
"learning_rate": 1.9910011792459086e-05,
|
| 548 |
+
"loss": 0.4307,
|
| 549 |
+
"step": 360
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.1076923076923078,
|
| 553 |
+
"eval_loss": 0.6545295119285583,
|
| 554 |
+
"eval_runtime": 2.0822,
|
| 555 |
+
"eval_samples_per_second": 54.749,
|
| 556 |
+
"eval_steps_per_second": 2.882,
|
| 557 |
+
"step": 360
|
| 558 |
+
},
|
| 559 |
+
{
|
| 560 |
+
"epoch": 1.1384615384615384,
|
| 561 |
+
"grad_norm": 1.839811086654663,
|
| 562 |
+
"learning_rate": 1.989114862093232e-05,
|
| 563 |
+
"loss": 0.4084,
|
| 564 |
+
"step": 370
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"epoch": 1.1384615384615384,
|
| 568 |
+
"eval_loss": 0.6743721961975098,
|
| 569 |
+
"eval_runtime": 1.962,
|
| 570 |
+
"eval_samples_per_second": 58.105,
|
| 571 |
+
"eval_steps_per_second": 3.058,
|
| 572 |
+
"step": 370
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"epoch": 1.1692307692307693,
|
| 576 |
+
"grad_norm": 2.2416107654571533,
|
| 577 |
+
"learning_rate": 1.9870502626379127e-05,
|
| 578 |
+
"loss": 0.4203,
|
| 579 |
+
"step": 380
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"epoch": 1.1692307692307693,
|
| 583 |
+
"eval_loss": 0.6703702211380005,
|
| 584 |
+
"eval_runtime": 2.0871,
|
| 585 |
+
"eval_samples_per_second": 54.621,
|
| 586 |
+
"eval_steps_per_second": 2.875,
|
| 587 |
+
"step": 380
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 1.2,
|
| 591 |
+
"grad_norm": 1.8775320053100586,
|
| 592 |
+
"learning_rate": 1.9848077530122083e-05,
|
| 593 |
+
"loss": 0.3056,
|
| 594 |
+
"step": 390
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 1.2,
|
| 598 |
+
"eval_loss": 0.680027425289154,
|
| 599 |
+
"eval_runtime": 2.0739,
|
| 600 |
+
"eval_samples_per_second": 54.97,
|
| 601 |
+
"eval_steps_per_second": 2.893,
|
| 602 |
+
"step": 390
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"epoch": 1.2307692307692308,
|
| 606 |
+
"grad_norm": 2.1544764041900635,
|
| 607 |
+
"learning_rate": 1.9823877374156647e-05,
|
| 608 |
+
"loss": 0.4332,
|
| 609 |
+
"step": 400
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"epoch": 1.2307692307692308,
|
| 613 |
+
"eval_loss": 0.6662920117378235,
|
| 614 |
+
"eval_runtime": 1.9498,
|
| 615 |
+
"eval_samples_per_second": 58.466,
|
| 616 |
+
"eval_steps_per_second": 3.077,
|
| 617 |
+
"step": 400
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"epoch": 1.2615384615384615,
|
| 621 |
+
"grad_norm": 1.740652084350586,
|
| 622 |
+
"learning_rate": 1.979790652042268e-05,
|
| 623 |
+
"loss": 0.3707,
|
| 624 |
+
"step": 410
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"epoch": 1.2615384615384615,
|
| 628 |
+
"eval_loss": 0.6721649765968323,
|
| 629 |
+
"eval_runtime": 1.9421,
|
| 630 |
+
"eval_samples_per_second": 58.699,
|
| 631 |
+
"eval_steps_per_second": 3.089,
|
| 632 |
+
"step": 410
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 1.2923076923076924,
|
| 636 |
+
"grad_norm": 1.8645464181900024,
|
| 637 |
+
"learning_rate": 1.977016965001817e-05,
|
| 638 |
+
"loss": 0.412,
|
| 639 |
+
"step": 420
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 1.2923076923076924,
|
| 643 |
+
"eval_loss": 0.6605477333068848,
|
| 644 |
+
"eval_runtime": 1.9455,
|
| 645 |
+
"eval_samples_per_second": 58.597,
|
| 646 |
+
"eval_steps_per_second": 3.084,
|
| 647 |
+
"step": 420
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.323076923076923,
|
| 651 |
+
"grad_norm": 1.3930943012237549,
|
| 652 |
+
"learning_rate": 1.9740671762355548e-05,
|
| 653 |
+
"loss": 0.388,
|
| 654 |
+
"step": 430
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.323076923076923,
|
| 658 |
+
"eval_loss": 0.6649342775344849,
|
| 659 |
+
"eval_runtime": 1.9497,
|
| 660 |
+
"eval_samples_per_second": 58.471,
|
| 661 |
+
"eval_steps_per_second": 3.077,
|
| 662 |
+
"step": 430
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 1.353846153846154,
|
| 666 |
+
"grad_norm": 1.8291655778884888,
|
| 667 |
+
"learning_rate": 1.9709418174260523e-05,
|
| 668 |
+
"loss": 0.4118,
|
| 669 |
+
"step": 440
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.353846153846154,
|
| 673 |
+
"eval_loss": 0.6680696606636047,
|
| 674 |
+
"eval_runtime": 2.0262,
|
| 675 |
+
"eval_samples_per_second": 56.262,
|
| 676 |
+
"eval_steps_per_second": 2.961,
|
| 677 |
+
"step": 440
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"epoch": 1.3846153846153846,
|
| 681 |
+
"grad_norm": 1.1135263442993164,
|
| 682 |
+
"learning_rate": 1.9676414519013782e-05,
|
| 683 |
+
"loss": 0.3205,
|
| 684 |
+
"step": 450
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 1.3846153846153846,
|
| 688 |
+
"eval_loss": 0.6739374995231628,
|
| 689 |
+
"eval_runtime": 1.9443,
|
| 690 |
+
"eval_samples_per_second": 58.633,
|
| 691 |
+
"eval_steps_per_second": 3.086,
|
| 692 |
+
"step": 450
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"epoch": 1.4153846153846155,
|
| 696 |
+
"grad_norm": 2.233457326889038,
|
| 697 |
+
"learning_rate": 1.9641666745335626e-05,
|
| 698 |
+
"loss": 0.3591,
|
| 699 |
+
"step": 460
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"epoch": 1.4153846153846155,
|
| 703 |
+
"eval_loss": 0.6751876473426819,
|
| 704 |
+
"eval_runtime": 1.9447,
|
| 705 |
+
"eval_samples_per_second": 58.622,
|
| 706 |
+
"eval_steps_per_second": 3.085,
|
| 707 |
+
"step": 460
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"epoch": 1.4461538461538461,
|
| 711 |
+
"grad_norm": 1.815677523612976,
|
| 712 |
+
"learning_rate": 1.9605181116313725e-05,
|
| 713 |
+
"loss": 0.4107,
|
| 714 |
+
"step": 470
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 1.4461538461538461,
|
| 718 |
+
"eval_loss": 0.6670271158218384,
|
| 719 |
+
"eval_runtime": 1.9448,
|
| 720 |
+
"eval_samples_per_second": 58.618,
|
| 721 |
+
"eval_steps_per_second": 3.085,
|
| 722 |
+
"step": 470
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"epoch": 1.476923076923077,
|
| 726 |
+
"grad_norm": 2.0177175998687744,
|
| 727 |
+
"learning_rate": 1.9566964208274254e-05,
|
| 728 |
+
"loss": 0.3954,
|
| 729 |
+
"step": 480
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"epoch": 1.476923076923077,
|
| 733 |
+
"eval_loss": 0.6706439256668091,
|
| 734 |
+
"eval_runtime": 2.1454,
|
| 735 |
+
"eval_samples_per_second": 53.137,
|
| 736 |
+
"eval_steps_per_second": 2.797,
|
| 737 |
+
"step": 480
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 1.5076923076923077,
|
| 741 |
+
"grad_norm": 2.2797820568084717,
|
| 742 |
+
"learning_rate": 1.9527022909596537e-05,
|
| 743 |
+
"loss": 0.349,
|
| 744 |
+
"step": 490
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 1.5076923076923077,
|
| 748 |
+
"eval_loss": 0.6916453242301941,
|
| 749 |
+
"eval_runtime": 1.9454,
|
| 750 |
+
"eval_samples_per_second": 58.599,
|
| 751 |
+
"eval_steps_per_second": 3.084,
|
| 752 |
+
"step": 490
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.5384615384615383,
|
| 756 |
+
"grad_norm": 1.6123872995376587,
|
| 757 |
+
"learning_rate": 1.9485364419471454e-05,
|
| 758 |
+
"loss": 0.3796,
|
| 759 |
+
"step": 500
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 1.5384615384615383,
|
| 763 |
+
"eval_loss": 0.6646614670753479,
|
| 764 |
+
"eval_runtime": 1.9525,
|
| 765 |
+
"eval_samples_per_second": 58.386,
|
| 766 |
+
"eval_steps_per_second": 3.073,
|
| 767 |
+
"step": 500
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"epoch": 1.5692307692307692,
|
| 771 |
+
"grad_norm": 2.039036989212036,
|
| 772 |
+
"learning_rate": 1.9441996246603848e-05,
|
| 773 |
+
"loss": 0.4163,
|
| 774 |
+
"step": 510
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"epoch": 1.5692307692307692,
|
| 778 |
+
"eval_loss": 0.6671331524848938,
|
| 779 |
+
"eval_runtime": 1.9375,
|
| 780 |
+
"eval_samples_per_second": 58.84,
|
| 781 |
+
"eval_steps_per_second": 3.097,
|
| 782 |
+
"step": 510
|
| 783 |
+
},
|
| 784 |
+
{
|
| 785 |
+
"epoch": 1.6,
|
| 786 |
+
"grad_norm": 1.8493613004684448,
|
| 787 |
+
"learning_rate": 1.9396926207859085e-05,
|
| 788 |
+
"loss": 0.3768,
|
| 789 |
+
"step": 520
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"epoch": 1.6,
|
| 793 |
+
"eval_loss": 0.6984831094741821,
|
| 794 |
+
"eval_runtime": 1.9384,
|
| 795 |
+
"eval_samples_per_second": 58.812,
|
| 796 |
+
"eval_steps_per_second": 3.095,
|
| 797 |
+
"step": 520
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"epoch": 1.6307692307692307,
|
| 801 |
+
"grad_norm": 1.1424219608306885,
|
| 802 |
+
"learning_rate": 1.9350162426854152e-05,
|
| 803 |
+
"loss": 0.3985,
|
| 804 |
+
"step": 530
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"epoch": 1.6307692307692307,
|
| 808 |
+
"eval_loss": 0.6629871726036072,
|
| 809 |
+
"eval_runtime": 1.9471,
|
| 810 |
+
"eval_samples_per_second": 58.549,
|
| 811 |
+
"eval_steps_per_second": 3.082,
|
| 812 |
+
"step": 530
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"epoch": 1.6615384615384614,
|
| 816 |
+
"grad_norm": 1.8115930557250977,
|
| 817 |
+
"learning_rate": 1.9301713332493386e-05,
|
| 818 |
+
"loss": 0.397,
|
| 819 |
+
"step": 540
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"epoch": 1.6615384615384614,
|
| 823 |
+
"eval_loss": 0.6737513542175293,
|
| 824 |
+
"eval_runtime": 1.9496,
|
| 825 |
+
"eval_samples_per_second": 58.473,
|
| 826 |
+
"eval_steps_per_second": 3.078,
|
| 827 |
+
"step": 540
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"epoch": 1.6923076923076923,
|
| 831 |
+
"grad_norm": 1.7575629949569702,
|
| 832 |
+
"learning_rate": 1.925158765744924e-05,
|
| 833 |
+
"loss": 0.4624,
|
| 834 |
+
"step": 550
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"epoch": 1.6923076923076923,
|
| 838 |
+
"eval_loss": 0.660962700843811,
|
| 839 |
+
"eval_runtime": 1.953,
|
| 840 |
+
"eval_samples_per_second": 58.372,
|
| 841 |
+
"eval_steps_per_second": 3.072,
|
| 842 |
+
"step": 550
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 1.7230769230769232,
|
| 846 |
+
"grad_norm": 1.7702680826187134,
|
| 847 |
+
"learning_rate": 1.9199794436588244e-05,
|
| 848 |
+
"loss": 0.3705,
|
| 849 |
+
"step": 560
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 1.7230769230769232,
|
| 853 |
+
"eval_loss": 0.663165807723999,
|
| 854 |
+
"eval_runtime": 1.9548,
|
| 855 |
+
"eval_samples_per_second": 58.319,
|
| 856 |
+
"eval_steps_per_second": 3.069,
|
| 857 |
+
"step": 560
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.7538461538461538,
|
| 861 |
+
"grad_norm": 1.4927833080291748,
|
| 862 |
+
"learning_rate": 1.9146343005342546e-05,
|
| 863 |
+
"loss": 0.3708,
|
| 864 |
+
"step": 570
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.7538461538461538,
|
| 868 |
+
"eval_loss": 0.673720121383667,
|
| 869 |
+
"eval_runtime": 1.9582,
|
| 870 |
+
"eval_samples_per_second": 58.216,
|
| 871 |
+
"eval_steps_per_second": 3.064,
|
| 872 |
+
"step": 570
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 1.7846153846153845,
|
| 876 |
+
"grad_norm": 1.6623133420944214,
|
| 877 |
+
"learning_rate": 1.909124299802724e-05,
|
| 878 |
+
"loss": 0.399,
|
| 879 |
+
"step": 580
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 1.7846153846153845,
|
| 883 |
+
"eval_loss": 0.6685453653335571,
|
| 884 |
+
"eval_runtime": 1.9645,
|
| 885 |
+
"eval_samples_per_second": 58.029,
|
| 886 |
+
"eval_steps_per_second": 3.054,
|
| 887 |
+
"step": 580
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"epoch": 1.8153846153846154,
|
| 891 |
+
"grad_norm": 2.253755807876587,
|
| 892 |
+
"learning_rate": 1.9034504346103825e-05,
|
| 893 |
+
"loss": 0.3642,
|
| 894 |
+
"step": 590
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"epoch": 1.8153846153846154,
|
| 898 |
+
"eval_loss": 0.6629040241241455,
|
| 899 |
+
"eval_runtime": 1.9527,
|
| 900 |
+
"eval_samples_per_second": 58.382,
|
| 901 |
+
"eval_steps_per_second": 3.073,
|
| 902 |
+
"step": 590
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"epoch": 1.8461538461538463,
|
| 906 |
+
"grad_norm": 1.8123295307159424,
|
| 907 |
+
"learning_rate": 1.8976137276390145e-05,
|
| 908 |
+
"loss": 0.4213,
|
| 909 |
+
"step": 600
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"epoch": 1.8461538461538463,
|
| 913 |
+
"eval_loss": 0.6636160016059875,
|
| 914 |
+
"eval_runtime": 2.1305,
|
| 915 |
+
"eval_samples_per_second": 53.508,
|
| 916 |
+
"eval_steps_per_second": 2.816,
|
| 917 |
+
"step": 600
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"epoch": 1.876923076923077,
|
| 921 |
+
"grad_norm": 1.6377712488174438,
|
| 922 |
+
"learning_rate": 1.891615230921703e-05,
|
| 923 |
+
"loss": 0.3154,
|
| 924 |
+
"step": 610
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"epoch": 1.876923076923077,
|
| 928 |
+
"eval_loss": 0.6621889472007751,
|
| 929 |
+
"eval_runtime": 1.9727,
|
| 930 |
+
"eval_samples_per_second": 57.789,
|
| 931 |
+
"eval_steps_per_second": 3.042,
|
| 932 |
+
"step": 610
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"epoch": 1.9076923076923076,
|
| 936 |
+
"grad_norm": 2.1680402755737305,
|
| 937 |
+
"learning_rate": 1.8854560256532098e-05,
|
| 938 |
+
"loss": 0.421,
|
| 939 |
+
"step": 620
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"epoch": 1.9076923076923076,
|
| 943 |
+
"eval_loss": 0.6584432721138,
|
| 944 |
+
"eval_runtime": 1.9532,
|
| 945 |
+
"eval_samples_per_second": 58.367,
|
| 946 |
+
"eval_steps_per_second": 3.072,
|
| 947 |
+
"step": 620
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 1.9384615384615385,
|
| 951 |
+
"grad_norm": 1.771596074104309,
|
| 952 |
+
"learning_rate": 1.879137221995095e-05,
|
| 953 |
+
"loss": 0.3625,
|
| 954 |
+
"step": 630
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 1.9384615384615385,
|
| 958 |
+
"eval_loss": 0.6574673652648926,
|
| 959 |
+
"eval_runtime": 1.9593,
|
| 960 |
+
"eval_samples_per_second": 58.185,
|
| 961 |
+
"eval_steps_per_second": 3.062,
|
| 962 |
+
"step": 630
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.9692307692307693,
|
| 966 |
+
"grad_norm": 1.6291016340255737,
|
| 967 |
+
"learning_rate": 1.8726599588756144e-05,
|
| 968 |
+
"loss": 0.3787,
|
| 969 |
+
"step": 640
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.9692307692307693,
|
| 973 |
+
"eval_loss": 0.6593620181083679,
|
| 974 |
+
"eval_runtime": 2.1362,
|
| 975 |
+
"eval_samples_per_second": 53.367,
|
| 976 |
+
"eval_steps_per_second": 2.809,
|
| 977 |
+
"step": 640
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 2.0,
|
| 981 |
+
"grad_norm": 1.721921682357788,
|
| 982 |
+
"learning_rate": 1.866025403784439e-05,
|
| 983 |
+
"loss": 0.3923,
|
| 984 |
+
"step": 650
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"epoch": 2.0,
|
| 988 |
+
"eval_loss": 0.6485319137573242,
|
| 989 |
+
"eval_runtime": 1.967,
|
| 990 |
+
"eval_samples_per_second": 57.957,
|
| 991 |
+
"eval_steps_per_second": 3.05,
|
| 992 |
+
"step": 650
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"epoch": 2.0307692307692307,
|
| 996 |
+
"grad_norm": 1.6391288042068481,
|
| 997 |
+
"learning_rate": 1.859234752562217e-05,
|
| 998 |
+
"loss": 0.2137,
|
| 999 |
+
"step": 660
|
| 1000 |
+
},
|
| 1001 |
+
{
|
| 1002 |
+
"epoch": 2.0307692307692307,
|
| 1003 |
+
"eval_loss": 0.7283760905265808,
|
| 1004 |
+
"eval_runtime": 1.9428,
|
| 1005 |
+
"eval_samples_per_second": 58.678,
|
| 1006 |
+
"eval_steps_per_second": 3.088,
|
| 1007 |
+
"step": 660
|
| 1008 |
+
},
|
| 1009 |
+
{
|
| 1010 |
+
"epoch": 2.0615384615384613,
|
| 1011 |
+
"grad_norm": 1.9791120290756226,
|
| 1012 |
+
"learning_rate": 1.8522892291850335e-05,
|
| 1013 |
+
"loss": 0.2221,
|
| 1014 |
+
"step": 670
|
| 1015 |
+
},
|
| 1016 |
+
{
|
| 1017 |
+
"epoch": 2.0615384615384613,
|
| 1018 |
+
"eval_loss": 0.7443767189979553,
|
| 1019 |
+
"eval_runtime": 1.9429,
|
| 1020 |
+
"eval_samples_per_second": 58.676,
|
| 1021 |
+
"eval_steps_per_second": 3.088,
|
| 1022 |
+
"step": 670
|
| 1023 |
+
},
|
| 1024 |
+
{
|
| 1025 |
+
"epoch": 2.0923076923076924,
|
| 1026 |
+
"grad_norm": 2.0093741416931152,
|
| 1027 |
+
"learning_rate": 1.845190085543795e-05,
|
| 1028 |
+
"loss": 0.1777,
|
| 1029 |
+
"step": 680
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"epoch": 2.0923076923076924,
|
| 1033 |
+
"eval_loss": 0.7445951700210571,
|
| 1034 |
+
"eval_runtime": 1.9592,
|
| 1035 |
+
"eval_samples_per_second": 58.186,
|
| 1036 |
+
"eval_steps_per_second": 3.062,
|
| 1037 |
+
"step": 680
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"epoch": 2.123076923076923,
|
| 1041 |
+
"grad_norm": 1.8424338102340698,
|
| 1042 |
+
"learning_rate": 1.8379386012185813e-05,
|
| 1043 |
+
"loss": 0.1755,
|
| 1044 |
+
"step": 690
|
| 1045 |
+
},
|
| 1046 |
+
{
|
| 1047 |
+
"epoch": 2.123076923076923,
|
| 1048 |
+
"eval_loss": 0.7517443299293518,
|
| 1049 |
+
"eval_runtime": 2.0747,
|
| 1050 |
+
"eval_samples_per_second": 54.947,
|
| 1051 |
+
"eval_steps_per_second": 2.892,
|
| 1052 |
+
"step": 690
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 2.1538461538461537,
|
| 1056 |
+
"grad_norm": 1.4635226726531982,
|
| 1057 |
+
"learning_rate": 1.8305360832480118e-05,
|
| 1058 |
+
"loss": 0.1742,
|
| 1059 |
+
"step": 700
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 2.1538461538461537,
|
| 1063 |
+
"eval_loss": 0.7649147510528564,
|
| 1064 |
+
"eval_runtime": 1.9437,
|
| 1065 |
+
"eval_samples_per_second": 58.65,
|
| 1066 |
+
"eval_steps_per_second": 3.087,
|
| 1067 |
+
"step": 700
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 2.184615384615385,
|
| 1071 |
+
"grad_norm": 1.9029723405838013,
|
| 1072 |
+
"learning_rate": 1.8229838658936566e-05,
|
| 1073 |
+
"loss": 0.2037,
|
| 1074 |
+
"step": 710
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 2.184615384615385,
|
| 1078 |
+
"eval_loss": 0.7539044618606567,
|
| 1079 |
+
"eval_runtime": 2.1243,
|
| 1080 |
+
"eval_samples_per_second": 53.664,
|
| 1081 |
+
"eval_steps_per_second": 2.824,
|
| 1082 |
+
"step": 710
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"epoch": 2.2153846153846155,
|
| 1086 |
+
"grad_norm": 1.3570928573608398,
|
| 1087 |
+
"learning_rate": 1.8152833103995443e-05,
|
| 1088 |
+
"loss": 0.1954,
|
| 1089 |
+
"step": 720
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"epoch": 2.2153846153846155,
|
| 1093 |
+
"eval_loss": 0.7460123300552368,
|
| 1094 |
+
"eval_runtime": 2.1466,
|
| 1095 |
+
"eval_samples_per_second": 53.108,
|
| 1096 |
+
"eval_steps_per_second": 2.795,
|
| 1097 |
+
"step": 720
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"epoch": 2.246153846153846,
|
| 1101 |
+
"grad_norm": 1.5055183172225952,
|
| 1102 |
+
"learning_rate": 1.807435804746807e-05,
|
| 1103 |
+
"loss": 0.2027,
|
| 1104 |
+
"step": 730
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"epoch": 2.246153846153846,
|
| 1108 |
+
"eval_loss": 0.7585832476615906,
|
| 1109 |
+
"eval_runtime": 2.1298,
|
| 1110 |
+
"eval_samples_per_second": 53.525,
|
| 1111 |
+
"eval_steps_per_second": 2.817,
|
| 1112 |
+
"step": 730
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"epoch": 2.276923076923077,
|
| 1116 |
+
"grad_norm": 1.0890541076660156,
|
| 1117 |
+
"learning_rate": 1.7994427634035016e-05,
|
| 1118 |
+
"loss": 0.1867,
|
| 1119 |
+
"step": 740
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"epoch": 2.276923076923077,
|
| 1123 |
+
"eval_loss": 0.7535340785980225,
|
| 1124 |
+
"eval_runtime": 1.9471,
|
| 1125 |
+
"eval_samples_per_second": 58.549,
|
| 1126 |
+
"eval_steps_per_second": 3.082,
|
| 1127 |
+
"step": 740
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"epoch": 2.3076923076923075,
|
| 1131 |
+
"grad_norm": 1.11017644405365,
|
| 1132 |
+
"learning_rate": 1.791305627069662e-05,
|
| 1133 |
+
"loss": 0.1875,
|
| 1134 |
+
"step": 750
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"epoch": 2.3076923076923075,
|
| 1138 |
+
"eval_loss": 0.7587242126464844,
|
| 1139 |
+
"eval_runtime": 1.9462,
|
| 1140 |
+
"eval_samples_per_second": 58.575,
|
| 1141 |
+
"eval_steps_per_second": 3.083,
|
| 1142 |
+
"step": 750
|
| 1143 |
+
},
|
| 1144 |
+
{
|
| 1145 |
+
"epoch": 2.3384615384615386,
|
| 1146 |
+
"grad_norm": 1.7792816162109375,
|
| 1147 |
+
"learning_rate": 1.7830258624176224e-05,
|
| 1148 |
+
"loss": 0.1841,
|
| 1149 |
+
"step": 760
|
| 1150 |
+
},
|
| 1151 |
+
{
|
| 1152 |
+
"epoch": 2.3384615384615386,
|
| 1153 |
+
"eval_loss": 0.7774962782859802,
|
| 1154 |
+
"eval_runtime": 1.942,
|
| 1155 |
+
"eval_samples_per_second": 58.703,
|
| 1156 |
+
"eval_steps_per_second": 3.09,
|
| 1157 |
+
"step": 760
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 2.3692307692307693,
|
| 1161 |
+
"grad_norm": 1.384929895401001,
|
| 1162 |
+
"learning_rate": 1.7746049618276545e-05,
|
| 1163 |
+
"loss": 0.1724,
|
| 1164 |
+
"step": 770
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 2.3692307692307693,
|
| 1168 |
+
"eval_loss": 0.7517464756965637,
|
| 1169 |
+
"eval_runtime": 2.0655,
|
| 1170 |
+
"eval_samples_per_second": 55.191,
|
| 1171 |
+
"eval_steps_per_second": 2.905,
|
| 1172 |
+
"step": 770
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 2.4,
|
| 1176 |
+
"grad_norm": 1.3608155250549316,
|
| 1177 |
+
"learning_rate": 1.766044443118978e-05,
|
| 1178 |
+
"loss": 0.1831,
|
| 1179 |
+
"step": 780
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 2.4,
|
| 1183 |
+
"eval_loss": 0.7726874351501465,
|
| 1184 |
+
"eval_runtime": 1.952,
|
| 1185 |
+
"eval_samples_per_second": 58.4,
|
| 1186 |
+
"eval_steps_per_second": 3.074,
|
| 1187 |
+
"step": 780
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 2.430769230769231,
|
| 1191 |
+
"grad_norm": 0.9307472109794617,
|
| 1192 |
+
"learning_rate": 1.7573458492761802e-05,
|
| 1193 |
+
"loss": 0.1897,
|
| 1194 |
+
"step": 790
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 2.430769230769231,
|
| 1198 |
+
"eval_loss": 0.7573862075805664,
|
| 1199 |
+
"eval_runtime": 1.9435,
|
| 1200 |
+
"eval_samples_per_second": 58.658,
|
| 1201 |
+
"eval_steps_per_second": 3.087,
|
| 1202 |
+
"step": 790
|
| 1203 |
+
},
|
| 1204 |
+
{
|
| 1205 |
+
"epoch": 2.4615384615384617,
|
| 1206 |
+
"grad_norm": 1.0741816759109497,
|
| 1207 |
+
"learning_rate": 1.7485107481711014e-05,
|
| 1208 |
+
"loss": 0.1936,
|
| 1209 |
+
"step": 800
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"epoch": 2.4615384615384617,
|
| 1213 |
+
"eval_loss": 0.7550384402275085,
|
| 1214 |
+
"eval_runtime": 1.9506,
|
| 1215 |
+
"eval_samples_per_second": 58.443,
|
| 1216 |
+
"eval_steps_per_second": 3.076,
|
| 1217 |
+
"step": 800
|
| 1218 |
+
},
|
| 1219 |
+
{
|
| 1220 |
+
"epoch": 2.4923076923076923,
|
| 1221 |
+
"grad_norm": 1.3956509828567505,
|
| 1222 |
+
"learning_rate": 1.7395407322802374e-05,
|
| 1223 |
+
"loss": 0.1969,
|
| 1224 |
+
"step": 810
|
| 1225 |
+
},
|
| 1226 |
+
{
|
| 1227 |
+
"epoch": 2.4923076923076923,
|
| 1228 |
+
"eval_loss": 0.7733697295188904,
|
| 1229 |
+
"eval_runtime": 1.9492,
|
| 1230 |
+
"eval_samples_per_second": 58.484,
|
| 1231 |
+
"eval_steps_per_second": 3.078,
|
| 1232 |
+
"step": 810
|
| 1233 |
+
},
|
| 1234 |
+
{
|
| 1235 |
+
"epoch": 2.523076923076923,
|
| 1236 |
+
"grad_norm": 1.529106855392456,
|
| 1237 |
+
"learning_rate": 1.7304374183977032e-05,
|
| 1238 |
+
"loss": 0.2222,
|
| 1239 |
+
"step": 820
|
| 1240 |
+
},
|
| 1241 |
+
{
|
| 1242 |
+
"epoch": 2.523076923076923,
|
| 1243 |
+
"eval_loss": 0.753304660320282,
|
| 1244 |
+
"eval_runtime": 1.9648,
|
| 1245 |
+
"eval_samples_per_second": 58.022,
|
| 1246 |
+
"eval_steps_per_second": 3.054,
|
| 1247 |
+
"step": 820
|
| 1248 |
+
},
|
| 1249 |
+
{
|
| 1250 |
+
"epoch": 2.5538461538461537,
|
| 1251 |
+
"grad_norm": 1.6149755716323853,
|
| 1252 |
+
"learning_rate": 1.7212024473438145e-05,
|
| 1253 |
+
"loss": 0.1956,
|
| 1254 |
+
"step": 830
|
| 1255 |
+
},
|
| 1256 |
+
{
|
| 1257 |
+
"epoch": 2.5538461538461537,
|
| 1258 |
+
"eval_loss": 0.7569817900657654,
|
| 1259 |
+
"eval_runtime": 1.9386,
|
| 1260 |
+
"eval_samples_per_second": 58.804,
|
| 1261 |
+
"eval_steps_per_second": 3.095,
|
| 1262 |
+
"step": 830
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 2.5846153846153848,
|
| 1266 |
+
"grad_norm": 0.9965218901634216,
|
| 1267 |
+
"learning_rate": 1.7118374836693407e-05,
|
| 1268 |
+
"loss": 0.1945,
|
| 1269 |
+
"step": 840
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 2.5846153846153848,
|
| 1273 |
+
"eval_loss": 0.7557573914527893,
|
| 1274 |
+
"eval_runtime": 1.9446,
|
| 1275 |
+
"eval_samples_per_second": 58.623,
|
| 1276 |
+
"eval_steps_per_second": 3.085,
|
| 1277 |
+
"step": 840
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 2.6153846153846154,
|
| 1281 |
+
"grad_norm": 1.1858470439910889,
|
| 1282 |
+
"learning_rate": 1.7023442153554776e-05,
|
| 1283 |
+
"loss": 0.1964,
|
| 1284 |
+
"step": 850
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 2.6153846153846154,
|
| 1288 |
+
"eval_loss": 0.7555262446403503,
|
| 1289 |
+
"eval_runtime": 1.9665,
|
| 1290 |
+
"eval_samples_per_second": 57.971,
|
| 1291 |
+
"eval_steps_per_second": 3.051,
|
| 1292 |
+
"step": 850
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"epoch": 2.646153846153846,
|
| 1296 |
+
"grad_norm": 1.079675316810608,
|
| 1297 |
+
"learning_rate": 1.6927243535095995e-05,
|
| 1298 |
+
"loss": 0.2012,
|
| 1299 |
+
"step": 860
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"epoch": 2.646153846153846,
|
| 1303 |
+
"eval_loss": 0.7503151893615723,
|
| 1304 |
+
"eval_runtime": 1.9514,
|
| 1305 |
+
"eval_samples_per_second": 58.421,
|
| 1306 |
+
"eval_steps_per_second": 3.075,
|
| 1307 |
+
"step": 860
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"epoch": 2.676923076923077,
|
| 1311 |
+
"grad_norm": 1.3259488344192505,
|
| 1312 |
+
"learning_rate": 1.6829796320568416e-05,
|
| 1313 |
+
"loss": 0.2022,
|
| 1314 |
+
"step": 870
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 2.676923076923077,
|
| 1318 |
+
"eval_loss": 0.7605793476104736,
|
| 1319 |
+
"eval_runtime": 2.0581,
|
| 1320 |
+
"eval_samples_per_second": 55.39,
|
| 1321 |
+
"eval_steps_per_second": 2.915,
|
| 1322 |
+
"step": 870
|
| 1323 |
+
},
|
| 1324 |
+
{
|
| 1325 |
+
"epoch": 2.707692307692308,
|
| 1326 |
+
"grad_norm": 1.1906328201293945,
|
| 1327 |
+
"learning_rate": 1.67311180742757e-05,
|
| 1328 |
+
"loss": 0.1874,
|
| 1329 |
+
"step": 880
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"epoch": 2.707692307692308,
|
| 1333 |
+
"eval_loss": 0.767244815826416,
|
| 1334 |
+
"eval_runtime": 1.9453,
|
| 1335 |
+
"eval_samples_per_second": 58.602,
|
| 1336 |
+
"eval_steps_per_second": 3.084,
|
| 1337 |
+
"step": 880
|
| 1338 |
+
},
|
| 1339 |
+
{
|
| 1340 |
+
"epoch": 2.7384615384615385,
|
| 1341 |
+
"grad_norm": 1.5168702602386475,
|
| 1342 |
+
"learning_rate": 1.6631226582407954e-05,
|
| 1343 |
+
"loss": 0.1939,
|
| 1344 |
+
"step": 890
|
| 1345 |
+
},
|
| 1346 |
+
{
|
| 1347 |
+
"epoch": 2.7384615384615385,
|
| 1348 |
+
"eval_loss": 0.7721065282821655,
|
| 1349 |
+
"eval_runtime": 1.9592,
|
| 1350 |
+
"eval_samples_per_second": 58.186,
|
| 1351 |
+
"eval_steps_per_second": 3.062,
|
| 1352 |
+
"step": 890
|
| 1353 |
+
},
|
| 1354 |
+
{
|
| 1355 |
+
"epoch": 2.769230769230769,
|
| 1356 |
+
"grad_norm": 1.5762079954147339,
|
| 1357 |
+
"learning_rate": 1.653013984983585e-05,
|
| 1358 |
+
"loss": 0.1887,
|
| 1359 |
+
"step": 900
|
| 1360 |
+
},
|
| 1361 |
+
{
|
| 1362 |
+
"epoch": 2.769230769230769,
|
| 1363 |
+
"eval_loss": 0.7561252117156982,
|
| 1364 |
+
"eval_runtime": 1.9488,
|
| 1365 |
+
"eval_samples_per_second": 58.496,
|
| 1366 |
+
"eval_steps_per_second": 3.079,
|
| 1367 |
+
"step": 900
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 2.8,
|
| 1371 |
+
"grad_norm": 1.2828755378723145,
|
| 1372 |
+
"learning_rate": 1.6427876096865394e-05,
|
| 1373 |
+
"loss": 0.2039,
|
| 1374 |
+
"step": 910
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 2.8,
|
| 1378 |
+
"eval_loss": 0.7597094178199768,
|
| 1379 |
+
"eval_runtime": 1.9419,
|
| 1380 |
+
"eval_samples_per_second": 58.706,
|
| 1381 |
+
"eval_steps_per_second": 3.09,
|
| 1382 |
+
"step": 910
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 2.830769230769231,
|
| 1386 |
+
"grad_norm": 1.1010947227478027,
|
| 1387 |
+
"learning_rate": 1.6324453755953772e-05,
|
| 1388 |
+
"loss": 0.1845,
|
| 1389 |
+
"step": 920
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 2.830769230769231,
|
| 1393 |
+
"eval_loss": 0.7654496431350708,
|
| 1394 |
+
"eval_runtime": 1.9494,
|
| 1395 |
+
"eval_samples_per_second": 58.478,
|
| 1396 |
+
"eval_steps_per_second": 3.078,
|
| 1397 |
+
"step": 920
|
| 1398 |
+
},
|
| 1399 |
+
{
|
| 1400 |
+
"epoch": 2.8615384615384616,
|
| 1401 |
+
"grad_norm": 1.676522970199585,
|
| 1402 |
+
"learning_rate": 1.621989146838704e-05,
|
| 1403 |
+
"loss": 0.2192,
|
| 1404 |
+
"step": 930
|
| 1405 |
+
},
|
| 1406 |
+
{
|
| 1407 |
+
"epoch": 2.8615384615384616,
|
| 1408 |
+
"eval_loss": 0.756608247756958,
|
| 1409 |
+
"eval_runtime": 1.9502,
|
| 1410 |
+
"eval_samples_per_second": 58.457,
|
| 1411 |
+
"eval_steps_per_second": 3.077,
|
| 1412 |
+
"step": 930
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"epoch": 2.8923076923076922,
|
| 1416 |
+
"grad_norm": 1.453100562095642,
|
| 1417 |
+
"learning_rate": 1.6114208080920125e-05,
|
| 1418 |
+
"loss": 0.2055,
|
| 1419 |
+
"step": 940
|
| 1420 |
+
},
|
| 1421 |
+
{
|
| 1422 |
+
"epoch": 2.8923076923076922,
|
| 1423 |
+
"eval_loss": 0.7652134895324707,
|
| 1424 |
+
"eval_runtime": 1.976,
|
| 1425 |
+
"eval_samples_per_second": 57.692,
|
| 1426 |
+
"eval_steps_per_second": 3.036,
|
| 1427 |
+
"step": 940
|
| 1428 |
+
},
|
| 1429 |
+
{
|
| 1430 |
+
"epoch": 2.9230769230769234,
|
| 1431 |
+
"grad_norm": 1.3680988550186157,
|
| 1432 |
+
"learning_rate": 1.600742264237979e-05,
|
| 1433 |
+
"loss": 0.2038,
|
| 1434 |
+
"step": 950
|
| 1435 |
+
},
|
| 1436 |
+
{
|
| 1437 |
+
"epoch": 2.9230769230769234,
|
| 1438 |
+
"eval_loss": 0.7622235417366028,
|
| 1439 |
+
"eval_runtime": 1.9779,
|
| 1440 |
+
"eval_samples_per_second": 57.638,
|
| 1441 |
+
"eval_steps_per_second": 3.034,
|
| 1442 |
+
"step": 950
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"epoch": 2.953846153846154,
|
| 1446 |
+
"grad_norm": 1.6015321016311646,
|
| 1447 |
+
"learning_rate": 1.5899554400231233e-05,
|
| 1448 |
+
"loss": 0.2149,
|
| 1449 |
+
"step": 960
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"epoch": 2.953846153846154,
|
| 1453 |
+
"eval_loss": 0.7541946172714233,
|
| 1454 |
+
"eval_runtime": 1.9407,
|
| 1455 |
+
"eval_samples_per_second": 58.74,
|
| 1456 |
+
"eval_steps_per_second": 3.092,
|
| 1457 |
+
"step": 960
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"epoch": 2.9846153846153847,
|
| 1461 |
+
"grad_norm": 1.2561781406402588,
|
| 1462 |
+
"learning_rate": 1.579062279710879e-05,
|
| 1463 |
+
"loss": 0.1844,
|
| 1464 |
+
"step": 970
|
| 1465 |
+
},
|
| 1466 |
+
{
|
| 1467 |
+
"epoch": 2.9846153846153847,
|
| 1468 |
+
"eval_loss": 0.7695141434669495,
|
| 1469 |
+
"eval_runtime": 1.9507,
|
| 1470 |
+
"eval_samples_per_second": 58.442,
|
| 1471 |
+
"eval_steps_per_second": 3.076,
|
| 1472 |
+
"step": 970
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 3.0153846153846153,
|
| 1476 |
+
"grad_norm": 0.7629246711730957,
|
| 1477 |
+
"learning_rate": 1.568064746731156e-05,
|
| 1478 |
+
"loss": 0.1376,
|
| 1479 |
+
"step": 980
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 3.0153846153846153,
|
| 1483 |
+
"eval_loss": 0.7860725522041321,
|
| 1484 |
+
"eval_runtime": 1.9563,
|
| 1485 |
+
"eval_samples_per_second": 58.273,
|
| 1486 |
+
"eval_steps_per_second": 3.067,
|
| 1487 |
+
"step": 980
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 3.046153846153846,
|
| 1491 |
+
"grad_norm": 0.9552655816078186,
|
| 1492 |
+
"learning_rate": 1.5569648233264395e-05,
|
| 1493 |
+
"loss": 0.1065,
|
| 1494 |
+
"step": 990
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 3.046153846153846,
|
| 1498 |
+
"eval_loss": 0.8531390428543091,
|
| 1499 |
+
"eval_runtime": 1.9499,
|
| 1500 |
+
"eval_samples_per_second": 58.465,
|
| 1501 |
+
"eval_steps_per_second": 3.077,
|
| 1502 |
+
"step": 990
|
| 1503 |
+
},
|
| 1504 |
+
{
|
| 1505 |
+
"epoch": 3.076923076923077,
|
| 1506 |
+
"grad_norm": 1.4238945245742798,
|
| 1507 |
+
"learning_rate": 1.5457645101945046e-05,
|
| 1508 |
+
"loss": 0.1083,
|
| 1509 |
+
"step": 1000
|
| 1510 |
+
},
|
| 1511 |
+
{
|
| 1512 |
+
"epoch": 3.076923076923077,
|
| 1513 |
+
"eval_loss": 0.8417089581489563,
|
| 1514 |
+
"eval_runtime": 2.0647,
|
| 1515 |
+
"eval_samples_per_second": 55.214,
|
| 1516 |
+
"eval_steps_per_second": 2.906,
|
| 1517 |
+
"step": 1000
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"epoch": 3.1076923076923078,
|
| 1521 |
+
"grad_norm": 1.0638066530227661,
|
| 1522 |
+
"learning_rate": 1.5344658261278013e-05,
|
| 1523 |
+
"loss": 0.1054,
|
| 1524 |
+
"step": 1010
|
| 1525 |
+
},
|
| 1526 |
+
{
|
| 1527 |
+
"epoch": 3.1076923076923078,
|
| 1528 |
+
"eval_loss": 0.8362419009208679,
|
| 1529 |
+
"eval_runtime": 1.9429,
|
| 1530 |
+
"eval_samples_per_second": 58.675,
|
| 1531 |
+
"eval_steps_per_second": 3.088,
|
| 1532 |
+
"step": 1010
|
| 1533 |
+
},
|
| 1534 |
+
{
|
| 1535 |
+
"epoch": 3.1384615384615384,
|
| 1536 |
+
"grad_norm": 1.2013343572616577,
|
| 1537 |
+
"learning_rate": 1.5230708076495777e-05,
|
| 1538 |
+
"loss": 0.1104,
|
| 1539 |
+
"step": 1020
|
| 1540 |
+
},
|
| 1541 |
+
{
|
| 1542 |
+
"epoch": 3.1384615384615384,
|
| 1543 |
+
"eval_loss": 0.821545422077179,
|
| 1544 |
+
"eval_runtime": 2.0667,
|
| 1545 |
+
"eval_samples_per_second": 55.162,
|
| 1546 |
+
"eval_steps_per_second": 2.903,
|
| 1547 |
+
"step": 1020
|
| 1548 |
+
},
|
| 1549 |
+
{
|
| 1550 |
+
"epoch": 3.169230769230769,
|
| 1551 |
+
"grad_norm": 1.0717769861221313,
|
| 1552 |
+
"learning_rate": 1.5115815086468103e-05,
|
| 1553 |
+
"loss": 0.1094,
|
| 1554 |
+
"step": 1030
|
| 1555 |
+
},
|
| 1556 |
+
{
|
| 1557 |
+
"epoch": 3.169230769230769,
|
| 1558 |
+
"eval_loss": 0.819724977016449,
|
| 1559 |
+
"eval_runtime": 1.9507,
|
| 1560 |
+
"eval_samples_per_second": 58.442,
|
| 1561 |
+
"eval_steps_per_second": 3.076,
|
| 1562 |
+
"step": 1030
|
| 1563 |
+
},
|
| 1564 |
+
{
|
| 1565 |
+
"epoch": 3.2,
|
| 1566 |
+
"grad_norm": 1.1035127639770508,
|
| 1567 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 1568 |
+
"loss": 0.1044,
|
| 1569 |
+
"step": 1040
|
| 1570 |
+
},
|
| 1571 |
+
{
|
| 1572 |
+
"epoch": 3.2,
|
| 1573 |
+
"eval_loss": 0.8392235636711121,
|
| 1574 |
+
"eval_runtime": 2.0622,
|
| 1575 |
+
"eval_samples_per_second": 55.281,
|
| 1576 |
+
"eval_steps_per_second": 2.91,
|
| 1577 |
+
"step": 1040
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 3.230769230769231,
|
| 1581 |
+
"grad_norm": 0.8959378004074097,
|
| 1582 |
+
"learning_rate": 1.4883283692099114e-05,
|
| 1583 |
+
"loss": 0.1118,
|
| 1584 |
+
"step": 1050
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 3.230769230769231,
|
| 1588 |
+
"eval_loss": 0.8458349704742432,
|
| 1589 |
+
"eval_runtime": 1.945,
|
| 1590 |
+
"eval_samples_per_second": 58.612,
|
| 1591 |
+
"eval_steps_per_second": 3.085,
|
| 1592 |
+
"step": 1050
|
| 1593 |
+
}
|
| 1594 |
+
],
|
| 1595 |
+
"logging_steps": 10,
|
| 1596 |
+
"max_steps": 2600,
|
| 1597 |
+
"num_input_tokens_seen": 0,
|
| 1598 |
+
"num_train_epochs": 8,
|
| 1599 |
+
"save_steps": 50,
|
| 1600 |
+
"total_flos": 9.150193010212864e+16,
|
| 1601 |
+
"train_batch_size": 2,
|
| 1602 |
+
"trial_name": null,
|
| 1603 |
+
"trial_params": null
|
| 1604 |
+
}
|
checkpoint-1050/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3a275a1f941882da99f851a4d3084b949cf3401949c2995ebc356025dd22836
|
| 3 |
+
size 5112
|
checkpoint-1100/added_tokens.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</headline>": 32008,
|
| 3 |
+
"</scratchpad>": 32006,
|
| 4 |
+
"<</SYS>>": 32004,
|
| 5 |
+
"<<SYS>>": 32003,
|
| 6 |
+
"<headline>": 32007,
|
| 7 |
+
"<pad>": 32000,
|
| 8 |
+
"<scratchpad>": 32005,
|
| 9 |
+
"[/INST]": 32002,
|
| 10 |
+
"[INST]": 32001
|
| 11 |
+
}
|
checkpoint-1100/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 1,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 11008,
|
| 14 |
+
"max_position_embeddings": 4096,
|
| 15 |
+
"model_type": "llama",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 32,
|
| 19 |
+
"pretraining_tp": 1,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.40.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 32016
|
| 28 |
+
}
|