KareemElzeky
commited on
Upload folder using huggingface_hub
Browse files- checkpoint-1050/config.json +72 -0
- checkpoint-1050/generation_config.json +7 -0
- checkpoint-1050/model-00001-of-00002.safetensors +3 -0
- checkpoint-1050/model-00002-of-00002.safetensors +3 -0
- checkpoint-1050/model.safetensors.index.json +228 -0
- checkpoint-1050/optimizer.pt +3 -0
- checkpoint-1050/rng_state.pth +3 -0
- checkpoint-1050/scheduler.pt +3 -0
- checkpoint-1050/trainer_state.json +768 -0
- checkpoint-1050/training_args.bin +3 -0
- config.json +72 -0
- generation_config.json +7 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +228 -0
- trainer_state.json +777 -0
- training_args.bin +3 -0
checkpoint-1050/config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
3 |
+
"architectures": [
|
4 |
+
"DetikzifyForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 32013,
|
9 |
+
"concat_patches": 2,
|
10 |
+
"eos_token_id": 32014,
|
11 |
+
"feature_layer": 26,
|
12 |
+
"head_dim": 128,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 2048,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 5504,
|
17 |
+
"max_position_embeddings": 16384,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"mm_hidden_size": 2304,
|
20 |
+
"model_type": "detikzify",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_hidden_layers": 24,
|
23 |
+
"num_key_value_heads": 16,
|
24 |
+
"num_patches": 364,
|
25 |
+
"patch_token_id": 32013,
|
26 |
+
"pretraining_tp": 1,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 4.0,
|
30 |
+
"rope_type": "linear",
|
31 |
+
"type": "linear"
|
32 |
+
},
|
33 |
+
"rope_theta": 100000,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.46.2",
|
37 |
+
"use_cache": false,
|
38 |
+
"use_mm_proj": true,
|
39 |
+
"vision_config": {
|
40 |
+
"architecture": "vit_so400m_patch14_siglip_384",
|
41 |
+
"classifier": "head",
|
42 |
+
"crop_mode": "center",
|
43 |
+
"crop_pct": 0.9,
|
44 |
+
"custom_load": false,
|
45 |
+
"first_conv": "patch_embed.proj",
|
46 |
+
"fixed_input_size": true,
|
47 |
+
"hf_hub_filename": "open_clip_pytorch_model.bin",
|
48 |
+
"hf_hub_id": "timm/ViT-SO400M-14-SigLIP-384",
|
49 |
+
"input_size": [
|
50 |
+
3,
|
51 |
+
384,
|
52 |
+
384
|
53 |
+
],
|
54 |
+
"interpolation": "bicubic",
|
55 |
+
"mean": [
|
56 |
+
0.5,
|
57 |
+
0.5,
|
58 |
+
0.5
|
59 |
+
],
|
60 |
+
"num_classes": 0,
|
61 |
+
"pool_size": null,
|
62 |
+
"std": [
|
63 |
+
0.5,
|
64 |
+
0.5,
|
65 |
+
0.5
|
66 |
+
],
|
67 |
+
"tag": "webli",
|
68 |
+
"url": ""
|
69 |
+
},
|
70 |
+
"vision_tower": "vit_so400m_patch14_siglip_384.webli",
|
71 |
+
"vocab_size": 32256
|
72 |
+
}
|
checkpoint-1050/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32013,
|
4 |
+
"eos_token_id": 32014,
|
5 |
+
"pad_token_id": 32018,
|
6 |
+
"transformers_version": "4.46.2"
|
7 |
+
}
|
checkpoint-1050/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0637f84b21773d94c6cd74c3994f21d66edc5d2277a4f67e86c0541ccbc7e5e
|
3 |
+
size 4986380064
|
checkpoint-1050/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1872e27c6ad7aa63877594e9fbf9a92d1aa327bd3b764196120c6aab1d8a8a8
|
3 |
+
size 418415560
|
checkpoint-1050/model.safetensors.index.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5404770304
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.mm_projector.bias": "model-00002-of-00002.safetensors",
|
225 |
+
"model.mm_projector.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
227 |
+
}
|
228 |
+
}
|
checkpoint-1050/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9666dc43c3c320dc256679a03e6f44bbce01b904ed3f904a0851597ac7ecd2f
|
3 |
+
size 10809735574
|
checkpoint-1050/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
|
3 |
+
size 14244
|
checkpoint-1050/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f05d357779105542e516ab15c2b48105ff3376de52041d46edfff113c15eefa0
|
3 |
+
size 1064
|
checkpoint-1050/trainer_state.json
ADDED
@@ -0,0 +1,768 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.99576743149922,
|
5 |
+
"eval_steps": 500,
|
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.028514145689463134,
|
13 |
+
"grad_norm": 59.78074645996094,
|
14 |
+
"learning_rate": 9.374999999999999e-05,
|
15 |
+
"loss": 0.7842,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.05702829137892627,
|
20 |
+
"grad_norm": 34.404449462890625,
|
21 |
+
"learning_rate": 0.00018749999999999998,
|
22 |
+
"loss": 0.7352,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.08554243706838939,
|
27 |
+
"grad_norm": 32.21347427368164,
|
28 |
+
"learning_rate": 0.00028125,
|
29 |
+
"loss": 0.7214,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.11405658275785253,
|
34 |
+
"grad_norm": 58.45460891723633,
|
35 |
+
"learning_rate": 0.00029995428872157097,
|
36 |
+
"loss": 0.7276,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.14257072844731566,
|
41 |
+
"grad_norm": 34.381004333496094,
|
42 |
+
"learning_rate": 0.00029976863440074164,
|
43 |
+
"loss": 0.7381,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.17108487413677878,
|
48 |
+
"grad_norm": 23.00215721130371,
|
49 |
+
"learning_rate": 0.0002994403567435186,
|
50 |
+
"loss": 0.696,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.19959901982624192,
|
55 |
+
"grad_norm": 28.15259552001953,
|
56 |
+
"learning_rate": 0.0002989697683657906,
|
57 |
+
"loss": 0.6695,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.22811316551570507,
|
62 |
+
"grad_norm": 23.132097244262695,
|
63 |
+
"learning_rate": 0.0002983573174046776,
|
64 |
+
"loss": 0.6745,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.2566273112051682,
|
69 |
+
"grad_norm": 26.72660255432129,
|
70 |
+
"learning_rate": 0.00029760358709177425,
|
71 |
+
"loss": 0.6742,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.28514145689463133,
|
76 |
+
"grad_norm": 21.0267391204834,
|
77 |
+
"learning_rate": 0.00029670929519774324,
|
78 |
+
"loss": 0.6797,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.3136556025840945,
|
83 |
+
"grad_norm": 24.07339096069336,
|
84 |
+
"learning_rate": 0.0002956752933487888,
|
85 |
+
"loss": 0.6582,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.34216974827355756,
|
90 |
+
"grad_norm": 32.077362060546875,
|
91 |
+
"learning_rate": 0.00029450256621566076,
|
92 |
+
"loss": 0.6531,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.3706838939630207,
|
97 |
+
"grad_norm": 23.832252502441406,
|
98 |
+
"learning_rate": 0.0002931922305759614,
|
99 |
+
"loss": 0.6584,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.39919803965248385,
|
104 |
+
"grad_norm": 21.751239776611328,
|
105 |
+
"learning_rate": 0.00029174553425064773,
|
106 |
+
"loss": 0.6557,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.427712185341947,
|
111 |
+
"grad_norm": 24.70648956298828,
|
112 |
+
"learning_rate": 0.00029016385491574314,
|
113 |
+
"loss": 0.6376,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.45622633103141014,
|
118 |
+
"grad_norm": 23.676149368286133,
|
119 |
+
"learning_rate": 0.00028844869879038863,
|
120 |
+
"loss": 0.6424,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.4847404767208732,
|
125 |
+
"grad_norm": 26.275875091552734,
|
126 |
+
"learning_rate": 0.0002866016992024837,
|
127 |
+
"loss": 0.633,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.5132546224103364,
|
132 |
+
"grad_norm": 23.403223037719727,
|
133 |
+
"learning_rate": 0.0002846246150332827,
|
134 |
+
"loss": 0.6203,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.5417687680997995,
|
139 |
+
"grad_norm": 23.481271743774414,
|
140 |
+
"learning_rate": 0.000282519329042428,
|
141 |
+
"loss": 0.6211,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.5702829137892627,
|
146 |
+
"grad_norm": 20.71142578125,
|
147 |
+
"learning_rate": 0.00028028784607501473,
|
148 |
+
"loss": 0.6232,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.5987970594787257,
|
153 |
+
"grad_norm": 20.313270568847656,
|
154 |
+
"learning_rate": 0.00027793229115239456,
|
155 |
+
"loss": 0.6035,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.627311205168189,
|
160 |
+
"grad_norm": 15.384033203125,
|
161 |
+
"learning_rate": 0.0002754549074485369,
|
162 |
+
"loss": 0.6082,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.655825350857652,
|
167 |
+
"grad_norm": 20.352094650268555,
|
168 |
+
"learning_rate": 0.0002728580541538743,
|
169 |
+
"loss": 0.6045,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.6843394965471151,
|
174 |
+
"grad_norm": 20.499040603637695,
|
175 |
+
"learning_rate": 0.0002701442042286665,
|
176 |
+
"loss": 0.6077,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.7128536422365783,
|
181 |
+
"grad_norm": 19.507705688476562,
|
182 |
+
"learning_rate": 0.000267315942048022,
|
183 |
+
"loss": 0.6052,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.7413677879260414,
|
188 |
+
"grad_norm": 23.443056106567383,
|
189 |
+
"learning_rate": 0.0002643759609408212,
|
190 |
+
"loss": 0.5917,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.7698819336155046,
|
195 |
+
"grad_norm": 22.090147018432617,
|
196 |
+
"learning_rate": 0.00026132706062488294,
|
197 |
+
"loss": 0.596,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.7983960793049677,
|
202 |
+
"grad_norm": 22.015439987182617,
|
203 |
+
"learning_rate": 0.0002581721445408184,
|
204 |
+
"loss": 0.5923,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.8269102249944308,
|
209 |
+
"grad_norm": 19.542490005493164,
|
210 |
+
"learning_rate": 0.0002549142170871103,
|
211 |
+
"loss": 0.5955,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.855424370683894,
|
216 |
+
"grad_norm": 17.32285499572754,
|
217 |
+
"learning_rate": 0.00025155638075905097,
|
218 |
+
"loss": 0.566,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.8839385163733571,
|
223 |
+
"grad_norm": 18.898284912109375,
|
224 |
+
"learning_rate": 0.00024810183319426394,
|
225 |
+
"loss": 0.5677,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.9124526620628203,
|
230 |
+
"grad_norm": 16.297840118408203,
|
231 |
+
"learning_rate": 0.00024455386412762184,
|
232 |
+
"loss": 0.577,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.9409668077522834,
|
237 |
+
"grad_norm": 22.982707977294922,
|
238 |
+
"learning_rate": 0.00024091585225846125,
|
239 |
+
"loss": 0.57,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.9694809534417465,
|
244 |
+
"grad_norm": 20.184415817260742,
|
245 |
+
"learning_rate": 0.00023719126203307778,
|
246 |
+
"loss": 0.5743,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.9979950991312097,
|
251 |
+
"grad_norm": 16.89832878112793,
|
252 |
+
"learning_rate": 0.00023338364034556413,
|
253 |
+
"loss": 0.5663,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.0274003118734685,
|
258 |
+
"grad_norm": 16.95356559753418,
|
259 |
+
"learning_rate": 0.00022949661316013482,
|
260 |
+
"loss": 0.4709,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.0559144575629316,
|
265 |
+
"grad_norm": 20.939350128173828,
|
266 |
+
"learning_rate": 0.0002255338820581528,
|
267 |
+
"loss": 0.4702,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.0844286032523947,
|
272 |
+
"grad_norm": 19.86914825439453,
|
273 |
+
"learning_rate": 0.0002214992207131462,
|
274 |
+
"loss": 0.4728,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.112942748941858,
|
279 |
+
"grad_norm": 19.765581130981445,
|
280 |
+
"learning_rate": 0.0002173964712971729,
|
281 |
+
"loss": 0.4664,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.141456894631321,
|
286 |
+
"grad_norm": 16.14029884338379,
|
287 |
+
"learning_rate": 0.00021322954082195433,
|
288 |
+
"loss": 0.4696,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.1699710403207841,
|
293 |
+
"grad_norm": 17.055089950561523,
|
294 |
+
"learning_rate": 0.00020900239741826278,
|
295 |
+
"loss": 0.4717,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.1984851860102472,
|
300 |
+
"grad_norm": 14.829668045043945,
|
301 |
+
"learning_rate": 0.00020471906655710603,
|
302 |
+
"loss": 0.4716,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.2269993316997103,
|
307 |
+
"grad_norm": 15.102470397949219,
|
308 |
+
"learning_rate": 0.00020038362721630696,
|
309 |
+
"loss": 0.4597,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.2555134773891736,
|
314 |
+
"grad_norm": 19.483240127563477,
|
315 |
+
"learning_rate": 0.00019600020799612964,
|
316 |
+
"loss": 0.4582,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.2840276230786367,
|
321 |
+
"grad_norm": 20.06715202331543,
|
322 |
+
"learning_rate": 0.00019157298318764958,
|
323 |
+
"loss": 0.4564,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.3125417687680998,
|
328 |
+
"grad_norm": 16.547321319580078,
|
329 |
+
"learning_rate": 0.00018710616879761405,
|
330 |
+
"loss": 0.4572,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.341055914457563,
|
335 |
+
"grad_norm": 15.825061798095703,
|
336 |
+
"learning_rate": 0.0001826040185335761,
|
337 |
+
"loss": 0.468,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.369570060147026,
|
342 |
+
"grad_norm": 15.663127899169922,
|
343 |
+
"learning_rate": 0.0001780708197531268,
|
344 |
+
"loss": 0.4525,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.398084205836489,
|
349 |
+
"grad_norm": 14.849474906921387,
|
350 |
+
"learning_rate": 0.00017351088938108276,
|
351 |
+
"loss": 0.4561,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.4265983515259524,
|
356 |
+
"grad_norm": 15.581180572509766,
|
357 |
+
"learning_rate": 0.00016892856979851725,
|
358 |
+
"loss": 0.4603,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.4551124972154155,
|
363 |
+
"grad_norm": 14.99488353729248,
|
364 |
+
"learning_rate": 0.00016432822470754922,
|
365 |
+
"loss": 0.446,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.4836266429048786,
|
370 |
+
"grad_norm": 16.289323806762695,
|
371 |
+
"learning_rate": 0.00015971423497582873,
|
372 |
+
"loss": 0.4534,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.5121407885943419,
|
377 |
+
"grad_norm": 15.169504165649414,
|
378 |
+
"learning_rate": 0.00015509099446467557,
|
379 |
+
"loss": 0.4502,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.540654934283805,
|
384 |
+
"grad_norm": 13.88201904296875,
|
385 |
+
"learning_rate": 0.00015046290584484455,
|
386 |
+
"loss": 0.4563,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.569169079973268,
|
391 |
+
"grad_norm": 14.23528003692627,
|
392 |
+
"learning_rate": 0.00014583437640390112,
|
393 |
+
"loss": 0.4303,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.5976832256627311,
|
398 |
+
"grad_norm": 13.917679786682129,
|
399 |
+
"learning_rate": 0.00014120981384920065,
|
400 |
+
"loss": 0.4396,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.6261973713521942,
|
405 |
+
"grad_norm": 15.415020942687988,
|
406 |
+
"learning_rate": 0.0001365936221104682,
|
407 |
+
"loss": 0.4486,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.6547115170416573,
|
412 |
+
"grad_norm": 13.339295387268066,
|
413 |
+
"learning_rate": 0.00013199019714597526,
|
414 |
+
"loss": 0.4303,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.6832256627311204,
|
419 |
+
"grad_norm": 15.275891304016113,
|
420 |
+
"learning_rate": 0.00012740392275630802,
|
421 |
+
"loss": 0.4434,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.7117398084205835,
|
426 |
+
"grad_norm": 15.294014930725098,
|
427 |
+
"learning_rate": 0.00012283916640971304,
|
428 |
+
"loss": 0.4352,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.7402539541100468,
|
433 |
+
"grad_norm": 13.472885131835938,
|
434 |
+
"learning_rate": 0.00011830027508299607,
|
435 |
+
"loss": 0.4311,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.7687680997995099,
|
440 |
+
"grad_norm": 13.640401840209961,
|
441 |
+
"learning_rate": 0.00011379157112193487,
|
442 |
+
"loss": 0.4192,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.7972822454889732,
|
447 |
+
"grad_norm": 14.599030494689941,
|
448 |
+
"learning_rate": 0.00010931734812514786,
|
449 |
+
"loss": 0.4349,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.8257963911784363,
|
454 |
+
"grad_norm": 13.727120399475098,
|
455 |
+
"learning_rate": 0.00010488186685533828,
|
456 |
+
"loss": 0.4348,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.8543105368678994,
|
461 |
+
"grad_norm": 14.04608154296875,
|
462 |
+
"learning_rate": 0.00010048935118180787,
|
463 |
+
"loss": 0.428,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.8828246825573625,
|
468 |
+
"grad_norm": 14.668761253356934,
|
469 |
+
"learning_rate": 9.614398405810378e-05,
|
470 |
+
"loss": 0.4271,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.9113388282468255,
|
475 |
+
"grad_norm": 15.308387756347656,
|
476 |
+
"learning_rate": 9.18499035386292e-05,
|
477 |
+
"loss": 0.4153,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.9398529739362886,
|
482 |
+
"grad_norm": 14.18338680267334,
|
483 |
+
"learning_rate": 8.761119883801097e-05,
|
484 |
+
"loss": 0.4237,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.9683671196257517,
|
489 |
+
"grad_norm": 15.16002368927002,
|
490 |
+
"learning_rate": 8.343190643697685e-05,
|
491 |
+
"loss": 0.4097,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.9968812653152148,
|
496 |
+
"grad_norm": 12.727019309997559,
|
497 |
+
"learning_rate": 7.931600623845105e-05,
|
498 |
+
"loss": 0.4035,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 2.026286478057474,
|
503 |
+
"grad_norm": 16.409337997436523,
|
504 |
+
"learning_rate": 7.526741777752797e-05,
|
505 |
+
"loss": 0.2883,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 2.054800623746937,
|
510 |
+
"grad_norm": 14.678768157958984,
|
511 |
+
"learning_rate": 7.128999648893393e-05,
|
512 |
+
"loss": 0.2779,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 2.0833147694364,
|
517 |
+
"grad_norm": 15.050424575805664,
|
518 |
+
"learning_rate": 6.738753003553106e-05,
|
519 |
+
"loss": 0.2766,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 2.111828915125863,
|
524 |
+
"grad_norm": 13.391814231872559,
|
525 |
+
"learning_rate": 6.356373470135943e-05,
|
526 |
+
"loss": 0.2557,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 2.140343060815326,
|
531 |
+
"grad_norm": 12.664278984069824,
|
532 |
+
"learning_rate": 5.982225185265335e-05,
|
533 |
+
"loss": 0.2649,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 2.1688572065047893,
|
538 |
+
"grad_norm": 12.713603019714355,
|
539 |
+
"learning_rate": 5.61666444702003e-05,
|
540 |
+
"loss": 0.2607,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 2.197371352194253,
|
545 |
+
"grad_norm": 14.50146770477295,
|
546 |
+
"learning_rate": 5.260039375634626e-05,
|
547 |
+
"loss": 0.2569,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 2.225885497883716,
|
552 |
+
"grad_norm": 14.117573738098145,
|
553 |
+
"learning_rate": 4.91268958198777e-05,
|
554 |
+
"loss": 0.2528,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 2.254399643573179,
|
559 |
+
"grad_norm": 13.352962493896484,
|
560 |
+
"learning_rate": 4.5749458441937426e-05,
|
561 |
+
"loss": 0.2594,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 2.282913789262642,
|
566 |
+
"grad_norm": 14.24978256225586,
|
567 |
+
"learning_rate": 4.24712979260541e-05,
|
568 |
+
"loss": 0.246,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 2.311427934952105,
|
573 |
+
"grad_norm": 14.509572982788086,
|
574 |
+
"learning_rate": 3.9295536035284975e-05,
|
575 |
+
"loss": 0.2456,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 2.3399420806415683,
|
580 |
+
"grad_norm": 13.541816711425781,
|
581 |
+
"learning_rate": 3.622519701938879e-05,
|
582 |
+
"loss": 0.2596,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 2.3684562263310314,
|
587 |
+
"grad_norm": 13.303231239318848,
|
588 |
+
"learning_rate": 3.326320473485965e-05,
|
589 |
+
"loss": 0.2478,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 2.3969703720204945,
|
594 |
+
"grad_norm": 13.914246559143066,
|
595 |
+
"learning_rate": 3.0412379860564546e-05,
|
596 |
+
"loss": 0.2471,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 2.4254845177099575,
|
601 |
+
"grad_norm": 13.636366844177246,
|
602 |
+
"learning_rate": 2.7675437211635994e-05,
|
603 |
+
"loss": 0.244,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 2.4539986633994206,
|
608 |
+
"grad_norm": 13.738758087158203,
|
609 |
+
"learning_rate": 2.505498315417775e-05,
|
610 |
+
"loss": 0.25,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 2.4825128090888837,
|
615 |
+
"grad_norm": 12.734477043151855,
|
616 |
+
"learning_rate": 2.2553513123245593e-05,
|
617 |
+
"loss": 0.2514,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 2.5110269547783473,
|
622 |
+
"grad_norm": 13.232802391052246,
|
623 |
+
"learning_rate": 2.017340924646676e-05,
|
624 |
+
"loss": 0.2517,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 2.5395411004678103,
|
629 |
+
"grad_norm": 12.584091186523438,
|
630 |
+
"learning_rate": 1.791693807556106e-05,
|
631 |
+
"loss": 0.2423,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 2.5680552461572734,
|
636 |
+
"grad_norm": 13.133004188537598,
|
637 |
+
"learning_rate": 1.5786248427923765e-05,
|
638 |
+
"loss": 0.2397,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 2.5965693918467365,
|
643 |
+
"grad_norm": 12.750874519348145,
|
644 |
+
"learning_rate": 1.3783369340326038e-05,
|
645 |
+
"loss": 0.2402,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 2.6250835375361996,
|
650 |
+
"grad_norm": 14.99782657623291,
|
651 |
+
"learning_rate": 1.191020813668126e-05,
|
652 |
+
"loss": 0.2325,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 2.6535976832256627,
|
657 |
+
"grad_norm": 13.00296401977539,
|
658 |
+
"learning_rate": 1.0168548611717453e-05,
|
659 |
+
"loss": 0.2447,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 2.682111828915126,
|
664 |
+
"grad_norm": 12.952726364135742,
|
665 |
+
"learning_rate": 8.560049332285445e-06,
|
666 |
+
"loss": 0.2324,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 2.710625974604589,
|
671 |
+
"grad_norm": 12.093839645385742,
|
672 |
+
"learning_rate": 7.086242057920466e-06,
|
673 |
+
"loss": 0.2374,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 2.739140120294052,
|
678 |
+
"grad_norm": 13.643256187438965,
|
679 |
+
"learning_rate": 5.748530282161151e-06,
|
680 |
+
"loss": 0.2375,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 2.7676542659835155,
|
685 |
+
"grad_norm": 12.18138599395752,
|
686 |
+
"learning_rate": 4.548187896015132e-06,
|
687 |
+
"loss": 0.2398,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 2.796168411672978,
|
692 |
+
"grad_norm": 13.081153869628906,
|
693 |
+
"learning_rate": 3.4863579748440395e-06,
|
694 |
+
"loss": 0.2414,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 2.8246825573624417,
|
699 |
+
"grad_norm": 12.803534507751465,
|
700 |
+
"learning_rate": 2.5640516898229824e-06,
|
701 |
+
"loss": 0.2353,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 2.8531967030519048,
|
706 |
+
"grad_norm": 14.616987228393555,
|
707 |
+
"learning_rate": 1.7821473450112257e-06,
|
708 |
+
"loss": 0.2387,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 2.881710848741368,
|
713 |
+
"grad_norm": 13.588176727294922,
|
714 |
+
"learning_rate": 1.1413895409510932e-06,
|
715 |
+
"loss": 0.2393,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 2.910224994430831,
|
720 |
+
"grad_norm": 13.362626075744629,
|
721 |
+
"learning_rate": 6.423884655915035e-07,
|
722 |
+
"loss": 0.2452,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 2.938739140120294,
|
727 |
+
"grad_norm": 13.089447021484375,
|
728 |
+
"learning_rate": 2.85619313211366e-07,
|
729 |
+
"loss": 0.2442,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 2.967253285809757,
|
734 |
+
"grad_norm": 14.710633277893066,
|
735 |
+
"learning_rate": 7.142183189641215e-08,
|
736 |
+
"loss": 0.2395,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 2.99576743149922,
|
741 |
+
"grad_norm": 13.993697166442871,
|
742 |
+
"learning_rate": 0.0,
|
743 |
+
"loss": 0.2403,
|
744 |
+
"step": 1050
|
745 |
+
}
|
746 |
+
],
|
747 |
+
"logging_steps": 10,
|
748 |
+
"max_steps": 1050,
|
749 |
+
"num_input_tokens_seen": 0,
|
750 |
+
"num_train_epochs": 3,
|
751 |
+
"save_steps": 500,
|
752 |
+
"stateful_callbacks": {
|
753 |
+
"TrainerControl": {
|
754 |
+
"args": {
|
755 |
+
"should_epoch_stop": false,
|
756 |
+
"should_evaluate": false,
|
757 |
+
"should_log": false,
|
758 |
+
"should_save": true,
|
759 |
+
"should_training_stop": true
|
760 |
+
},
|
761 |
+
"attributes": {}
|
762 |
+
}
|
763 |
+
},
|
764 |
+
"total_flos": 1.2082385668508221e+18,
|
765 |
+
"train_batch_size": 2,
|
766 |
+
"trial_name": null,
|
767 |
+
"trial_params": null
|
768 |
+
}
|
checkpoint-1050/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50e875ffd6bc3b3cbc2076552bfacc6fc68fa68cf81f4ddc1428e5c97e5fdbb5
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
3 |
+
"architectures": [
|
4 |
+
"DetikzifyForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 32013,
|
9 |
+
"concat_patches": 2,
|
10 |
+
"eos_token_id": 32014,
|
11 |
+
"feature_layer": 26,
|
12 |
+
"head_dim": 128,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 2048,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 5504,
|
17 |
+
"max_position_embeddings": 16384,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"mm_hidden_size": 2304,
|
20 |
+
"model_type": "detikzify",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_hidden_layers": 24,
|
23 |
+
"num_key_value_heads": 16,
|
24 |
+
"num_patches": 364,
|
25 |
+
"patch_token_id": 32013,
|
26 |
+
"pretraining_tp": 1,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 4.0,
|
30 |
+
"rope_type": "linear",
|
31 |
+
"type": "linear"
|
32 |
+
},
|
33 |
+
"rope_theta": 100000,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.46.2",
|
37 |
+
"use_cache": false,
|
38 |
+
"use_mm_proj": true,
|
39 |
+
"vision_config": {
|
40 |
+
"architecture": "vit_so400m_patch14_siglip_384",
|
41 |
+
"classifier": "head",
|
42 |
+
"crop_mode": "center",
|
43 |
+
"crop_pct": 0.9,
|
44 |
+
"custom_load": false,
|
45 |
+
"first_conv": "patch_embed.proj",
|
46 |
+
"fixed_input_size": true,
|
47 |
+
"hf_hub_filename": "open_clip_pytorch_model.bin",
|
48 |
+
"hf_hub_id": "timm/ViT-SO400M-14-SigLIP-384",
|
49 |
+
"input_size": [
|
50 |
+
3,
|
51 |
+
384,
|
52 |
+
384
|
53 |
+
],
|
54 |
+
"interpolation": "bicubic",
|
55 |
+
"mean": [
|
56 |
+
0.5,
|
57 |
+
0.5,
|
58 |
+
0.5
|
59 |
+
],
|
60 |
+
"num_classes": 0,
|
61 |
+
"pool_size": null,
|
62 |
+
"std": [
|
63 |
+
0.5,
|
64 |
+
0.5,
|
65 |
+
0.5
|
66 |
+
],
|
67 |
+
"tag": "webli",
|
68 |
+
"url": ""
|
69 |
+
},
|
70 |
+
"vision_tower": "vit_so400m_patch14_siglip_384.webli",
|
71 |
+
"vocab_size": 32256
|
72 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32013,
|
4 |
+
"eos_token_id": 32014,
|
5 |
+
"pad_token_id": 32018,
|
6 |
+
"transformers_version": "4.46.2"
|
7 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0637f84b21773d94c6cd74c3994f21d66edc5d2277a4f67e86c0541ccbc7e5e
|
3 |
+
size 4986380064
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1872e27c6ad7aa63877594e9fbf9a92d1aa327bd3b764196120c6aab1d8a8a8
|
3 |
+
size 418415560
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5404770304
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.mm_projector.bias": "model-00002-of-00002.safetensors",
|
225 |
+
"model.mm_projector.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
227 |
+
}
|
228 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,777 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.99576743149922,
|
5 |
+
"eval_steps": 500,
|
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.028514145689463134,
|
13 |
+
"grad_norm": 59.78074645996094,
|
14 |
+
"learning_rate": 9.374999999999999e-05,
|
15 |
+
"loss": 0.7842,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.05702829137892627,
|
20 |
+
"grad_norm": 34.404449462890625,
|
21 |
+
"learning_rate": 0.00018749999999999998,
|
22 |
+
"loss": 0.7352,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.08554243706838939,
|
27 |
+
"grad_norm": 32.21347427368164,
|
28 |
+
"learning_rate": 0.00028125,
|
29 |
+
"loss": 0.7214,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.11405658275785253,
|
34 |
+
"grad_norm": 58.45460891723633,
|
35 |
+
"learning_rate": 0.00029995428872157097,
|
36 |
+
"loss": 0.7276,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.14257072844731566,
|
41 |
+
"grad_norm": 34.381004333496094,
|
42 |
+
"learning_rate": 0.00029976863440074164,
|
43 |
+
"loss": 0.7381,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.17108487413677878,
|
48 |
+
"grad_norm": 23.00215721130371,
|
49 |
+
"learning_rate": 0.0002994403567435186,
|
50 |
+
"loss": 0.696,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.19959901982624192,
|
55 |
+
"grad_norm": 28.15259552001953,
|
56 |
+
"learning_rate": 0.0002989697683657906,
|
57 |
+
"loss": 0.6695,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.22811316551570507,
|
62 |
+
"grad_norm": 23.132097244262695,
|
63 |
+
"learning_rate": 0.0002983573174046776,
|
64 |
+
"loss": 0.6745,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.2566273112051682,
|
69 |
+
"grad_norm": 26.72660255432129,
|
70 |
+
"learning_rate": 0.00029760358709177425,
|
71 |
+
"loss": 0.6742,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.28514145689463133,
|
76 |
+
"grad_norm": 21.0267391204834,
|
77 |
+
"learning_rate": 0.00029670929519774324,
|
78 |
+
"loss": 0.6797,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.3136556025840945,
|
83 |
+
"grad_norm": 24.07339096069336,
|
84 |
+
"learning_rate": 0.0002956752933487888,
|
85 |
+
"loss": 0.6582,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.34216974827355756,
|
90 |
+
"grad_norm": 32.077362060546875,
|
91 |
+
"learning_rate": 0.00029450256621566076,
|
92 |
+
"loss": 0.6531,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.3706838939630207,
|
97 |
+
"grad_norm": 23.832252502441406,
|
98 |
+
"learning_rate": 0.0002931922305759614,
|
99 |
+
"loss": 0.6584,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.39919803965248385,
|
104 |
+
"grad_norm": 21.751239776611328,
|
105 |
+
"learning_rate": 0.00029174553425064773,
|
106 |
+
"loss": 0.6557,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.427712185341947,
|
111 |
+
"grad_norm": 24.70648956298828,
|
112 |
+
"learning_rate": 0.00029016385491574314,
|
113 |
+
"loss": 0.6376,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.45622633103141014,
|
118 |
+
"grad_norm": 23.676149368286133,
|
119 |
+
"learning_rate": 0.00028844869879038863,
|
120 |
+
"loss": 0.6424,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.4847404767208732,
|
125 |
+
"grad_norm": 26.275875091552734,
|
126 |
+
"learning_rate": 0.0002866016992024837,
|
127 |
+
"loss": 0.633,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.5132546224103364,
|
132 |
+
"grad_norm": 23.403223037719727,
|
133 |
+
"learning_rate": 0.0002846246150332827,
|
134 |
+
"loss": 0.6203,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.5417687680997995,
|
139 |
+
"grad_norm": 23.481271743774414,
|
140 |
+
"learning_rate": 0.000282519329042428,
|
141 |
+
"loss": 0.6211,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.5702829137892627,
|
146 |
+
"grad_norm": 20.71142578125,
|
147 |
+
"learning_rate": 0.00028028784607501473,
|
148 |
+
"loss": 0.6232,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.5987970594787257,
|
153 |
+
"grad_norm": 20.313270568847656,
|
154 |
+
"learning_rate": 0.00027793229115239456,
|
155 |
+
"loss": 0.6035,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.627311205168189,
|
160 |
+
"grad_norm": 15.384033203125,
|
161 |
+
"learning_rate": 0.0002754549074485369,
|
162 |
+
"loss": 0.6082,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.655825350857652,
|
167 |
+
"grad_norm": 20.352094650268555,
|
168 |
+
"learning_rate": 0.0002728580541538743,
|
169 |
+
"loss": 0.6045,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.6843394965471151,
|
174 |
+
"grad_norm": 20.499040603637695,
|
175 |
+
"learning_rate": 0.0002701442042286665,
|
176 |
+
"loss": 0.6077,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.7128536422365783,
|
181 |
+
"grad_norm": 19.507705688476562,
|
182 |
+
"learning_rate": 0.000267315942048022,
|
183 |
+
"loss": 0.6052,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.7413677879260414,
|
188 |
+
"grad_norm": 23.443056106567383,
|
189 |
+
"learning_rate": 0.0002643759609408212,
|
190 |
+
"loss": 0.5917,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.7698819336155046,
|
195 |
+
"grad_norm": 22.090147018432617,
|
196 |
+
"learning_rate": 0.00026132706062488294,
|
197 |
+
"loss": 0.596,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.7983960793049677,
|
202 |
+
"grad_norm": 22.015439987182617,
|
203 |
+
"learning_rate": 0.0002581721445408184,
|
204 |
+
"loss": 0.5923,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.8269102249944308,
|
209 |
+
"grad_norm": 19.542490005493164,
|
210 |
+
"learning_rate": 0.0002549142170871103,
|
211 |
+
"loss": 0.5955,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.855424370683894,
|
216 |
+
"grad_norm": 17.32285499572754,
|
217 |
+
"learning_rate": 0.00025155638075905097,
|
218 |
+
"loss": 0.566,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.8839385163733571,
|
223 |
+
"grad_norm": 18.898284912109375,
|
224 |
+
"learning_rate": 0.00024810183319426394,
|
225 |
+
"loss": 0.5677,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.9124526620628203,
|
230 |
+
"grad_norm": 16.297840118408203,
|
231 |
+
"learning_rate": 0.00024455386412762184,
|
232 |
+
"loss": 0.577,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.9409668077522834,
|
237 |
+
"grad_norm": 22.982707977294922,
|
238 |
+
"learning_rate": 0.00024091585225846125,
|
239 |
+
"loss": 0.57,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.9694809534417465,
|
244 |
+
"grad_norm": 20.184415817260742,
|
245 |
+
"learning_rate": 0.00023719126203307778,
|
246 |
+
"loss": 0.5743,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.9979950991312097,
|
251 |
+
"grad_norm": 16.89832878112793,
|
252 |
+
"learning_rate": 0.00023338364034556413,
|
253 |
+
"loss": 0.5663,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.0274003118734685,
|
258 |
+
"grad_norm": 16.95356559753418,
|
259 |
+
"learning_rate": 0.00022949661316013482,
|
260 |
+
"loss": 0.4709,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.0559144575629316,
|
265 |
+
"grad_norm": 20.939350128173828,
|
266 |
+
"learning_rate": 0.0002255338820581528,
|
267 |
+
"loss": 0.4702,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.0844286032523947,
|
272 |
+
"grad_norm": 19.86914825439453,
|
273 |
+
"learning_rate": 0.0002214992207131462,
|
274 |
+
"loss": 0.4728,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.112942748941858,
|
279 |
+
"grad_norm": 19.765581130981445,
|
280 |
+
"learning_rate": 0.0002173964712971729,
|
281 |
+
"loss": 0.4664,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.141456894631321,
|
286 |
+
"grad_norm": 16.14029884338379,
|
287 |
+
"learning_rate": 0.00021322954082195433,
|
288 |
+
"loss": 0.4696,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.1699710403207841,
|
293 |
+
"grad_norm": 17.055089950561523,
|
294 |
+
"learning_rate": 0.00020900239741826278,
|
295 |
+
"loss": 0.4717,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.1984851860102472,
|
300 |
+
"grad_norm": 14.829668045043945,
|
301 |
+
"learning_rate": 0.00020471906655710603,
|
302 |
+
"loss": 0.4716,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.2269993316997103,
|
307 |
+
"grad_norm": 15.102470397949219,
|
308 |
+
"learning_rate": 0.00020038362721630696,
|
309 |
+
"loss": 0.4597,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.2555134773891736,
|
314 |
+
"grad_norm": 19.483240127563477,
|
315 |
+
"learning_rate": 0.00019600020799612964,
|
316 |
+
"loss": 0.4582,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.2840276230786367,
|
321 |
+
"grad_norm": 20.06715202331543,
|
322 |
+
"learning_rate": 0.00019157298318764958,
|
323 |
+
"loss": 0.4564,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.3125417687680998,
|
328 |
+
"grad_norm": 16.547321319580078,
|
329 |
+
"learning_rate": 0.00018710616879761405,
|
330 |
+
"loss": 0.4572,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.341055914457563,
|
335 |
+
"grad_norm": 15.825061798095703,
|
336 |
+
"learning_rate": 0.0001826040185335761,
|
337 |
+
"loss": 0.468,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.369570060147026,
|
342 |
+
"grad_norm": 15.663127899169922,
|
343 |
+
"learning_rate": 0.0001780708197531268,
|
344 |
+
"loss": 0.4525,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.398084205836489,
|
349 |
+
"grad_norm": 14.849474906921387,
|
350 |
+
"learning_rate": 0.00017351088938108276,
|
351 |
+
"loss": 0.4561,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.4265983515259524,
|
356 |
+
"grad_norm": 15.581180572509766,
|
357 |
+
"learning_rate": 0.00016892856979851725,
|
358 |
+
"loss": 0.4603,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.4551124972154155,
|
363 |
+
"grad_norm": 14.99488353729248,
|
364 |
+
"learning_rate": 0.00016432822470754922,
|
365 |
+
"loss": 0.446,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.4836266429048786,
|
370 |
+
"grad_norm": 16.289323806762695,
|
371 |
+
"learning_rate": 0.00015971423497582873,
|
372 |
+
"loss": 0.4534,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.5121407885943419,
|
377 |
+
"grad_norm": 15.169504165649414,
|
378 |
+
"learning_rate": 0.00015509099446467557,
|
379 |
+
"loss": 0.4502,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.540654934283805,
|
384 |
+
"grad_norm": 13.88201904296875,
|
385 |
+
"learning_rate": 0.00015046290584484455,
|
386 |
+
"loss": 0.4563,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.569169079973268,
|
391 |
+
"grad_norm": 14.23528003692627,
|
392 |
+
"learning_rate": 0.00014583437640390112,
|
393 |
+
"loss": 0.4303,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.5976832256627311,
|
398 |
+
"grad_norm": 13.917679786682129,
|
399 |
+
"learning_rate": 0.00014120981384920065,
|
400 |
+
"loss": 0.4396,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.6261973713521942,
|
405 |
+
"grad_norm": 15.415020942687988,
|
406 |
+
"learning_rate": 0.0001365936221104682,
|
407 |
+
"loss": 0.4486,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.6547115170416573,
|
412 |
+
"grad_norm": 13.339295387268066,
|
413 |
+
"learning_rate": 0.00013199019714597526,
|
414 |
+
"loss": 0.4303,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.6832256627311204,
|
419 |
+
"grad_norm": 15.275891304016113,
|
420 |
+
"learning_rate": 0.00012740392275630802,
|
421 |
+
"loss": 0.4434,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.7117398084205835,
|
426 |
+
"grad_norm": 15.294014930725098,
|
427 |
+
"learning_rate": 0.00012283916640971304,
|
428 |
+
"loss": 0.4352,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.7402539541100468,
|
433 |
+
"grad_norm": 13.472885131835938,
|
434 |
+
"learning_rate": 0.00011830027508299607,
|
435 |
+
"loss": 0.4311,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.7687680997995099,
|
440 |
+
"grad_norm": 13.640401840209961,
|
441 |
+
"learning_rate": 0.00011379157112193487,
|
442 |
+
"loss": 0.4192,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.7972822454889732,
|
447 |
+
"grad_norm": 14.599030494689941,
|
448 |
+
"learning_rate": 0.00010931734812514786,
|
449 |
+
"loss": 0.4349,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.8257963911784363,
|
454 |
+
"grad_norm": 13.727120399475098,
|
455 |
+
"learning_rate": 0.00010488186685533828,
|
456 |
+
"loss": 0.4348,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.8543105368678994,
|
461 |
+
"grad_norm": 14.04608154296875,
|
462 |
+
"learning_rate": 0.00010048935118180787,
|
463 |
+
"loss": 0.428,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.8828246825573625,
|
468 |
+
"grad_norm": 14.668761253356934,
|
469 |
+
"learning_rate": 9.614398405810378e-05,
|
470 |
+
"loss": 0.4271,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.9113388282468255,
|
475 |
+
"grad_norm": 15.308387756347656,
|
476 |
+
"learning_rate": 9.18499035386292e-05,
|
477 |
+
"loss": 0.4153,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.9398529739362886,
|
482 |
+
"grad_norm": 14.18338680267334,
|
483 |
+
"learning_rate": 8.761119883801097e-05,
|
484 |
+
"loss": 0.4237,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.9683671196257517,
|
489 |
+
"grad_norm": 15.16002368927002,
|
490 |
+
"learning_rate": 8.343190643697685e-05,
|
491 |
+
"loss": 0.4097,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.9968812653152148,
|
496 |
+
"grad_norm": 12.727019309997559,
|
497 |
+
"learning_rate": 7.931600623845105e-05,
|
498 |
+
"loss": 0.4035,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 2.026286478057474,
|
503 |
+
"grad_norm": 16.409337997436523,
|
504 |
+
"learning_rate": 7.526741777752797e-05,
|
505 |
+
"loss": 0.2883,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 2.054800623746937,
|
510 |
+
"grad_norm": 14.678768157958984,
|
511 |
+
"learning_rate": 7.128999648893393e-05,
|
512 |
+
"loss": 0.2779,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 2.0833147694364,
|
517 |
+
"grad_norm": 15.050424575805664,
|
518 |
+
"learning_rate": 6.738753003553106e-05,
|
519 |
+
"loss": 0.2766,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 2.111828915125863,
|
524 |
+
"grad_norm": 13.391814231872559,
|
525 |
+
"learning_rate": 6.356373470135943e-05,
|
526 |
+
"loss": 0.2557,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 2.140343060815326,
|
531 |
+
"grad_norm": 12.664278984069824,
|
532 |
+
"learning_rate": 5.982225185265335e-05,
|
533 |
+
"loss": 0.2649,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 2.1688572065047893,
|
538 |
+
"grad_norm": 12.713603019714355,
|
539 |
+
"learning_rate": 5.61666444702003e-05,
|
540 |
+
"loss": 0.2607,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 2.197371352194253,
|
545 |
+
"grad_norm": 14.50146770477295,
|
546 |
+
"learning_rate": 5.260039375634626e-05,
|
547 |
+
"loss": 0.2569,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 2.225885497883716,
|
552 |
+
"grad_norm": 14.117573738098145,
|
553 |
+
"learning_rate": 4.91268958198777e-05,
|
554 |
+
"loss": 0.2528,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 2.254399643573179,
|
559 |
+
"grad_norm": 13.352962493896484,
|
560 |
+
"learning_rate": 4.5749458441937426e-05,
|
561 |
+
"loss": 0.2594,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 2.282913789262642,
|
566 |
+
"grad_norm": 14.24978256225586,
|
567 |
+
"learning_rate": 4.24712979260541e-05,
|
568 |
+
"loss": 0.246,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 2.311427934952105,
|
573 |
+
"grad_norm": 14.509572982788086,
|
574 |
+
"learning_rate": 3.9295536035284975e-05,
|
575 |
+
"loss": 0.2456,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 2.3399420806415683,
|
580 |
+
"grad_norm": 13.541816711425781,
|
581 |
+
"learning_rate": 3.622519701938879e-05,
|
582 |
+
"loss": 0.2596,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 2.3684562263310314,
|
587 |
+
"grad_norm": 13.303231239318848,
|
588 |
+
"learning_rate": 3.326320473485965e-05,
|
589 |
+
"loss": 0.2478,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 2.3969703720204945,
|
594 |
+
"grad_norm": 13.914246559143066,
|
595 |
+
"learning_rate": 3.0412379860564546e-05,
|
596 |
+
"loss": 0.2471,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 2.4254845177099575,
|
601 |
+
"grad_norm": 13.636366844177246,
|
602 |
+
"learning_rate": 2.7675437211635994e-05,
|
603 |
+
"loss": 0.244,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 2.4539986633994206,
|
608 |
+
"grad_norm": 13.738758087158203,
|
609 |
+
"learning_rate": 2.505498315417775e-05,
|
610 |
+
"loss": 0.25,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 2.4825128090888837,
|
615 |
+
"grad_norm": 12.734477043151855,
|
616 |
+
"learning_rate": 2.2553513123245593e-05,
|
617 |
+
"loss": 0.2514,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 2.5110269547783473,
|
622 |
+
"grad_norm": 13.232802391052246,
|
623 |
+
"learning_rate": 2.017340924646676e-05,
|
624 |
+
"loss": 0.2517,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 2.5395411004678103,
|
629 |
+
"grad_norm": 12.584091186523438,
|
630 |
+
"learning_rate": 1.791693807556106e-05,
|
631 |
+
"loss": 0.2423,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 2.5680552461572734,
|
636 |
+
"grad_norm": 13.133004188537598,
|
637 |
+
"learning_rate": 1.5786248427923765e-05,
|
638 |
+
"loss": 0.2397,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 2.5965693918467365,
|
643 |
+
"grad_norm": 12.750874519348145,
|
644 |
+
"learning_rate": 1.3783369340326038e-05,
|
645 |
+
"loss": 0.2402,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 2.6250835375361996,
|
650 |
+
"grad_norm": 14.99782657623291,
|
651 |
+
"learning_rate": 1.191020813668126e-05,
|
652 |
+
"loss": 0.2325,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 2.6535976832256627,
|
657 |
+
"grad_norm": 13.00296401977539,
|
658 |
+
"learning_rate": 1.0168548611717453e-05,
|
659 |
+
"loss": 0.2447,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 2.682111828915126,
|
664 |
+
"grad_norm": 12.952726364135742,
|
665 |
+
"learning_rate": 8.560049332285445e-06,
|
666 |
+
"loss": 0.2324,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 2.710625974604589,
|
671 |
+
"grad_norm": 12.093839645385742,
|
672 |
+
"learning_rate": 7.086242057920466e-06,
|
673 |
+
"loss": 0.2374,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 2.739140120294052,
|
678 |
+
"grad_norm": 13.643256187438965,
|
679 |
+
"learning_rate": 5.748530282161151e-06,
|
680 |
+
"loss": 0.2375,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 2.7676542659835155,
|
685 |
+
"grad_norm": 12.18138599395752,
|
686 |
+
"learning_rate": 4.548187896015132e-06,
|
687 |
+
"loss": 0.2398,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 2.796168411672978,
|
692 |
+
"grad_norm": 13.081153869628906,
|
693 |
+
"learning_rate": 3.4863579748440395e-06,
|
694 |
+
"loss": 0.2414,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 2.8246825573624417,
|
699 |
+
"grad_norm": 12.803534507751465,
|
700 |
+
"learning_rate": 2.5640516898229824e-06,
|
701 |
+
"loss": 0.2353,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 2.8531967030519048,
|
706 |
+
"grad_norm": 14.616987228393555,
|
707 |
+
"learning_rate": 1.7821473450112257e-06,
|
708 |
+
"loss": 0.2387,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 2.881710848741368,
|
713 |
+
"grad_norm": 13.588176727294922,
|
714 |
+
"learning_rate": 1.1413895409510932e-06,
|
715 |
+
"loss": 0.2393,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 2.910224994430831,
|
720 |
+
"grad_norm": 13.362626075744629,
|
721 |
+
"learning_rate": 6.423884655915035e-07,
|
722 |
+
"loss": 0.2452,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 2.938739140120294,
|
727 |
+
"grad_norm": 13.089447021484375,
|
728 |
+
"learning_rate": 2.85619313211366e-07,
|
729 |
+
"loss": 0.2442,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 2.967253285809757,
|
734 |
+
"grad_norm": 14.710633277893066,
|
735 |
+
"learning_rate": 7.142183189641215e-08,
|
736 |
+
"loss": 0.2395,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 2.99576743149922,
|
741 |
+
"grad_norm": 13.993697166442871,
|
742 |
+
"learning_rate": 0.0,
|
743 |
+
"loss": 0.2403,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 2.99576743149922,
|
748 |
+
"step": 1050,
|
749 |
+
"total_flos": 1.2082385668508221e+18,
|
750 |
+
"train_loss": 0.4443624080930437,
|
751 |
+
"train_runtime": 23649.7754,
|
752 |
+
"train_samples_per_second": 5.694,
|
753 |
+
"train_steps_per_second": 0.044
|
754 |
+
}
|
755 |
+
],
|
756 |
+
"logging_steps": 10,
|
757 |
+
"max_steps": 1050,
|
758 |
+
"num_input_tokens_seen": 0,
|
759 |
+
"num_train_epochs": 3,
|
760 |
+
"save_steps": 500,
|
761 |
+
"stateful_callbacks": {
|
762 |
+
"TrainerControl": {
|
763 |
+
"args": {
|
764 |
+
"should_epoch_stop": false,
|
765 |
+
"should_evaluate": false,
|
766 |
+
"should_log": false,
|
767 |
+
"should_save": true,
|
768 |
+
"should_training_stop": true
|
769 |
+
},
|
770 |
+
"attributes": {}
|
771 |
+
}
|
772 |
+
},
|
773 |
+
"total_flos": 1.2082385668508221e+18,
|
774 |
+
"train_batch_size": 2,
|
775 |
+
"trial_name": null,
|
776 |
+
"trial_params": null
|
777 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50e875ffd6bc3b3cbc2076552bfacc6fc68fa68cf81f4ddc1428e5c97e5fdbb5
|
3 |
+
size 5304
|