Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-12208/config.json +28 -0
- checkpoint-12208/generation_config.json +14 -0
- checkpoint-12208/model-00001-of-00007.safetensors +3 -0
- checkpoint-12208/model-00002-of-00007.safetensors +3 -0
- checkpoint-12208/model-00003-of-00007.safetensors +3 -0
- checkpoint-12208/model-00004-of-00007.safetensors +3 -0
- checkpoint-12208/model-00005-of-00007.safetensors +3 -0
- checkpoint-12208/model-00006-of-00007.safetensors +3 -0
- checkpoint-12208/model-00007-of-00007.safetensors +3 -0
- checkpoint-12208/model.safetensors.index.json +346 -0
- checkpoint-12208/optimizer.pt +3 -0
- checkpoint-12208/rng_state.pth +3 -0
- checkpoint-12208/scheduler.pt +3 -0
- checkpoint-12208/trainer_state.json +2784 -0
- checkpoint-12208/training_args.bin +3 -0
- checkpoint-15260/config.json +28 -0
- checkpoint-15260/generation_config.json +14 -0
- checkpoint-15260/model-00001-of-00007.safetensors +3 -0
- checkpoint-15260/model-00002-of-00007.safetensors +3 -0
- checkpoint-15260/model-00003-of-00007.safetensors +3 -0
- checkpoint-15260/model-00004-of-00007.safetensors +3 -0
- checkpoint-15260/model-00005-of-00007.safetensors +3 -0
- checkpoint-15260/model-00006-of-00007.safetensors +3 -0
- checkpoint-15260/model-00007-of-00007.safetensors +3 -0
- checkpoint-15260/model.safetensors.index.json +346 -0
- checkpoint-15260/optimizer.pt +3 -0
- checkpoint-15260/rng_state.pth +3 -0
- checkpoint-15260/scheduler.pt +3 -0
- checkpoint-15260/trainer_state.json +3477 -0
- checkpoint-15260/training_args.bin +3 -0
- checkpoint-18312/config.json +28 -0
- checkpoint-18312/generation_config.json +14 -0
- checkpoint-18312/model-00001-of-00007.safetensors +3 -0
- checkpoint-18312/model-00002-of-00007.safetensors +3 -0
- checkpoint-18312/model-00003-of-00007.safetensors +3 -0
- checkpoint-18312/model-00004-of-00007.safetensors +3 -0
- checkpoint-18312/model-00005-of-00007.safetensors +3 -0
- checkpoint-18312/model-00006-of-00007.safetensors +3 -0
- checkpoint-18312/model-00007-of-00007.safetensors +3 -0
- checkpoint-18312/model.safetensors.index.json +346 -0
- checkpoint-18312/optimizer.pt +3 -0
- checkpoint-18312/rng_state.pth +3 -0
- checkpoint-18312/scheduler.pt +3 -0
- checkpoint-18312/trainer_state.json +0 -0
- checkpoint-18312/training_args.bin +3 -0
- checkpoint-21364/config.json +28 -0
- checkpoint-21364/generation_config.json +14 -0
- checkpoint-21364/model-00001-of-00007.safetensors +3 -0
- checkpoint-21364/model-00002-of-00007.safetensors +3 -0
- checkpoint-21364/model-00003-of-00007.safetensors +3 -0
checkpoint-12208/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/parscratch/users/acp23ay/private/models/Qwen2.5-7B-Instruct-si-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.44.0.dev0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 161672
|
28 |
+
}
|
checkpoint-12208/generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.0.dev0"
|
14 |
+
}
|
checkpoint-12208/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa83bcb1cfc807735dd3c2f6b3f912542882c8a5dabed01c8a67a8e4aeafeb4
|
3 |
+
size 4842817304
|
checkpoint-12208/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becf3c41c7359877372d1f9bdba9efe52cb2b8dab7330b346e831a36665b8f0e
|
3 |
+
size 4998852224
|
checkpoint-12208/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9da13aef49ef9aa84ff7ac6ae375fc2f8c339648214e7663e44e16a6763847
|
3 |
+
size 4984124304
|
checkpoint-12208/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc2c86e34819a46908bfe3ad42f3986e7efdfc34f67e43f40f690f77c7b0672
|
3 |
+
size 4932743992
|
checkpoint-12208/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:891f86a74d6b1791b98b581ff94cbedb16bfdb78595b9697dc3fd2ecc5974ba2
|
3 |
+
size 4998852296
|
checkpoint-12208/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46ef773ca5e5fd5c3d39cff69fdd925abd0f05fce0250dd6d3dede53b1227b18
|
3 |
+
size 3662865184
|
checkpoint-12208/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b8801a70bf88fef22997cb1e697c929928d795ed8c9dd98f27cbeddb2e2e5d
|
3 |
+
size 2317729920
|
checkpoint-12208/model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 30737946624
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
344 |
+
"model.norm.weight": "model-00006-of-00007.safetensors"
|
345 |
+
}
|
346 |
+
}
|
checkpoint-12208/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c1541118b669b3dde879df2c894efa90883163bc5d9df605d75b8e694ea7ad9
|
3 |
+
size 16728842070
|
checkpoint-12208/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
|
3 |
+
size 14244
|
checkpoint-12208/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abe644ed33a3c4139223f0857a985127f3e6fbaa8c89fa14b57671b49ca52c21
|
3 |
+
size 1064
|
checkpoint-12208/trainer_state.json
ADDED
@@ -0,0 +1,2784 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.3073785454408118,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 12208,
|
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.0007805320206966878,
|
13 |
+
"grad_norm": 24.262310028076172,
|
14 |
+
"learning_rate": 1.0157273918741808e-06,
|
15 |
+
"loss": 9.1957,
|
16 |
+
"step": 31
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0015610640413933755,
|
20 |
+
"grad_norm": 29.819591522216797,
|
21 |
+
"learning_rate": 2.0314547837483616e-06,
|
22 |
+
"loss": 7.9757,
|
23 |
+
"step": 62
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.002341596062090063,
|
27 |
+
"grad_norm": 14.961602210998535,
|
28 |
+
"learning_rate": 3.0471821756225426e-06,
|
29 |
+
"loss": 6.5436,
|
30 |
+
"step": 93
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.003122128082786751,
|
34 |
+
"grad_norm": 5.151533126831055,
|
35 |
+
"learning_rate": 4.062909567496723e-06,
|
36 |
+
"loss": 5.4812,
|
37 |
+
"step": 124
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.003902660103483439,
|
41 |
+
"grad_norm": 7.370818138122559,
|
42 |
+
"learning_rate": 5.078636959370905e-06,
|
43 |
+
"loss": 4.8332,
|
44 |
+
"step": 155
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.004683192124180126,
|
48 |
+
"grad_norm": 7.932437896728516,
|
49 |
+
"learning_rate": 6.094364351245085e-06,
|
50 |
+
"loss": 4.4411,
|
51 |
+
"step": 186
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.005463724144876814,
|
55 |
+
"grad_norm": 7.834314823150635,
|
56 |
+
"learning_rate": 7.110091743119267e-06,
|
57 |
+
"loss": 4.1978,
|
58 |
+
"step": 217
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.006244256165573502,
|
62 |
+
"grad_norm": 11.881230354309082,
|
63 |
+
"learning_rate": 8.125819134993446e-06,
|
64 |
+
"loss": 3.9897,
|
65 |
+
"step": 248
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.00702478818627019,
|
69 |
+
"grad_norm": 6.348697185516357,
|
70 |
+
"learning_rate": 9.141546526867629e-06,
|
71 |
+
"loss": 3.8375,
|
72 |
+
"step": 279
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.007805320206966878,
|
76 |
+
"grad_norm": 8.414978981018066,
|
77 |
+
"learning_rate": 1.015727391874181e-05,
|
78 |
+
"loss": 3.7681,
|
79 |
+
"step": 310
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.008585852227663565,
|
83 |
+
"grad_norm": 6.531826972961426,
|
84 |
+
"learning_rate": 1.117300131061599e-05,
|
85 |
+
"loss": 3.6599,
|
86 |
+
"step": 341
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.009366384248360253,
|
90 |
+
"grad_norm": 9.794255256652832,
|
91 |
+
"learning_rate": 1.218872870249017e-05,
|
92 |
+
"loss": 3.5324,
|
93 |
+
"step": 372
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.01014691626905694,
|
97 |
+
"grad_norm": 8.084766387939453,
|
98 |
+
"learning_rate": 1.3204456094364351e-05,
|
99 |
+
"loss": 3.4696,
|
100 |
+
"step": 403
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.010927448289753628,
|
104 |
+
"grad_norm": 7.659717559814453,
|
105 |
+
"learning_rate": 1.4220183486238533e-05,
|
106 |
+
"loss": 3.3832,
|
107 |
+
"step": 434
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.011707980310450316,
|
111 |
+
"grad_norm": 5.131711959838867,
|
112 |
+
"learning_rate": 1.5235910878112714e-05,
|
113 |
+
"loss": 3.3514,
|
114 |
+
"step": 465
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.012488512331147004,
|
118 |
+
"grad_norm": 6.3673601150512695,
|
119 |
+
"learning_rate": 1.6251638269986893e-05,
|
120 |
+
"loss": 3.2988,
|
121 |
+
"step": 496
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.013269044351843692,
|
125 |
+
"grad_norm": 4.5014142990112305,
|
126 |
+
"learning_rate": 1.7267365661861077e-05,
|
127 |
+
"loss": 3.239,
|
128 |
+
"step": 527
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.01404957637254038,
|
132 |
+
"grad_norm": 5.1420769691467285,
|
133 |
+
"learning_rate": 1.8283093053735257e-05,
|
134 |
+
"loss": 3.1892,
|
135 |
+
"step": 558
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.014830108393237068,
|
139 |
+
"grad_norm": 5.227200508117676,
|
140 |
+
"learning_rate": 1.9298820445609438e-05,
|
141 |
+
"loss": 3.1732,
|
142 |
+
"step": 589
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.015610640413933756,
|
146 |
+
"grad_norm": 4.4621734619140625,
|
147 |
+
"learning_rate": 2.031454783748362e-05,
|
148 |
+
"loss": 3.0898,
|
149 |
+
"step": 620
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.016391172434630442,
|
153 |
+
"grad_norm": 5.213263511657715,
|
154 |
+
"learning_rate": 2.13302752293578e-05,
|
155 |
+
"loss": 3.0832,
|
156 |
+
"step": 651
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.01717170445532713,
|
160 |
+
"grad_norm": 4.23059606552124,
|
161 |
+
"learning_rate": 2.234600262123198e-05,
|
162 |
+
"loss": 3.0341,
|
163 |
+
"step": 682
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.017952236476023817,
|
167 |
+
"grad_norm": 3.5276854038238525,
|
168 |
+
"learning_rate": 2.336173001310616e-05,
|
169 |
+
"loss": 3.0241,
|
170 |
+
"step": 713
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.018732768496720505,
|
174 |
+
"grad_norm": 3.199700355529785,
|
175 |
+
"learning_rate": 2.437745740498034e-05,
|
176 |
+
"loss": 2.9659,
|
177 |
+
"step": 744
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.019513300517417193,
|
181 |
+
"grad_norm": 9.667389869689941,
|
182 |
+
"learning_rate": 2.5393184796854525e-05,
|
183 |
+
"loss": 2.9292,
|
184 |
+
"step": 775
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.02029383253811388,
|
188 |
+
"grad_norm": 3.677541732788086,
|
189 |
+
"learning_rate": 2.6408912188728702e-05,
|
190 |
+
"loss": 2.919,
|
191 |
+
"step": 806
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.02107436455881057,
|
195 |
+
"grad_norm": 3.711683750152588,
|
196 |
+
"learning_rate": 2.7424639580602886e-05,
|
197 |
+
"loss": 2.9141,
|
198 |
+
"step": 837
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.021854896579507257,
|
202 |
+
"grad_norm": 3.1250174045562744,
|
203 |
+
"learning_rate": 2.8440366972477066e-05,
|
204 |
+
"loss": 2.8585,
|
205 |
+
"step": 868
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.022635428600203945,
|
209 |
+
"grad_norm": 3.4183220863342285,
|
210 |
+
"learning_rate": 2.9456094364351244e-05,
|
211 |
+
"loss": 2.8206,
|
212 |
+
"step": 899
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.023415960620900633,
|
216 |
+
"grad_norm": 2.8176679611206055,
|
217 |
+
"learning_rate": 3.0471821756225428e-05,
|
218 |
+
"loss": 2.787,
|
219 |
+
"step": 930
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.02419649264159732,
|
223 |
+
"grad_norm": 2.7993154525756836,
|
224 |
+
"learning_rate": 3.148754914809961e-05,
|
225 |
+
"loss": 2.7678,
|
226 |
+
"step": 961
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.02497702466229401,
|
230 |
+
"grad_norm": 2.8017027378082275,
|
231 |
+
"learning_rate": 3.2503276539973785e-05,
|
232 |
+
"loss": 2.7499,
|
233 |
+
"step": 992
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.025757556682990696,
|
237 |
+
"grad_norm": 2.958606004714966,
|
238 |
+
"learning_rate": 3.351900393184797e-05,
|
239 |
+
"loss": 2.7211,
|
240 |
+
"step": 1023
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.026538088703687384,
|
244 |
+
"grad_norm": 2.5942046642303467,
|
245 |
+
"learning_rate": 3.453473132372215e-05,
|
246 |
+
"loss": 2.6823,
|
247 |
+
"step": 1054
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.027318620724384072,
|
251 |
+
"grad_norm": 3.1978206634521484,
|
252 |
+
"learning_rate": 3.555045871559633e-05,
|
253 |
+
"loss": 2.6943,
|
254 |
+
"step": 1085
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.02809915274508076,
|
258 |
+
"grad_norm": 2.6260809898376465,
|
259 |
+
"learning_rate": 3.6566186107470514e-05,
|
260 |
+
"loss": 2.6574,
|
261 |
+
"step": 1116
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.028879684765777448,
|
265 |
+
"grad_norm": 2.6633715629577637,
|
266 |
+
"learning_rate": 3.7581913499344695e-05,
|
267 |
+
"loss": 2.6394,
|
268 |
+
"step": 1147
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.029660216786474135,
|
272 |
+
"grad_norm": 2.5701236724853516,
|
273 |
+
"learning_rate": 3.8597640891218876e-05,
|
274 |
+
"loss": 2.6336,
|
275 |
+
"step": 1178
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.030440748807170823,
|
279 |
+
"grad_norm": 2.4242734909057617,
|
280 |
+
"learning_rate": 3.9613368283093056e-05,
|
281 |
+
"loss": 2.6285,
|
282 |
+
"step": 1209
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.03122128082786751,
|
286 |
+
"grad_norm": 2.6410114765167236,
|
287 |
+
"learning_rate": 4.062909567496724e-05,
|
288 |
+
"loss": 2.5821,
|
289 |
+
"step": 1240
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.032001812848564196,
|
293 |
+
"grad_norm": 2.419649839401245,
|
294 |
+
"learning_rate": 4.164482306684142e-05,
|
295 |
+
"loss": 2.5576,
|
296 |
+
"step": 1271
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.032782344869260883,
|
300 |
+
"grad_norm": 2.314750909805298,
|
301 |
+
"learning_rate": 4.26605504587156e-05,
|
302 |
+
"loss": 2.5438,
|
303 |
+
"step": 1302
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.03356287688995757,
|
307 |
+
"grad_norm": 2.288361072540283,
|
308 |
+
"learning_rate": 4.367627785058978e-05,
|
309 |
+
"loss": 2.5197,
|
310 |
+
"step": 1333
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.03434340891065426,
|
314 |
+
"grad_norm": 2.328840494155884,
|
315 |
+
"learning_rate": 4.469200524246396e-05,
|
316 |
+
"loss": 2.5193,
|
317 |
+
"step": 1364
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.03512394093135095,
|
321 |
+
"grad_norm": 2.2555599212646484,
|
322 |
+
"learning_rate": 4.570773263433814e-05,
|
323 |
+
"loss": 2.4907,
|
324 |
+
"step": 1395
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.035904472952047635,
|
328 |
+
"grad_norm": 2.1358766555786133,
|
329 |
+
"learning_rate": 4.672346002621232e-05,
|
330 |
+
"loss": 2.4737,
|
331 |
+
"step": 1426
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.03668500497274432,
|
335 |
+
"grad_norm": 2.1471140384674072,
|
336 |
+
"learning_rate": 4.77391874180865e-05,
|
337 |
+
"loss": 2.4733,
|
338 |
+
"step": 1457
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.03746553699344101,
|
342 |
+
"grad_norm": 2.1371941566467285,
|
343 |
+
"learning_rate": 4.875491480996068e-05,
|
344 |
+
"loss": 2.432,
|
345 |
+
"step": 1488
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.0382460690141377,
|
349 |
+
"grad_norm": 1.9789690971374512,
|
350 |
+
"learning_rate": 4.977064220183487e-05,
|
351 |
+
"loss": 2.4407,
|
352 |
+
"step": 1519
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.039026601034834386,
|
356 |
+
"grad_norm": 2.0055742263793945,
|
357 |
+
"learning_rate": 4.9999915451558777e-05,
|
358 |
+
"loss": 2.4178,
|
359 |
+
"step": 1550
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.039807133055531074,
|
363 |
+
"grad_norm": 2.095475196838379,
|
364 |
+
"learning_rate": 4.999955597496219e-05,
|
365 |
+
"loss": 2.4198,
|
366 |
+
"step": 1581
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.04058766507622776,
|
370 |
+
"grad_norm": 2.046337842941284,
|
371 |
+
"learning_rate": 4.9998914381774255e-05,
|
372 |
+
"loss": 2.3936,
|
373 |
+
"step": 1612
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.04136819709692445,
|
377 |
+
"grad_norm": 1.8528848886489868,
|
378 |
+
"learning_rate": 4.999799067923527e-05,
|
379 |
+
"loss": 2.3893,
|
380 |
+
"step": 1643
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.04214872911762114,
|
384 |
+
"grad_norm": 1.883175253868103,
|
385 |
+
"learning_rate": 4.999678487776908e-05,
|
386 |
+
"loss": 2.3668,
|
387 |
+
"step": 1674
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.042929261138317826,
|
391 |
+
"grad_norm": 1.8084770441055298,
|
392 |
+
"learning_rate": 4.9995296990983006e-05,
|
393 |
+
"loss": 2.3702,
|
394 |
+
"step": 1705
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.043709793159014514,
|
398 |
+
"grad_norm": 1.8336963653564453,
|
399 |
+
"learning_rate": 4.999352703566763e-05,
|
400 |
+
"loss": 2.357,
|
401 |
+
"step": 1736
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.0444903251797112,
|
405 |
+
"grad_norm": 1.8369375467300415,
|
406 |
+
"learning_rate": 4.999147503179668e-05,
|
407 |
+
"loss": 2.3393,
|
408 |
+
"step": 1767
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.04527085720040789,
|
412 |
+
"grad_norm": 1.8411383628845215,
|
413 |
+
"learning_rate": 4.998914100252672e-05,
|
414 |
+
"loss": 2.319,
|
415 |
+
"step": 1798
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.04605138922110458,
|
419 |
+
"grad_norm": 1.785543441772461,
|
420 |
+
"learning_rate": 4.998652497419696e-05,
|
421 |
+
"loss": 2.3259,
|
422 |
+
"step": 1829
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.046831921241801265,
|
426 |
+
"grad_norm": 1.7194079160690308,
|
427 |
+
"learning_rate": 4.9983626976328927e-05,
|
428 |
+
"loss": 2.3046,
|
429 |
+
"step": 1860
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.04761245326249795,
|
433 |
+
"grad_norm": 1.7909469604492188,
|
434 |
+
"learning_rate": 4.998044704162613e-05,
|
435 |
+
"loss": 2.307,
|
436 |
+
"step": 1891
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.04839298528319464,
|
440 |
+
"grad_norm": 1.725806474685669,
|
441 |
+
"learning_rate": 4.9976985205973705e-05,
|
442 |
+
"loss": 2.2992,
|
443 |
+
"step": 1922
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.04917351730389133,
|
447 |
+
"grad_norm": 1.67300546169281,
|
448 |
+
"learning_rate": 4.997324150843799e-05,
|
449 |
+
"loss": 2.2763,
|
450 |
+
"step": 1953
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.04995404932458802,
|
454 |
+
"grad_norm": 1.7416061162948608,
|
455 |
+
"learning_rate": 4.99692159912661e-05,
|
456 |
+
"loss": 2.2596,
|
457 |
+
"step": 1984
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.050734581345284704,
|
461 |
+
"grad_norm": 1.843024492263794,
|
462 |
+
"learning_rate": 4.996490869988546e-05,
|
463 |
+
"loss": 2.2644,
|
464 |
+
"step": 2015
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.05151511336598139,
|
468 |
+
"grad_norm": 1.6172534227371216,
|
469 |
+
"learning_rate": 4.996031968290326e-05,
|
470 |
+
"loss": 2.271,
|
471 |
+
"step": 2046
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.05229564538667808,
|
475 |
+
"grad_norm": 1.6510816812515259,
|
476 |
+
"learning_rate": 4.995544899210594e-05,
|
477 |
+
"loss": 2.2445,
|
478 |
+
"step": 2077
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.05307617740737477,
|
482 |
+
"grad_norm": 1.625775933265686,
|
483 |
+
"learning_rate": 4.9950296682458583e-05,
|
484 |
+
"loss": 2.2432,
|
485 |
+
"step": 2108
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.053856709428071456,
|
489 |
+
"grad_norm": 1.602299690246582,
|
490 |
+
"learning_rate": 4.994486281210429e-05,
|
491 |
+
"loss": 2.2266,
|
492 |
+
"step": 2139
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.054637241448768144,
|
496 |
+
"grad_norm": 1.7036757469177246,
|
497 |
+
"learning_rate": 4.9939147442363566e-05,
|
498 |
+
"loss": 2.2292,
|
499 |
+
"step": 2170
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.05541777346946483,
|
503 |
+
"grad_norm": 1.5851162672042847,
|
504 |
+
"learning_rate": 4.9933150637733574e-05,
|
505 |
+
"loss": 2.2286,
|
506 |
+
"step": 2201
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.05619830549016152,
|
510 |
+
"grad_norm": 1.6328140497207642,
|
511 |
+
"learning_rate": 4.992687246588743e-05,
|
512 |
+
"loss": 2.2342,
|
513 |
+
"step": 2232
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.05697883751085821,
|
517 |
+
"grad_norm": 1.4901413917541504,
|
518 |
+
"learning_rate": 4.992031299767347e-05,
|
519 |
+
"loss": 2.2094,
|
520 |
+
"step": 2263
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.057759369531554895,
|
524 |
+
"grad_norm": 1.5897445678710938,
|
525 |
+
"learning_rate": 4.9913472307114386e-05,
|
526 |
+
"loss": 2.2126,
|
527 |
+
"step": 2294
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.05853990155225158,
|
531 |
+
"grad_norm": 1.5534899234771729,
|
532 |
+
"learning_rate": 4.9906350471406446e-05,
|
533 |
+
"loss": 2.2125,
|
534 |
+
"step": 2325
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.05932043357294827,
|
538 |
+
"grad_norm": 1.5713675022125244,
|
539 |
+
"learning_rate": 4.989894757091861e-05,
|
540 |
+
"loss": 2.2007,
|
541 |
+
"step": 2356
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.06010096559364496,
|
545 |
+
"grad_norm": 1.473955750465393,
|
546 |
+
"learning_rate": 4.989126368919158e-05,
|
547 |
+
"loss": 2.1819,
|
548 |
+
"step": 2387
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.06088149761434165,
|
552 |
+
"grad_norm": 1.5200265645980835,
|
553 |
+
"learning_rate": 4.988329891293693e-05,
|
554 |
+
"loss": 2.1944,
|
555 |
+
"step": 2418
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.061662029635038335,
|
559 |
+
"grad_norm": 1.5236589908599854,
|
560 |
+
"learning_rate": 4.987505333203608e-05,
|
561 |
+
"loss": 2.1816,
|
562 |
+
"step": 2449
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.06244256165573502,
|
566 |
+
"grad_norm": 1.5306485891342163,
|
567 |
+
"learning_rate": 4.9866527039539276e-05,
|
568 |
+
"loss": 2.187,
|
569 |
+
"step": 2480
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.06322309367643171,
|
573 |
+
"grad_norm": 1.5017462968826294,
|
574 |
+
"learning_rate": 4.9857720131664594e-05,
|
575 |
+
"loss": 2.1706,
|
576 |
+
"step": 2511
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.06400362569712839,
|
580 |
+
"grad_norm": 4.610604763031006,
|
581 |
+
"learning_rate": 4.9848632707796773e-05,
|
582 |
+
"loss": 2.1528,
|
583 |
+
"step": 2542
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.06478415771782509,
|
587 |
+
"grad_norm": 1.4580930471420288,
|
588 |
+
"learning_rate": 4.9839264870486155e-05,
|
589 |
+
"loss": 2.1849,
|
590 |
+
"step": 2573
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.06556468973852177,
|
594 |
+
"grad_norm": 1.5506151914596558,
|
595 |
+
"learning_rate": 4.9829616725447526e-05,
|
596 |
+
"loss": 2.1504,
|
597 |
+
"step": 2604
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.06634522175921846,
|
601 |
+
"grad_norm": 1.4275034666061401,
|
602 |
+
"learning_rate": 4.981968838155888e-05,
|
603 |
+
"loss": 2.1492,
|
604 |
+
"step": 2635
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.06712575377991514,
|
608 |
+
"grad_norm": 1.4749577045440674,
|
609 |
+
"learning_rate": 4.980947995086024e-05,
|
610 |
+
"loss": 2.1579,
|
611 |
+
"step": 2666
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.06790628580061184,
|
615 |
+
"grad_norm": 1.4220107793807983,
|
616 |
+
"learning_rate": 4.979899154855234e-05,
|
617 |
+
"loss": 2.1522,
|
618 |
+
"step": 2697
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.06868681782130852,
|
622 |
+
"grad_norm": 1.4243831634521484,
|
623 |
+
"learning_rate": 4.9788223292995386e-05,
|
624 |
+
"loss": 2.1258,
|
625 |
+
"step": 2728
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.06946734984200521,
|
629 |
+
"grad_norm": 1.4925100803375244,
|
630 |
+
"learning_rate": 4.977717530570768e-05,
|
631 |
+
"loss": 2.1379,
|
632 |
+
"step": 2759
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.0702478818627019,
|
636 |
+
"grad_norm": 1.4839624166488647,
|
637 |
+
"learning_rate": 4.976584771136425e-05,
|
638 |
+
"loss": 2.1588,
|
639 |
+
"step": 2790
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.07102841388339859,
|
643 |
+
"grad_norm": 1.4130090475082397,
|
644 |
+
"learning_rate": 4.975424063779547e-05,
|
645 |
+
"loss": 2.1461,
|
646 |
+
"step": 2821
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.07180894590409527,
|
650 |
+
"grad_norm": 1.3940472602844238,
|
651 |
+
"learning_rate": 4.974235421598557e-05,
|
652 |
+
"loss": 2.1416,
|
653 |
+
"step": 2852
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.07258947792479196,
|
657 |
+
"grad_norm": 1.4502291679382324,
|
658 |
+
"learning_rate": 4.973018858007122e-05,
|
659 |
+
"loss": 2.1315,
|
660 |
+
"step": 2883
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.07337000994548865,
|
664 |
+
"grad_norm": 1.4334006309509277,
|
665 |
+
"learning_rate": 4.9717743867339963e-05,
|
666 |
+
"loss": 2.122,
|
667 |
+
"step": 2914
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.07415054196618534,
|
671 |
+
"grad_norm": 1.4366185665130615,
|
672 |
+
"learning_rate": 4.9705020218228695e-05,
|
673 |
+
"loss": 2.1179,
|
674 |
+
"step": 2945
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.07493107398688202,
|
678 |
+
"grad_norm": 1.437264084815979,
|
679 |
+
"learning_rate": 4.969201777632205e-05,
|
680 |
+
"loss": 2.1171,
|
681 |
+
"step": 2976
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.07571160600757872,
|
685 |
+
"grad_norm": 1.3713815212249756,
|
686 |
+
"learning_rate": 4.9678736688350846e-05,
|
687 |
+
"loss": 2.1215,
|
688 |
+
"step": 3007
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.0764921380282754,
|
692 |
+
"grad_norm": 1.5930180549621582,
|
693 |
+
"learning_rate": 4.966517710419033e-05,
|
694 |
+
"loss": 2.0961,
|
695 |
+
"step": 3038
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.07727267004897209,
|
699 |
+
"grad_norm": 1.4208778142929077,
|
700 |
+
"learning_rate": 4.965133917685858e-05,
|
701 |
+
"loss": 2.1193,
|
702 |
+
"step": 3069
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.07805320206966877,
|
706 |
+
"grad_norm": 1.3563286066055298,
|
707 |
+
"learning_rate": 4.9637223062514714e-05,
|
708 |
+
"loss": 2.0957,
|
709 |
+
"step": 3100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.07883373409036547,
|
713 |
+
"grad_norm": 1.382861852645874,
|
714 |
+
"learning_rate": 4.962282892045718e-05,
|
715 |
+
"loss": 2.117,
|
716 |
+
"step": 3131
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.07961426611106215,
|
720 |
+
"grad_norm": 1.326231837272644,
|
721 |
+
"learning_rate": 4.9608156913121904e-05,
|
722 |
+
"loss": 2.0906,
|
723 |
+
"step": 3162
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.08039479813175884,
|
727 |
+
"grad_norm": 1.3465954065322876,
|
728 |
+
"learning_rate": 4.959320720608049e-05,
|
729 |
+
"loss": 2.09,
|
730 |
+
"step": 3193
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.08117533015245552,
|
734 |
+
"grad_norm": 1.3832777738571167,
|
735 |
+
"learning_rate": 4.9577979968038354e-05,
|
736 |
+
"loss": 2.089,
|
737 |
+
"step": 3224
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.08195586217315222,
|
741 |
+
"grad_norm": 1.4453243017196655,
|
742 |
+
"learning_rate": 4.956247537083282e-05,
|
743 |
+
"loss": 2.0867,
|
744 |
+
"step": 3255
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.0827363941938489,
|
748 |
+
"grad_norm": 1.310168743133545,
|
749 |
+
"learning_rate": 4.9546693589431145e-05,
|
750 |
+
"loss": 2.0915,
|
751 |
+
"step": 3286
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.0835169262145456,
|
755 |
+
"grad_norm": 1.354078769683838,
|
756 |
+
"learning_rate": 4.9530634801928595e-05,
|
757 |
+
"loss": 2.0888,
|
758 |
+
"step": 3317
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.08429745823524228,
|
762 |
+
"grad_norm": 1.3768595457077026,
|
763 |
+
"learning_rate": 4.9514299189546395e-05,
|
764 |
+
"loss": 2.0821,
|
765 |
+
"step": 3348
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.08507799025593897,
|
769 |
+
"grad_norm": 1.3402544260025024,
|
770 |
+
"learning_rate": 4.949768693662973e-05,
|
771 |
+
"loss": 2.0776,
|
772 |
+
"step": 3379
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.08585852227663565,
|
776 |
+
"grad_norm": 1.3178027868270874,
|
777 |
+
"learning_rate": 4.948079823064559e-05,
|
778 |
+
"loss": 2.0699,
|
779 |
+
"step": 3410
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.08663905429733235,
|
783 |
+
"grad_norm": 1.7057585716247559,
|
784 |
+
"learning_rate": 4.946363326218074e-05,
|
785 |
+
"loss": 2.0615,
|
786 |
+
"step": 3441
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.08741958631802903,
|
790 |
+
"grad_norm": 1.3453648090362549,
|
791 |
+
"learning_rate": 4.9446192224939525e-05,
|
792 |
+
"loss": 2.0788,
|
793 |
+
"step": 3472
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.08820011833872572,
|
797 |
+
"grad_norm": 1.3319638967514038,
|
798 |
+
"learning_rate": 4.942847531574167e-05,
|
799 |
+
"loss": 2.0619,
|
800 |
+
"step": 3503
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.0889806503594224,
|
804 |
+
"grad_norm": 1.2845163345336914,
|
805 |
+
"learning_rate": 4.941048273452008e-05,
|
806 |
+
"loss": 2.0728,
|
807 |
+
"step": 3534
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.0897611823801191,
|
811 |
+
"grad_norm": 1.3615431785583496,
|
812 |
+
"learning_rate": 4.9392214684318605e-05,
|
813 |
+
"loss": 2.0538,
|
814 |
+
"step": 3565
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.09054171440081578,
|
818 |
+
"grad_norm": 1.2946122884750366,
|
819 |
+
"learning_rate": 4.93736713712897e-05,
|
820 |
+
"loss": 2.0689,
|
821 |
+
"step": 3596
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.09132224642151247,
|
825 |
+
"grad_norm": 1.294846534729004,
|
826 |
+
"learning_rate": 4.9354853004692124e-05,
|
827 |
+
"loss": 2.0706,
|
828 |
+
"step": 3627
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.09210277844220915,
|
832 |
+
"grad_norm": 1.298010230064392,
|
833 |
+
"learning_rate": 4.93357597968886e-05,
|
834 |
+
"loss": 2.0406,
|
835 |
+
"step": 3658
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.09288331046290585,
|
839 |
+
"grad_norm": 1.7569706439971924,
|
840 |
+
"learning_rate": 4.931639196334338e-05,
|
841 |
+
"loss": 2.0736,
|
842 |
+
"step": 3689
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.09366384248360253,
|
846 |
+
"grad_norm": 1.2595418691635132,
|
847 |
+
"learning_rate": 4.9296749722619826e-05,
|
848 |
+
"loss": 2.0654,
|
849 |
+
"step": 3720
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.09444437450429922,
|
853 |
+
"grad_norm": 1.3139164447784424,
|
854 |
+
"learning_rate": 4.9276833296377966e-05,
|
855 |
+
"loss": 2.0467,
|
856 |
+
"step": 3751
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.0952249065249959,
|
860 |
+
"grad_norm": 1.290247917175293,
|
861 |
+
"learning_rate": 4.925664290937196e-05,
|
862 |
+
"loss": 2.0418,
|
863 |
+
"step": 3782
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.0960054385456926,
|
867 |
+
"grad_norm": 1.2755826711654663,
|
868 |
+
"learning_rate": 4.9236178789447576e-05,
|
869 |
+
"loss": 2.0244,
|
870 |
+
"step": 3813
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.09678597056638928,
|
874 |
+
"grad_norm": 1.2596077919006348,
|
875 |
+
"learning_rate": 4.921544116753962e-05,
|
876 |
+
"loss": 2.0609,
|
877 |
+
"step": 3844
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.09756650258708598,
|
881 |
+
"grad_norm": 1.249387264251709,
|
882 |
+
"learning_rate": 4.919443027766935e-05,
|
883 |
+
"loss": 2.0455,
|
884 |
+
"step": 3875
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.09834703460778266,
|
888 |
+
"grad_norm": 1.255379319190979,
|
889 |
+
"learning_rate": 4.91731463569418e-05,
|
890 |
+
"loss": 2.024,
|
891 |
+
"step": 3906
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.09912756662847935,
|
895 |
+
"grad_norm": 1.2620748281478882,
|
896 |
+
"learning_rate": 4.915158964554312e-05,
|
897 |
+
"loss": 2.0355,
|
898 |
+
"step": 3937
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.09990809864917603,
|
902 |
+
"grad_norm": 1.2736345529556274,
|
903 |
+
"learning_rate": 4.912976038673786e-05,
|
904 |
+
"loss": 2.0351,
|
905 |
+
"step": 3968
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.10068863066987273,
|
909 |
+
"grad_norm": 1.18524169921875,
|
910 |
+
"learning_rate": 4.9107658826866254e-05,
|
911 |
+
"loss": 2.029,
|
912 |
+
"step": 3999
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.10146916269056941,
|
916 |
+
"grad_norm": 10.429583549499512,
|
917 |
+
"learning_rate": 4.908528521534139e-05,
|
918 |
+
"loss": 2.0226,
|
919 |
+
"step": 4030
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.1022496947112661,
|
923 |
+
"grad_norm": 1.240295648574829,
|
924 |
+
"learning_rate": 4.906263980464644e-05,
|
925 |
+
"loss": 2.0401,
|
926 |
+
"step": 4061
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.10303022673196278,
|
930 |
+
"grad_norm": 1.2191627025604248,
|
931 |
+
"learning_rate": 4.903972285033178e-05,
|
932 |
+
"loss": 2.0079,
|
933 |
+
"step": 4092
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.10381075875265948,
|
937 |
+
"grad_norm": 1.2340337038040161,
|
938 |
+
"learning_rate": 4.901653461101213e-05,
|
939 |
+
"loss": 2.0305,
|
940 |
+
"step": 4123
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.10459129077335616,
|
944 |
+
"grad_norm": 1.284839153289795,
|
945 |
+
"learning_rate": 4.8993075348363626e-05,
|
946 |
+
"loss": 2.0212,
|
947 |
+
"step": 4154
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.10537182279405286,
|
951 |
+
"grad_norm": 1.2955284118652344,
|
952 |
+
"learning_rate": 4.896934532712084e-05,
|
953 |
+
"loss": 2.0328,
|
954 |
+
"step": 4185
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.10615235481474954,
|
958 |
+
"grad_norm": 1.165124535560608,
|
959 |
+
"learning_rate": 4.8945344815073846e-05,
|
960 |
+
"loss": 2.0248,
|
961 |
+
"step": 4216
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.10693288683544623,
|
965 |
+
"grad_norm": 1.1925835609436035,
|
966 |
+
"learning_rate": 4.892107408306516e-05,
|
967 |
+
"loss": 2.0086,
|
968 |
+
"step": 4247
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.10771341885614291,
|
972 |
+
"grad_norm": 1.1841633319854736,
|
973 |
+
"learning_rate": 4.889653340498669e-05,
|
974 |
+
"loss": 2.0166,
|
975 |
+
"step": 4278
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.1084939508768396,
|
979 |
+
"grad_norm": 1.2198415994644165,
|
980 |
+
"learning_rate": 4.8871723057776664e-05,
|
981 |
+
"loss": 2.0164,
|
982 |
+
"step": 4309
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.10927448289753629,
|
986 |
+
"grad_norm": 1.2284913063049316,
|
987 |
+
"learning_rate": 4.8846643321416476e-05,
|
988 |
+
"loss": 2.015,
|
989 |
+
"step": 4340
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.11005501491823298,
|
993 |
+
"grad_norm": 1.2090349197387695,
|
994 |
+
"learning_rate": 4.882129447892753e-05,
|
995 |
+
"loss": 2.0094,
|
996 |
+
"step": 4371
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.11083554693892966,
|
1000 |
+
"grad_norm": 1.215232491493225,
|
1001 |
+
"learning_rate": 4.8795676816368076e-05,
|
1002 |
+
"loss": 2.0045,
|
1003 |
+
"step": 4402
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.11161607895962636,
|
1007 |
+
"grad_norm": 1.2804045677185059,
|
1008 |
+
"learning_rate": 4.876979062282995e-05,
|
1009 |
+
"loss": 1.9899,
|
1010 |
+
"step": 4433
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.11239661098032304,
|
1014 |
+
"grad_norm": 1.2405016422271729,
|
1015 |
+
"learning_rate": 4.8743636190435325e-05,
|
1016 |
+
"loss": 2.0093,
|
1017 |
+
"step": 4464
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.11317714300101973,
|
1021 |
+
"grad_norm": 1.1784151792526245,
|
1022 |
+
"learning_rate": 4.871721381433344e-05,
|
1023 |
+
"loss": 2.0036,
|
1024 |
+
"step": 4495
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.11395767502171641,
|
1028 |
+
"grad_norm": 1.185738205909729,
|
1029 |
+
"learning_rate": 4.869052379269719e-05,
|
1030 |
+
"loss": 2.0033,
|
1031 |
+
"step": 4526
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.11473820704241311,
|
1035 |
+
"grad_norm": 1.1984614133834839,
|
1036 |
+
"learning_rate": 4.866356642671985e-05,
|
1037 |
+
"loss": 2.025,
|
1038 |
+
"step": 4557
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.11551873906310979,
|
1042 |
+
"grad_norm": 1.1734029054641724,
|
1043 |
+
"learning_rate": 4.8636342020611634e-05,
|
1044 |
+
"loss": 2.0023,
|
1045 |
+
"step": 4588
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.11629927108380649,
|
1049 |
+
"grad_norm": 1.198611855506897,
|
1050 |
+
"learning_rate": 4.860885088159626e-05,
|
1051 |
+
"loss": 2.0031,
|
1052 |
+
"step": 4619
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.11707980310450317,
|
1056 |
+
"grad_norm": 1.1793649196624756,
|
1057 |
+
"learning_rate": 4.858109331990751e-05,
|
1058 |
+
"loss": 1.9806,
|
1059 |
+
"step": 4650
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.11786033512519985,
|
1063 |
+
"grad_norm": 1.1945818662643433,
|
1064 |
+
"learning_rate": 4.855306964878567e-05,
|
1065 |
+
"loss": 1.9855,
|
1066 |
+
"step": 4681
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.11864086714589654,
|
1070 |
+
"grad_norm": 1.1875253915786743,
|
1071 |
+
"learning_rate": 4.8524780184474084e-05,
|
1072 |
+
"loss": 1.9883,
|
1073 |
+
"step": 4712
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.11942139916659322,
|
1077 |
+
"grad_norm": 1.1512328386306763,
|
1078 |
+
"learning_rate": 4.8496225246215496e-05,
|
1079 |
+
"loss": 1.9807,
|
1080 |
+
"step": 4743
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.12020193118728992,
|
1084 |
+
"grad_norm": 1.2059484720230103,
|
1085 |
+
"learning_rate": 4.8467405156248505e-05,
|
1086 |
+
"loss": 2.0103,
|
1087 |
+
"step": 4774
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.1209824632079866,
|
1091 |
+
"grad_norm": 1.1759779453277588,
|
1092 |
+
"learning_rate": 4.843832023980392e-05,
|
1093 |
+
"loss": 1.9754,
|
1094 |
+
"step": 4805
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.1217629952286833,
|
1098 |
+
"grad_norm": 1.2004414796829224,
|
1099 |
+
"learning_rate": 4.840897082510106e-05,
|
1100 |
+
"loss": 1.9893,
|
1101 |
+
"step": 4836
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.12254352724937997,
|
1105 |
+
"grad_norm": 1.1744251251220703,
|
1106 |
+
"learning_rate": 4.8379357243344084e-05,
|
1107 |
+
"loss": 1.9848,
|
1108 |
+
"step": 4867
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.12332405927007667,
|
1112 |
+
"grad_norm": 1.1731071472167969,
|
1113 |
+
"learning_rate": 4.8349479828718236e-05,
|
1114 |
+
"loss": 1.9945,
|
1115 |
+
"step": 4898
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.12410459129077335,
|
1119 |
+
"grad_norm": 1.2002074718475342,
|
1120 |
+
"learning_rate": 4.8319338918386075e-05,
|
1121 |
+
"loss": 1.9869,
|
1122 |
+
"step": 4929
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.12488512331147004,
|
1126 |
+
"grad_norm": 1.147085189819336,
|
1127 |
+
"learning_rate": 4.828893485248369e-05,
|
1128 |
+
"loss": 1.9876,
|
1129 |
+
"step": 4960
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.12566565533216673,
|
1133 |
+
"grad_norm": 1.1605637073516846,
|
1134 |
+
"learning_rate": 4.825826797411682e-05,
|
1135 |
+
"loss": 1.9858,
|
1136 |
+
"step": 4991
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.12644618735286342,
|
1140 |
+
"grad_norm": 1.1823869943618774,
|
1141 |
+
"learning_rate": 4.822733862935702e-05,
|
1142 |
+
"loss": 1.9617,
|
1143 |
+
"step": 5022
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.12722671937356012,
|
1147 |
+
"grad_norm": 1.1143817901611328,
|
1148 |
+
"learning_rate": 4.819614716723775e-05,
|
1149 |
+
"loss": 1.9756,
|
1150 |
+
"step": 5053
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.12800725139425678,
|
1154 |
+
"grad_norm": 1.1646877527236938,
|
1155 |
+
"learning_rate": 4.8164693939750425e-05,
|
1156 |
+
"loss": 2.0005,
|
1157 |
+
"step": 5084
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.12878778341495348,
|
1161 |
+
"grad_norm": 1.1390529870986938,
|
1162 |
+
"learning_rate": 4.813297930184042e-05,
|
1163 |
+
"loss": 1.9943,
|
1164 |
+
"step": 5115
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.12956831543565017,
|
1168 |
+
"grad_norm": 1.1759583950042725,
|
1169 |
+
"learning_rate": 4.810100361140314e-05,
|
1170 |
+
"loss": 1.9772,
|
1171 |
+
"step": 5146
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.13034884745634687,
|
1175 |
+
"grad_norm": 1.1465727090835571,
|
1176 |
+
"learning_rate": 4.8068767229279885e-05,
|
1177 |
+
"loss": 1.9563,
|
1178 |
+
"step": 5177
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.13112937947704353,
|
1182 |
+
"grad_norm": 1.2573471069335938,
|
1183 |
+
"learning_rate": 4.8036270519253854e-05,
|
1184 |
+
"loss": 1.9735,
|
1185 |
+
"step": 5208
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.13190991149774023,
|
1189 |
+
"grad_norm": 1.1301871538162231,
|
1190 |
+
"learning_rate": 4.8003513848046e-05,
|
1191 |
+
"loss": 1.987,
|
1192 |
+
"step": 5239
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.13269044351843692,
|
1196 |
+
"grad_norm": 1.1424096822738647,
|
1197 |
+
"learning_rate": 4.79704975853109e-05,
|
1198 |
+
"loss": 1.9661,
|
1199 |
+
"step": 5270
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.13347097553913362,
|
1203 |
+
"grad_norm": 1.131800889968872,
|
1204 |
+
"learning_rate": 4.793722210363262e-05,
|
1205 |
+
"loss": 1.9828,
|
1206 |
+
"step": 5301
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.13425150755983029,
|
1210 |
+
"grad_norm": 1.1227242946624756,
|
1211 |
+
"learning_rate": 4.7903687778520414e-05,
|
1212 |
+
"loss": 1.975,
|
1213 |
+
"step": 5332
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.13503203958052698,
|
1217 |
+
"grad_norm": 1.143832802772522,
|
1218 |
+
"learning_rate": 4.7869894988404593e-05,
|
1219 |
+
"loss": 1.9619,
|
1220 |
+
"step": 5363
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.13581257160122367,
|
1224 |
+
"grad_norm": 1.1281683444976807,
|
1225 |
+
"learning_rate": 4.783584411463221e-05,
|
1226 |
+
"loss": 1.9603,
|
1227 |
+
"step": 5394
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.13659310362192037,
|
1231 |
+
"grad_norm": 1.134901762008667,
|
1232 |
+
"learning_rate": 4.780153554146274e-05,
|
1233 |
+
"loss": 1.9888,
|
1234 |
+
"step": 5425
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.13737363564261704,
|
1238 |
+
"grad_norm": 1.1317532062530518,
|
1239 |
+
"learning_rate": 4.7766969656063766e-05,
|
1240 |
+
"loss": 1.9793,
|
1241 |
+
"step": 5456
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.13815416766331373,
|
1245 |
+
"grad_norm": 1.2516345977783203,
|
1246 |
+
"learning_rate": 4.773214684850662e-05,
|
1247 |
+
"loss": 1.9839,
|
1248 |
+
"step": 5487
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.13893469968401043,
|
1252 |
+
"grad_norm": 1.107391119003296,
|
1253 |
+
"learning_rate": 4.769706751176193e-05,
|
1254 |
+
"loss": 1.9606,
|
1255 |
+
"step": 5518
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.13971523170470712,
|
1259 |
+
"grad_norm": 1.1041492223739624,
|
1260 |
+
"learning_rate": 4.7661732041695264e-05,
|
1261 |
+
"loss": 1.9688,
|
1262 |
+
"step": 5549
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.1404957637254038,
|
1266 |
+
"grad_norm": 1.1099929809570312,
|
1267 |
+
"learning_rate": 4.762614083706258e-05,
|
1268 |
+
"loss": 1.9821,
|
1269 |
+
"step": 5580
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.14127629574610048,
|
1273 |
+
"grad_norm": 1.167151927947998,
|
1274 |
+
"learning_rate": 4.759029429950581e-05,
|
1275 |
+
"loss": 1.9669,
|
1276 |
+
"step": 5611
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.14205682776679718,
|
1280 |
+
"grad_norm": 1.0942577123641968,
|
1281 |
+
"learning_rate": 4.7554192833548235e-05,
|
1282 |
+
"loss": 1.9565,
|
1283 |
+
"step": 5642
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.14283735978749387,
|
1287 |
+
"grad_norm": 1.0859640836715698,
|
1288 |
+
"learning_rate": 4.751783684659e-05,
|
1289 |
+
"loss": 1.9634,
|
1290 |
+
"step": 5673
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.14361789180819054,
|
1294 |
+
"grad_norm": 2.420607089996338,
|
1295 |
+
"learning_rate": 4.748122674890348e-05,
|
1296 |
+
"loss": 1.9365,
|
1297 |
+
"step": 5704
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.14439842382888723,
|
1301 |
+
"grad_norm": 1.0996880531311035,
|
1302 |
+
"learning_rate": 4.7444362953628654e-05,
|
1303 |
+
"loss": 1.9718,
|
1304 |
+
"step": 5735
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.14517895584958393,
|
1308 |
+
"grad_norm": 1.1183338165283203,
|
1309 |
+
"learning_rate": 4.7407245876768424e-05,
|
1310 |
+
"loss": 1.9564,
|
1311 |
+
"step": 5766
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.14595948787028062,
|
1315 |
+
"grad_norm": 1.1093947887420654,
|
1316 |
+
"learning_rate": 4.736987593718397e-05,
|
1317 |
+
"loss": 1.9516,
|
1318 |
+
"step": 5797
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.1467400198909773,
|
1322 |
+
"grad_norm": 1.141797423362732,
|
1323 |
+
"learning_rate": 4.733225355658999e-05,
|
1324 |
+
"loss": 1.929,
|
1325 |
+
"step": 5828
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.14752055191167399,
|
1329 |
+
"grad_norm": 1.1214358806610107,
|
1330 |
+
"learning_rate": 4.7294379159549926e-05,
|
1331 |
+
"loss": 1.9297,
|
1332 |
+
"step": 5859
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.14830108393237068,
|
1336 |
+
"grad_norm": 1.1025431156158447,
|
1337 |
+
"learning_rate": 4.725625317347119e-05,
|
1338 |
+
"loss": 1.9226,
|
1339 |
+
"step": 5890
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.14908161595306738,
|
1343 |
+
"grad_norm": 1.1094226837158203,
|
1344 |
+
"learning_rate": 4.7217876028600374e-05,
|
1345 |
+
"loss": 1.946,
|
1346 |
+
"step": 5921
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.14986214797376404,
|
1350 |
+
"grad_norm": 1.0909287929534912,
|
1351 |
+
"learning_rate": 4.717924815801832e-05,
|
1352 |
+
"loss": 1.9511,
|
1353 |
+
"step": 5952
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.15064267999446074,
|
1357 |
+
"grad_norm": 1.0755189657211304,
|
1358 |
+
"learning_rate": 4.714036999763532e-05,
|
1359 |
+
"loss": 1.939,
|
1360 |
+
"step": 5983
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.15142321201515743,
|
1364 |
+
"grad_norm": 1.1426901817321777,
|
1365 |
+
"learning_rate": 4.7101241986186116e-05,
|
1366 |
+
"loss": 1.93,
|
1367 |
+
"step": 6014
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.15220374403585413,
|
1371 |
+
"grad_norm": 1.1208311319351196,
|
1372 |
+
"learning_rate": 4.7061864565225e-05,
|
1373 |
+
"loss": 1.9516,
|
1374 |
+
"step": 6045
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.1529842760565508,
|
1378 |
+
"grad_norm": 1.0931717157363892,
|
1379 |
+
"learning_rate": 4.702223817912081e-05,
|
1380 |
+
"loss": 1.9314,
|
1381 |
+
"step": 6076
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.1537648080772475,
|
1385 |
+
"grad_norm": 1.075864553451538,
|
1386 |
+
"learning_rate": 4.698236327505195e-05,
|
1387 |
+
"loss": 1.935,
|
1388 |
+
"step": 6107
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.15454534009794418,
|
1392 |
+
"grad_norm": 1.090559720993042,
|
1393 |
+
"learning_rate": 4.694224030300127e-05,
|
1394 |
+
"loss": 1.9431,
|
1395 |
+
"step": 6138
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.15532587211864088,
|
1399 |
+
"grad_norm": 1.0956670045852661,
|
1400 |
+
"learning_rate": 4.690186971575107e-05,
|
1401 |
+
"loss": 1.9678,
|
1402 |
+
"step": 6169
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.15610640413933755,
|
1406 |
+
"grad_norm": 1.125927448272705,
|
1407 |
+
"learning_rate": 4.6861251968877916e-05,
|
1408 |
+
"loss": 1.9292,
|
1409 |
+
"step": 6200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.15688693616003424,
|
1413 |
+
"grad_norm": 1.0844208002090454,
|
1414 |
+
"learning_rate": 4.68203875207476e-05,
|
1415 |
+
"loss": 1.9189,
|
1416 |
+
"step": 6231
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.15766746818073094,
|
1420 |
+
"grad_norm": 1.064327597618103,
|
1421 |
+
"learning_rate": 4.677927683250983e-05,
|
1422 |
+
"loss": 1.928,
|
1423 |
+
"step": 6262
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.15844800020142763,
|
1427 |
+
"grad_norm": 1.1281861066818237,
|
1428 |
+
"learning_rate": 4.6737920368093156e-05,
|
1429 |
+
"loss": 1.9437,
|
1430 |
+
"step": 6293
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.1592285322221243,
|
1434 |
+
"grad_norm": 1.0674384832382202,
|
1435 |
+
"learning_rate": 4.669631859419965e-05,
|
1436 |
+
"loss": 1.9347,
|
1437 |
+
"step": 6324
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.160009064242821,
|
1441 |
+
"grad_norm": 1.105566382408142,
|
1442 |
+
"learning_rate": 4.6654471980299676e-05,
|
1443 |
+
"loss": 1.9229,
|
1444 |
+
"step": 6355
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.1607895962635177,
|
1448 |
+
"grad_norm": 1.0582126379013062,
|
1449 |
+
"learning_rate": 4.661238099862658e-05,
|
1450 |
+
"loss": 1.9321,
|
1451 |
+
"step": 6386
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.16157012828421438,
|
1455 |
+
"grad_norm": 1.1147974729537964,
|
1456 |
+
"learning_rate": 4.657004612417138e-05,
|
1457 |
+
"loss": 1.9289,
|
1458 |
+
"step": 6417
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.16235066030491105,
|
1462 |
+
"grad_norm": 1.0804343223571777,
|
1463 |
+
"learning_rate": 4.6527467834677374e-05,
|
1464 |
+
"loss": 1.9307,
|
1465 |
+
"step": 6448
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.16313119232560774,
|
1469 |
+
"grad_norm": 1.0830508470535278,
|
1470 |
+
"learning_rate": 4.648464661063478e-05,
|
1471 |
+
"loss": 1.9408,
|
1472 |
+
"step": 6479
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.16391172434630444,
|
1476 |
+
"grad_norm": 1.0533562898635864,
|
1477 |
+
"learning_rate": 4.6441582935275264e-05,
|
1478 |
+
"loss": 1.9347,
|
1479 |
+
"step": 6510
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.16469225636700113,
|
1483 |
+
"grad_norm": 1.044925332069397,
|
1484 |
+
"learning_rate": 4.6398277294566586e-05,
|
1485 |
+
"loss": 1.9112,
|
1486 |
+
"step": 6541
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.1654727883876978,
|
1490 |
+
"grad_norm": 1.087296962738037,
|
1491 |
+
"learning_rate": 4.6354730177207e-05,
|
1492 |
+
"loss": 1.9381,
|
1493 |
+
"step": 6572
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.1662533204083945,
|
1497 |
+
"grad_norm": 1.0853668451309204,
|
1498 |
+
"learning_rate": 4.6310942074619787e-05,
|
1499 |
+
"loss": 1.9224,
|
1500 |
+
"step": 6603
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.1670338524290912,
|
1504 |
+
"grad_norm": 1.0661752223968506,
|
1505 |
+
"learning_rate": 4.626691348094777e-05,
|
1506 |
+
"loss": 1.9386,
|
1507 |
+
"step": 6634
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.16781438444978788,
|
1511 |
+
"grad_norm": 1.0393208265304565,
|
1512 |
+
"learning_rate": 4.622264489304762e-05,
|
1513 |
+
"loss": 1.9266,
|
1514 |
+
"step": 6665
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.16859491647048455,
|
1518 |
+
"grad_norm": 1.0324763059616089,
|
1519 |
+
"learning_rate": 4.617813681048434e-05,
|
1520 |
+
"loss": 1.919,
|
1521 |
+
"step": 6696
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.16937544849118125,
|
1525 |
+
"grad_norm": 1.0684878826141357,
|
1526 |
+
"learning_rate": 4.61333897355256e-05,
|
1527 |
+
"loss": 1.9321,
|
1528 |
+
"step": 6727
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.17015598051187794,
|
1532 |
+
"grad_norm": 1.0477505922317505,
|
1533 |
+
"learning_rate": 4.608840417313604e-05,
|
1534 |
+
"loss": 1.9449,
|
1535 |
+
"step": 6758
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.17093651253257464,
|
1539 |
+
"grad_norm": 1.0684869289398193,
|
1540 |
+
"learning_rate": 4.6043180630971646e-05,
|
1541 |
+
"loss": 1.9252,
|
1542 |
+
"step": 6789
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.1717170445532713,
|
1546 |
+
"grad_norm": 1.0869554281234741,
|
1547 |
+
"learning_rate": 4.599771961937391e-05,
|
1548 |
+
"loss": 1.9183,
|
1549 |
+
"step": 6820
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.172497576573968,
|
1553 |
+
"grad_norm": 1.0297125577926636,
|
1554 |
+
"learning_rate": 4.5952021651364204e-05,
|
1555 |
+
"loss": 1.9123,
|
1556 |
+
"step": 6851
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.1732781085946647,
|
1560 |
+
"grad_norm": 1.0670006275177002,
|
1561 |
+
"learning_rate": 4.590608724263786e-05,
|
1562 |
+
"loss": 1.9353,
|
1563 |
+
"step": 6882
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.1740586406153614,
|
1567 |
+
"grad_norm": 1.0744417905807495,
|
1568 |
+
"learning_rate": 4.585991691155845e-05,
|
1569 |
+
"loss": 1.8979,
|
1570 |
+
"step": 6913
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.17483917263605805,
|
1574 |
+
"grad_norm": 1.0910695791244507,
|
1575 |
+
"learning_rate": 4.581351117915188e-05,
|
1576 |
+
"loss": 1.9153,
|
1577 |
+
"step": 6944
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.17561970465675475,
|
1581 |
+
"grad_norm": 1.083776593208313,
|
1582 |
+
"learning_rate": 4.5766870569100534e-05,
|
1583 |
+
"loss": 1.9026,
|
1584 |
+
"step": 6975
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.17640023667745144,
|
1588 |
+
"grad_norm": 1.0857270956039429,
|
1589 |
+
"learning_rate": 4.571999560773736e-05,
|
1590 |
+
"loss": 1.9279,
|
1591 |
+
"step": 7006
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.1771807686981481,
|
1595 |
+
"grad_norm": 1.0350106954574585,
|
1596 |
+
"learning_rate": 4.5672886824039915e-05,
|
1597 |
+
"loss": 1.9236,
|
1598 |
+
"step": 7037
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.1779613007188448,
|
1602 |
+
"grad_norm": 1.0498634576797485,
|
1603 |
+
"learning_rate": 4.5625544749624435e-05,
|
1604 |
+
"loss": 1.8934,
|
1605 |
+
"step": 7068
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.1787418327395415,
|
1609 |
+
"grad_norm": 1.0836471319198608,
|
1610 |
+
"learning_rate": 4.5577969918739794e-05,
|
1611 |
+
"loss": 1.9131,
|
1612 |
+
"step": 7099
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.1795223647602382,
|
1616 |
+
"grad_norm": 1.0414760112762451,
|
1617 |
+
"learning_rate": 4.5530162868261486e-05,
|
1618 |
+
"loss": 1.8792,
|
1619 |
+
"step": 7130
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.18030289678093486,
|
1623 |
+
"grad_norm": 1.0747581720352173,
|
1624 |
+
"learning_rate": 4.548212413768558e-05,
|
1625 |
+
"loss": 1.8973,
|
1626 |
+
"step": 7161
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.18108342880163156,
|
1630 |
+
"grad_norm": 1.0464451313018799,
|
1631 |
+
"learning_rate": 4.543385426912261e-05,
|
1632 |
+
"loss": 1.907,
|
1633 |
+
"step": 7192
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.18186396082232825,
|
1637 |
+
"grad_norm": 1.0159403085708618,
|
1638 |
+
"learning_rate": 4.53853538072915e-05,
|
1639 |
+
"loss": 1.9111,
|
1640 |
+
"step": 7223
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.18264449284302495,
|
1644 |
+
"grad_norm": 1.093883991241455,
|
1645 |
+
"learning_rate": 4.533662329951336e-05,
|
1646 |
+
"loss": 1.8927,
|
1647 |
+
"step": 7254
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.18342502486372161,
|
1651 |
+
"grad_norm": 1.0358048677444458,
|
1652 |
+
"learning_rate": 4.528766329570536e-05,
|
1653 |
+
"loss": 1.9164,
|
1654 |
+
"step": 7285
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.1842055568844183,
|
1658 |
+
"grad_norm": 1.051798939704895,
|
1659 |
+
"learning_rate": 4.523847434837447e-05,
|
1660 |
+
"loss": 1.9084,
|
1661 |
+
"step": 7316
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.184986088905115,
|
1665 |
+
"grad_norm": 1.0729514360427856,
|
1666 |
+
"learning_rate": 4.518905701261128e-05,
|
1667 |
+
"loss": 1.9089,
|
1668 |
+
"step": 7347
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.1857666209258117,
|
1672 |
+
"grad_norm": 1.0399775505065918,
|
1673 |
+
"learning_rate": 4.5139411846083715e-05,
|
1674 |
+
"loss": 1.922,
|
1675 |
+
"step": 7378
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.18654715294650837,
|
1679 |
+
"grad_norm": 1.0500715970993042,
|
1680 |
+
"learning_rate": 4.508953940903073e-05,
|
1681 |
+
"loss": 1.9118,
|
1682 |
+
"step": 7409
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.18732768496720506,
|
1686 |
+
"grad_norm": 1.0770058631896973,
|
1687 |
+
"learning_rate": 4.5039440264255994e-05,
|
1688 |
+
"loss": 1.9059,
|
1689 |
+
"step": 7440
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.18810821698790176,
|
1693 |
+
"grad_norm": 1.0471183061599731,
|
1694 |
+
"learning_rate": 4.498911497712155e-05,
|
1695 |
+
"loss": 1.9119,
|
1696 |
+
"step": 7471
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.18888874900859845,
|
1700 |
+
"grad_norm": 1.038761019706726,
|
1701 |
+
"learning_rate": 4.493856411554142e-05,
|
1702 |
+
"loss": 1.8798,
|
1703 |
+
"step": 7502
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.18966928102929512,
|
1707 |
+
"grad_norm": 1.0365252494812012,
|
1708 |
+
"learning_rate": 4.4887788249975206e-05,
|
1709 |
+
"loss": 1.8983,
|
1710 |
+
"step": 7533
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.1904498130499918,
|
1714 |
+
"grad_norm": 1.1033800840377808,
|
1715 |
+
"learning_rate": 4.4836787953421656e-05,
|
1716 |
+
"loss": 1.8911,
|
1717 |
+
"step": 7564
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.1912303450706885,
|
1721 |
+
"grad_norm": 1.064213514328003,
|
1722 |
+
"learning_rate": 4.478556380141218e-05,
|
1723 |
+
"loss": 1.8995,
|
1724 |
+
"step": 7595
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.1920108770913852,
|
1728 |
+
"grad_norm": 0.997905969619751,
|
1729 |
+
"learning_rate": 4.4734116372004375e-05,
|
1730 |
+
"loss": 1.8705,
|
1731 |
+
"step": 7626
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.19279140911208187,
|
1735 |
+
"grad_norm": 1.0392402410507202,
|
1736 |
+
"learning_rate": 4.4682446245775477e-05,
|
1737 |
+
"loss": 1.9105,
|
1738 |
+
"step": 7657
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.19357194113277856,
|
1742 |
+
"grad_norm": 1.0340332984924316,
|
1743 |
+
"learning_rate": 4.463055400581586e-05,
|
1744 |
+
"loss": 1.9074,
|
1745 |
+
"step": 7688
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.19435247315347526,
|
1749 |
+
"grad_norm": 1.0196648836135864,
|
1750 |
+
"learning_rate": 4.4578440237722374e-05,
|
1751 |
+
"loss": 1.9059,
|
1752 |
+
"step": 7719
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.19513300517417195,
|
1756 |
+
"grad_norm": 0.99578458070755,
|
1757 |
+
"learning_rate": 4.452610552959183e-05,
|
1758 |
+
"loss": 1.8974,
|
1759 |
+
"step": 7750
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.19591353719486862,
|
1763 |
+
"grad_norm": 1.026090145111084,
|
1764 |
+
"learning_rate": 4.447355047201428e-05,
|
1765 |
+
"loss": 1.8886,
|
1766 |
+
"step": 7781
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.19669406921556531,
|
1770 |
+
"grad_norm": 0.9945096969604492,
|
1771 |
+
"learning_rate": 4.4420775658066414e-05,
|
1772 |
+
"loss": 1.8879,
|
1773 |
+
"step": 7812
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.197474601236262,
|
1777 |
+
"grad_norm": 1.0226850509643555,
|
1778 |
+
"learning_rate": 4.436778168330484e-05,
|
1779 |
+
"loss": 1.8936,
|
1780 |
+
"step": 7843
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.1982551332569587,
|
1784 |
+
"grad_norm": 1.0433967113494873,
|
1785 |
+
"learning_rate": 4.4314569145759353e-05,
|
1786 |
+
"loss": 1.882,
|
1787 |
+
"step": 7874
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.19903566527765537,
|
1791 |
+
"grad_norm": 1.0612221956253052,
|
1792 |
+
"learning_rate": 4.42611386459262e-05,
|
1793 |
+
"loss": 1.8879,
|
1794 |
+
"step": 7905
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.19981619729835207,
|
1798 |
+
"grad_norm": 1.0252665281295776,
|
1799 |
+
"learning_rate": 4.420749078676133e-05,
|
1800 |
+
"loss": 1.9005,
|
1801 |
+
"step": 7936
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.20059672931904876,
|
1805 |
+
"grad_norm": 1.015100359916687,
|
1806 |
+
"learning_rate": 4.4153626173673516e-05,
|
1807 |
+
"loss": 1.8944,
|
1808 |
+
"step": 7967
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.20137726133974546,
|
1812 |
+
"grad_norm": 1.0417771339416504,
|
1813 |
+
"learning_rate": 4.409954541451762e-05,
|
1814 |
+
"loss": 1.8837,
|
1815 |
+
"step": 7998
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.20215779336044212,
|
1819 |
+
"grad_norm": 1.026708960533142,
|
1820 |
+
"learning_rate": 4.404524911958764e-05,
|
1821 |
+
"loss": 1.92,
|
1822 |
+
"step": 8029
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.20293832538113882,
|
1826 |
+
"grad_norm": 1.0414159297943115,
|
1827 |
+
"learning_rate": 4.399073790160989e-05,
|
1828 |
+
"loss": 1.8709,
|
1829 |
+
"step": 8060
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.2037188574018355,
|
1833 |
+
"grad_norm": 1.014039397239685,
|
1834 |
+
"learning_rate": 4.393601237573607e-05,
|
1835 |
+
"loss": 1.8842,
|
1836 |
+
"step": 8091
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.2044993894225322,
|
1840 |
+
"grad_norm": 1.0103037357330322,
|
1841 |
+
"learning_rate": 4.388107315953628e-05,
|
1842 |
+
"loss": 1.8889,
|
1843 |
+
"step": 8122
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.20527992144322887,
|
1847 |
+
"grad_norm": 1.0166395902633667,
|
1848 |
+
"learning_rate": 4.382592087299212e-05,
|
1849 |
+
"loss": 1.8808,
|
1850 |
+
"step": 8153
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.20606045346392557,
|
1854 |
+
"grad_norm": 1.023850679397583,
|
1855 |
+
"learning_rate": 4.377055613848964e-05,
|
1856 |
+
"loss": 1.8918,
|
1857 |
+
"step": 8184
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.20684098548462226,
|
1861 |
+
"grad_norm": 1.0251572132110596,
|
1862 |
+
"learning_rate": 4.3714979580812355e-05,
|
1863 |
+
"loss": 1.882,
|
1864 |
+
"step": 8215
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.20762151750531896,
|
1868 |
+
"grad_norm": 1.0183281898498535,
|
1869 |
+
"learning_rate": 4.365919182713416e-05,
|
1870 |
+
"loss": 1.8844,
|
1871 |
+
"step": 8246
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.20840204952601563,
|
1875 |
+
"grad_norm": 1.0135486125946045,
|
1876 |
+
"learning_rate": 4.360319350701226e-05,
|
1877 |
+
"loss": 1.8814,
|
1878 |
+
"step": 8277
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.20918258154671232,
|
1882 |
+
"grad_norm": 1.0247812271118164,
|
1883 |
+
"learning_rate": 4.3546985252380115e-05,
|
1884 |
+
"loss": 1.8818,
|
1885 |
+
"step": 8308
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.20996311356740902,
|
1889 |
+
"grad_norm": 1.0123242139816284,
|
1890 |
+
"learning_rate": 4.349056769754021e-05,
|
1891 |
+
"loss": 1.8723,
|
1892 |
+
"step": 8339
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.2107436455881057,
|
1896 |
+
"grad_norm": 1.0139250755310059,
|
1897 |
+
"learning_rate": 4.3433941479156994e-05,
|
1898 |
+
"loss": 1.8858,
|
1899 |
+
"step": 8370
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.21152417760880238,
|
1903 |
+
"grad_norm": 4.008477687835693,
|
1904 |
+
"learning_rate": 4.3377107236249647e-05,
|
1905 |
+
"loss": 1.8735,
|
1906 |
+
"step": 8401
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.21230470962949907,
|
1910 |
+
"grad_norm": 1.0454871654510498,
|
1911 |
+
"learning_rate": 4.332006561018488e-05,
|
1912 |
+
"loss": 1.8824,
|
1913 |
+
"step": 8432
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.21308524165019577,
|
1917 |
+
"grad_norm": 1.0586799383163452,
|
1918 |
+
"learning_rate": 4.3262817244669683e-05,
|
1919 |
+
"loss": 1.8992,
|
1920 |
+
"step": 8463
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.21386577367089246,
|
1924 |
+
"grad_norm": 1.0073469877243042,
|
1925 |
+
"learning_rate": 4.3205362785744083e-05,
|
1926 |
+
"loss": 1.8766,
|
1927 |
+
"step": 8494
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.21464630569158913,
|
1931 |
+
"grad_norm": 0.9976999759674072,
|
1932 |
+
"learning_rate": 4.314770288177384e-05,
|
1933 |
+
"loss": 1.8864,
|
1934 |
+
"step": 8525
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.21542683771228582,
|
1938 |
+
"grad_norm": 0.9928112030029297,
|
1939 |
+
"learning_rate": 4.308983818344313e-05,
|
1940 |
+
"loss": 1.8874,
|
1941 |
+
"step": 8556
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.21620736973298252,
|
1945 |
+
"grad_norm": 1.038405418395996,
|
1946 |
+
"learning_rate": 4.3031769343747206e-05,
|
1947 |
+
"loss": 1.8725,
|
1948 |
+
"step": 8587
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.2169879017536792,
|
1952 |
+
"grad_norm": 1.0328835248947144,
|
1953 |
+
"learning_rate": 4.297349701798505e-05,
|
1954 |
+
"loss": 1.8884,
|
1955 |
+
"step": 8618
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.21776843377437588,
|
1959 |
+
"grad_norm": 1.0254933834075928,
|
1960 |
+
"learning_rate": 4.2915021863751916e-05,
|
1961 |
+
"loss": 1.8611,
|
1962 |
+
"step": 8649
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.21854896579507258,
|
1966 |
+
"grad_norm": 0.99531090259552,
|
1967 |
+
"learning_rate": 4.285634454093198e-05,
|
1968 |
+
"loss": 1.8889,
|
1969 |
+
"step": 8680
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.21932949781576927,
|
1973 |
+
"grad_norm": 1.0536468029022217,
|
1974 |
+
"learning_rate": 4.279746571169086e-05,
|
1975 |
+
"loss": 1.8875,
|
1976 |
+
"step": 8711
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.22011002983646596,
|
1980 |
+
"grad_norm": 0.9915075898170471,
|
1981 |
+
"learning_rate": 4.2738386040468136e-05,
|
1982 |
+
"loss": 1.8901,
|
1983 |
+
"step": 8742
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.22089056185716263,
|
1987 |
+
"grad_norm": 0.9883093237876892,
|
1988 |
+
"learning_rate": 4.2679106193969866e-05,
|
1989 |
+
"loss": 1.8704,
|
1990 |
+
"step": 8773
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.22167109387785933,
|
1994 |
+
"grad_norm": 1.0425434112548828,
|
1995 |
+
"learning_rate": 4.261962684116106e-05,
|
1996 |
+
"loss": 1.8643,
|
1997 |
+
"step": 8804
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.22245162589855602,
|
2001 |
+
"grad_norm": 1.0154091119766235,
|
2002 |
+
"learning_rate": 4.2559948653258145e-05,
|
2003 |
+
"loss": 1.8806,
|
2004 |
+
"step": 8835
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.22323215791925272,
|
2008 |
+
"grad_norm": 1.0432935953140259,
|
2009 |
+
"learning_rate": 4.250007230372134e-05,
|
2010 |
+
"loss": 1.8928,
|
2011 |
+
"step": 8866
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.22401268993994938,
|
2015 |
+
"grad_norm": 0.9709262251853943,
|
2016 |
+
"learning_rate": 4.2439998468247126e-05,
|
2017 |
+
"loss": 1.8591,
|
2018 |
+
"step": 8897
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.22479322196064608,
|
2022 |
+
"grad_norm": 0.9708088636398315,
|
2023 |
+
"learning_rate": 4.2379727824760566e-05,
|
2024 |
+
"loss": 1.8797,
|
2025 |
+
"step": 8928
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.22557375398134277,
|
2029 |
+
"grad_norm": 0.9911683201789856,
|
2030 |
+
"learning_rate": 4.231926105340768e-05,
|
2031 |
+
"loss": 1.8456,
|
2032 |
+
"step": 8959
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.22635428600203947,
|
2036 |
+
"grad_norm": 0.99161297082901,
|
2037 |
+
"learning_rate": 4.225859883654776e-05,
|
2038 |
+
"loss": 1.8712,
|
2039 |
+
"step": 8990
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.22713481802273613,
|
2043 |
+
"grad_norm": 1.0025807619094849,
|
2044 |
+
"learning_rate": 4.219774185874569e-05,
|
2045 |
+
"loss": 1.8814,
|
2046 |
+
"step": 9021
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.22791535004343283,
|
2050 |
+
"grad_norm": 0.9597026109695435,
|
2051 |
+
"learning_rate": 4.213669080676418e-05,
|
2052 |
+
"loss": 1.8799,
|
2053 |
+
"step": 9052
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.22869588206412952,
|
2057 |
+
"grad_norm": 1.0001273155212402,
|
2058 |
+
"learning_rate": 4.2075446369556056e-05,
|
2059 |
+
"loss": 1.8469,
|
2060 |
+
"step": 9083
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.22947641408482622,
|
2064 |
+
"grad_norm": 0.9670659303665161,
|
2065 |
+
"learning_rate": 4.201400923825648e-05,
|
2066 |
+
"loss": 1.8612,
|
2067 |
+
"step": 9114
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.23025694610552289,
|
2071 |
+
"grad_norm": 1.018050193786621,
|
2072 |
+
"learning_rate": 4.195238010617511e-05,
|
2073 |
+
"loss": 1.8656,
|
2074 |
+
"step": 9145
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.23103747812621958,
|
2078 |
+
"grad_norm": 0.9838584661483765,
|
2079 |
+
"learning_rate": 4.1890559668788344e-05,
|
2080 |
+
"loss": 1.8527,
|
2081 |
+
"step": 9176
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.23181801014691628,
|
2085 |
+
"grad_norm": 0.9968937635421753,
|
2086 |
+
"learning_rate": 4.1828548623731405e-05,
|
2087 |
+
"loss": 1.8753,
|
2088 |
+
"step": 9207
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.23259854216761297,
|
2092 |
+
"grad_norm": 0.9698464870452881,
|
2093 |
+
"learning_rate": 4.1766347670790506e-05,
|
2094 |
+
"loss": 1.8716,
|
2095 |
+
"step": 9238
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.23337907418830964,
|
2099 |
+
"grad_norm": 0.9592704772949219,
|
2100 |
+
"learning_rate": 4.170395751189495e-05,
|
2101 |
+
"loss": 1.8698,
|
2102 |
+
"step": 9269
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.23415960620900633,
|
2106 |
+
"grad_norm": 0.9904705286026001,
|
2107 |
+
"learning_rate": 4.164137885110921e-05,
|
2108 |
+
"loss": 1.8661,
|
2109 |
+
"step": 9300
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 0.23494013822970303,
|
2113 |
+
"grad_norm": 1.0243868827819824,
|
2114 |
+
"learning_rate": 4.157861239462495e-05,
|
2115 |
+
"loss": 1.8658,
|
2116 |
+
"step": 9331
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 0.2357206702503997,
|
2120 |
+
"grad_norm": 0.9936602711677551,
|
2121 |
+
"learning_rate": 4.1515658850753114e-05,
|
2122 |
+
"loss": 1.8475,
|
2123 |
+
"step": 9362
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 0.2365012022710964,
|
2127 |
+
"grad_norm": 0.9626069068908691,
|
2128 |
+
"learning_rate": 4.145251892991588e-05,
|
2129 |
+
"loss": 1.8507,
|
2130 |
+
"step": 9393
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 0.23728173429179308,
|
2134 |
+
"grad_norm": 0.9688258767127991,
|
2135 |
+
"learning_rate": 4.138919334463868e-05,
|
2136 |
+
"loss": 1.8628,
|
2137 |
+
"step": 9424
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 0.23806226631248978,
|
2141 |
+
"grad_norm": 0.9996054172515869,
|
2142 |
+
"learning_rate": 4.1325682809542124e-05,
|
2143 |
+
"loss": 1.8734,
|
2144 |
+
"step": 9455
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.23884279833318645,
|
2148 |
+
"grad_norm": 1.0037505626678467,
|
2149 |
+
"learning_rate": 4.126198804133398e-05,
|
2150 |
+
"loss": 1.8778,
|
2151 |
+
"step": 9486
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 0.23962333035388314,
|
2155 |
+
"grad_norm": 0.9751474857330322,
|
2156 |
+
"learning_rate": 4.1198109758801055e-05,
|
2157 |
+
"loss": 1.8615,
|
2158 |
+
"step": 9517
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 0.24040386237457984,
|
2162 |
+
"grad_norm": 0.9760595560073853,
|
2163 |
+
"learning_rate": 4.113404868280107e-05,
|
2164 |
+
"loss": 1.8614,
|
2165 |
+
"step": 9548
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 0.24118439439527653,
|
2169 |
+
"grad_norm": 1.0009572505950928,
|
2170 |
+
"learning_rate": 4.106980553625457e-05,
|
2171 |
+
"loss": 1.8762,
|
2172 |
+
"step": 9579
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 0.2419649264159732,
|
2176 |
+
"grad_norm": 0.983182966709137,
|
2177 |
+
"learning_rate": 4.100538104413674e-05,
|
2178 |
+
"loss": 1.857,
|
2179 |
+
"step": 9610
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 0.2427454584366699,
|
2183 |
+
"grad_norm": 1.0748534202575684,
|
2184 |
+
"learning_rate": 4.09407759334692e-05,
|
2185 |
+
"loss": 1.8658,
|
2186 |
+
"step": 9641
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.2435259904573666,
|
2190 |
+
"grad_norm": 0.9747381806373596,
|
2191 |
+
"learning_rate": 4.087599093331186e-05,
|
2192 |
+
"loss": 1.8484,
|
2193 |
+
"step": 9672
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 0.24430652247806328,
|
2197 |
+
"grad_norm": 0.9784808158874512,
|
2198 |
+
"learning_rate": 4.081102677475462e-05,
|
2199 |
+
"loss": 1.8492,
|
2200 |
+
"step": 9703
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 0.24508705449875995,
|
2204 |
+
"grad_norm": 0.9820215106010437,
|
2205 |
+
"learning_rate": 4.0745884190909194e-05,
|
2206 |
+
"loss": 1.8516,
|
2207 |
+
"step": 9734
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 0.24586758651945664,
|
2211 |
+
"grad_norm": 0.9536774158477783,
|
2212 |
+
"learning_rate": 4.0680563916900796e-05,
|
2213 |
+
"loss": 1.8444,
|
2214 |
+
"step": 9765
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 0.24664811854015334,
|
2218 |
+
"grad_norm": 0.9706370234489441,
|
2219 |
+
"learning_rate": 4.0615066689859815e-05,
|
2220 |
+
"loss": 1.8477,
|
2221 |
+
"step": 9796
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 0.24742865056085003,
|
2225 |
+
"grad_norm": 0.9700275659561157,
|
2226 |
+
"learning_rate": 4.0549393248913584e-05,
|
2227 |
+
"loss": 1.8515,
|
2228 |
+
"step": 9827
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.2482091825815467,
|
2232 |
+
"grad_norm": 0.9522431492805481,
|
2233 |
+
"learning_rate": 4.048354433517794e-05,
|
2234 |
+
"loss": 1.8287,
|
2235 |
+
"step": 9858
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 0.2489897146022434,
|
2239 |
+
"grad_norm": 0.9691547155380249,
|
2240 |
+
"learning_rate": 4.0417520691748916e-05,
|
2241 |
+
"loss": 1.8594,
|
2242 |
+
"step": 9889
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 0.2497702466229401,
|
2246 |
+
"grad_norm": 0.9588534235954285,
|
2247 |
+
"learning_rate": 4.035132306369438e-05,
|
2248 |
+
"loss": 1.8459,
|
2249 |
+
"step": 9920
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.2505507786436368,
|
2253 |
+
"grad_norm": 0.9900926351547241,
|
2254 |
+
"learning_rate": 4.028495219804555e-05,
|
2255 |
+
"loss": 1.8608,
|
2256 |
+
"step": 9951
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 0.25133131066433345,
|
2260 |
+
"grad_norm": 0.9539284110069275,
|
2261 |
+
"learning_rate": 4.021840884378864e-05,
|
2262 |
+
"loss": 1.8522,
|
2263 |
+
"step": 9982
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 0.2521118426850302,
|
2267 |
+
"grad_norm": 0.9557245969772339,
|
2268 |
+
"learning_rate": 4.015169375185633e-05,
|
2269 |
+
"loss": 1.8743,
|
2270 |
+
"step": 10013
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 0.25289237470572684,
|
2274 |
+
"grad_norm": 0.9317564964294434,
|
2275 |
+
"learning_rate": 4.0084807675119396e-05,
|
2276 |
+
"loss": 1.8384,
|
2277 |
+
"step": 10044
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 0.2536729067264235,
|
2281 |
+
"grad_norm": 0.9944160580635071,
|
2282 |
+
"learning_rate": 4.0017751368378106e-05,
|
2283 |
+
"loss": 1.857,
|
2284 |
+
"step": 10075
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 0.25445343874712023,
|
2288 |
+
"grad_norm": 0.9859464168548584,
|
2289 |
+
"learning_rate": 3.995052558835377e-05,
|
2290 |
+
"loss": 1.8484,
|
2291 |
+
"step": 10106
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.2552339707678169,
|
2295 |
+
"grad_norm": 1.0093594789505005,
|
2296 |
+
"learning_rate": 3.988313109368017e-05,
|
2297 |
+
"loss": 1.8506,
|
2298 |
+
"step": 10137
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 0.25601450278851356,
|
2302 |
+
"grad_norm": 0.9451240301132202,
|
2303 |
+
"learning_rate": 3.981556864489504e-05,
|
2304 |
+
"loss": 1.8732,
|
2305 |
+
"step": 10168
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 0.2567950348092103,
|
2309 |
+
"grad_norm": 0.972819447517395,
|
2310 |
+
"learning_rate": 3.974783900443142e-05,
|
2311 |
+
"loss": 1.856,
|
2312 |
+
"step": 10199
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 0.25757556682990695,
|
2316 |
+
"grad_norm": 0.996379554271698,
|
2317 |
+
"learning_rate": 3.9679942936609095e-05,
|
2318 |
+
"loss": 1.8299,
|
2319 |
+
"step": 10230
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 0.2583560988506037,
|
2323 |
+
"grad_norm": 2.503967046737671,
|
2324 |
+
"learning_rate": 3.961188120762596e-05,
|
2325 |
+
"loss": 1.8484,
|
2326 |
+
"step": 10261
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 0.25913663087130034,
|
2330 |
+
"grad_norm": 0.9491912126541138,
|
2331 |
+
"learning_rate": 3.954365458554938e-05,
|
2332 |
+
"loss": 1.8528,
|
2333 |
+
"step": 10292
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.259917162891997,
|
2337 |
+
"grad_norm": 0.9642863273620605,
|
2338 |
+
"learning_rate": 3.947526384030751e-05,
|
2339 |
+
"loss": 1.863,
|
2340 |
+
"step": 10323
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 0.26069769491269373,
|
2344 |
+
"grad_norm": 0.9915285706520081,
|
2345 |
+
"learning_rate": 3.9406709743680624e-05,
|
2346 |
+
"loss": 1.8191,
|
2347 |
+
"step": 10354
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 0.2614782269333904,
|
2351 |
+
"grad_norm": 1.0176483392715454,
|
2352 |
+
"learning_rate": 3.9337993069292366e-05,
|
2353 |
+
"loss": 1.8396,
|
2354 |
+
"step": 10385
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 0.26225875895408707,
|
2358 |
+
"grad_norm": 0.9567158222198486,
|
2359 |
+
"learning_rate": 3.926911459260109e-05,
|
2360 |
+
"loss": 1.8617,
|
2361 |
+
"step": 10416
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 0.2630392909747838,
|
2365 |
+
"grad_norm": 0.9236714839935303,
|
2366 |
+
"learning_rate": 3.920007509089102e-05,
|
2367 |
+
"loss": 1.8362,
|
2368 |
+
"step": 10447
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 0.26381982299548046,
|
2372 |
+
"grad_norm": 0.9428004026412964,
|
2373 |
+
"learning_rate": 3.913087534326357e-05,
|
2374 |
+
"loss": 1.8447,
|
2375 |
+
"step": 10478
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.2646003550161772,
|
2379 |
+
"grad_norm": 0.941067099571228,
|
2380 |
+
"learning_rate": 3.9061516130628475e-05,
|
2381 |
+
"loss": 1.8329,
|
2382 |
+
"step": 10509
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 0.26538088703687385,
|
2386 |
+
"grad_norm": 0.9685031175613403,
|
2387 |
+
"learning_rate": 3.8991998235695025e-05,
|
2388 |
+
"loss": 1.8543,
|
2389 |
+
"step": 10540
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 0.2661614190575705,
|
2393 |
+
"grad_norm": 0.9629632234573364,
|
2394 |
+
"learning_rate": 3.8922322442963224e-05,
|
2395 |
+
"loss": 1.8118,
|
2396 |
+
"step": 10571
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 0.26694195107826724,
|
2400 |
+
"grad_norm": 0.9536260366439819,
|
2401 |
+
"learning_rate": 3.885248953871491e-05,
|
2402 |
+
"loss": 1.8379,
|
2403 |
+
"step": 10602
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 0.2677224830989639,
|
2407 |
+
"grad_norm": 0.9781749248504639,
|
2408 |
+
"learning_rate": 3.8782500311004915e-05,
|
2409 |
+
"loss": 1.8419,
|
2410 |
+
"step": 10633
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 0.26850301511966057,
|
2414 |
+
"grad_norm": 0.9313937425613403,
|
2415 |
+
"learning_rate": 3.871235554965218e-05,
|
2416 |
+
"loss": 1.8467,
|
2417 |
+
"step": 10664
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.2692835471403573,
|
2421 |
+
"grad_norm": 0.9775392413139343,
|
2422 |
+
"learning_rate": 3.864205604623078e-05,
|
2423 |
+
"loss": 1.8209,
|
2424 |
+
"step": 10695
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 0.27006407916105396,
|
2428 |
+
"grad_norm": 0.965977132320404,
|
2429 |
+
"learning_rate": 3.857160259406107e-05,
|
2430 |
+
"loss": 1.8558,
|
2431 |
+
"step": 10726
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 0.2708446111817507,
|
2435 |
+
"grad_norm": 0.9789881706237793,
|
2436 |
+
"learning_rate": 3.8500995988200674e-05,
|
2437 |
+
"loss": 1.8523,
|
2438 |
+
"step": 10757
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 0.27162514320244735,
|
2442 |
+
"grad_norm": 0.9083163738250732,
|
2443 |
+
"learning_rate": 3.843023702543556e-05,
|
2444 |
+
"loss": 1.8274,
|
2445 |
+
"step": 10788
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 0.272405675223144,
|
2449 |
+
"grad_norm": 0.9248176217079163,
|
2450 |
+
"learning_rate": 3.8359326504270984e-05,
|
2451 |
+
"loss": 1.8316,
|
2452 |
+
"step": 10819
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 0.27318620724384074,
|
2456 |
+
"grad_norm": 0.9702487587928772,
|
2457 |
+
"learning_rate": 3.828826522492255e-05,
|
2458 |
+
"loss": 1.8344,
|
2459 |
+
"step": 10850
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.2739667392645374,
|
2463 |
+
"grad_norm": 0.9324803948402405,
|
2464 |
+
"learning_rate": 3.821705398930713e-05,
|
2465 |
+
"loss": 1.8544,
|
2466 |
+
"step": 10881
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 0.2747472712852341,
|
2470 |
+
"grad_norm": 0.9495794773101807,
|
2471 |
+
"learning_rate": 3.814569360103385e-05,
|
2472 |
+
"loss": 1.8446,
|
2473 |
+
"step": 10912
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 0.2755278033059308,
|
2477 |
+
"grad_norm": 0.9734468460083008,
|
2478 |
+
"learning_rate": 3.807418486539499e-05,
|
2479 |
+
"loss": 1.8434,
|
2480 |
+
"step": 10943
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 0.27630833532662746,
|
2484 |
+
"grad_norm": 0.9376105666160583,
|
2485 |
+
"learning_rate": 3.80025285893569e-05,
|
2486 |
+
"loss": 1.8339,
|
2487 |
+
"step": 10974
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 0.2770888673473242,
|
2491 |
+
"grad_norm": 0.9637653827667236,
|
2492 |
+
"learning_rate": 3.793072558155093e-05,
|
2493 |
+
"loss": 1.8445,
|
2494 |
+
"step": 11005
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 0.27786939936802085,
|
2498 |
+
"grad_norm": 0.9537612199783325,
|
2499 |
+
"learning_rate": 3.785877665226426e-05,
|
2500 |
+
"loss": 1.8332,
|
2501 |
+
"step": 11036
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 0.2786499313887175,
|
2505 |
+
"grad_norm": 0.9774130582809448,
|
2506 |
+
"learning_rate": 3.778668261343079e-05,
|
2507 |
+
"loss": 1.8269,
|
2508 |
+
"step": 11067
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 0.27943046340941424,
|
2512 |
+
"grad_norm": 0.9648153781890869,
|
2513 |
+
"learning_rate": 3.771444427862192e-05,
|
2514 |
+
"loss": 1.8301,
|
2515 |
+
"step": 11098
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 0.2802109954301109,
|
2519 |
+
"grad_norm": 0.9317411184310913,
|
2520 |
+
"learning_rate": 3.7642062463037465e-05,
|
2521 |
+
"loss": 1.836,
|
2522 |
+
"step": 11129
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.2809915274508076,
|
2526 |
+
"grad_norm": 0.9821638464927673,
|
2527 |
+
"learning_rate": 3.7569537983496373e-05,
|
2528 |
+
"loss": 1.846,
|
2529 |
+
"step": 11160
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 0.2817720594715043,
|
2533 |
+
"grad_norm": 0.9444936513900757,
|
2534 |
+
"learning_rate": 3.749687165842753e-05,
|
2535 |
+
"loss": 1.8248,
|
2536 |
+
"step": 11191
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 0.28255259149220097,
|
2540 |
+
"grad_norm": 0.9421222805976868,
|
2541 |
+
"learning_rate": 3.7424064307860536e-05,
|
2542 |
+
"loss": 1.8521,
|
2543 |
+
"step": 11222
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 0.2833331235128977,
|
2547 |
+
"grad_norm": 0.9378920793533325,
|
2548 |
+
"learning_rate": 3.735111675341645e-05,
|
2549 |
+
"loss": 1.8361,
|
2550 |
+
"step": 11253
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 0.28411365553359436,
|
2554 |
+
"grad_norm": 0.9363348484039307,
|
2555 |
+
"learning_rate": 3.7278029818298524e-05,
|
2556 |
+
"loss": 1.8276,
|
2557 |
+
"step": 11284
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 0.284894187554291,
|
2561 |
+
"grad_norm": 0.9247562885284424,
|
2562 |
+
"learning_rate": 3.720480432728287e-05,
|
2563 |
+
"loss": 1.8354,
|
2564 |
+
"step": 11315
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.28567471957498775,
|
2568 |
+
"grad_norm": 0.9505523443222046,
|
2569 |
+
"learning_rate": 3.71314411067092e-05,
|
2570 |
+
"loss": 1.807,
|
2571 |
+
"step": 11346
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 0.2864552515956844,
|
2575 |
+
"grad_norm": 0.9292653799057007,
|
2576 |
+
"learning_rate": 3.70579409844715e-05,
|
2577 |
+
"loss": 1.8281,
|
2578 |
+
"step": 11377
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 0.2872357836163811,
|
2582 |
+
"grad_norm": 0.9625663161277771,
|
2583 |
+
"learning_rate": 3.698430479000865e-05,
|
2584 |
+
"loss": 1.8211,
|
2585 |
+
"step": 11408
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 0.2880163156370778,
|
2589 |
+
"grad_norm": 0.9280233979225159,
|
2590 |
+
"learning_rate": 3.691053335429509e-05,
|
2591 |
+
"loss": 1.8177,
|
2592 |
+
"step": 11439
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 0.28879684765777447,
|
2596 |
+
"grad_norm": 0.9617031216621399,
|
2597 |
+
"learning_rate": 3.683662750983147e-05,
|
2598 |
+
"loss": 1.831,
|
2599 |
+
"step": 11470
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 0.2895773796784712,
|
2603 |
+
"grad_norm": 0.9631845951080322,
|
2604 |
+
"learning_rate": 3.676258809063518e-05,
|
2605 |
+
"loss": 1.8154,
|
2606 |
+
"step": 11501
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.29035791169916786,
|
2610 |
+
"grad_norm": 0.9200331568717957,
|
2611 |
+
"learning_rate": 3.6688415932231004e-05,
|
2612 |
+
"loss": 1.8452,
|
2613 |
+
"step": 11532
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 0.2911384437198645,
|
2617 |
+
"grad_norm": 0.9431037902832031,
|
2618 |
+
"learning_rate": 3.661411187164166e-05,
|
2619 |
+
"loss": 1.8221,
|
2620 |
+
"step": 11563
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 0.29191897574056125,
|
2624 |
+
"grad_norm": 0.9307507276535034,
|
2625 |
+
"learning_rate": 3.65396767473784e-05,
|
2626 |
+
"loss": 1.8092,
|
2627 |
+
"step": 11594
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 0.2926995077612579,
|
2631 |
+
"grad_norm": 0.9896314144134521,
|
2632 |
+
"learning_rate": 3.6465111399431465e-05,
|
2633 |
+
"loss": 1.826,
|
2634 |
+
"step": 11625
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 0.2934800397819546,
|
2638 |
+
"grad_norm": 0.9361921548843384,
|
2639 |
+
"learning_rate": 3.6390416669260674e-05,
|
2640 |
+
"loss": 1.8207,
|
2641 |
+
"step": 11656
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 0.2942605718026513,
|
2645 |
+
"grad_norm": 0.9492716789245605,
|
2646 |
+
"learning_rate": 3.63155933997859e-05,
|
2647 |
+
"loss": 1.822,
|
2648 |
+
"step": 11687
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.29504110382334797,
|
2652 |
+
"grad_norm": 0.9642727375030518,
|
2653 |
+
"learning_rate": 3.624064243537758e-05,
|
2654 |
+
"loss": 1.8165,
|
2655 |
+
"step": 11718
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 0.29582163584404464,
|
2659 |
+
"grad_norm": 0.9700178503990173,
|
2660 |
+
"learning_rate": 3.616556462184716e-05,
|
2661 |
+
"loss": 1.8093,
|
2662 |
+
"step": 11749
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 0.29660216786474136,
|
2666 |
+
"grad_norm": 0.90894615650177,
|
2667 |
+
"learning_rate": 3.609036080643755e-05,
|
2668 |
+
"loss": 1.8312,
|
2669 |
+
"step": 11780
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 0.29738269988543803,
|
2673 |
+
"grad_norm": 0.9441593885421753,
|
2674 |
+
"learning_rate": 3.60150318378136e-05,
|
2675 |
+
"loss": 1.8324,
|
2676 |
+
"step": 11811
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 0.29816323190613475,
|
2680 |
+
"grad_norm": 0.9351882338523865,
|
2681 |
+
"learning_rate": 3.5939578566052465e-05,
|
2682 |
+
"loss": 1.8303,
|
2683 |
+
"step": 11842
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 0.2989437639268314,
|
2687 |
+
"grad_norm": 0.9438377618789673,
|
2688 |
+
"learning_rate": 3.586400184263408e-05,
|
2689 |
+
"loss": 1.8164,
|
2690 |
+
"step": 11873
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.2997242959475281,
|
2694 |
+
"grad_norm": 0.9775059819221497,
|
2695 |
+
"learning_rate": 3.578830252043148e-05,
|
2696 |
+
"loss": 1.8146,
|
2697 |
+
"step": 11904
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 0.3005048279682248,
|
2701 |
+
"grad_norm": 0.9342683553695679,
|
2702 |
+
"learning_rate": 3.571248145370125e-05,
|
2703 |
+
"loss": 1.8324,
|
2704 |
+
"step": 11935
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 0.3012853599889215,
|
2708 |
+
"grad_norm": 0.9539228081703186,
|
2709 |
+
"learning_rate": 3.5636539498073794e-05,
|
2710 |
+
"loss": 1.8112,
|
2711 |
+
"step": 11966
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 0.30206589200961814,
|
2715 |
+
"grad_norm": 1.0048060417175293,
|
2716 |
+
"learning_rate": 3.556047751054378e-05,
|
2717 |
+
"loss": 1.8261,
|
2718 |
+
"step": 11997
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 0.30284642403031486,
|
2722 |
+
"grad_norm": 0.9269846081733704,
|
2723 |
+
"learning_rate": 3.548429634946039e-05,
|
2724 |
+
"loss": 1.8256,
|
2725 |
+
"step": 12028
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 0.30362695605101153,
|
2729 |
+
"grad_norm": 0.937609076499939,
|
2730 |
+
"learning_rate": 3.540799687451768e-05,
|
2731 |
+
"loss": 1.8222,
|
2732 |
+
"step": 12059
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.30440748807170825,
|
2736 |
+
"grad_norm": 0.9538866281509399,
|
2737 |
+
"learning_rate": 3.533157994674485e-05,
|
2738 |
+
"loss": 1.8214,
|
2739 |
+
"step": 12090
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 0.3051880200924049,
|
2743 |
+
"grad_norm": 0.9644604325294495,
|
2744 |
+
"learning_rate": 3.5255046428496546e-05,
|
2745 |
+
"loss": 1.8117,
|
2746 |
+
"step": 12121
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 0.3059685521131016,
|
2750 |
+
"grad_norm": 1.0498855113983154,
|
2751 |
+
"learning_rate": 3.517839718344311e-05,
|
2752 |
+
"loss": 1.8249,
|
2753 |
+
"step": 12152
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.3067490841337983,
|
2757 |
+
"grad_norm": 0.952634334564209,
|
2758 |
+
"learning_rate": 3.510163307656086e-05,
|
2759 |
+
"loss": 1.8263,
|
2760 |
+
"step": 12183
|
2761 |
+
}
|
2762 |
+
],
|
2763 |
+
"logging_steps": 31,
|
2764 |
+
"max_steps": 30517,
|
2765 |
+
"num_input_tokens_seen": 0,
|
2766 |
+
"num_train_epochs": 1,
|
2767 |
+
"save_steps": 3052,
|
2768 |
+
"stateful_callbacks": {
|
2769 |
+
"TrainerControl": {
|
2770 |
+
"args": {
|
2771 |
+
"should_epoch_stop": false,
|
2772 |
+
"should_evaluate": false,
|
2773 |
+
"should_log": false,
|
2774 |
+
"should_save": true,
|
2775 |
+
"should_training_stop": false
|
2776 |
+
},
|
2777 |
+
"attributes": {}
|
2778 |
+
}
|
2779 |
+
},
|
2780 |
+
"total_flos": 8.526741678122336e+18,
|
2781 |
+
"train_batch_size": 16,
|
2782 |
+
"trial_name": null,
|
2783 |
+
"trial_params": null
|
2784 |
+
}
|
checkpoint-12208/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d814be76984e23fb3bd9dc1672f03b4559e9f604318f29ab3bebb0989cab850
|
3 |
+
size 5304
|
checkpoint-15260/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/parscratch/users/acp23ay/private/models/Qwen2.5-7B-Instruct-si-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.44.0.dev0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 161672
|
28 |
+
}
|
checkpoint-15260/generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.0.dev0"
|
14 |
+
}
|
checkpoint-15260/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:042bafc10e817b70aa7aa2442a48c7c3dd7d66b67e5ab6784f946091761bed10
|
3 |
+
size 4842817304
|
checkpoint-15260/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becf3c41c7359877372d1f9bdba9efe52cb2b8dab7330b346e831a36665b8f0e
|
3 |
+
size 4998852224
|
checkpoint-15260/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9da13aef49ef9aa84ff7ac6ae375fc2f8c339648214e7663e44e16a6763847
|
3 |
+
size 4984124304
|
checkpoint-15260/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc2c86e34819a46908bfe3ad42f3986e7efdfc34f67e43f40f690f77c7b0672
|
3 |
+
size 4932743992
|
checkpoint-15260/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:891f86a74d6b1791b98b581ff94cbedb16bfdb78595b9697dc3fd2ecc5974ba2
|
3 |
+
size 4998852296
|
checkpoint-15260/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d856e142af67f84a059080b8e1774dcb050f87d127aadde001ca6a9af010556b
|
3 |
+
size 3662865184
|
checkpoint-15260/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb40f4d281f64981f83459ba6290f50fdf1f4acfd1045410d9215082d5a5d6d
|
3 |
+
size 2317729920
|
checkpoint-15260/model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 30737946624
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
344 |
+
"model.norm.weight": "model-00006-of-00007.safetensors"
|
345 |
+
}
|
346 |
+
}
|
checkpoint-15260/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0acbabe83701dae135093c785ed6087f738c5f849e1e90dca1a0264c34d0cc29
|
3 |
+
size 16728842070
|
checkpoint-15260/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
|
3 |
+
size 14244
|
checkpoint-15260/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ce335347efaebf038b8915bc0a8d2d587a4a1aa08ad0e015b4bc7cc4fba634e
|
3 |
+
size 1064
|
checkpoint-15260/trainer_state.json
ADDED
@@ -0,0 +1,3477 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.38422318180101467,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 15260,
|
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.0007805320206966878,
|
13 |
+
"grad_norm": 24.262310028076172,
|
14 |
+
"learning_rate": 1.0157273918741808e-06,
|
15 |
+
"loss": 9.1957,
|
16 |
+
"step": 31
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0015610640413933755,
|
20 |
+
"grad_norm": 29.819591522216797,
|
21 |
+
"learning_rate": 2.0314547837483616e-06,
|
22 |
+
"loss": 7.9757,
|
23 |
+
"step": 62
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.002341596062090063,
|
27 |
+
"grad_norm": 14.961602210998535,
|
28 |
+
"learning_rate": 3.0471821756225426e-06,
|
29 |
+
"loss": 6.5436,
|
30 |
+
"step": 93
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.003122128082786751,
|
34 |
+
"grad_norm": 5.151533126831055,
|
35 |
+
"learning_rate": 4.062909567496723e-06,
|
36 |
+
"loss": 5.4812,
|
37 |
+
"step": 124
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.003902660103483439,
|
41 |
+
"grad_norm": 7.370818138122559,
|
42 |
+
"learning_rate": 5.078636959370905e-06,
|
43 |
+
"loss": 4.8332,
|
44 |
+
"step": 155
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.004683192124180126,
|
48 |
+
"grad_norm": 7.932437896728516,
|
49 |
+
"learning_rate": 6.094364351245085e-06,
|
50 |
+
"loss": 4.4411,
|
51 |
+
"step": 186
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.005463724144876814,
|
55 |
+
"grad_norm": 7.834314823150635,
|
56 |
+
"learning_rate": 7.110091743119267e-06,
|
57 |
+
"loss": 4.1978,
|
58 |
+
"step": 217
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.006244256165573502,
|
62 |
+
"grad_norm": 11.881230354309082,
|
63 |
+
"learning_rate": 8.125819134993446e-06,
|
64 |
+
"loss": 3.9897,
|
65 |
+
"step": 248
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.00702478818627019,
|
69 |
+
"grad_norm": 6.348697185516357,
|
70 |
+
"learning_rate": 9.141546526867629e-06,
|
71 |
+
"loss": 3.8375,
|
72 |
+
"step": 279
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.007805320206966878,
|
76 |
+
"grad_norm": 8.414978981018066,
|
77 |
+
"learning_rate": 1.015727391874181e-05,
|
78 |
+
"loss": 3.7681,
|
79 |
+
"step": 310
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.008585852227663565,
|
83 |
+
"grad_norm": 6.531826972961426,
|
84 |
+
"learning_rate": 1.117300131061599e-05,
|
85 |
+
"loss": 3.6599,
|
86 |
+
"step": 341
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.009366384248360253,
|
90 |
+
"grad_norm": 9.794255256652832,
|
91 |
+
"learning_rate": 1.218872870249017e-05,
|
92 |
+
"loss": 3.5324,
|
93 |
+
"step": 372
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.01014691626905694,
|
97 |
+
"grad_norm": 8.084766387939453,
|
98 |
+
"learning_rate": 1.3204456094364351e-05,
|
99 |
+
"loss": 3.4696,
|
100 |
+
"step": 403
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.010927448289753628,
|
104 |
+
"grad_norm": 7.659717559814453,
|
105 |
+
"learning_rate": 1.4220183486238533e-05,
|
106 |
+
"loss": 3.3832,
|
107 |
+
"step": 434
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.011707980310450316,
|
111 |
+
"grad_norm": 5.131711959838867,
|
112 |
+
"learning_rate": 1.5235910878112714e-05,
|
113 |
+
"loss": 3.3514,
|
114 |
+
"step": 465
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.012488512331147004,
|
118 |
+
"grad_norm": 6.3673601150512695,
|
119 |
+
"learning_rate": 1.6251638269986893e-05,
|
120 |
+
"loss": 3.2988,
|
121 |
+
"step": 496
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.013269044351843692,
|
125 |
+
"grad_norm": 4.5014142990112305,
|
126 |
+
"learning_rate": 1.7267365661861077e-05,
|
127 |
+
"loss": 3.239,
|
128 |
+
"step": 527
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.01404957637254038,
|
132 |
+
"grad_norm": 5.1420769691467285,
|
133 |
+
"learning_rate": 1.8283093053735257e-05,
|
134 |
+
"loss": 3.1892,
|
135 |
+
"step": 558
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.014830108393237068,
|
139 |
+
"grad_norm": 5.227200508117676,
|
140 |
+
"learning_rate": 1.9298820445609438e-05,
|
141 |
+
"loss": 3.1732,
|
142 |
+
"step": 589
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.015610640413933756,
|
146 |
+
"grad_norm": 4.4621734619140625,
|
147 |
+
"learning_rate": 2.031454783748362e-05,
|
148 |
+
"loss": 3.0898,
|
149 |
+
"step": 620
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.016391172434630442,
|
153 |
+
"grad_norm": 5.213263511657715,
|
154 |
+
"learning_rate": 2.13302752293578e-05,
|
155 |
+
"loss": 3.0832,
|
156 |
+
"step": 651
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.01717170445532713,
|
160 |
+
"grad_norm": 4.23059606552124,
|
161 |
+
"learning_rate": 2.234600262123198e-05,
|
162 |
+
"loss": 3.0341,
|
163 |
+
"step": 682
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.017952236476023817,
|
167 |
+
"grad_norm": 3.5276854038238525,
|
168 |
+
"learning_rate": 2.336173001310616e-05,
|
169 |
+
"loss": 3.0241,
|
170 |
+
"step": 713
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.018732768496720505,
|
174 |
+
"grad_norm": 3.199700355529785,
|
175 |
+
"learning_rate": 2.437745740498034e-05,
|
176 |
+
"loss": 2.9659,
|
177 |
+
"step": 744
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.019513300517417193,
|
181 |
+
"grad_norm": 9.667389869689941,
|
182 |
+
"learning_rate": 2.5393184796854525e-05,
|
183 |
+
"loss": 2.9292,
|
184 |
+
"step": 775
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.02029383253811388,
|
188 |
+
"grad_norm": 3.677541732788086,
|
189 |
+
"learning_rate": 2.6408912188728702e-05,
|
190 |
+
"loss": 2.919,
|
191 |
+
"step": 806
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.02107436455881057,
|
195 |
+
"grad_norm": 3.711683750152588,
|
196 |
+
"learning_rate": 2.7424639580602886e-05,
|
197 |
+
"loss": 2.9141,
|
198 |
+
"step": 837
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.021854896579507257,
|
202 |
+
"grad_norm": 3.1250174045562744,
|
203 |
+
"learning_rate": 2.8440366972477066e-05,
|
204 |
+
"loss": 2.8585,
|
205 |
+
"step": 868
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.022635428600203945,
|
209 |
+
"grad_norm": 3.4183220863342285,
|
210 |
+
"learning_rate": 2.9456094364351244e-05,
|
211 |
+
"loss": 2.8206,
|
212 |
+
"step": 899
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.023415960620900633,
|
216 |
+
"grad_norm": 2.8176679611206055,
|
217 |
+
"learning_rate": 3.0471821756225428e-05,
|
218 |
+
"loss": 2.787,
|
219 |
+
"step": 930
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.02419649264159732,
|
223 |
+
"grad_norm": 2.7993154525756836,
|
224 |
+
"learning_rate": 3.148754914809961e-05,
|
225 |
+
"loss": 2.7678,
|
226 |
+
"step": 961
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.02497702466229401,
|
230 |
+
"grad_norm": 2.8017027378082275,
|
231 |
+
"learning_rate": 3.2503276539973785e-05,
|
232 |
+
"loss": 2.7499,
|
233 |
+
"step": 992
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.025757556682990696,
|
237 |
+
"grad_norm": 2.958606004714966,
|
238 |
+
"learning_rate": 3.351900393184797e-05,
|
239 |
+
"loss": 2.7211,
|
240 |
+
"step": 1023
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.026538088703687384,
|
244 |
+
"grad_norm": 2.5942046642303467,
|
245 |
+
"learning_rate": 3.453473132372215e-05,
|
246 |
+
"loss": 2.6823,
|
247 |
+
"step": 1054
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.027318620724384072,
|
251 |
+
"grad_norm": 3.1978206634521484,
|
252 |
+
"learning_rate": 3.555045871559633e-05,
|
253 |
+
"loss": 2.6943,
|
254 |
+
"step": 1085
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.02809915274508076,
|
258 |
+
"grad_norm": 2.6260809898376465,
|
259 |
+
"learning_rate": 3.6566186107470514e-05,
|
260 |
+
"loss": 2.6574,
|
261 |
+
"step": 1116
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.028879684765777448,
|
265 |
+
"grad_norm": 2.6633715629577637,
|
266 |
+
"learning_rate": 3.7581913499344695e-05,
|
267 |
+
"loss": 2.6394,
|
268 |
+
"step": 1147
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.029660216786474135,
|
272 |
+
"grad_norm": 2.5701236724853516,
|
273 |
+
"learning_rate": 3.8597640891218876e-05,
|
274 |
+
"loss": 2.6336,
|
275 |
+
"step": 1178
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.030440748807170823,
|
279 |
+
"grad_norm": 2.4242734909057617,
|
280 |
+
"learning_rate": 3.9613368283093056e-05,
|
281 |
+
"loss": 2.6285,
|
282 |
+
"step": 1209
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.03122128082786751,
|
286 |
+
"grad_norm": 2.6410114765167236,
|
287 |
+
"learning_rate": 4.062909567496724e-05,
|
288 |
+
"loss": 2.5821,
|
289 |
+
"step": 1240
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.032001812848564196,
|
293 |
+
"grad_norm": 2.419649839401245,
|
294 |
+
"learning_rate": 4.164482306684142e-05,
|
295 |
+
"loss": 2.5576,
|
296 |
+
"step": 1271
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.032782344869260883,
|
300 |
+
"grad_norm": 2.314750909805298,
|
301 |
+
"learning_rate": 4.26605504587156e-05,
|
302 |
+
"loss": 2.5438,
|
303 |
+
"step": 1302
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.03356287688995757,
|
307 |
+
"grad_norm": 2.288361072540283,
|
308 |
+
"learning_rate": 4.367627785058978e-05,
|
309 |
+
"loss": 2.5197,
|
310 |
+
"step": 1333
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.03434340891065426,
|
314 |
+
"grad_norm": 2.328840494155884,
|
315 |
+
"learning_rate": 4.469200524246396e-05,
|
316 |
+
"loss": 2.5193,
|
317 |
+
"step": 1364
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.03512394093135095,
|
321 |
+
"grad_norm": 2.2555599212646484,
|
322 |
+
"learning_rate": 4.570773263433814e-05,
|
323 |
+
"loss": 2.4907,
|
324 |
+
"step": 1395
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.035904472952047635,
|
328 |
+
"grad_norm": 2.1358766555786133,
|
329 |
+
"learning_rate": 4.672346002621232e-05,
|
330 |
+
"loss": 2.4737,
|
331 |
+
"step": 1426
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.03668500497274432,
|
335 |
+
"grad_norm": 2.1471140384674072,
|
336 |
+
"learning_rate": 4.77391874180865e-05,
|
337 |
+
"loss": 2.4733,
|
338 |
+
"step": 1457
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.03746553699344101,
|
342 |
+
"grad_norm": 2.1371941566467285,
|
343 |
+
"learning_rate": 4.875491480996068e-05,
|
344 |
+
"loss": 2.432,
|
345 |
+
"step": 1488
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.0382460690141377,
|
349 |
+
"grad_norm": 1.9789690971374512,
|
350 |
+
"learning_rate": 4.977064220183487e-05,
|
351 |
+
"loss": 2.4407,
|
352 |
+
"step": 1519
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.039026601034834386,
|
356 |
+
"grad_norm": 2.0055742263793945,
|
357 |
+
"learning_rate": 4.9999915451558777e-05,
|
358 |
+
"loss": 2.4178,
|
359 |
+
"step": 1550
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.039807133055531074,
|
363 |
+
"grad_norm": 2.095475196838379,
|
364 |
+
"learning_rate": 4.999955597496219e-05,
|
365 |
+
"loss": 2.4198,
|
366 |
+
"step": 1581
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.04058766507622776,
|
370 |
+
"grad_norm": 2.046337842941284,
|
371 |
+
"learning_rate": 4.9998914381774255e-05,
|
372 |
+
"loss": 2.3936,
|
373 |
+
"step": 1612
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.04136819709692445,
|
377 |
+
"grad_norm": 1.8528848886489868,
|
378 |
+
"learning_rate": 4.999799067923527e-05,
|
379 |
+
"loss": 2.3893,
|
380 |
+
"step": 1643
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.04214872911762114,
|
384 |
+
"grad_norm": 1.883175253868103,
|
385 |
+
"learning_rate": 4.999678487776908e-05,
|
386 |
+
"loss": 2.3668,
|
387 |
+
"step": 1674
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.042929261138317826,
|
391 |
+
"grad_norm": 1.8084770441055298,
|
392 |
+
"learning_rate": 4.9995296990983006e-05,
|
393 |
+
"loss": 2.3702,
|
394 |
+
"step": 1705
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.043709793159014514,
|
398 |
+
"grad_norm": 1.8336963653564453,
|
399 |
+
"learning_rate": 4.999352703566763e-05,
|
400 |
+
"loss": 2.357,
|
401 |
+
"step": 1736
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.0444903251797112,
|
405 |
+
"grad_norm": 1.8369375467300415,
|
406 |
+
"learning_rate": 4.999147503179668e-05,
|
407 |
+
"loss": 2.3393,
|
408 |
+
"step": 1767
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.04527085720040789,
|
412 |
+
"grad_norm": 1.8411383628845215,
|
413 |
+
"learning_rate": 4.998914100252672e-05,
|
414 |
+
"loss": 2.319,
|
415 |
+
"step": 1798
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.04605138922110458,
|
419 |
+
"grad_norm": 1.785543441772461,
|
420 |
+
"learning_rate": 4.998652497419696e-05,
|
421 |
+
"loss": 2.3259,
|
422 |
+
"step": 1829
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.046831921241801265,
|
426 |
+
"grad_norm": 1.7194079160690308,
|
427 |
+
"learning_rate": 4.9983626976328927e-05,
|
428 |
+
"loss": 2.3046,
|
429 |
+
"step": 1860
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.04761245326249795,
|
433 |
+
"grad_norm": 1.7909469604492188,
|
434 |
+
"learning_rate": 4.998044704162613e-05,
|
435 |
+
"loss": 2.307,
|
436 |
+
"step": 1891
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.04839298528319464,
|
440 |
+
"grad_norm": 1.725806474685669,
|
441 |
+
"learning_rate": 4.9976985205973705e-05,
|
442 |
+
"loss": 2.2992,
|
443 |
+
"step": 1922
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.04917351730389133,
|
447 |
+
"grad_norm": 1.67300546169281,
|
448 |
+
"learning_rate": 4.997324150843799e-05,
|
449 |
+
"loss": 2.2763,
|
450 |
+
"step": 1953
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.04995404932458802,
|
454 |
+
"grad_norm": 1.7416061162948608,
|
455 |
+
"learning_rate": 4.99692159912661e-05,
|
456 |
+
"loss": 2.2596,
|
457 |
+
"step": 1984
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.050734581345284704,
|
461 |
+
"grad_norm": 1.843024492263794,
|
462 |
+
"learning_rate": 4.996490869988546e-05,
|
463 |
+
"loss": 2.2644,
|
464 |
+
"step": 2015
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.05151511336598139,
|
468 |
+
"grad_norm": 1.6172534227371216,
|
469 |
+
"learning_rate": 4.996031968290326e-05,
|
470 |
+
"loss": 2.271,
|
471 |
+
"step": 2046
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.05229564538667808,
|
475 |
+
"grad_norm": 1.6510816812515259,
|
476 |
+
"learning_rate": 4.995544899210594e-05,
|
477 |
+
"loss": 2.2445,
|
478 |
+
"step": 2077
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.05307617740737477,
|
482 |
+
"grad_norm": 1.625775933265686,
|
483 |
+
"learning_rate": 4.9950296682458583e-05,
|
484 |
+
"loss": 2.2432,
|
485 |
+
"step": 2108
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.053856709428071456,
|
489 |
+
"grad_norm": 1.602299690246582,
|
490 |
+
"learning_rate": 4.994486281210429e-05,
|
491 |
+
"loss": 2.2266,
|
492 |
+
"step": 2139
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.054637241448768144,
|
496 |
+
"grad_norm": 1.7036757469177246,
|
497 |
+
"learning_rate": 4.9939147442363566e-05,
|
498 |
+
"loss": 2.2292,
|
499 |
+
"step": 2170
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.05541777346946483,
|
503 |
+
"grad_norm": 1.5851162672042847,
|
504 |
+
"learning_rate": 4.9933150637733574e-05,
|
505 |
+
"loss": 2.2286,
|
506 |
+
"step": 2201
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.05619830549016152,
|
510 |
+
"grad_norm": 1.6328140497207642,
|
511 |
+
"learning_rate": 4.992687246588743e-05,
|
512 |
+
"loss": 2.2342,
|
513 |
+
"step": 2232
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.05697883751085821,
|
517 |
+
"grad_norm": 1.4901413917541504,
|
518 |
+
"learning_rate": 4.992031299767347e-05,
|
519 |
+
"loss": 2.2094,
|
520 |
+
"step": 2263
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.057759369531554895,
|
524 |
+
"grad_norm": 1.5897445678710938,
|
525 |
+
"learning_rate": 4.9913472307114386e-05,
|
526 |
+
"loss": 2.2126,
|
527 |
+
"step": 2294
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.05853990155225158,
|
531 |
+
"grad_norm": 1.5534899234771729,
|
532 |
+
"learning_rate": 4.9906350471406446e-05,
|
533 |
+
"loss": 2.2125,
|
534 |
+
"step": 2325
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.05932043357294827,
|
538 |
+
"grad_norm": 1.5713675022125244,
|
539 |
+
"learning_rate": 4.989894757091861e-05,
|
540 |
+
"loss": 2.2007,
|
541 |
+
"step": 2356
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.06010096559364496,
|
545 |
+
"grad_norm": 1.473955750465393,
|
546 |
+
"learning_rate": 4.989126368919158e-05,
|
547 |
+
"loss": 2.1819,
|
548 |
+
"step": 2387
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.06088149761434165,
|
552 |
+
"grad_norm": 1.5200265645980835,
|
553 |
+
"learning_rate": 4.988329891293693e-05,
|
554 |
+
"loss": 2.1944,
|
555 |
+
"step": 2418
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.061662029635038335,
|
559 |
+
"grad_norm": 1.5236589908599854,
|
560 |
+
"learning_rate": 4.987505333203608e-05,
|
561 |
+
"loss": 2.1816,
|
562 |
+
"step": 2449
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.06244256165573502,
|
566 |
+
"grad_norm": 1.5306485891342163,
|
567 |
+
"learning_rate": 4.9866527039539276e-05,
|
568 |
+
"loss": 2.187,
|
569 |
+
"step": 2480
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.06322309367643171,
|
573 |
+
"grad_norm": 1.5017462968826294,
|
574 |
+
"learning_rate": 4.9857720131664594e-05,
|
575 |
+
"loss": 2.1706,
|
576 |
+
"step": 2511
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.06400362569712839,
|
580 |
+
"grad_norm": 4.610604763031006,
|
581 |
+
"learning_rate": 4.9848632707796773e-05,
|
582 |
+
"loss": 2.1528,
|
583 |
+
"step": 2542
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.06478415771782509,
|
587 |
+
"grad_norm": 1.4580930471420288,
|
588 |
+
"learning_rate": 4.9839264870486155e-05,
|
589 |
+
"loss": 2.1849,
|
590 |
+
"step": 2573
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.06556468973852177,
|
594 |
+
"grad_norm": 1.5506151914596558,
|
595 |
+
"learning_rate": 4.9829616725447526e-05,
|
596 |
+
"loss": 2.1504,
|
597 |
+
"step": 2604
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.06634522175921846,
|
601 |
+
"grad_norm": 1.4275034666061401,
|
602 |
+
"learning_rate": 4.981968838155888e-05,
|
603 |
+
"loss": 2.1492,
|
604 |
+
"step": 2635
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.06712575377991514,
|
608 |
+
"grad_norm": 1.4749577045440674,
|
609 |
+
"learning_rate": 4.980947995086024e-05,
|
610 |
+
"loss": 2.1579,
|
611 |
+
"step": 2666
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.06790628580061184,
|
615 |
+
"grad_norm": 1.4220107793807983,
|
616 |
+
"learning_rate": 4.979899154855234e-05,
|
617 |
+
"loss": 2.1522,
|
618 |
+
"step": 2697
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.06868681782130852,
|
622 |
+
"grad_norm": 1.4243831634521484,
|
623 |
+
"learning_rate": 4.9788223292995386e-05,
|
624 |
+
"loss": 2.1258,
|
625 |
+
"step": 2728
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.06946734984200521,
|
629 |
+
"grad_norm": 1.4925100803375244,
|
630 |
+
"learning_rate": 4.977717530570768e-05,
|
631 |
+
"loss": 2.1379,
|
632 |
+
"step": 2759
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.0702478818627019,
|
636 |
+
"grad_norm": 1.4839624166488647,
|
637 |
+
"learning_rate": 4.976584771136425e-05,
|
638 |
+
"loss": 2.1588,
|
639 |
+
"step": 2790
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.07102841388339859,
|
643 |
+
"grad_norm": 1.4130090475082397,
|
644 |
+
"learning_rate": 4.975424063779547e-05,
|
645 |
+
"loss": 2.1461,
|
646 |
+
"step": 2821
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.07180894590409527,
|
650 |
+
"grad_norm": 1.3940472602844238,
|
651 |
+
"learning_rate": 4.974235421598557e-05,
|
652 |
+
"loss": 2.1416,
|
653 |
+
"step": 2852
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.07258947792479196,
|
657 |
+
"grad_norm": 1.4502291679382324,
|
658 |
+
"learning_rate": 4.973018858007122e-05,
|
659 |
+
"loss": 2.1315,
|
660 |
+
"step": 2883
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.07337000994548865,
|
664 |
+
"grad_norm": 1.4334006309509277,
|
665 |
+
"learning_rate": 4.9717743867339963e-05,
|
666 |
+
"loss": 2.122,
|
667 |
+
"step": 2914
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.07415054196618534,
|
671 |
+
"grad_norm": 1.4366185665130615,
|
672 |
+
"learning_rate": 4.9705020218228695e-05,
|
673 |
+
"loss": 2.1179,
|
674 |
+
"step": 2945
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.07493107398688202,
|
678 |
+
"grad_norm": 1.437264084815979,
|
679 |
+
"learning_rate": 4.969201777632205e-05,
|
680 |
+
"loss": 2.1171,
|
681 |
+
"step": 2976
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.07571160600757872,
|
685 |
+
"grad_norm": 1.3713815212249756,
|
686 |
+
"learning_rate": 4.9678736688350846e-05,
|
687 |
+
"loss": 2.1215,
|
688 |
+
"step": 3007
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.0764921380282754,
|
692 |
+
"grad_norm": 1.5930180549621582,
|
693 |
+
"learning_rate": 4.966517710419033e-05,
|
694 |
+
"loss": 2.0961,
|
695 |
+
"step": 3038
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.07727267004897209,
|
699 |
+
"grad_norm": 1.4208778142929077,
|
700 |
+
"learning_rate": 4.965133917685858e-05,
|
701 |
+
"loss": 2.1193,
|
702 |
+
"step": 3069
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.07805320206966877,
|
706 |
+
"grad_norm": 1.3563286066055298,
|
707 |
+
"learning_rate": 4.9637223062514714e-05,
|
708 |
+
"loss": 2.0957,
|
709 |
+
"step": 3100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.07883373409036547,
|
713 |
+
"grad_norm": 1.382861852645874,
|
714 |
+
"learning_rate": 4.962282892045718e-05,
|
715 |
+
"loss": 2.117,
|
716 |
+
"step": 3131
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.07961426611106215,
|
720 |
+
"grad_norm": 1.326231837272644,
|
721 |
+
"learning_rate": 4.9608156913121904e-05,
|
722 |
+
"loss": 2.0906,
|
723 |
+
"step": 3162
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.08039479813175884,
|
727 |
+
"grad_norm": 1.3465954065322876,
|
728 |
+
"learning_rate": 4.959320720608049e-05,
|
729 |
+
"loss": 2.09,
|
730 |
+
"step": 3193
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.08117533015245552,
|
734 |
+
"grad_norm": 1.3832777738571167,
|
735 |
+
"learning_rate": 4.9577979968038354e-05,
|
736 |
+
"loss": 2.089,
|
737 |
+
"step": 3224
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.08195586217315222,
|
741 |
+
"grad_norm": 1.4453243017196655,
|
742 |
+
"learning_rate": 4.956247537083282e-05,
|
743 |
+
"loss": 2.0867,
|
744 |
+
"step": 3255
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.0827363941938489,
|
748 |
+
"grad_norm": 1.310168743133545,
|
749 |
+
"learning_rate": 4.9546693589431145e-05,
|
750 |
+
"loss": 2.0915,
|
751 |
+
"step": 3286
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.0835169262145456,
|
755 |
+
"grad_norm": 1.354078769683838,
|
756 |
+
"learning_rate": 4.9530634801928595e-05,
|
757 |
+
"loss": 2.0888,
|
758 |
+
"step": 3317
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.08429745823524228,
|
762 |
+
"grad_norm": 1.3768595457077026,
|
763 |
+
"learning_rate": 4.9514299189546395e-05,
|
764 |
+
"loss": 2.0821,
|
765 |
+
"step": 3348
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.08507799025593897,
|
769 |
+
"grad_norm": 1.3402544260025024,
|
770 |
+
"learning_rate": 4.949768693662973e-05,
|
771 |
+
"loss": 2.0776,
|
772 |
+
"step": 3379
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.08585852227663565,
|
776 |
+
"grad_norm": 1.3178027868270874,
|
777 |
+
"learning_rate": 4.948079823064559e-05,
|
778 |
+
"loss": 2.0699,
|
779 |
+
"step": 3410
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.08663905429733235,
|
783 |
+
"grad_norm": 1.7057585716247559,
|
784 |
+
"learning_rate": 4.946363326218074e-05,
|
785 |
+
"loss": 2.0615,
|
786 |
+
"step": 3441
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.08741958631802903,
|
790 |
+
"grad_norm": 1.3453648090362549,
|
791 |
+
"learning_rate": 4.9446192224939525e-05,
|
792 |
+
"loss": 2.0788,
|
793 |
+
"step": 3472
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.08820011833872572,
|
797 |
+
"grad_norm": 1.3319638967514038,
|
798 |
+
"learning_rate": 4.942847531574167e-05,
|
799 |
+
"loss": 2.0619,
|
800 |
+
"step": 3503
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.0889806503594224,
|
804 |
+
"grad_norm": 1.2845163345336914,
|
805 |
+
"learning_rate": 4.941048273452008e-05,
|
806 |
+
"loss": 2.0728,
|
807 |
+
"step": 3534
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.0897611823801191,
|
811 |
+
"grad_norm": 1.3615431785583496,
|
812 |
+
"learning_rate": 4.9392214684318605e-05,
|
813 |
+
"loss": 2.0538,
|
814 |
+
"step": 3565
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.09054171440081578,
|
818 |
+
"grad_norm": 1.2946122884750366,
|
819 |
+
"learning_rate": 4.93736713712897e-05,
|
820 |
+
"loss": 2.0689,
|
821 |
+
"step": 3596
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.09132224642151247,
|
825 |
+
"grad_norm": 1.294846534729004,
|
826 |
+
"learning_rate": 4.9354853004692124e-05,
|
827 |
+
"loss": 2.0706,
|
828 |
+
"step": 3627
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.09210277844220915,
|
832 |
+
"grad_norm": 1.298010230064392,
|
833 |
+
"learning_rate": 4.93357597968886e-05,
|
834 |
+
"loss": 2.0406,
|
835 |
+
"step": 3658
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.09288331046290585,
|
839 |
+
"grad_norm": 1.7569706439971924,
|
840 |
+
"learning_rate": 4.931639196334338e-05,
|
841 |
+
"loss": 2.0736,
|
842 |
+
"step": 3689
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.09366384248360253,
|
846 |
+
"grad_norm": 1.2595418691635132,
|
847 |
+
"learning_rate": 4.9296749722619826e-05,
|
848 |
+
"loss": 2.0654,
|
849 |
+
"step": 3720
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.09444437450429922,
|
853 |
+
"grad_norm": 1.3139164447784424,
|
854 |
+
"learning_rate": 4.9276833296377966e-05,
|
855 |
+
"loss": 2.0467,
|
856 |
+
"step": 3751
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.0952249065249959,
|
860 |
+
"grad_norm": 1.290247917175293,
|
861 |
+
"learning_rate": 4.925664290937196e-05,
|
862 |
+
"loss": 2.0418,
|
863 |
+
"step": 3782
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.0960054385456926,
|
867 |
+
"grad_norm": 1.2755826711654663,
|
868 |
+
"learning_rate": 4.9236178789447576e-05,
|
869 |
+
"loss": 2.0244,
|
870 |
+
"step": 3813
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.09678597056638928,
|
874 |
+
"grad_norm": 1.2596077919006348,
|
875 |
+
"learning_rate": 4.921544116753962e-05,
|
876 |
+
"loss": 2.0609,
|
877 |
+
"step": 3844
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.09756650258708598,
|
881 |
+
"grad_norm": 1.249387264251709,
|
882 |
+
"learning_rate": 4.919443027766935e-05,
|
883 |
+
"loss": 2.0455,
|
884 |
+
"step": 3875
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.09834703460778266,
|
888 |
+
"grad_norm": 1.255379319190979,
|
889 |
+
"learning_rate": 4.91731463569418e-05,
|
890 |
+
"loss": 2.024,
|
891 |
+
"step": 3906
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.09912756662847935,
|
895 |
+
"grad_norm": 1.2620748281478882,
|
896 |
+
"learning_rate": 4.915158964554312e-05,
|
897 |
+
"loss": 2.0355,
|
898 |
+
"step": 3937
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.09990809864917603,
|
902 |
+
"grad_norm": 1.2736345529556274,
|
903 |
+
"learning_rate": 4.912976038673786e-05,
|
904 |
+
"loss": 2.0351,
|
905 |
+
"step": 3968
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.10068863066987273,
|
909 |
+
"grad_norm": 1.18524169921875,
|
910 |
+
"learning_rate": 4.9107658826866254e-05,
|
911 |
+
"loss": 2.029,
|
912 |
+
"step": 3999
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.10146916269056941,
|
916 |
+
"grad_norm": 10.429583549499512,
|
917 |
+
"learning_rate": 4.908528521534139e-05,
|
918 |
+
"loss": 2.0226,
|
919 |
+
"step": 4030
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.1022496947112661,
|
923 |
+
"grad_norm": 1.240295648574829,
|
924 |
+
"learning_rate": 4.906263980464644e-05,
|
925 |
+
"loss": 2.0401,
|
926 |
+
"step": 4061
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.10303022673196278,
|
930 |
+
"grad_norm": 1.2191627025604248,
|
931 |
+
"learning_rate": 4.903972285033178e-05,
|
932 |
+
"loss": 2.0079,
|
933 |
+
"step": 4092
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.10381075875265948,
|
937 |
+
"grad_norm": 1.2340337038040161,
|
938 |
+
"learning_rate": 4.901653461101213e-05,
|
939 |
+
"loss": 2.0305,
|
940 |
+
"step": 4123
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.10459129077335616,
|
944 |
+
"grad_norm": 1.284839153289795,
|
945 |
+
"learning_rate": 4.8993075348363626e-05,
|
946 |
+
"loss": 2.0212,
|
947 |
+
"step": 4154
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.10537182279405286,
|
951 |
+
"grad_norm": 1.2955284118652344,
|
952 |
+
"learning_rate": 4.896934532712084e-05,
|
953 |
+
"loss": 2.0328,
|
954 |
+
"step": 4185
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.10615235481474954,
|
958 |
+
"grad_norm": 1.165124535560608,
|
959 |
+
"learning_rate": 4.8945344815073846e-05,
|
960 |
+
"loss": 2.0248,
|
961 |
+
"step": 4216
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.10693288683544623,
|
965 |
+
"grad_norm": 1.1925835609436035,
|
966 |
+
"learning_rate": 4.892107408306516e-05,
|
967 |
+
"loss": 2.0086,
|
968 |
+
"step": 4247
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.10771341885614291,
|
972 |
+
"grad_norm": 1.1841633319854736,
|
973 |
+
"learning_rate": 4.889653340498669e-05,
|
974 |
+
"loss": 2.0166,
|
975 |
+
"step": 4278
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.1084939508768396,
|
979 |
+
"grad_norm": 1.2198415994644165,
|
980 |
+
"learning_rate": 4.8871723057776664e-05,
|
981 |
+
"loss": 2.0164,
|
982 |
+
"step": 4309
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.10927448289753629,
|
986 |
+
"grad_norm": 1.2284913063049316,
|
987 |
+
"learning_rate": 4.8846643321416476e-05,
|
988 |
+
"loss": 2.015,
|
989 |
+
"step": 4340
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.11005501491823298,
|
993 |
+
"grad_norm": 1.2090349197387695,
|
994 |
+
"learning_rate": 4.882129447892753e-05,
|
995 |
+
"loss": 2.0094,
|
996 |
+
"step": 4371
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.11083554693892966,
|
1000 |
+
"grad_norm": 1.215232491493225,
|
1001 |
+
"learning_rate": 4.8795676816368076e-05,
|
1002 |
+
"loss": 2.0045,
|
1003 |
+
"step": 4402
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.11161607895962636,
|
1007 |
+
"grad_norm": 1.2804045677185059,
|
1008 |
+
"learning_rate": 4.876979062282995e-05,
|
1009 |
+
"loss": 1.9899,
|
1010 |
+
"step": 4433
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.11239661098032304,
|
1014 |
+
"grad_norm": 1.2405016422271729,
|
1015 |
+
"learning_rate": 4.8743636190435325e-05,
|
1016 |
+
"loss": 2.0093,
|
1017 |
+
"step": 4464
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.11317714300101973,
|
1021 |
+
"grad_norm": 1.1784151792526245,
|
1022 |
+
"learning_rate": 4.871721381433344e-05,
|
1023 |
+
"loss": 2.0036,
|
1024 |
+
"step": 4495
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.11395767502171641,
|
1028 |
+
"grad_norm": 1.185738205909729,
|
1029 |
+
"learning_rate": 4.869052379269719e-05,
|
1030 |
+
"loss": 2.0033,
|
1031 |
+
"step": 4526
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.11473820704241311,
|
1035 |
+
"grad_norm": 1.1984614133834839,
|
1036 |
+
"learning_rate": 4.866356642671985e-05,
|
1037 |
+
"loss": 2.025,
|
1038 |
+
"step": 4557
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.11551873906310979,
|
1042 |
+
"grad_norm": 1.1734029054641724,
|
1043 |
+
"learning_rate": 4.8636342020611634e-05,
|
1044 |
+
"loss": 2.0023,
|
1045 |
+
"step": 4588
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.11629927108380649,
|
1049 |
+
"grad_norm": 1.198611855506897,
|
1050 |
+
"learning_rate": 4.860885088159626e-05,
|
1051 |
+
"loss": 2.0031,
|
1052 |
+
"step": 4619
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.11707980310450317,
|
1056 |
+
"grad_norm": 1.1793649196624756,
|
1057 |
+
"learning_rate": 4.858109331990751e-05,
|
1058 |
+
"loss": 1.9806,
|
1059 |
+
"step": 4650
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.11786033512519985,
|
1063 |
+
"grad_norm": 1.1945818662643433,
|
1064 |
+
"learning_rate": 4.855306964878567e-05,
|
1065 |
+
"loss": 1.9855,
|
1066 |
+
"step": 4681
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.11864086714589654,
|
1070 |
+
"grad_norm": 1.1875253915786743,
|
1071 |
+
"learning_rate": 4.8524780184474084e-05,
|
1072 |
+
"loss": 1.9883,
|
1073 |
+
"step": 4712
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.11942139916659322,
|
1077 |
+
"grad_norm": 1.1512328386306763,
|
1078 |
+
"learning_rate": 4.8496225246215496e-05,
|
1079 |
+
"loss": 1.9807,
|
1080 |
+
"step": 4743
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.12020193118728992,
|
1084 |
+
"grad_norm": 1.2059484720230103,
|
1085 |
+
"learning_rate": 4.8467405156248505e-05,
|
1086 |
+
"loss": 2.0103,
|
1087 |
+
"step": 4774
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.1209824632079866,
|
1091 |
+
"grad_norm": 1.1759779453277588,
|
1092 |
+
"learning_rate": 4.843832023980392e-05,
|
1093 |
+
"loss": 1.9754,
|
1094 |
+
"step": 4805
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.1217629952286833,
|
1098 |
+
"grad_norm": 1.2004414796829224,
|
1099 |
+
"learning_rate": 4.840897082510106e-05,
|
1100 |
+
"loss": 1.9893,
|
1101 |
+
"step": 4836
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.12254352724937997,
|
1105 |
+
"grad_norm": 1.1744251251220703,
|
1106 |
+
"learning_rate": 4.8379357243344084e-05,
|
1107 |
+
"loss": 1.9848,
|
1108 |
+
"step": 4867
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.12332405927007667,
|
1112 |
+
"grad_norm": 1.1731071472167969,
|
1113 |
+
"learning_rate": 4.8349479828718236e-05,
|
1114 |
+
"loss": 1.9945,
|
1115 |
+
"step": 4898
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.12410459129077335,
|
1119 |
+
"grad_norm": 1.2002074718475342,
|
1120 |
+
"learning_rate": 4.8319338918386075e-05,
|
1121 |
+
"loss": 1.9869,
|
1122 |
+
"step": 4929
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.12488512331147004,
|
1126 |
+
"grad_norm": 1.147085189819336,
|
1127 |
+
"learning_rate": 4.828893485248369e-05,
|
1128 |
+
"loss": 1.9876,
|
1129 |
+
"step": 4960
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.12566565533216673,
|
1133 |
+
"grad_norm": 1.1605637073516846,
|
1134 |
+
"learning_rate": 4.825826797411682e-05,
|
1135 |
+
"loss": 1.9858,
|
1136 |
+
"step": 4991
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.12644618735286342,
|
1140 |
+
"grad_norm": 1.1823869943618774,
|
1141 |
+
"learning_rate": 4.822733862935702e-05,
|
1142 |
+
"loss": 1.9617,
|
1143 |
+
"step": 5022
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.12722671937356012,
|
1147 |
+
"grad_norm": 1.1143817901611328,
|
1148 |
+
"learning_rate": 4.819614716723775e-05,
|
1149 |
+
"loss": 1.9756,
|
1150 |
+
"step": 5053
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.12800725139425678,
|
1154 |
+
"grad_norm": 1.1646877527236938,
|
1155 |
+
"learning_rate": 4.8164693939750425e-05,
|
1156 |
+
"loss": 2.0005,
|
1157 |
+
"step": 5084
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.12878778341495348,
|
1161 |
+
"grad_norm": 1.1390529870986938,
|
1162 |
+
"learning_rate": 4.813297930184042e-05,
|
1163 |
+
"loss": 1.9943,
|
1164 |
+
"step": 5115
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.12956831543565017,
|
1168 |
+
"grad_norm": 1.1759583950042725,
|
1169 |
+
"learning_rate": 4.810100361140314e-05,
|
1170 |
+
"loss": 1.9772,
|
1171 |
+
"step": 5146
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.13034884745634687,
|
1175 |
+
"grad_norm": 1.1465727090835571,
|
1176 |
+
"learning_rate": 4.8068767229279885e-05,
|
1177 |
+
"loss": 1.9563,
|
1178 |
+
"step": 5177
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.13112937947704353,
|
1182 |
+
"grad_norm": 1.2573471069335938,
|
1183 |
+
"learning_rate": 4.8036270519253854e-05,
|
1184 |
+
"loss": 1.9735,
|
1185 |
+
"step": 5208
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.13190991149774023,
|
1189 |
+
"grad_norm": 1.1301871538162231,
|
1190 |
+
"learning_rate": 4.8003513848046e-05,
|
1191 |
+
"loss": 1.987,
|
1192 |
+
"step": 5239
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.13269044351843692,
|
1196 |
+
"grad_norm": 1.1424096822738647,
|
1197 |
+
"learning_rate": 4.79704975853109e-05,
|
1198 |
+
"loss": 1.9661,
|
1199 |
+
"step": 5270
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.13347097553913362,
|
1203 |
+
"grad_norm": 1.131800889968872,
|
1204 |
+
"learning_rate": 4.793722210363262e-05,
|
1205 |
+
"loss": 1.9828,
|
1206 |
+
"step": 5301
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.13425150755983029,
|
1210 |
+
"grad_norm": 1.1227242946624756,
|
1211 |
+
"learning_rate": 4.7903687778520414e-05,
|
1212 |
+
"loss": 1.975,
|
1213 |
+
"step": 5332
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.13503203958052698,
|
1217 |
+
"grad_norm": 1.143832802772522,
|
1218 |
+
"learning_rate": 4.7869894988404593e-05,
|
1219 |
+
"loss": 1.9619,
|
1220 |
+
"step": 5363
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.13581257160122367,
|
1224 |
+
"grad_norm": 1.1281683444976807,
|
1225 |
+
"learning_rate": 4.783584411463221e-05,
|
1226 |
+
"loss": 1.9603,
|
1227 |
+
"step": 5394
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.13659310362192037,
|
1231 |
+
"grad_norm": 1.134901762008667,
|
1232 |
+
"learning_rate": 4.780153554146274e-05,
|
1233 |
+
"loss": 1.9888,
|
1234 |
+
"step": 5425
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.13737363564261704,
|
1238 |
+
"grad_norm": 1.1317532062530518,
|
1239 |
+
"learning_rate": 4.7766969656063766e-05,
|
1240 |
+
"loss": 1.9793,
|
1241 |
+
"step": 5456
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.13815416766331373,
|
1245 |
+
"grad_norm": 1.2516345977783203,
|
1246 |
+
"learning_rate": 4.773214684850662e-05,
|
1247 |
+
"loss": 1.9839,
|
1248 |
+
"step": 5487
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.13893469968401043,
|
1252 |
+
"grad_norm": 1.107391119003296,
|
1253 |
+
"learning_rate": 4.769706751176193e-05,
|
1254 |
+
"loss": 1.9606,
|
1255 |
+
"step": 5518
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.13971523170470712,
|
1259 |
+
"grad_norm": 1.1041492223739624,
|
1260 |
+
"learning_rate": 4.7661732041695264e-05,
|
1261 |
+
"loss": 1.9688,
|
1262 |
+
"step": 5549
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.1404957637254038,
|
1266 |
+
"grad_norm": 1.1099929809570312,
|
1267 |
+
"learning_rate": 4.762614083706258e-05,
|
1268 |
+
"loss": 1.9821,
|
1269 |
+
"step": 5580
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.14127629574610048,
|
1273 |
+
"grad_norm": 1.167151927947998,
|
1274 |
+
"learning_rate": 4.759029429950581e-05,
|
1275 |
+
"loss": 1.9669,
|
1276 |
+
"step": 5611
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.14205682776679718,
|
1280 |
+
"grad_norm": 1.0942577123641968,
|
1281 |
+
"learning_rate": 4.7554192833548235e-05,
|
1282 |
+
"loss": 1.9565,
|
1283 |
+
"step": 5642
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.14283735978749387,
|
1287 |
+
"grad_norm": 1.0859640836715698,
|
1288 |
+
"learning_rate": 4.751783684659e-05,
|
1289 |
+
"loss": 1.9634,
|
1290 |
+
"step": 5673
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.14361789180819054,
|
1294 |
+
"grad_norm": 2.420607089996338,
|
1295 |
+
"learning_rate": 4.748122674890348e-05,
|
1296 |
+
"loss": 1.9365,
|
1297 |
+
"step": 5704
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.14439842382888723,
|
1301 |
+
"grad_norm": 1.0996880531311035,
|
1302 |
+
"learning_rate": 4.7444362953628654e-05,
|
1303 |
+
"loss": 1.9718,
|
1304 |
+
"step": 5735
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.14517895584958393,
|
1308 |
+
"grad_norm": 1.1183338165283203,
|
1309 |
+
"learning_rate": 4.7407245876768424e-05,
|
1310 |
+
"loss": 1.9564,
|
1311 |
+
"step": 5766
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.14595948787028062,
|
1315 |
+
"grad_norm": 1.1093947887420654,
|
1316 |
+
"learning_rate": 4.736987593718397e-05,
|
1317 |
+
"loss": 1.9516,
|
1318 |
+
"step": 5797
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.1467400198909773,
|
1322 |
+
"grad_norm": 1.141797423362732,
|
1323 |
+
"learning_rate": 4.733225355658999e-05,
|
1324 |
+
"loss": 1.929,
|
1325 |
+
"step": 5828
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.14752055191167399,
|
1329 |
+
"grad_norm": 1.1214358806610107,
|
1330 |
+
"learning_rate": 4.7294379159549926e-05,
|
1331 |
+
"loss": 1.9297,
|
1332 |
+
"step": 5859
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.14830108393237068,
|
1336 |
+
"grad_norm": 1.1025431156158447,
|
1337 |
+
"learning_rate": 4.725625317347119e-05,
|
1338 |
+
"loss": 1.9226,
|
1339 |
+
"step": 5890
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.14908161595306738,
|
1343 |
+
"grad_norm": 1.1094226837158203,
|
1344 |
+
"learning_rate": 4.7217876028600374e-05,
|
1345 |
+
"loss": 1.946,
|
1346 |
+
"step": 5921
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.14986214797376404,
|
1350 |
+
"grad_norm": 1.0909287929534912,
|
1351 |
+
"learning_rate": 4.717924815801832e-05,
|
1352 |
+
"loss": 1.9511,
|
1353 |
+
"step": 5952
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.15064267999446074,
|
1357 |
+
"grad_norm": 1.0755189657211304,
|
1358 |
+
"learning_rate": 4.714036999763532e-05,
|
1359 |
+
"loss": 1.939,
|
1360 |
+
"step": 5983
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.15142321201515743,
|
1364 |
+
"grad_norm": 1.1426901817321777,
|
1365 |
+
"learning_rate": 4.7101241986186116e-05,
|
1366 |
+
"loss": 1.93,
|
1367 |
+
"step": 6014
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.15220374403585413,
|
1371 |
+
"grad_norm": 1.1208311319351196,
|
1372 |
+
"learning_rate": 4.7061864565225e-05,
|
1373 |
+
"loss": 1.9516,
|
1374 |
+
"step": 6045
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.1529842760565508,
|
1378 |
+
"grad_norm": 1.0931717157363892,
|
1379 |
+
"learning_rate": 4.702223817912081e-05,
|
1380 |
+
"loss": 1.9314,
|
1381 |
+
"step": 6076
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.1537648080772475,
|
1385 |
+
"grad_norm": 1.075864553451538,
|
1386 |
+
"learning_rate": 4.698236327505195e-05,
|
1387 |
+
"loss": 1.935,
|
1388 |
+
"step": 6107
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.15454534009794418,
|
1392 |
+
"grad_norm": 1.090559720993042,
|
1393 |
+
"learning_rate": 4.694224030300127e-05,
|
1394 |
+
"loss": 1.9431,
|
1395 |
+
"step": 6138
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.15532587211864088,
|
1399 |
+
"grad_norm": 1.0956670045852661,
|
1400 |
+
"learning_rate": 4.690186971575107e-05,
|
1401 |
+
"loss": 1.9678,
|
1402 |
+
"step": 6169
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.15610640413933755,
|
1406 |
+
"grad_norm": 1.125927448272705,
|
1407 |
+
"learning_rate": 4.6861251968877916e-05,
|
1408 |
+
"loss": 1.9292,
|
1409 |
+
"step": 6200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.15688693616003424,
|
1413 |
+
"grad_norm": 1.0844208002090454,
|
1414 |
+
"learning_rate": 4.68203875207476e-05,
|
1415 |
+
"loss": 1.9189,
|
1416 |
+
"step": 6231
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.15766746818073094,
|
1420 |
+
"grad_norm": 1.064327597618103,
|
1421 |
+
"learning_rate": 4.677927683250983e-05,
|
1422 |
+
"loss": 1.928,
|
1423 |
+
"step": 6262
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.15844800020142763,
|
1427 |
+
"grad_norm": 1.1281861066818237,
|
1428 |
+
"learning_rate": 4.6737920368093156e-05,
|
1429 |
+
"loss": 1.9437,
|
1430 |
+
"step": 6293
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.1592285322221243,
|
1434 |
+
"grad_norm": 1.0674384832382202,
|
1435 |
+
"learning_rate": 4.669631859419965e-05,
|
1436 |
+
"loss": 1.9347,
|
1437 |
+
"step": 6324
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.160009064242821,
|
1441 |
+
"grad_norm": 1.105566382408142,
|
1442 |
+
"learning_rate": 4.6654471980299676e-05,
|
1443 |
+
"loss": 1.9229,
|
1444 |
+
"step": 6355
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.1607895962635177,
|
1448 |
+
"grad_norm": 1.0582126379013062,
|
1449 |
+
"learning_rate": 4.661238099862658e-05,
|
1450 |
+
"loss": 1.9321,
|
1451 |
+
"step": 6386
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.16157012828421438,
|
1455 |
+
"grad_norm": 1.1147974729537964,
|
1456 |
+
"learning_rate": 4.657004612417138e-05,
|
1457 |
+
"loss": 1.9289,
|
1458 |
+
"step": 6417
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.16235066030491105,
|
1462 |
+
"grad_norm": 1.0804343223571777,
|
1463 |
+
"learning_rate": 4.6527467834677374e-05,
|
1464 |
+
"loss": 1.9307,
|
1465 |
+
"step": 6448
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.16313119232560774,
|
1469 |
+
"grad_norm": 1.0830508470535278,
|
1470 |
+
"learning_rate": 4.648464661063478e-05,
|
1471 |
+
"loss": 1.9408,
|
1472 |
+
"step": 6479
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.16391172434630444,
|
1476 |
+
"grad_norm": 1.0533562898635864,
|
1477 |
+
"learning_rate": 4.6441582935275264e-05,
|
1478 |
+
"loss": 1.9347,
|
1479 |
+
"step": 6510
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.16469225636700113,
|
1483 |
+
"grad_norm": 1.044925332069397,
|
1484 |
+
"learning_rate": 4.6398277294566586e-05,
|
1485 |
+
"loss": 1.9112,
|
1486 |
+
"step": 6541
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.1654727883876978,
|
1490 |
+
"grad_norm": 1.087296962738037,
|
1491 |
+
"learning_rate": 4.6354730177207e-05,
|
1492 |
+
"loss": 1.9381,
|
1493 |
+
"step": 6572
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.1662533204083945,
|
1497 |
+
"grad_norm": 1.0853668451309204,
|
1498 |
+
"learning_rate": 4.6310942074619787e-05,
|
1499 |
+
"loss": 1.9224,
|
1500 |
+
"step": 6603
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.1670338524290912,
|
1504 |
+
"grad_norm": 1.0661752223968506,
|
1505 |
+
"learning_rate": 4.626691348094777e-05,
|
1506 |
+
"loss": 1.9386,
|
1507 |
+
"step": 6634
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.16781438444978788,
|
1511 |
+
"grad_norm": 1.0393208265304565,
|
1512 |
+
"learning_rate": 4.622264489304762e-05,
|
1513 |
+
"loss": 1.9266,
|
1514 |
+
"step": 6665
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.16859491647048455,
|
1518 |
+
"grad_norm": 1.0324763059616089,
|
1519 |
+
"learning_rate": 4.617813681048434e-05,
|
1520 |
+
"loss": 1.919,
|
1521 |
+
"step": 6696
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.16937544849118125,
|
1525 |
+
"grad_norm": 1.0684878826141357,
|
1526 |
+
"learning_rate": 4.61333897355256e-05,
|
1527 |
+
"loss": 1.9321,
|
1528 |
+
"step": 6727
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.17015598051187794,
|
1532 |
+
"grad_norm": 1.0477505922317505,
|
1533 |
+
"learning_rate": 4.608840417313604e-05,
|
1534 |
+
"loss": 1.9449,
|
1535 |
+
"step": 6758
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.17093651253257464,
|
1539 |
+
"grad_norm": 1.0684869289398193,
|
1540 |
+
"learning_rate": 4.6043180630971646e-05,
|
1541 |
+
"loss": 1.9252,
|
1542 |
+
"step": 6789
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.1717170445532713,
|
1546 |
+
"grad_norm": 1.0869554281234741,
|
1547 |
+
"learning_rate": 4.599771961937391e-05,
|
1548 |
+
"loss": 1.9183,
|
1549 |
+
"step": 6820
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.172497576573968,
|
1553 |
+
"grad_norm": 1.0297125577926636,
|
1554 |
+
"learning_rate": 4.5952021651364204e-05,
|
1555 |
+
"loss": 1.9123,
|
1556 |
+
"step": 6851
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.1732781085946647,
|
1560 |
+
"grad_norm": 1.0670006275177002,
|
1561 |
+
"learning_rate": 4.590608724263786e-05,
|
1562 |
+
"loss": 1.9353,
|
1563 |
+
"step": 6882
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.1740586406153614,
|
1567 |
+
"grad_norm": 1.0744417905807495,
|
1568 |
+
"learning_rate": 4.585991691155845e-05,
|
1569 |
+
"loss": 1.8979,
|
1570 |
+
"step": 6913
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.17483917263605805,
|
1574 |
+
"grad_norm": 1.0910695791244507,
|
1575 |
+
"learning_rate": 4.581351117915188e-05,
|
1576 |
+
"loss": 1.9153,
|
1577 |
+
"step": 6944
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.17561970465675475,
|
1581 |
+
"grad_norm": 1.083776593208313,
|
1582 |
+
"learning_rate": 4.5766870569100534e-05,
|
1583 |
+
"loss": 1.9026,
|
1584 |
+
"step": 6975
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.17640023667745144,
|
1588 |
+
"grad_norm": 1.0857270956039429,
|
1589 |
+
"learning_rate": 4.571999560773736e-05,
|
1590 |
+
"loss": 1.9279,
|
1591 |
+
"step": 7006
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.1771807686981481,
|
1595 |
+
"grad_norm": 1.0350106954574585,
|
1596 |
+
"learning_rate": 4.5672886824039915e-05,
|
1597 |
+
"loss": 1.9236,
|
1598 |
+
"step": 7037
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.1779613007188448,
|
1602 |
+
"grad_norm": 1.0498634576797485,
|
1603 |
+
"learning_rate": 4.5625544749624435e-05,
|
1604 |
+
"loss": 1.8934,
|
1605 |
+
"step": 7068
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.1787418327395415,
|
1609 |
+
"grad_norm": 1.0836471319198608,
|
1610 |
+
"learning_rate": 4.5577969918739794e-05,
|
1611 |
+
"loss": 1.9131,
|
1612 |
+
"step": 7099
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.1795223647602382,
|
1616 |
+
"grad_norm": 1.0414760112762451,
|
1617 |
+
"learning_rate": 4.5530162868261486e-05,
|
1618 |
+
"loss": 1.8792,
|
1619 |
+
"step": 7130
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.18030289678093486,
|
1623 |
+
"grad_norm": 1.0747581720352173,
|
1624 |
+
"learning_rate": 4.548212413768558e-05,
|
1625 |
+
"loss": 1.8973,
|
1626 |
+
"step": 7161
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.18108342880163156,
|
1630 |
+
"grad_norm": 1.0464451313018799,
|
1631 |
+
"learning_rate": 4.543385426912261e-05,
|
1632 |
+
"loss": 1.907,
|
1633 |
+
"step": 7192
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.18186396082232825,
|
1637 |
+
"grad_norm": 1.0159403085708618,
|
1638 |
+
"learning_rate": 4.53853538072915e-05,
|
1639 |
+
"loss": 1.9111,
|
1640 |
+
"step": 7223
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.18264449284302495,
|
1644 |
+
"grad_norm": 1.093883991241455,
|
1645 |
+
"learning_rate": 4.533662329951336e-05,
|
1646 |
+
"loss": 1.8927,
|
1647 |
+
"step": 7254
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.18342502486372161,
|
1651 |
+
"grad_norm": 1.0358048677444458,
|
1652 |
+
"learning_rate": 4.528766329570536e-05,
|
1653 |
+
"loss": 1.9164,
|
1654 |
+
"step": 7285
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.1842055568844183,
|
1658 |
+
"grad_norm": 1.051798939704895,
|
1659 |
+
"learning_rate": 4.523847434837447e-05,
|
1660 |
+
"loss": 1.9084,
|
1661 |
+
"step": 7316
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.184986088905115,
|
1665 |
+
"grad_norm": 1.0729514360427856,
|
1666 |
+
"learning_rate": 4.518905701261128e-05,
|
1667 |
+
"loss": 1.9089,
|
1668 |
+
"step": 7347
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.1857666209258117,
|
1672 |
+
"grad_norm": 1.0399775505065918,
|
1673 |
+
"learning_rate": 4.5139411846083715e-05,
|
1674 |
+
"loss": 1.922,
|
1675 |
+
"step": 7378
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.18654715294650837,
|
1679 |
+
"grad_norm": 1.0500715970993042,
|
1680 |
+
"learning_rate": 4.508953940903073e-05,
|
1681 |
+
"loss": 1.9118,
|
1682 |
+
"step": 7409
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.18732768496720506,
|
1686 |
+
"grad_norm": 1.0770058631896973,
|
1687 |
+
"learning_rate": 4.5039440264255994e-05,
|
1688 |
+
"loss": 1.9059,
|
1689 |
+
"step": 7440
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.18810821698790176,
|
1693 |
+
"grad_norm": 1.0471183061599731,
|
1694 |
+
"learning_rate": 4.498911497712155e-05,
|
1695 |
+
"loss": 1.9119,
|
1696 |
+
"step": 7471
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.18888874900859845,
|
1700 |
+
"grad_norm": 1.038761019706726,
|
1701 |
+
"learning_rate": 4.493856411554142e-05,
|
1702 |
+
"loss": 1.8798,
|
1703 |
+
"step": 7502
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.18966928102929512,
|
1707 |
+
"grad_norm": 1.0365252494812012,
|
1708 |
+
"learning_rate": 4.4887788249975206e-05,
|
1709 |
+
"loss": 1.8983,
|
1710 |
+
"step": 7533
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.1904498130499918,
|
1714 |
+
"grad_norm": 1.1033800840377808,
|
1715 |
+
"learning_rate": 4.4836787953421656e-05,
|
1716 |
+
"loss": 1.8911,
|
1717 |
+
"step": 7564
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.1912303450706885,
|
1721 |
+
"grad_norm": 1.064213514328003,
|
1722 |
+
"learning_rate": 4.478556380141218e-05,
|
1723 |
+
"loss": 1.8995,
|
1724 |
+
"step": 7595
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.1920108770913852,
|
1728 |
+
"grad_norm": 0.997905969619751,
|
1729 |
+
"learning_rate": 4.4734116372004375e-05,
|
1730 |
+
"loss": 1.8705,
|
1731 |
+
"step": 7626
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.19279140911208187,
|
1735 |
+
"grad_norm": 1.0392402410507202,
|
1736 |
+
"learning_rate": 4.4682446245775477e-05,
|
1737 |
+
"loss": 1.9105,
|
1738 |
+
"step": 7657
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.19357194113277856,
|
1742 |
+
"grad_norm": 1.0340332984924316,
|
1743 |
+
"learning_rate": 4.463055400581586e-05,
|
1744 |
+
"loss": 1.9074,
|
1745 |
+
"step": 7688
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.19435247315347526,
|
1749 |
+
"grad_norm": 1.0196648836135864,
|
1750 |
+
"learning_rate": 4.4578440237722374e-05,
|
1751 |
+
"loss": 1.9059,
|
1752 |
+
"step": 7719
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.19513300517417195,
|
1756 |
+
"grad_norm": 0.99578458070755,
|
1757 |
+
"learning_rate": 4.452610552959183e-05,
|
1758 |
+
"loss": 1.8974,
|
1759 |
+
"step": 7750
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.19591353719486862,
|
1763 |
+
"grad_norm": 1.026090145111084,
|
1764 |
+
"learning_rate": 4.447355047201428e-05,
|
1765 |
+
"loss": 1.8886,
|
1766 |
+
"step": 7781
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.19669406921556531,
|
1770 |
+
"grad_norm": 0.9945096969604492,
|
1771 |
+
"learning_rate": 4.4420775658066414e-05,
|
1772 |
+
"loss": 1.8879,
|
1773 |
+
"step": 7812
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.197474601236262,
|
1777 |
+
"grad_norm": 1.0226850509643555,
|
1778 |
+
"learning_rate": 4.436778168330484e-05,
|
1779 |
+
"loss": 1.8936,
|
1780 |
+
"step": 7843
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.1982551332569587,
|
1784 |
+
"grad_norm": 1.0433967113494873,
|
1785 |
+
"learning_rate": 4.4314569145759353e-05,
|
1786 |
+
"loss": 1.882,
|
1787 |
+
"step": 7874
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.19903566527765537,
|
1791 |
+
"grad_norm": 1.0612221956253052,
|
1792 |
+
"learning_rate": 4.42611386459262e-05,
|
1793 |
+
"loss": 1.8879,
|
1794 |
+
"step": 7905
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.19981619729835207,
|
1798 |
+
"grad_norm": 1.0252665281295776,
|
1799 |
+
"learning_rate": 4.420749078676133e-05,
|
1800 |
+
"loss": 1.9005,
|
1801 |
+
"step": 7936
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.20059672931904876,
|
1805 |
+
"grad_norm": 1.015100359916687,
|
1806 |
+
"learning_rate": 4.4153626173673516e-05,
|
1807 |
+
"loss": 1.8944,
|
1808 |
+
"step": 7967
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.20137726133974546,
|
1812 |
+
"grad_norm": 1.0417771339416504,
|
1813 |
+
"learning_rate": 4.409954541451762e-05,
|
1814 |
+
"loss": 1.8837,
|
1815 |
+
"step": 7998
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.20215779336044212,
|
1819 |
+
"grad_norm": 1.026708960533142,
|
1820 |
+
"learning_rate": 4.404524911958764e-05,
|
1821 |
+
"loss": 1.92,
|
1822 |
+
"step": 8029
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.20293832538113882,
|
1826 |
+
"grad_norm": 1.0414159297943115,
|
1827 |
+
"learning_rate": 4.399073790160989e-05,
|
1828 |
+
"loss": 1.8709,
|
1829 |
+
"step": 8060
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.2037188574018355,
|
1833 |
+
"grad_norm": 1.014039397239685,
|
1834 |
+
"learning_rate": 4.393601237573607e-05,
|
1835 |
+
"loss": 1.8842,
|
1836 |
+
"step": 8091
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.2044993894225322,
|
1840 |
+
"grad_norm": 1.0103037357330322,
|
1841 |
+
"learning_rate": 4.388107315953628e-05,
|
1842 |
+
"loss": 1.8889,
|
1843 |
+
"step": 8122
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.20527992144322887,
|
1847 |
+
"grad_norm": 1.0166395902633667,
|
1848 |
+
"learning_rate": 4.382592087299212e-05,
|
1849 |
+
"loss": 1.8808,
|
1850 |
+
"step": 8153
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.20606045346392557,
|
1854 |
+
"grad_norm": 1.023850679397583,
|
1855 |
+
"learning_rate": 4.377055613848964e-05,
|
1856 |
+
"loss": 1.8918,
|
1857 |
+
"step": 8184
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.20684098548462226,
|
1861 |
+
"grad_norm": 1.0251572132110596,
|
1862 |
+
"learning_rate": 4.3714979580812355e-05,
|
1863 |
+
"loss": 1.882,
|
1864 |
+
"step": 8215
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.20762151750531896,
|
1868 |
+
"grad_norm": 1.0183281898498535,
|
1869 |
+
"learning_rate": 4.365919182713416e-05,
|
1870 |
+
"loss": 1.8844,
|
1871 |
+
"step": 8246
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.20840204952601563,
|
1875 |
+
"grad_norm": 1.0135486125946045,
|
1876 |
+
"learning_rate": 4.360319350701226e-05,
|
1877 |
+
"loss": 1.8814,
|
1878 |
+
"step": 8277
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.20918258154671232,
|
1882 |
+
"grad_norm": 1.0247812271118164,
|
1883 |
+
"learning_rate": 4.3546985252380115e-05,
|
1884 |
+
"loss": 1.8818,
|
1885 |
+
"step": 8308
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.20996311356740902,
|
1889 |
+
"grad_norm": 1.0123242139816284,
|
1890 |
+
"learning_rate": 4.349056769754021e-05,
|
1891 |
+
"loss": 1.8723,
|
1892 |
+
"step": 8339
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.2107436455881057,
|
1896 |
+
"grad_norm": 1.0139250755310059,
|
1897 |
+
"learning_rate": 4.3433941479156994e-05,
|
1898 |
+
"loss": 1.8858,
|
1899 |
+
"step": 8370
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.21152417760880238,
|
1903 |
+
"grad_norm": 4.008477687835693,
|
1904 |
+
"learning_rate": 4.3377107236249647e-05,
|
1905 |
+
"loss": 1.8735,
|
1906 |
+
"step": 8401
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.21230470962949907,
|
1910 |
+
"grad_norm": 1.0454871654510498,
|
1911 |
+
"learning_rate": 4.332006561018488e-05,
|
1912 |
+
"loss": 1.8824,
|
1913 |
+
"step": 8432
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.21308524165019577,
|
1917 |
+
"grad_norm": 1.0586799383163452,
|
1918 |
+
"learning_rate": 4.3262817244669683e-05,
|
1919 |
+
"loss": 1.8992,
|
1920 |
+
"step": 8463
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.21386577367089246,
|
1924 |
+
"grad_norm": 1.0073469877243042,
|
1925 |
+
"learning_rate": 4.3205362785744083e-05,
|
1926 |
+
"loss": 1.8766,
|
1927 |
+
"step": 8494
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.21464630569158913,
|
1931 |
+
"grad_norm": 0.9976999759674072,
|
1932 |
+
"learning_rate": 4.314770288177384e-05,
|
1933 |
+
"loss": 1.8864,
|
1934 |
+
"step": 8525
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.21542683771228582,
|
1938 |
+
"grad_norm": 0.9928112030029297,
|
1939 |
+
"learning_rate": 4.308983818344313e-05,
|
1940 |
+
"loss": 1.8874,
|
1941 |
+
"step": 8556
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.21620736973298252,
|
1945 |
+
"grad_norm": 1.038405418395996,
|
1946 |
+
"learning_rate": 4.3031769343747206e-05,
|
1947 |
+
"loss": 1.8725,
|
1948 |
+
"step": 8587
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.2169879017536792,
|
1952 |
+
"grad_norm": 1.0328835248947144,
|
1953 |
+
"learning_rate": 4.297349701798505e-05,
|
1954 |
+
"loss": 1.8884,
|
1955 |
+
"step": 8618
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.21776843377437588,
|
1959 |
+
"grad_norm": 1.0254933834075928,
|
1960 |
+
"learning_rate": 4.2915021863751916e-05,
|
1961 |
+
"loss": 1.8611,
|
1962 |
+
"step": 8649
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.21854896579507258,
|
1966 |
+
"grad_norm": 0.99531090259552,
|
1967 |
+
"learning_rate": 4.285634454093198e-05,
|
1968 |
+
"loss": 1.8889,
|
1969 |
+
"step": 8680
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.21932949781576927,
|
1973 |
+
"grad_norm": 1.0536468029022217,
|
1974 |
+
"learning_rate": 4.279746571169086e-05,
|
1975 |
+
"loss": 1.8875,
|
1976 |
+
"step": 8711
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.22011002983646596,
|
1980 |
+
"grad_norm": 0.9915075898170471,
|
1981 |
+
"learning_rate": 4.2738386040468136e-05,
|
1982 |
+
"loss": 1.8901,
|
1983 |
+
"step": 8742
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.22089056185716263,
|
1987 |
+
"grad_norm": 0.9883093237876892,
|
1988 |
+
"learning_rate": 4.2679106193969866e-05,
|
1989 |
+
"loss": 1.8704,
|
1990 |
+
"step": 8773
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.22167109387785933,
|
1994 |
+
"grad_norm": 1.0425434112548828,
|
1995 |
+
"learning_rate": 4.261962684116106e-05,
|
1996 |
+
"loss": 1.8643,
|
1997 |
+
"step": 8804
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.22245162589855602,
|
2001 |
+
"grad_norm": 1.0154091119766235,
|
2002 |
+
"learning_rate": 4.2559948653258145e-05,
|
2003 |
+
"loss": 1.8806,
|
2004 |
+
"step": 8835
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.22323215791925272,
|
2008 |
+
"grad_norm": 1.0432935953140259,
|
2009 |
+
"learning_rate": 4.250007230372134e-05,
|
2010 |
+
"loss": 1.8928,
|
2011 |
+
"step": 8866
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.22401268993994938,
|
2015 |
+
"grad_norm": 0.9709262251853943,
|
2016 |
+
"learning_rate": 4.2439998468247126e-05,
|
2017 |
+
"loss": 1.8591,
|
2018 |
+
"step": 8897
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.22479322196064608,
|
2022 |
+
"grad_norm": 0.9708088636398315,
|
2023 |
+
"learning_rate": 4.2379727824760566e-05,
|
2024 |
+
"loss": 1.8797,
|
2025 |
+
"step": 8928
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.22557375398134277,
|
2029 |
+
"grad_norm": 0.9911683201789856,
|
2030 |
+
"learning_rate": 4.231926105340768e-05,
|
2031 |
+
"loss": 1.8456,
|
2032 |
+
"step": 8959
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.22635428600203947,
|
2036 |
+
"grad_norm": 0.99161297082901,
|
2037 |
+
"learning_rate": 4.225859883654776e-05,
|
2038 |
+
"loss": 1.8712,
|
2039 |
+
"step": 8990
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.22713481802273613,
|
2043 |
+
"grad_norm": 1.0025807619094849,
|
2044 |
+
"learning_rate": 4.219774185874569e-05,
|
2045 |
+
"loss": 1.8814,
|
2046 |
+
"step": 9021
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.22791535004343283,
|
2050 |
+
"grad_norm": 0.9597026109695435,
|
2051 |
+
"learning_rate": 4.213669080676418e-05,
|
2052 |
+
"loss": 1.8799,
|
2053 |
+
"step": 9052
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.22869588206412952,
|
2057 |
+
"grad_norm": 1.0001273155212402,
|
2058 |
+
"learning_rate": 4.2075446369556056e-05,
|
2059 |
+
"loss": 1.8469,
|
2060 |
+
"step": 9083
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.22947641408482622,
|
2064 |
+
"grad_norm": 0.9670659303665161,
|
2065 |
+
"learning_rate": 4.201400923825648e-05,
|
2066 |
+
"loss": 1.8612,
|
2067 |
+
"step": 9114
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.23025694610552289,
|
2071 |
+
"grad_norm": 1.018050193786621,
|
2072 |
+
"learning_rate": 4.195238010617511e-05,
|
2073 |
+
"loss": 1.8656,
|
2074 |
+
"step": 9145
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.23103747812621958,
|
2078 |
+
"grad_norm": 0.9838584661483765,
|
2079 |
+
"learning_rate": 4.1890559668788344e-05,
|
2080 |
+
"loss": 1.8527,
|
2081 |
+
"step": 9176
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.23181801014691628,
|
2085 |
+
"grad_norm": 0.9968937635421753,
|
2086 |
+
"learning_rate": 4.1828548623731405e-05,
|
2087 |
+
"loss": 1.8753,
|
2088 |
+
"step": 9207
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.23259854216761297,
|
2092 |
+
"grad_norm": 0.9698464870452881,
|
2093 |
+
"learning_rate": 4.1766347670790506e-05,
|
2094 |
+
"loss": 1.8716,
|
2095 |
+
"step": 9238
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.23337907418830964,
|
2099 |
+
"grad_norm": 0.9592704772949219,
|
2100 |
+
"learning_rate": 4.170395751189495e-05,
|
2101 |
+
"loss": 1.8698,
|
2102 |
+
"step": 9269
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.23415960620900633,
|
2106 |
+
"grad_norm": 0.9904705286026001,
|
2107 |
+
"learning_rate": 4.164137885110921e-05,
|
2108 |
+
"loss": 1.8661,
|
2109 |
+
"step": 9300
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 0.23494013822970303,
|
2113 |
+
"grad_norm": 1.0243868827819824,
|
2114 |
+
"learning_rate": 4.157861239462495e-05,
|
2115 |
+
"loss": 1.8658,
|
2116 |
+
"step": 9331
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 0.2357206702503997,
|
2120 |
+
"grad_norm": 0.9936602711677551,
|
2121 |
+
"learning_rate": 4.1515658850753114e-05,
|
2122 |
+
"loss": 1.8475,
|
2123 |
+
"step": 9362
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 0.2365012022710964,
|
2127 |
+
"grad_norm": 0.9626069068908691,
|
2128 |
+
"learning_rate": 4.145251892991588e-05,
|
2129 |
+
"loss": 1.8507,
|
2130 |
+
"step": 9393
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 0.23728173429179308,
|
2134 |
+
"grad_norm": 0.9688258767127991,
|
2135 |
+
"learning_rate": 4.138919334463868e-05,
|
2136 |
+
"loss": 1.8628,
|
2137 |
+
"step": 9424
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 0.23806226631248978,
|
2141 |
+
"grad_norm": 0.9996054172515869,
|
2142 |
+
"learning_rate": 4.1325682809542124e-05,
|
2143 |
+
"loss": 1.8734,
|
2144 |
+
"step": 9455
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.23884279833318645,
|
2148 |
+
"grad_norm": 1.0037505626678467,
|
2149 |
+
"learning_rate": 4.126198804133398e-05,
|
2150 |
+
"loss": 1.8778,
|
2151 |
+
"step": 9486
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 0.23962333035388314,
|
2155 |
+
"grad_norm": 0.9751474857330322,
|
2156 |
+
"learning_rate": 4.1198109758801055e-05,
|
2157 |
+
"loss": 1.8615,
|
2158 |
+
"step": 9517
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 0.24040386237457984,
|
2162 |
+
"grad_norm": 0.9760595560073853,
|
2163 |
+
"learning_rate": 4.113404868280107e-05,
|
2164 |
+
"loss": 1.8614,
|
2165 |
+
"step": 9548
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 0.24118439439527653,
|
2169 |
+
"grad_norm": 1.0009572505950928,
|
2170 |
+
"learning_rate": 4.106980553625457e-05,
|
2171 |
+
"loss": 1.8762,
|
2172 |
+
"step": 9579
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 0.2419649264159732,
|
2176 |
+
"grad_norm": 0.983182966709137,
|
2177 |
+
"learning_rate": 4.100538104413674e-05,
|
2178 |
+
"loss": 1.857,
|
2179 |
+
"step": 9610
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 0.2427454584366699,
|
2183 |
+
"grad_norm": 1.0748534202575684,
|
2184 |
+
"learning_rate": 4.09407759334692e-05,
|
2185 |
+
"loss": 1.8658,
|
2186 |
+
"step": 9641
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.2435259904573666,
|
2190 |
+
"grad_norm": 0.9747381806373596,
|
2191 |
+
"learning_rate": 4.087599093331186e-05,
|
2192 |
+
"loss": 1.8484,
|
2193 |
+
"step": 9672
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 0.24430652247806328,
|
2197 |
+
"grad_norm": 0.9784808158874512,
|
2198 |
+
"learning_rate": 4.081102677475462e-05,
|
2199 |
+
"loss": 1.8492,
|
2200 |
+
"step": 9703
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 0.24508705449875995,
|
2204 |
+
"grad_norm": 0.9820215106010437,
|
2205 |
+
"learning_rate": 4.0745884190909194e-05,
|
2206 |
+
"loss": 1.8516,
|
2207 |
+
"step": 9734
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 0.24586758651945664,
|
2211 |
+
"grad_norm": 0.9536774158477783,
|
2212 |
+
"learning_rate": 4.0680563916900796e-05,
|
2213 |
+
"loss": 1.8444,
|
2214 |
+
"step": 9765
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 0.24664811854015334,
|
2218 |
+
"grad_norm": 0.9706370234489441,
|
2219 |
+
"learning_rate": 4.0615066689859815e-05,
|
2220 |
+
"loss": 1.8477,
|
2221 |
+
"step": 9796
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 0.24742865056085003,
|
2225 |
+
"grad_norm": 0.9700275659561157,
|
2226 |
+
"learning_rate": 4.0549393248913584e-05,
|
2227 |
+
"loss": 1.8515,
|
2228 |
+
"step": 9827
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.2482091825815467,
|
2232 |
+
"grad_norm": 0.9522431492805481,
|
2233 |
+
"learning_rate": 4.048354433517794e-05,
|
2234 |
+
"loss": 1.8287,
|
2235 |
+
"step": 9858
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 0.2489897146022434,
|
2239 |
+
"grad_norm": 0.9691547155380249,
|
2240 |
+
"learning_rate": 4.0417520691748916e-05,
|
2241 |
+
"loss": 1.8594,
|
2242 |
+
"step": 9889
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 0.2497702466229401,
|
2246 |
+
"grad_norm": 0.9588534235954285,
|
2247 |
+
"learning_rate": 4.035132306369438e-05,
|
2248 |
+
"loss": 1.8459,
|
2249 |
+
"step": 9920
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.2505507786436368,
|
2253 |
+
"grad_norm": 0.9900926351547241,
|
2254 |
+
"learning_rate": 4.028495219804555e-05,
|
2255 |
+
"loss": 1.8608,
|
2256 |
+
"step": 9951
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 0.25133131066433345,
|
2260 |
+
"grad_norm": 0.9539284110069275,
|
2261 |
+
"learning_rate": 4.021840884378864e-05,
|
2262 |
+
"loss": 1.8522,
|
2263 |
+
"step": 9982
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 0.2521118426850302,
|
2267 |
+
"grad_norm": 0.9557245969772339,
|
2268 |
+
"learning_rate": 4.015169375185633e-05,
|
2269 |
+
"loss": 1.8743,
|
2270 |
+
"step": 10013
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 0.25289237470572684,
|
2274 |
+
"grad_norm": 0.9317564964294434,
|
2275 |
+
"learning_rate": 4.0084807675119396e-05,
|
2276 |
+
"loss": 1.8384,
|
2277 |
+
"step": 10044
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 0.2536729067264235,
|
2281 |
+
"grad_norm": 0.9944160580635071,
|
2282 |
+
"learning_rate": 4.0017751368378106e-05,
|
2283 |
+
"loss": 1.857,
|
2284 |
+
"step": 10075
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 0.25445343874712023,
|
2288 |
+
"grad_norm": 0.9859464168548584,
|
2289 |
+
"learning_rate": 3.995052558835377e-05,
|
2290 |
+
"loss": 1.8484,
|
2291 |
+
"step": 10106
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.2552339707678169,
|
2295 |
+
"grad_norm": 1.0093594789505005,
|
2296 |
+
"learning_rate": 3.988313109368017e-05,
|
2297 |
+
"loss": 1.8506,
|
2298 |
+
"step": 10137
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 0.25601450278851356,
|
2302 |
+
"grad_norm": 0.9451240301132202,
|
2303 |
+
"learning_rate": 3.981556864489504e-05,
|
2304 |
+
"loss": 1.8732,
|
2305 |
+
"step": 10168
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 0.2567950348092103,
|
2309 |
+
"grad_norm": 0.972819447517395,
|
2310 |
+
"learning_rate": 3.974783900443142e-05,
|
2311 |
+
"loss": 1.856,
|
2312 |
+
"step": 10199
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 0.25757556682990695,
|
2316 |
+
"grad_norm": 0.996379554271698,
|
2317 |
+
"learning_rate": 3.9679942936609095e-05,
|
2318 |
+
"loss": 1.8299,
|
2319 |
+
"step": 10230
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 0.2583560988506037,
|
2323 |
+
"grad_norm": 2.503967046737671,
|
2324 |
+
"learning_rate": 3.961188120762596e-05,
|
2325 |
+
"loss": 1.8484,
|
2326 |
+
"step": 10261
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 0.25913663087130034,
|
2330 |
+
"grad_norm": 0.9491912126541138,
|
2331 |
+
"learning_rate": 3.954365458554938e-05,
|
2332 |
+
"loss": 1.8528,
|
2333 |
+
"step": 10292
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.259917162891997,
|
2337 |
+
"grad_norm": 0.9642863273620605,
|
2338 |
+
"learning_rate": 3.947526384030751e-05,
|
2339 |
+
"loss": 1.863,
|
2340 |
+
"step": 10323
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 0.26069769491269373,
|
2344 |
+
"grad_norm": 0.9915285706520081,
|
2345 |
+
"learning_rate": 3.9406709743680624e-05,
|
2346 |
+
"loss": 1.8191,
|
2347 |
+
"step": 10354
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 0.2614782269333904,
|
2351 |
+
"grad_norm": 1.0176483392715454,
|
2352 |
+
"learning_rate": 3.9337993069292366e-05,
|
2353 |
+
"loss": 1.8396,
|
2354 |
+
"step": 10385
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 0.26225875895408707,
|
2358 |
+
"grad_norm": 0.9567158222198486,
|
2359 |
+
"learning_rate": 3.926911459260109e-05,
|
2360 |
+
"loss": 1.8617,
|
2361 |
+
"step": 10416
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 0.2630392909747838,
|
2365 |
+
"grad_norm": 0.9236714839935303,
|
2366 |
+
"learning_rate": 3.920007509089102e-05,
|
2367 |
+
"loss": 1.8362,
|
2368 |
+
"step": 10447
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 0.26381982299548046,
|
2372 |
+
"grad_norm": 0.9428004026412964,
|
2373 |
+
"learning_rate": 3.913087534326357e-05,
|
2374 |
+
"loss": 1.8447,
|
2375 |
+
"step": 10478
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.2646003550161772,
|
2379 |
+
"grad_norm": 0.941067099571228,
|
2380 |
+
"learning_rate": 3.9061516130628475e-05,
|
2381 |
+
"loss": 1.8329,
|
2382 |
+
"step": 10509
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 0.26538088703687385,
|
2386 |
+
"grad_norm": 0.9685031175613403,
|
2387 |
+
"learning_rate": 3.8991998235695025e-05,
|
2388 |
+
"loss": 1.8543,
|
2389 |
+
"step": 10540
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 0.2661614190575705,
|
2393 |
+
"grad_norm": 0.9629632234573364,
|
2394 |
+
"learning_rate": 3.8922322442963224e-05,
|
2395 |
+
"loss": 1.8118,
|
2396 |
+
"step": 10571
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 0.26694195107826724,
|
2400 |
+
"grad_norm": 0.9536260366439819,
|
2401 |
+
"learning_rate": 3.885248953871491e-05,
|
2402 |
+
"loss": 1.8379,
|
2403 |
+
"step": 10602
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 0.2677224830989639,
|
2407 |
+
"grad_norm": 0.9781749248504639,
|
2408 |
+
"learning_rate": 3.8782500311004915e-05,
|
2409 |
+
"loss": 1.8419,
|
2410 |
+
"step": 10633
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 0.26850301511966057,
|
2414 |
+
"grad_norm": 0.9313937425613403,
|
2415 |
+
"learning_rate": 3.871235554965218e-05,
|
2416 |
+
"loss": 1.8467,
|
2417 |
+
"step": 10664
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.2692835471403573,
|
2421 |
+
"grad_norm": 0.9775392413139343,
|
2422 |
+
"learning_rate": 3.864205604623078e-05,
|
2423 |
+
"loss": 1.8209,
|
2424 |
+
"step": 10695
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 0.27006407916105396,
|
2428 |
+
"grad_norm": 0.965977132320404,
|
2429 |
+
"learning_rate": 3.857160259406107e-05,
|
2430 |
+
"loss": 1.8558,
|
2431 |
+
"step": 10726
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 0.2708446111817507,
|
2435 |
+
"grad_norm": 0.9789881706237793,
|
2436 |
+
"learning_rate": 3.8500995988200674e-05,
|
2437 |
+
"loss": 1.8523,
|
2438 |
+
"step": 10757
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 0.27162514320244735,
|
2442 |
+
"grad_norm": 0.9083163738250732,
|
2443 |
+
"learning_rate": 3.843023702543556e-05,
|
2444 |
+
"loss": 1.8274,
|
2445 |
+
"step": 10788
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 0.272405675223144,
|
2449 |
+
"grad_norm": 0.9248176217079163,
|
2450 |
+
"learning_rate": 3.8359326504270984e-05,
|
2451 |
+
"loss": 1.8316,
|
2452 |
+
"step": 10819
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 0.27318620724384074,
|
2456 |
+
"grad_norm": 0.9702487587928772,
|
2457 |
+
"learning_rate": 3.828826522492255e-05,
|
2458 |
+
"loss": 1.8344,
|
2459 |
+
"step": 10850
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.2739667392645374,
|
2463 |
+
"grad_norm": 0.9324803948402405,
|
2464 |
+
"learning_rate": 3.821705398930713e-05,
|
2465 |
+
"loss": 1.8544,
|
2466 |
+
"step": 10881
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 0.2747472712852341,
|
2470 |
+
"grad_norm": 0.9495794773101807,
|
2471 |
+
"learning_rate": 3.814569360103385e-05,
|
2472 |
+
"loss": 1.8446,
|
2473 |
+
"step": 10912
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 0.2755278033059308,
|
2477 |
+
"grad_norm": 0.9734468460083008,
|
2478 |
+
"learning_rate": 3.807418486539499e-05,
|
2479 |
+
"loss": 1.8434,
|
2480 |
+
"step": 10943
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 0.27630833532662746,
|
2484 |
+
"grad_norm": 0.9376105666160583,
|
2485 |
+
"learning_rate": 3.80025285893569e-05,
|
2486 |
+
"loss": 1.8339,
|
2487 |
+
"step": 10974
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 0.2770888673473242,
|
2491 |
+
"grad_norm": 0.9637653827667236,
|
2492 |
+
"learning_rate": 3.793072558155093e-05,
|
2493 |
+
"loss": 1.8445,
|
2494 |
+
"step": 11005
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 0.27786939936802085,
|
2498 |
+
"grad_norm": 0.9537612199783325,
|
2499 |
+
"learning_rate": 3.785877665226426e-05,
|
2500 |
+
"loss": 1.8332,
|
2501 |
+
"step": 11036
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 0.2786499313887175,
|
2505 |
+
"grad_norm": 0.9774130582809448,
|
2506 |
+
"learning_rate": 3.778668261343079e-05,
|
2507 |
+
"loss": 1.8269,
|
2508 |
+
"step": 11067
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 0.27943046340941424,
|
2512 |
+
"grad_norm": 0.9648153781890869,
|
2513 |
+
"learning_rate": 3.771444427862192e-05,
|
2514 |
+
"loss": 1.8301,
|
2515 |
+
"step": 11098
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 0.2802109954301109,
|
2519 |
+
"grad_norm": 0.9317411184310913,
|
2520 |
+
"learning_rate": 3.7642062463037465e-05,
|
2521 |
+
"loss": 1.836,
|
2522 |
+
"step": 11129
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.2809915274508076,
|
2526 |
+
"grad_norm": 0.9821638464927673,
|
2527 |
+
"learning_rate": 3.7569537983496373e-05,
|
2528 |
+
"loss": 1.846,
|
2529 |
+
"step": 11160
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 0.2817720594715043,
|
2533 |
+
"grad_norm": 0.9444936513900757,
|
2534 |
+
"learning_rate": 3.749687165842753e-05,
|
2535 |
+
"loss": 1.8248,
|
2536 |
+
"step": 11191
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 0.28255259149220097,
|
2540 |
+
"grad_norm": 0.9421222805976868,
|
2541 |
+
"learning_rate": 3.7424064307860536e-05,
|
2542 |
+
"loss": 1.8521,
|
2543 |
+
"step": 11222
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 0.2833331235128977,
|
2547 |
+
"grad_norm": 0.9378920793533325,
|
2548 |
+
"learning_rate": 3.735111675341645e-05,
|
2549 |
+
"loss": 1.8361,
|
2550 |
+
"step": 11253
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 0.28411365553359436,
|
2554 |
+
"grad_norm": 0.9363348484039307,
|
2555 |
+
"learning_rate": 3.7278029818298524e-05,
|
2556 |
+
"loss": 1.8276,
|
2557 |
+
"step": 11284
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 0.284894187554291,
|
2561 |
+
"grad_norm": 0.9247562885284424,
|
2562 |
+
"learning_rate": 3.720480432728287e-05,
|
2563 |
+
"loss": 1.8354,
|
2564 |
+
"step": 11315
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.28567471957498775,
|
2568 |
+
"grad_norm": 0.9505523443222046,
|
2569 |
+
"learning_rate": 3.71314411067092e-05,
|
2570 |
+
"loss": 1.807,
|
2571 |
+
"step": 11346
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 0.2864552515956844,
|
2575 |
+
"grad_norm": 0.9292653799057007,
|
2576 |
+
"learning_rate": 3.70579409844715e-05,
|
2577 |
+
"loss": 1.8281,
|
2578 |
+
"step": 11377
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 0.2872357836163811,
|
2582 |
+
"grad_norm": 0.9625663161277771,
|
2583 |
+
"learning_rate": 3.698430479000865e-05,
|
2584 |
+
"loss": 1.8211,
|
2585 |
+
"step": 11408
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 0.2880163156370778,
|
2589 |
+
"grad_norm": 0.9280233979225159,
|
2590 |
+
"learning_rate": 3.691053335429509e-05,
|
2591 |
+
"loss": 1.8177,
|
2592 |
+
"step": 11439
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 0.28879684765777447,
|
2596 |
+
"grad_norm": 0.9617031216621399,
|
2597 |
+
"learning_rate": 3.683662750983147e-05,
|
2598 |
+
"loss": 1.831,
|
2599 |
+
"step": 11470
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 0.2895773796784712,
|
2603 |
+
"grad_norm": 0.9631845951080322,
|
2604 |
+
"learning_rate": 3.676258809063518e-05,
|
2605 |
+
"loss": 1.8154,
|
2606 |
+
"step": 11501
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.29035791169916786,
|
2610 |
+
"grad_norm": 0.9200331568717957,
|
2611 |
+
"learning_rate": 3.6688415932231004e-05,
|
2612 |
+
"loss": 1.8452,
|
2613 |
+
"step": 11532
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 0.2911384437198645,
|
2617 |
+
"grad_norm": 0.9431037902832031,
|
2618 |
+
"learning_rate": 3.661411187164166e-05,
|
2619 |
+
"loss": 1.8221,
|
2620 |
+
"step": 11563
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 0.29191897574056125,
|
2624 |
+
"grad_norm": 0.9307507276535034,
|
2625 |
+
"learning_rate": 3.65396767473784e-05,
|
2626 |
+
"loss": 1.8092,
|
2627 |
+
"step": 11594
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 0.2926995077612579,
|
2631 |
+
"grad_norm": 0.9896314144134521,
|
2632 |
+
"learning_rate": 3.6465111399431465e-05,
|
2633 |
+
"loss": 1.826,
|
2634 |
+
"step": 11625
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 0.2934800397819546,
|
2638 |
+
"grad_norm": 0.9361921548843384,
|
2639 |
+
"learning_rate": 3.6390416669260674e-05,
|
2640 |
+
"loss": 1.8207,
|
2641 |
+
"step": 11656
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 0.2942605718026513,
|
2645 |
+
"grad_norm": 0.9492716789245605,
|
2646 |
+
"learning_rate": 3.63155933997859e-05,
|
2647 |
+
"loss": 1.822,
|
2648 |
+
"step": 11687
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.29504110382334797,
|
2652 |
+
"grad_norm": 0.9642727375030518,
|
2653 |
+
"learning_rate": 3.624064243537758e-05,
|
2654 |
+
"loss": 1.8165,
|
2655 |
+
"step": 11718
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 0.29582163584404464,
|
2659 |
+
"grad_norm": 0.9700178503990173,
|
2660 |
+
"learning_rate": 3.616556462184716e-05,
|
2661 |
+
"loss": 1.8093,
|
2662 |
+
"step": 11749
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 0.29660216786474136,
|
2666 |
+
"grad_norm": 0.90894615650177,
|
2667 |
+
"learning_rate": 3.609036080643755e-05,
|
2668 |
+
"loss": 1.8312,
|
2669 |
+
"step": 11780
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 0.29738269988543803,
|
2673 |
+
"grad_norm": 0.9441593885421753,
|
2674 |
+
"learning_rate": 3.60150318378136e-05,
|
2675 |
+
"loss": 1.8324,
|
2676 |
+
"step": 11811
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 0.29816323190613475,
|
2680 |
+
"grad_norm": 0.9351882338523865,
|
2681 |
+
"learning_rate": 3.5939578566052465e-05,
|
2682 |
+
"loss": 1.8303,
|
2683 |
+
"step": 11842
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 0.2989437639268314,
|
2687 |
+
"grad_norm": 0.9438377618789673,
|
2688 |
+
"learning_rate": 3.586400184263408e-05,
|
2689 |
+
"loss": 1.8164,
|
2690 |
+
"step": 11873
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.2997242959475281,
|
2694 |
+
"grad_norm": 0.9775059819221497,
|
2695 |
+
"learning_rate": 3.578830252043148e-05,
|
2696 |
+
"loss": 1.8146,
|
2697 |
+
"step": 11904
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 0.3005048279682248,
|
2701 |
+
"grad_norm": 0.9342683553695679,
|
2702 |
+
"learning_rate": 3.571248145370125e-05,
|
2703 |
+
"loss": 1.8324,
|
2704 |
+
"step": 11935
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 0.3012853599889215,
|
2708 |
+
"grad_norm": 0.9539228081703186,
|
2709 |
+
"learning_rate": 3.5636539498073794e-05,
|
2710 |
+
"loss": 1.8112,
|
2711 |
+
"step": 11966
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 0.30206589200961814,
|
2715 |
+
"grad_norm": 1.0048060417175293,
|
2716 |
+
"learning_rate": 3.556047751054378e-05,
|
2717 |
+
"loss": 1.8261,
|
2718 |
+
"step": 11997
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 0.30284642403031486,
|
2722 |
+
"grad_norm": 0.9269846081733704,
|
2723 |
+
"learning_rate": 3.548429634946039e-05,
|
2724 |
+
"loss": 1.8256,
|
2725 |
+
"step": 12028
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 0.30362695605101153,
|
2729 |
+
"grad_norm": 0.937609076499939,
|
2730 |
+
"learning_rate": 3.540799687451768e-05,
|
2731 |
+
"loss": 1.8222,
|
2732 |
+
"step": 12059
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.30440748807170825,
|
2736 |
+
"grad_norm": 0.9538866281509399,
|
2737 |
+
"learning_rate": 3.533157994674485e-05,
|
2738 |
+
"loss": 1.8214,
|
2739 |
+
"step": 12090
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 0.3051880200924049,
|
2743 |
+
"grad_norm": 0.9644604325294495,
|
2744 |
+
"learning_rate": 3.5255046428496546e-05,
|
2745 |
+
"loss": 1.8117,
|
2746 |
+
"step": 12121
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 0.3059685521131016,
|
2750 |
+
"grad_norm": 1.0498855113983154,
|
2751 |
+
"learning_rate": 3.517839718344311e-05,
|
2752 |
+
"loss": 1.8249,
|
2753 |
+
"step": 12152
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.3067490841337983,
|
2757 |
+
"grad_norm": 0.952634334564209,
|
2758 |
+
"learning_rate": 3.510163307656086e-05,
|
2759 |
+
"loss": 1.8263,
|
2760 |
+
"step": 12183
|
2761 |
+
},
|
2762 |
+
{
|
2763 |
+
"epoch": 0.307529616154495,
|
2764 |
+
"grad_norm": 0.9833852052688599,
|
2765 |
+
"learning_rate": 3.5024754974122324e-05,
|
2766 |
+
"loss": 1.8246,
|
2767 |
+
"step": 12214
|
2768 |
+
},
|
2769 |
+
{
|
2770 |
+
"epoch": 0.30831014817519165,
|
2771 |
+
"grad_norm": 0.9421613812446594,
|
2772 |
+
"learning_rate": 3.494776374368643e-05,
|
2773 |
+
"loss": 1.8065,
|
2774 |
+
"step": 12245
|
2775 |
+
},
|
2776 |
+
{
|
2777 |
+
"epoch": 0.30909068019588837,
|
2778 |
+
"grad_norm": 0.9119872450828552,
|
2779 |
+
"learning_rate": 3.4870660254088724e-05,
|
2780 |
+
"loss": 1.7958,
|
2781 |
+
"step": 12276
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 0.30987121221658503,
|
2785 |
+
"grad_norm": 0.9541532397270203,
|
2786 |
+
"learning_rate": 3.479344537543164e-05,
|
2787 |
+
"loss": 1.8156,
|
2788 |
+
"step": 12307
|
2789 |
+
},
|
2790 |
+
{
|
2791 |
+
"epoch": 0.31065174423728176,
|
2792 |
+
"grad_norm": 0.9333822131156921,
|
2793 |
+
"learning_rate": 3.4716119979074565e-05,
|
2794 |
+
"loss": 1.8098,
|
2795 |
+
"step": 12338
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 0.3114322762579784,
|
2799 |
+
"grad_norm": 0.9501641392707825,
|
2800 |
+
"learning_rate": 3.463868493762412e-05,
|
2801 |
+
"loss": 1.815,
|
2802 |
+
"step": 12369
|
2803 |
+
},
|
2804 |
+
{
|
2805 |
+
"epoch": 0.3122128082786751,
|
2806 |
+
"grad_norm": 0.9692359566688538,
|
2807 |
+
"learning_rate": 3.456114112492418e-05,
|
2808 |
+
"loss": 1.8192,
|
2809 |
+
"step": 12400
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 0.3129933402993718,
|
2813 |
+
"grad_norm": 0.9368917942047119,
|
2814 |
+
"learning_rate": 3.4483489416046164e-05,
|
2815 |
+
"loss": 1.8044,
|
2816 |
+
"step": 12431
|
2817 |
+
},
|
2818 |
+
{
|
2819 |
+
"epoch": 0.3137738723200685,
|
2820 |
+
"grad_norm": 0.981076180934906,
|
2821 |
+
"learning_rate": 3.440573068727905e-05,
|
2822 |
+
"loss": 1.806,
|
2823 |
+
"step": 12462
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 0.31455440434076515,
|
2827 |
+
"grad_norm": 0.9535355567932129,
|
2828 |
+
"learning_rate": 3.4327865816119495e-05,
|
2829 |
+
"loss": 1.805,
|
2830 |
+
"step": 12493
|
2831 |
+
},
|
2832 |
+
{
|
2833 |
+
"epoch": 0.31533493636146187,
|
2834 |
+
"grad_norm": 0.9825057983398438,
|
2835 |
+
"learning_rate": 3.4249895681262025e-05,
|
2836 |
+
"loss": 1.7878,
|
2837 |
+
"step": 12524
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 0.31611546838215854,
|
2841 |
+
"grad_norm": 0.9295104146003723,
|
2842 |
+
"learning_rate": 3.417182116258899e-05,
|
2843 |
+
"loss": 1.8091,
|
2844 |
+
"step": 12555
|
2845 |
+
},
|
2846 |
+
{
|
2847 |
+
"epoch": 0.31689600040285526,
|
2848 |
+
"grad_norm": 0.9550284147262573,
|
2849 |
+
"learning_rate": 3.409364314116074e-05,
|
2850 |
+
"loss": 1.8053,
|
2851 |
+
"step": 12586
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"epoch": 0.3176765324235519,
|
2855 |
+
"grad_norm": 0.9383823871612549,
|
2856 |
+
"learning_rate": 3.401536249920559e-05,
|
2857 |
+
"loss": 1.8034,
|
2858 |
+
"step": 12617
|
2859 |
+
},
|
2860 |
+
{
|
2861 |
+
"epoch": 0.3184570644442486,
|
2862 |
+
"grad_norm": 0.9513770341873169,
|
2863 |
+
"learning_rate": 3.393698012010998e-05,
|
2864 |
+
"loss": 1.8097,
|
2865 |
+
"step": 12648
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 0.3192375964649453,
|
2869 |
+
"grad_norm": 0.9214389324188232,
|
2870 |
+
"learning_rate": 3.385849688840839e-05,
|
2871 |
+
"loss": 1.8089,
|
2872 |
+
"step": 12679
|
2873 |
+
},
|
2874 |
+
{
|
2875 |
+
"epoch": 0.320018128485642,
|
2876 |
+
"grad_norm": 0.9370726346969604,
|
2877 |
+
"learning_rate": 3.3779913689773414e-05,
|
2878 |
+
"loss": 1.8022,
|
2879 |
+
"step": 12710
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 0.32079866050633865,
|
2883 |
+
"grad_norm": 0.9661527872085571,
|
2884 |
+
"learning_rate": 3.370123141100578e-05,
|
2885 |
+
"loss": 1.8151,
|
2886 |
+
"step": 12741
|
2887 |
+
},
|
2888 |
+
{
|
2889 |
+
"epoch": 0.3215791925270354,
|
2890 |
+
"grad_norm": 0.9569831490516663,
|
2891 |
+
"learning_rate": 3.3622450940024305e-05,
|
2892 |
+
"loss": 1.8283,
|
2893 |
+
"step": 12772
|
2894 |
+
},
|
2895 |
+
{
|
2896 |
+
"epoch": 0.32235972454773204,
|
2897 |
+
"grad_norm": 0.9162306785583496,
|
2898 |
+
"learning_rate": 3.35435731658559e-05,
|
2899 |
+
"loss": 1.8005,
|
2900 |
+
"step": 12803
|
2901 |
+
},
|
2902 |
+
{
|
2903 |
+
"epoch": 0.32314025656842876,
|
2904 |
+
"grad_norm": 0.955159068107605,
|
2905 |
+
"learning_rate": 3.346459897862552e-05,
|
2906 |
+
"loss": 1.7929,
|
2907 |
+
"step": 12834
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 0.32392078858912543,
|
2911 |
+
"grad_norm": 0.9484529495239258,
|
2912 |
+
"learning_rate": 3.338552926954613e-05,
|
2913 |
+
"loss": 1.8355,
|
2914 |
+
"step": 12865
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"epoch": 0.3247013206098221,
|
2918 |
+
"grad_norm": 0.9199361205101013,
|
2919 |
+
"learning_rate": 3.330636493090868e-05,
|
2920 |
+
"loss": 1.8096,
|
2921 |
+
"step": 12896
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 0.3254818526305188,
|
2925 |
+
"grad_norm": 0.928848147392273,
|
2926 |
+
"learning_rate": 3.322710685607193e-05,
|
2927 |
+
"loss": 1.7896,
|
2928 |
+
"step": 12927
|
2929 |
+
},
|
2930 |
+
{
|
2931 |
+
"epoch": 0.3262623846512155,
|
2932 |
+
"grad_norm": 0.9141325354576111,
|
2933 |
+
"learning_rate": 3.314775593945251e-05,
|
2934 |
+
"loss": 1.8113,
|
2935 |
+
"step": 12958
|
2936 |
+
},
|
2937 |
+
{
|
2938 |
+
"epoch": 0.32704291667191215,
|
2939 |
+
"grad_norm": 0.97685307264328,
|
2940 |
+
"learning_rate": 3.3068313076514714e-05,
|
2941 |
+
"loss": 1.8241,
|
2942 |
+
"step": 12989
|
2943 |
+
},
|
2944 |
+
{
|
2945 |
+
"epoch": 0.3278234486926089,
|
2946 |
+
"grad_norm": 0.9171717166900635,
|
2947 |
+
"learning_rate": 3.298877916376047e-05,
|
2948 |
+
"loss": 1.7953,
|
2949 |
+
"step": 13020
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 0.32860398071330554,
|
2953 |
+
"grad_norm": 0.9607007503509521,
|
2954 |
+
"learning_rate": 3.290915509871915e-05,
|
2955 |
+
"loss": 1.819,
|
2956 |
+
"step": 13051
|
2957 |
+
},
|
2958 |
+
{
|
2959 |
+
"epoch": 0.32938451273400227,
|
2960 |
+
"grad_norm": 0.9524408578872681,
|
2961 |
+
"learning_rate": 3.282944177993753e-05,
|
2962 |
+
"loss": 1.8133,
|
2963 |
+
"step": 13082
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 0.33016504475469893,
|
2967 |
+
"grad_norm": 0.9388900399208069,
|
2968 |
+
"learning_rate": 3.274964010696957e-05,
|
2969 |
+
"loss": 1.8103,
|
2970 |
+
"step": 13113
|
2971 |
+
},
|
2972 |
+
{
|
2973 |
+
"epoch": 0.3309455767753956,
|
2974 |
+
"grad_norm": 0.8972403407096863,
|
2975 |
+
"learning_rate": 3.266975098036629e-05,
|
2976 |
+
"loss": 1.7997,
|
2977 |
+
"step": 13144
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 0.3317261087960923,
|
2981 |
+
"grad_norm": 0.9373508095741272,
|
2982 |
+
"learning_rate": 3.258977530166562e-05,
|
2983 |
+
"loss": 1.8038,
|
2984 |
+
"step": 13175
|
2985 |
+
},
|
2986 |
+
{
|
2987 |
+
"epoch": 0.332506640816789,
|
2988 |
+
"grad_norm": 0.9278662204742432,
|
2989 |
+
"learning_rate": 3.250971397338227e-05,
|
2990 |
+
"loss": 1.803,
|
2991 |
+
"step": 13206
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 0.33328717283748566,
|
2995 |
+
"grad_norm": 0.9486290812492371,
|
2996 |
+
"learning_rate": 3.2429567898997404e-05,
|
2997 |
+
"loss": 1.8114,
|
2998 |
+
"step": 13237
|
2999 |
+
},
|
3000 |
+
{
|
3001 |
+
"epoch": 0.3340677048581824,
|
3002 |
+
"grad_norm": 0.9786876440048218,
|
3003 |
+
"learning_rate": 3.234933798294859e-05,
|
3004 |
+
"loss": 1.7902,
|
3005 |
+
"step": 13268
|
3006 |
+
},
|
3007 |
+
{
|
3008 |
+
"epoch": 0.33484823687887905,
|
3009 |
+
"grad_norm": 0.9001107215881348,
|
3010 |
+
"learning_rate": 3.2269025130619535e-05,
|
3011 |
+
"loss": 1.8108,
|
3012 |
+
"step": 13299
|
3013 |
+
},
|
3014 |
+
{
|
3015 |
+
"epoch": 0.33562876889957577,
|
3016 |
+
"grad_norm": 0.9080937504768372,
|
3017 |
+
"learning_rate": 3.218863024832985e-05,
|
3018 |
+
"loss": 1.7951,
|
3019 |
+
"step": 13330
|
3020 |
+
},
|
3021 |
+
{
|
3022 |
+
"epoch": 0.33640930092027244,
|
3023 |
+
"grad_norm": 0.93299800157547,
|
3024 |
+
"learning_rate": 3.2108154243324864e-05,
|
3025 |
+
"loss": 1.8129,
|
3026 |
+
"step": 13361
|
3027 |
+
},
|
3028 |
+
{
|
3029 |
+
"epoch": 0.3371898329409691,
|
3030 |
+
"grad_norm": 0.9452754855155945,
|
3031 |
+
"learning_rate": 3.2027598023765345e-05,
|
3032 |
+
"loss": 1.8077,
|
3033 |
+
"step": 13392
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 0.3379703649616658,
|
3037 |
+
"grad_norm": 0.9515936970710754,
|
3038 |
+
"learning_rate": 3.194696249871729e-05,
|
3039 |
+
"loss": 1.7961,
|
3040 |
+
"step": 13423
|
3041 |
+
},
|
3042 |
+
{
|
3043 |
+
"epoch": 0.3387508969823625,
|
3044 |
+
"grad_norm": 0.9395990371704102,
|
3045 |
+
"learning_rate": 3.186624857814164e-05,
|
3046 |
+
"loss": 1.7982,
|
3047 |
+
"step": 13454
|
3048 |
+
},
|
3049 |
+
{
|
3050 |
+
"epoch": 0.33953142900305916,
|
3051 |
+
"grad_norm": 0.9647415280342102,
|
3052 |
+
"learning_rate": 3.178545717288401e-05,
|
3053 |
+
"loss": 1.7997,
|
3054 |
+
"step": 13485
|
3055 |
+
},
|
3056 |
+
{
|
3057 |
+
"epoch": 0.3403119610237559,
|
3058 |
+
"grad_norm": 0.9437438249588013,
|
3059 |
+
"learning_rate": 3.170458919466444e-05,
|
3060 |
+
"loss": 1.8069,
|
3061 |
+
"step": 13516
|
3062 |
+
},
|
3063 |
+
{
|
3064 |
+
"epoch": 0.34109249304445255,
|
3065 |
+
"grad_norm": 0.9350516200065613,
|
3066 |
+
"learning_rate": 3.1623645556067063e-05,
|
3067 |
+
"loss": 1.8024,
|
3068 |
+
"step": 13547
|
3069 |
+
},
|
3070 |
+
{
|
3071 |
+
"epoch": 0.34187302506514927,
|
3072 |
+
"grad_norm": 0.9213714599609375,
|
3073 |
+
"learning_rate": 3.154262717052985e-05,
|
3074 |
+
"loss": 1.7963,
|
3075 |
+
"step": 13578
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 0.34265355708584594,
|
3079 |
+
"grad_norm": 0.9247968792915344,
|
3080 |
+
"learning_rate": 3.146153495233426e-05,
|
3081 |
+
"loss": 1.8172,
|
3082 |
+
"step": 13609
|
3083 |
+
},
|
3084 |
+
{
|
3085 |
+
"epoch": 0.3434340891065426,
|
3086 |
+
"grad_norm": 0.8953402638435364,
|
3087 |
+
"learning_rate": 3.1380369816594944e-05,
|
3088 |
+
"loss": 1.8004,
|
3089 |
+
"step": 13640
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 0.34421462112723933,
|
3093 |
+
"grad_norm": 0.9214624762535095,
|
3094 |
+
"learning_rate": 3.129913267924946e-05,
|
3095 |
+
"loss": 1.7862,
|
3096 |
+
"step": 13671
|
3097 |
+
},
|
3098 |
+
{
|
3099 |
+
"epoch": 0.344995153147936,
|
3100 |
+
"grad_norm": 0.946559727191925,
|
3101 |
+
"learning_rate": 3.121782445704782e-05,
|
3102 |
+
"loss": 1.7973,
|
3103 |
+
"step": 13702
|
3104 |
+
},
|
3105 |
+
{
|
3106 |
+
"epoch": 0.34577568516863266,
|
3107 |
+
"grad_norm": 0.9344651103019714,
|
3108 |
+
"learning_rate": 3.11364460675423e-05,
|
3109 |
+
"loss": 1.7992,
|
3110 |
+
"step": 13733
|
3111 |
+
},
|
3112 |
+
{
|
3113 |
+
"epoch": 0.3465562171893294,
|
3114 |
+
"grad_norm": 0.9140195846557617,
|
3115 |
+
"learning_rate": 3.1054998429076934e-05,
|
3116 |
+
"loss": 1.7846,
|
3117 |
+
"step": 13764
|
3118 |
+
},
|
3119 |
+
{
|
3120 |
+
"epoch": 0.34733674921002605,
|
3121 |
+
"grad_norm": 0.9403822422027588,
|
3122 |
+
"learning_rate": 3.097348246077728e-05,
|
3123 |
+
"loss": 1.7814,
|
3124 |
+
"step": 13795
|
3125 |
+
},
|
3126 |
+
{
|
3127 |
+
"epoch": 0.3481172812307228,
|
3128 |
+
"grad_norm": 0.954587996006012,
|
3129 |
+
"learning_rate": 3.0891899082539924e-05,
|
3130 |
+
"loss": 1.7864,
|
3131 |
+
"step": 13826
|
3132 |
+
},
|
3133 |
+
{
|
3134 |
+
"epoch": 0.34889781325141944,
|
3135 |
+
"grad_norm": 0.9238544702529907,
|
3136 |
+
"learning_rate": 3.0810249215022233e-05,
|
3137 |
+
"loss": 1.7929,
|
3138 |
+
"step": 13857
|
3139 |
+
},
|
3140 |
+
{
|
3141 |
+
"epoch": 0.3496783452721161,
|
3142 |
+
"grad_norm": 0.8994883894920349,
|
3143 |
+
"learning_rate": 3.0728533779631865e-05,
|
3144 |
+
"loss": 1.805,
|
3145 |
+
"step": 13888
|
3146 |
+
},
|
3147 |
+
{
|
3148 |
+
"epoch": 0.35045887729281283,
|
3149 |
+
"grad_norm": 0.934203028678894,
|
3150 |
+
"learning_rate": 3.064675369851637e-05,
|
3151 |
+
"loss": 1.8046,
|
3152 |
+
"step": 13919
|
3153 |
+
},
|
3154 |
+
{
|
3155 |
+
"epoch": 0.3512394093135095,
|
3156 |
+
"grad_norm": 0.9044675230979919,
|
3157 |
+
"learning_rate": 3.056490989455289e-05,
|
3158 |
+
"loss": 1.7866,
|
3159 |
+
"step": 13950
|
3160 |
+
},
|
3161 |
+
{
|
3162 |
+
"epoch": 0.35201994133420617,
|
3163 |
+
"grad_norm": 0.915847897529602,
|
3164 |
+
"learning_rate": 3.0483003291337596e-05,
|
3165 |
+
"loss": 1.7861,
|
3166 |
+
"step": 13981
|
3167 |
+
},
|
3168 |
+
{
|
3169 |
+
"epoch": 0.3528004733549029,
|
3170 |
+
"grad_norm": 0.9346082210540771,
|
3171 |
+
"learning_rate": 3.040103481317539e-05,
|
3172 |
+
"loss": 1.7891,
|
3173 |
+
"step": 14012
|
3174 |
+
},
|
3175 |
+
{
|
3176 |
+
"epoch": 0.35358100537559956,
|
3177 |
+
"grad_norm": 0.9164626598358154,
|
3178 |
+
"learning_rate": 3.03190053850694e-05,
|
3179 |
+
"loss": 1.8021,
|
3180 |
+
"step": 14043
|
3181 |
+
},
|
3182 |
+
{
|
3183 |
+
"epoch": 0.3543615373962962,
|
3184 |
+
"grad_norm": 0.9445552229881287,
|
3185 |
+
"learning_rate": 3.0236915932710573e-05,
|
3186 |
+
"loss": 1.7877,
|
3187 |
+
"step": 14074
|
3188 |
+
},
|
3189 |
+
{
|
3190 |
+
"epoch": 0.35514206941699294,
|
3191 |
+
"grad_norm": 0.9604120254516602,
|
3192 |
+
"learning_rate": 3.0154767382467232e-05,
|
3193 |
+
"loss": 1.8087,
|
3194 |
+
"step": 14105
|
3195 |
+
},
|
3196 |
+
{
|
3197 |
+
"epoch": 0.3559226014376896,
|
3198 |
+
"grad_norm": 0.9186177849769592,
|
3199 |
+
"learning_rate": 3.0072560661374582e-05,
|
3200 |
+
"loss": 1.7802,
|
3201 |
+
"step": 14136
|
3202 |
+
},
|
3203 |
+
{
|
3204 |
+
"epoch": 0.35670313345838633,
|
3205 |
+
"grad_norm": 0.9228742122650146,
|
3206 |
+
"learning_rate": 2.999029669712431e-05,
|
3207 |
+
"loss": 1.8091,
|
3208 |
+
"step": 14167
|
3209 |
+
},
|
3210 |
+
{
|
3211 |
+
"epoch": 0.357483665479083,
|
3212 |
+
"grad_norm": 0.9045746922492981,
|
3213 |
+
"learning_rate": 2.990797641805408e-05,
|
3214 |
+
"loss": 1.8013,
|
3215 |
+
"step": 14198
|
3216 |
+
},
|
3217 |
+
{
|
3218 |
+
"epoch": 0.35826419749977967,
|
3219 |
+
"grad_norm": 0.9483916759490967,
|
3220 |
+
"learning_rate": 2.982560075313704e-05,
|
3221 |
+
"loss": 1.8044,
|
3222 |
+
"step": 14229
|
3223 |
+
},
|
3224 |
+
{
|
3225 |
+
"epoch": 0.3590447295204764,
|
3226 |
+
"grad_norm": 0.9580939412117004,
|
3227 |
+
"learning_rate": 2.9743170631971368e-05,
|
3228 |
+
"loss": 1.8037,
|
3229 |
+
"step": 14260
|
3230 |
+
},
|
3231 |
+
{
|
3232 |
+
"epoch": 0.35982526154117306,
|
3233 |
+
"grad_norm": 0.950960099697113,
|
3234 |
+
"learning_rate": 2.9660686984769792e-05,
|
3235 |
+
"loss": 1.8082,
|
3236 |
+
"step": 14291
|
3237 |
+
},
|
3238 |
+
{
|
3239 |
+
"epoch": 0.3606057935618697,
|
3240 |
+
"grad_norm": 0.9356971383094788,
|
3241 |
+
"learning_rate": 2.9578150742349047e-05,
|
3242 |
+
"loss": 1.8049,
|
3243 |
+
"step": 14322
|
3244 |
+
},
|
3245 |
+
{
|
3246 |
+
"epoch": 0.36138632558256645,
|
3247 |
+
"grad_norm": 0.9099254012107849,
|
3248 |
+
"learning_rate": 2.949556283611942e-05,
|
3249 |
+
"loss": 1.7991,
|
3250 |
+
"step": 14353
|
3251 |
+
},
|
3252 |
+
{
|
3253 |
+
"epoch": 0.3621668576032631,
|
3254 |
+
"grad_norm": 0.9190629720687866,
|
3255 |
+
"learning_rate": 2.9412924198074206e-05,
|
3256 |
+
"loss": 1.8018,
|
3257 |
+
"step": 14384
|
3258 |
+
},
|
3259 |
+
{
|
3260 |
+
"epoch": 0.36294738962395984,
|
3261 |
+
"grad_norm": 0.90566486120224,
|
3262 |
+
"learning_rate": 2.9330235760779208e-05,
|
3263 |
+
"loss": 1.789,
|
3264 |
+
"step": 14415
|
3265 |
+
},
|
3266 |
+
{
|
3267 |
+
"epoch": 0.3637279216446565,
|
3268 |
+
"grad_norm": 0.970696747303009,
|
3269 |
+
"learning_rate": 2.9247498457362188e-05,
|
3270 |
+
"loss": 1.7851,
|
3271 |
+
"step": 14446
|
3272 |
+
},
|
3273 |
+
{
|
3274 |
+
"epoch": 0.36450845366535317,
|
3275 |
+
"grad_norm": 0.9313214421272278,
|
3276 |
+
"learning_rate": 2.9164713221502373e-05,
|
3277 |
+
"loss": 1.7893,
|
3278 |
+
"step": 14477
|
3279 |
+
},
|
3280 |
+
{
|
3281 |
+
"epoch": 0.3652889856860499,
|
3282 |
+
"grad_norm": 1.2887455224990845,
|
3283 |
+
"learning_rate": 2.9081880987419912e-05,
|
3284 |
+
"loss": 1.7836,
|
3285 |
+
"step": 14508
|
3286 |
+
},
|
3287 |
+
{
|
3288 |
+
"epoch": 0.36606951770674656,
|
3289 |
+
"grad_norm": 0.922982394695282,
|
3290 |
+
"learning_rate": 2.8999002689865296e-05,
|
3291 |
+
"loss": 1.7676,
|
3292 |
+
"step": 14539
|
3293 |
+
},
|
3294 |
+
{
|
3295 |
+
"epoch": 0.36685004972744323,
|
3296 |
+
"grad_norm": 0.9466812014579773,
|
3297 |
+
"learning_rate": 2.8916079264108852e-05,
|
3298 |
+
"loss": 1.7831,
|
3299 |
+
"step": 14570
|
3300 |
+
},
|
3301 |
+
{
|
3302 |
+
"epoch": 0.36763058174813995,
|
3303 |
+
"grad_norm": 0.9107967615127563,
|
3304 |
+
"learning_rate": 2.883311164593017e-05,
|
3305 |
+
"loss": 1.7887,
|
3306 |
+
"step": 14601
|
3307 |
+
},
|
3308 |
+
{
|
3309 |
+
"epoch": 0.3684111137688366,
|
3310 |
+
"grad_norm": 0.8859044313430786,
|
3311 |
+
"learning_rate": 2.875010077160754e-05,
|
3312 |
+
"loss": 1.7823,
|
3313 |
+
"step": 14632
|
3314 |
+
},
|
3315 |
+
{
|
3316 |
+
"epoch": 0.36919164578953334,
|
3317 |
+
"grad_norm": 0.9182350039482117,
|
3318 |
+
"learning_rate": 2.866704757790741e-05,
|
3319 |
+
"loss": 1.7816,
|
3320 |
+
"step": 14663
|
3321 |
+
},
|
3322 |
+
{
|
3323 |
+
"epoch": 0.36997217781023,
|
3324 |
+
"grad_norm": 1.1406787633895874,
|
3325 |
+
"learning_rate": 2.858395300207376e-05,
|
3326 |
+
"loss": 1.7962,
|
3327 |
+
"step": 14694
|
3328 |
+
},
|
3329 |
+
{
|
3330 |
+
"epoch": 0.3707527098309267,
|
3331 |
+
"grad_norm": 0.9399011135101318,
|
3332 |
+
"learning_rate": 2.8500817981817607e-05,
|
3333 |
+
"loss": 1.7874,
|
3334 |
+
"step": 14725
|
3335 |
+
},
|
3336 |
+
{
|
3337 |
+
"epoch": 0.3715332418516234,
|
3338 |
+
"grad_norm": 0.9223036766052246,
|
3339 |
+
"learning_rate": 2.8417643455306336e-05,
|
3340 |
+
"loss": 1.7661,
|
3341 |
+
"step": 14756
|
3342 |
+
},
|
3343 |
+
{
|
3344 |
+
"epoch": 0.37231377387232006,
|
3345 |
+
"grad_norm": 0.9224306344985962,
|
3346 |
+
"learning_rate": 2.8334430361153185e-05,
|
3347 |
+
"loss": 1.7799,
|
3348 |
+
"step": 14787
|
3349 |
+
},
|
3350 |
+
{
|
3351 |
+
"epoch": 0.37309430589301673,
|
3352 |
+
"grad_norm": 0.9353799819946289,
|
3353 |
+
"learning_rate": 2.8251179638406612e-05,
|
3354 |
+
"loss": 1.795,
|
3355 |
+
"step": 14818
|
3356 |
+
},
|
3357 |
+
{
|
3358 |
+
"epoch": 0.37387483791371345,
|
3359 |
+
"grad_norm": 0.9208987355232239,
|
3360 |
+
"learning_rate": 2.8167892226539704e-05,
|
3361 |
+
"loss": 1.7967,
|
3362 |
+
"step": 14849
|
3363 |
+
},
|
3364 |
+
{
|
3365 |
+
"epoch": 0.3746553699344101,
|
3366 |
+
"grad_norm": 0.9143754243850708,
|
3367 |
+
"learning_rate": 2.8084569065439588e-05,
|
3368 |
+
"loss": 1.7871,
|
3369 |
+
"step": 14880
|
3370 |
+
},
|
3371 |
+
{
|
3372 |
+
"epoch": 0.37543590195510684,
|
3373 |
+
"grad_norm": 0.9162681698799133,
|
3374 |
+
"learning_rate": 2.8001211095396807e-05,
|
3375 |
+
"loss": 1.7791,
|
3376 |
+
"step": 14911
|
3377 |
+
},
|
3378 |
+
{
|
3379 |
+
"epoch": 0.3762164339758035,
|
3380 |
+
"grad_norm": 0.9125809073448181,
|
3381 |
+
"learning_rate": 2.791781925709473e-05,
|
3382 |
+
"loss": 1.7847,
|
3383 |
+
"step": 14942
|
3384 |
+
},
|
3385 |
+
{
|
3386 |
+
"epoch": 0.3769969659965002,
|
3387 |
+
"grad_norm": 0.9262179732322693,
|
3388 |
+
"learning_rate": 2.7834394491598908e-05,
|
3389 |
+
"loss": 1.789,
|
3390 |
+
"step": 14973
|
3391 |
+
},
|
3392 |
+
{
|
3393 |
+
"epoch": 0.3777774980171969,
|
3394 |
+
"grad_norm": 0.9118053317070007,
|
3395 |
+
"learning_rate": 2.7750937740346485e-05,
|
3396 |
+
"loss": 1.7906,
|
3397 |
+
"step": 15004
|
3398 |
+
},
|
3399 |
+
{
|
3400 |
+
"epoch": 0.37855803003789357,
|
3401 |
+
"grad_norm": 0.9322589635848999,
|
3402 |
+
"learning_rate": 2.7667449945135564e-05,
|
3403 |
+
"loss": 1.7811,
|
3404 |
+
"step": 15035
|
3405 |
+
},
|
3406 |
+
{
|
3407 |
+
"epoch": 0.37933856205859023,
|
3408 |
+
"grad_norm": 0.9277715682983398,
|
3409 |
+
"learning_rate": 2.7583932048114557e-05,
|
3410 |
+
"loss": 1.7887,
|
3411 |
+
"step": 15066
|
3412 |
+
},
|
3413 |
+
{
|
3414 |
+
"epoch": 0.38011909407928696,
|
3415 |
+
"grad_norm": 0.9804796576499939,
|
3416 |
+
"learning_rate": 2.7500384991771587e-05,
|
3417 |
+
"loss": 1.7945,
|
3418 |
+
"step": 15097
|
3419 |
+
},
|
3420 |
+
{
|
3421 |
+
"epoch": 0.3808996260999836,
|
3422 |
+
"grad_norm": 0.9327893853187561,
|
3423 |
+
"learning_rate": 2.7416809718923825e-05,
|
3424 |
+
"loss": 1.785,
|
3425 |
+
"step": 15128
|
3426 |
+
},
|
3427 |
+
{
|
3428 |
+
"epoch": 0.38168015812068035,
|
3429 |
+
"grad_norm": 0.9126656651496887,
|
3430 |
+
"learning_rate": 2.7333207172706864e-05,
|
3431 |
+
"loss": 1.7782,
|
3432 |
+
"step": 15159
|
3433 |
+
},
|
3434 |
+
{
|
3435 |
+
"epoch": 0.382460690141377,
|
3436 |
+
"grad_norm": 0.9476912617683411,
|
3437 |
+
"learning_rate": 2.7249578296564088e-05,
|
3438 |
+
"loss": 1.7906,
|
3439 |
+
"step": 15190
|
3440 |
+
},
|
3441 |
+
{
|
3442 |
+
"epoch": 0.3832412221620737,
|
3443 |
+
"grad_norm": 0.9388076663017273,
|
3444 |
+
"learning_rate": 2.7165924034235973e-05,
|
3445 |
+
"loss": 1.7993,
|
3446 |
+
"step": 15221
|
3447 |
+
},
|
3448 |
+
{
|
3449 |
+
"epoch": 0.3840217541827704,
|
3450 |
+
"grad_norm": 0.9265156984329224,
|
3451 |
+
"learning_rate": 2.708224532974953e-05,
|
3452 |
+
"loss": 1.7624,
|
3453 |
+
"step": 15252
|
3454 |
+
}
|
3455 |
+
],
|
3456 |
+
"logging_steps": 31,
|
3457 |
+
"max_steps": 30517,
|
3458 |
+
"num_input_tokens_seen": 0,
|
3459 |
+
"num_train_epochs": 1,
|
3460 |
+
"save_steps": 3052,
|
3461 |
+
"stateful_callbacks": {
|
3462 |
+
"TrainerControl": {
|
3463 |
+
"args": {
|
3464 |
+
"should_epoch_stop": false,
|
3465 |
+
"should_evaluate": false,
|
3466 |
+
"should_log": false,
|
3467 |
+
"should_save": true,
|
3468 |
+
"should_training_stop": false
|
3469 |
+
},
|
3470 |
+
"attributes": {}
|
3471 |
+
}
|
3472 |
+
},
|
3473 |
+
"total_flos": 1.065842709765292e+19,
|
3474 |
+
"train_batch_size": 16,
|
3475 |
+
"trial_name": null,
|
3476 |
+
"trial_params": null
|
3477 |
+
}
|
checkpoint-15260/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d814be76984e23fb3bd9dc1672f03b4559e9f604318f29ab3bebb0989cab850
|
3 |
+
size 5304
|
checkpoint-18312/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/parscratch/users/acp23ay/private/models/Qwen2.5-7B-Instruct-si-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.44.0.dev0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 161672
|
28 |
+
}
|
checkpoint-18312/generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.0.dev0"
|
14 |
+
}
|
checkpoint-18312/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f8d21c656a0dd1bba3b2624e8b7f2932163e7d7a08af569b31812bfffc686e7
|
3 |
+
size 4842817304
|
checkpoint-18312/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becf3c41c7359877372d1f9bdba9efe52cb2b8dab7330b346e831a36665b8f0e
|
3 |
+
size 4998852224
|
checkpoint-18312/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9da13aef49ef9aa84ff7ac6ae375fc2f8c339648214e7663e44e16a6763847
|
3 |
+
size 4984124304
|
checkpoint-18312/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc2c86e34819a46908bfe3ad42f3986e7efdfc34f67e43f40f690f77c7b0672
|
3 |
+
size 4932743992
|
checkpoint-18312/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:891f86a74d6b1791b98b581ff94cbedb16bfdb78595b9697dc3fd2ecc5974ba2
|
3 |
+
size 4998852296
|
checkpoint-18312/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:721508f12632837a73c6fac48797a9eae4c95252ab97c722aa95d3ce13f1202f
|
3 |
+
size 3662865184
|
checkpoint-18312/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30e68f53aae13919e4118c59564572b3c9b2432468ad6d62254495a866dadaa3
|
3 |
+
size 2317729920
|
checkpoint-18312/model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 30737946624
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
344 |
+
"model.norm.weight": "model-00006-of-00007.safetensors"
|
345 |
+
}
|
346 |
+
}
|
checkpoint-18312/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a835430eb1d25fe3e606f9cf510401f97b1abd8b16a69bae3aa7264c5ffc77
|
3 |
+
size 16728842070
|
checkpoint-18312/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
|
3 |
+
size 14244
|
checkpoint-18312/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0e65c3d6f29e706fd941a38280ce5628189a6998eac6d29abbeab00ad838d00
|
3 |
+
size 1064
|
checkpoint-18312/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-18312/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d814be76984e23fb3bd9dc1672f03b4559e9f604318f29ab3bebb0989cab850
|
3 |
+
size 5304
|
checkpoint-21364/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/parscratch/users/acp23ay/private/models/Qwen2.5-7B-Instruct-si-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.44.0.dev0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 161672
|
28 |
+
}
|
checkpoint-21364/generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.0.dev0"
|
14 |
+
}
|
checkpoint-21364/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11f4672b707af5a068fc85540f2e0194c2c75918eb66349c90ae63a29a6e541e
|
3 |
+
size 4842817304
|
checkpoint-21364/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becf3c41c7359877372d1f9bdba9efe52cb2b8dab7330b346e831a36665b8f0e
|
3 |
+
size 4998852224
|
checkpoint-21364/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9da13aef49ef9aa84ff7ac6ae375fc2f8c339648214e7663e44e16a6763847
|
3 |
+
size 4984124304
|