Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-15260/config.json +36 -0
- checkpoint-15260/generation_config.json +9 -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 +298 -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-22890/config.json +36 -0
- checkpoint-22890/generation_config.json +9 -0
- checkpoint-22890/model-00001-of-00007.safetensors +3 -0
- checkpoint-22890/model-00002-of-00007.safetensors +3 -0
- checkpoint-22890/model-00003-of-00007.safetensors +3 -0
- checkpoint-22890/model-00004-of-00007.safetensors +3 -0
- checkpoint-22890/model-00005-of-00007.safetensors +3 -0
- checkpoint-22890/model-00006-of-00007.safetensors +3 -0
- checkpoint-22890/model-00007-of-00007.safetensors +3 -0
- checkpoint-22890/model.safetensors.index.json +298 -0
- checkpoint-22890/optimizer.pt +3 -0
- checkpoint-22890/rng_state.pth +3 -0
- checkpoint-22890/scheduler.pt +3 -0
- checkpoint-22890/trainer_state.json +0 -0
- checkpoint-22890/training_args.bin +3 -0
- checkpoint-30517/config.json +36 -0
- checkpoint-30517/generation_config.json +9 -0
- checkpoint-30517/model-00001-of-00007.safetensors +3 -0
- checkpoint-30517/model-00002-of-00007.safetensors +3 -0
- checkpoint-30517/model-00003-of-00007.safetensors +3 -0
- checkpoint-30517/model-00004-of-00007.safetensors +3 -0
- checkpoint-30517/model-00005-of-00007.safetensors +3 -0
- checkpoint-30517/model-00006-of-00007.safetensors +3 -0
- checkpoint-30517/model-00007-of-00007.safetensors +3 -0
- checkpoint-30517/model.safetensors.index.json +298 -0
- checkpoint-30517/optimizer.pt +3 -0
- checkpoint-30517/rng_state.pth +3 -0
- checkpoint-30517/scheduler.pt +3 -0
- checkpoint-30517/trainer_state.json +0 -0
- checkpoint-30517/training_args.bin +3 -0
- checkpoint-7630/config.json +36 -0
- checkpoint-7630/generation_config.json +9 -0
- checkpoint-7630/model-00001-of-00007.safetensors +3 -0
- checkpoint-7630/model-00002-of-00007.safetensors +3 -0
- checkpoint-7630/model-00003-of-00007.safetensors +3 -0
checkpoint-15260/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/scratch/dme-llm/ayamaguchi.dme-llm/models/Llama-3.1-8B-ta-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 14336,
|
15 |
+
"max_position_embeddings": 131072,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 8,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": {
|
24 |
+
"factor": 8.0,
|
25 |
+
"high_freq_factor": 4.0,
|
26 |
+
"low_freq_factor": 1.0,
|
27 |
+
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3"
|
29 |
+
},
|
30 |
+
"rope_theta": 500000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.47.0.dev0",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 138256
|
36 |
+
}
|
checkpoint-15260/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 128001,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.47.0.dev0"
|
9 |
+
}
|
checkpoint-15260/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ec306fc2d6bb341e6870d47f0d477a559ed5e6741a06b17606b1def0c3a9ba
|
3 |
+
size 4983197184
|
checkpoint-15260/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b28e50e95c787e68fdf10680635ba27e6d440763a69744dc6ddf473f852231a
|
3 |
+
size 4899116432
|
checkpoint-15260/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa0e22bcade9527b5aeb86066e139cc30979f8492c753ff3277e6189863ab97
|
3 |
+
size 4999813112
|
checkpoint-15260/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4f5352f30ea036b0a4e24ba9b029dd94a2b30a716c81acc1c4a5e7bb47a042
|
3 |
+
size 4999813128
|
checkpoint-15260/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d9450b209df4cb026b6669e618fcdb6ff4f5bd0a711fb2e502afe0b95eb3ad7
|
3 |
+
size 4832007496
|
checkpoint-15260/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51ce415c7adf6aa7dbd52ec109bf29ecfa851e9c6672b19e413070f3c7a51f0f
|
3 |
+
size 4999813120
|
checkpoint-15260/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:027f87e50cd54a9da79594e7af4834bf046b29ddf7e49ce2035cdd5124275f55
|
3 |
+
size 2734998184
|
checkpoint-15260/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32448724992
|
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.weight": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
296 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
297 |
+
}
|
298 |
+
}
|
checkpoint-15260/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86fdfb1d27df1bcbec5a036dfa150c4082d250833c9dce1b9828066a20e555d5
|
3 |
+
size 16040396334
|
checkpoint-15260/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
|
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.5071789417708057,
|
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.001030311087476735,
|
13 |
+
"grad_norm": 69.72277069091797,
|
14 |
+
"learning_rate": 1.0157273918741808e-06,
|
15 |
+
"loss": 9.0805,
|
16 |
+
"step": 31
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00206062217495347,
|
20 |
+
"grad_norm": 15.001359939575195,
|
21 |
+
"learning_rate": 2.0314547837483616e-06,
|
22 |
+
"loss": 7.144,
|
23 |
+
"step": 62
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.003090933262430205,
|
27 |
+
"grad_norm": 13.807100296020508,
|
28 |
+
"learning_rate": 3.0471821756225426e-06,
|
29 |
+
"loss": 5.836,
|
30 |
+
"step": 93
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.00412124434990694,
|
34 |
+
"grad_norm": 25.857120513916016,
|
35 |
+
"learning_rate": 4.062909567496723e-06,
|
36 |
+
"loss": 4.7766,
|
37 |
+
"step": 124
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.005151555437383675,
|
41 |
+
"grad_norm": 27.085594177246094,
|
42 |
+
"learning_rate": 5.078636959370905e-06,
|
43 |
+
"loss": 4.1908,
|
44 |
+
"step": 155
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.00618186652486041,
|
48 |
+
"grad_norm": 37.11306381225586,
|
49 |
+
"learning_rate": 6.094364351245085e-06,
|
50 |
+
"loss": 3.864,
|
51 |
+
"step": 186
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.007212177612337145,
|
55 |
+
"grad_norm": 14.88463020324707,
|
56 |
+
"learning_rate": 7.110091743119267e-06,
|
57 |
+
"loss": 3.6287,
|
58 |
+
"step": 217
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.00824248869981388,
|
62 |
+
"grad_norm": 20.41550064086914,
|
63 |
+
"learning_rate": 8.125819134993446e-06,
|
64 |
+
"loss": 3.4712,
|
65 |
+
"step": 248
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.009272799787290615,
|
69 |
+
"grad_norm": 22.324840545654297,
|
70 |
+
"learning_rate": 9.141546526867629e-06,
|
71 |
+
"loss": 3.2928,
|
72 |
+
"step": 279
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.01030311087476735,
|
76 |
+
"grad_norm": 14.003937721252441,
|
77 |
+
"learning_rate": 1.015727391874181e-05,
|
78 |
+
"loss": 3.212,
|
79 |
+
"step": 310
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.011333421962244085,
|
83 |
+
"grad_norm": 15.5790433883667,
|
84 |
+
"learning_rate": 1.117300131061599e-05,
|
85 |
+
"loss": 3.1004,
|
86 |
+
"step": 341
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.01236373304972082,
|
90 |
+
"grad_norm": 10.85480785369873,
|
91 |
+
"learning_rate": 1.218872870249017e-05,
|
92 |
+
"loss": 3.0225,
|
93 |
+
"step": 372
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.013394044137197554,
|
97 |
+
"grad_norm": 12.166501998901367,
|
98 |
+
"learning_rate": 1.3204456094364351e-05,
|
99 |
+
"loss": 2.9216,
|
100 |
+
"step": 403
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.01442435522467429,
|
104 |
+
"grad_norm": 8.72249984741211,
|
105 |
+
"learning_rate": 1.4220183486238533e-05,
|
106 |
+
"loss": 2.8482,
|
107 |
+
"step": 434
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.015454666312151024,
|
111 |
+
"grad_norm": 9.419731140136719,
|
112 |
+
"learning_rate": 1.5235910878112714e-05,
|
113 |
+
"loss": 2.7928,
|
114 |
+
"step": 465
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.01648497739962776,
|
118 |
+
"grad_norm": 8.698421478271484,
|
119 |
+
"learning_rate": 1.6251638269986893e-05,
|
120 |
+
"loss": 2.7455,
|
121 |
+
"step": 496
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.017515288487104493,
|
125 |
+
"grad_norm": 11.099336624145508,
|
126 |
+
"learning_rate": 1.7267365661861077e-05,
|
127 |
+
"loss": 2.6973,
|
128 |
+
"step": 527
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.01854559957458123,
|
132 |
+
"grad_norm": 6.776867389678955,
|
133 |
+
"learning_rate": 1.8283093053735257e-05,
|
134 |
+
"loss": 2.6434,
|
135 |
+
"step": 558
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.019575910662057962,
|
139 |
+
"grad_norm": 8.685785293579102,
|
140 |
+
"learning_rate": 1.9298820445609438e-05,
|
141 |
+
"loss": 2.5981,
|
142 |
+
"step": 589
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.0206062217495347,
|
146 |
+
"grad_norm": 7.274338245391846,
|
147 |
+
"learning_rate": 2.031454783748362e-05,
|
148 |
+
"loss": 2.5588,
|
149 |
+
"step": 620
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.021636532837011432,
|
153 |
+
"grad_norm": 8.879731178283691,
|
154 |
+
"learning_rate": 2.13302752293578e-05,
|
155 |
+
"loss": 2.5313,
|
156 |
+
"step": 651
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.02266684392448817,
|
160 |
+
"grad_norm": 7.826289176940918,
|
161 |
+
"learning_rate": 2.234600262123198e-05,
|
162 |
+
"loss": 2.4972,
|
163 |
+
"step": 682
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.023697155011964902,
|
167 |
+
"grad_norm": 6.979713439941406,
|
168 |
+
"learning_rate": 2.336173001310616e-05,
|
169 |
+
"loss": 2.454,
|
170 |
+
"step": 713
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.02472746609944164,
|
174 |
+
"grad_norm": 5.871748924255371,
|
175 |
+
"learning_rate": 2.437745740498034e-05,
|
176 |
+
"loss": 2.4213,
|
177 |
+
"step": 744
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.025757777186918372,
|
181 |
+
"grad_norm": 7.163940906524658,
|
182 |
+
"learning_rate": 2.5393184796854525e-05,
|
183 |
+
"loss": 2.3794,
|
184 |
+
"step": 775
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.02678808827439511,
|
188 |
+
"grad_norm": 6.183249473571777,
|
189 |
+
"learning_rate": 2.6408912188728702e-05,
|
190 |
+
"loss": 2.3387,
|
191 |
+
"step": 806
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.027818399361871842,
|
195 |
+
"grad_norm": 6.347677230834961,
|
196 |
+
"learning_rate": 2.7424639580602886e-05,
|
197 |
+
"loss": 2.3235,
|
198 |
+
"step": 837
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.02884871044934858,
|
202 |
+
"grad_norm": 6.384498596191406,
|
203 |
+
"learning_rate": 2.8440366972477066e-05,
|
204 |
+
"loss": 2.2983,
|
205 |
+
"step": 868
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.029879021536825312,
|
209 |
+
"grad_norm": 4.966649532318115,
|
210 |
+
"learning_rate": 2.9456094364351244e-05,
|
211 |
+
"loss": 2.2701,
|
212 |
+
"step": 899
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.03090933262430205,
|
216 |
+
"grad_norm": 4.778007984161377,
|
217 |
+
"learning_rate": 3.0471821756225428e-05,
|
218 |
+
"loss": 2.2314,
|
219 |
+
"step": 930
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.031939643711778785,
|
223 |
+
"grad_norm": 4.620309352874756,
|
224 |
+
"learning_rate": 3.148754914809961e-05,
|
225 |
+
"loss": 2.2097,
|
226 |
+
"step": 961
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.03296995479925552,
|
230 |
+
"grad_norm": 5.562178134918213,
|
231 |
+
"learning_rate": 3.2503276539973785e-05,
|
232 |
+
"loss": 2.194,
|
233 |
+
"step": 992
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.03400026588673225,
|
237 |
+
"grad_norm": 4.52315092086792,
|
238 |
+
"learning_rate": 3.351900393184797e-05,
|
239 |
+
"loss": 2.1515,
|
240 |
+
"step": 1023
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.035030576974208985,
|
244 |
+
"grad_norm": 4.067371368408203,
|
245 |
+
"learning_rate": 3.453473132372215e-05,
|
246 |
+
"loss": 2.1247,
|
247 |
+
"step": 1054
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.036060888061685725,
|
251 |
+
"grad_norm": 4.2394633293151855,
|
252 |
+
"learning_rate": 3.555045871559633e-05,
|
253 |
+
"loss": 2.1139,
|
254 |
+
"step": 1085
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.03709119914916246,
|
258 |
+
"grad_norm": 3.944603204727173,
|
259 |
+
"learning_rate": 3.6566186107470514e-05,
|
260 |
+
"loss": 2.0886,
|
261 |
+
"step": 1116
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.03812151023663919,
|
265 |
+
"grad_norm": 4.198657989501953,
|
266 |
+
"learning_rate": 3.7581913499344695e-05,
|
267 |
+
"loss": 2.0925,
|
268 |
+
"step": 1147
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.039151821324115925,
|
272 |
+
"grad_norm": 3.8212976455688477,
|
273 |
+
"learning_rate": 3.8597640891218876e-05,
|
274 |
+
"loss": 2.0635,
|
275 |
+
"step": 1178
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.04018213241159266,
|
279 |
+
"grad_norm": 4.050039768218994,
|
280 |
+
"learning_rate": 3.9613368283093056e-05,
|
281 |
+
"loss": 2.0478,
|
282 |
+
"step": 1209
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.0412124434990694,
|
286 |
+
"grad_norm": 4.439040660858154,
|
287 |
+
"learning_rate": 4.062909567496724e-05,
|
288 |
+
"loss": 2.0299,
|
289 |
+
"step": 1240
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.04224275458654613,
|
293 |
+
"grad_norm": 13.521013259887695,
|
294 |
+
"learning_rate": 4.164482306684142e-05,
|
295 |
+
"loss": 2.035,
|
296 |
+
"step": 1271
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.043273065674022865,
|
300 |
+
"grad_norm": 3.7606613636016846,
|
301 |
+
"learning_rate": 4.26605504587156e-05,
|
302 |
+
"loss": 2.0048,
|
303 |
+
"step": 1302
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.0443033767614996,
|
307 |
+
"grad_norm": 3.348107099533081,
|
308 |
+
"learning_rate": 4.367627785058978e-05,
|
309 |
+
"loss": 1.9905,
|
310 |
+
"step": 1333
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.04533368784897634,
|
314 |
+
"grad_norm": 3.5753731727600098,
|
315 |
+
"learning_rate": 4.469200524246396e-05,
|
316 |
+
"loss": 1.9999,
|
317 |
+
"step": 1364
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.04636399893645307,
|
321 |
+
"grad_norm": 3.3659353256225586,
|
322 |
+
"learning_rate": 4.570773263433814e-05,
|
323 |
+
"loss": 1.9461,
|
324 |
+
"step": 1395
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.047394310023929805,
|
328 |
+
"grad_norm": 3.0083465576171875,
|
329 |
+
"learning_rate": 4.672346002621232e-05,
|
330 |
+
"loss": 1.9646,
|
331 |
+
"step": 1426
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.04842462111140654,
|
335 |
+
"grad_norm": 3.514509439468384,
|
336 |
+
"learning_rate": 4.77391874180865e-05,
|
337 |
+
"loss": 1.956,
|
338 |
+
"step": 1457
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.04945493219888328,
|
342 |
+
"grad_norm": 3.0360188484191895,
|
343 |
+
"learning_rate": 4.875491480996068e-05,
|
344 |
+
"loss": 1.9425,
|
345 |
+
"step": 1488
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.05048524328636001,
|
349 |
+
"grad_norm": 2.9522669315338135,
|
350 |
+
"learning_rate": 4.977064220183487e-05,
|
351 |
+
"loss": 1.9419,
|
352 |
+
"step": 1519
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.051515554373836744,
|
356 |
+
"grad_norm": 3.3253414630889893,
|
357 |
+
"learning_rate": 4.9999915451558777e-05,
|
358 |
+
"loss": 1.9203,
|
359 |
+
"step": 1550
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.05254586546131348,
|
363 |
+
"grad_norm": 3.055213689804077,
|
364 |
+
"learning_rate": 4.999955597496219e-05,
|
365 |
+
"loss": 1.9142,
|
366 |
+
"step": 1581
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.05357617654879022,
|
370 |
+
"grad_norm": 2.9514503479003906,
|
371 |
+
"learning_rate": 4.9998914381774255e-05,
|
372 |
+
"loss": 1.9091,
|
373 |
+
"step": 1612
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.05460648763626695,
|
377 |
+
"grad_norm": 3.1836583614349365,
|
378 |
+
"learning_rate": 4.999799067923527e-05,
|
379 |
+
"loss": 1.9116,
|
380 |
+
"step": 1643
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.055636798723743684,
|
384 |
+
"grad_norm": 2.536240816116333,
|
385 |
+
"learning_rate": 4.999678487776908e-05,
|
386 |
+
"loss": 1.869,
|
387 |
+
"step": 1674
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.05666710981122042,
|
391 |
+
"grad_norm": 3.1409473419189453,
|
392 |
+
"learning_rate": 4.9995296990983006e-05,
|
393 |
+
"loss": 1.8982,
|
394 |
+
"step": 1705
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.05769742089869716,
|
398 |
+
"grad_norm": 2.711731195449829,
|
399 |
+
"learning_rate": 4.999352703566763e-05,
|
400 |
+
"loss": 1.8783,
|
401 |
+
"step": 1736
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.05872773198617389,
|
405 |
+
"grad_norm": 2.7510972023010254,
|
406 |
+
"learning_rate": 4.999147503179668e-05,
|
407 |
+
"loss": 1.8597,
|
408 |
+
"step": 1767
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.059758043073650624,
|
412 |
+
"grad_norm": 2.4287936687469482,
|
413 |
+
"learning_rate": 4.998914100252672e-05,
|
414 |
+
"loss": 1.8469,
|
415 |
+
"step": 1798
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.06078835416112736,
|
419 |
+
"grad_norm": 2.4476819038391113,
|
420 |
+
"learning_rate": 4.998652497419696e-05,
|
421 |
+
"loss": 1.848,
|
422 |
+
"step": 1829
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.0618186652486041,
|
426 |
+
"grad_norm": 2.417661666870117,
|
427 |
+
"learning_rate": 4.9983626976328927e-05,
|
428 |
+
"loss": 1.8416,
|
429 |
+
"step": 1860
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.06284897633608083,
|
433 |
+
"grad_norm": 2.6575193405151367,
|
434 |
+
"learning_rate": 4.998044704162613e-05,
|
435 |
+
"loss": 1.8351,
|
436 |
+
"step": 1891
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.06387928742355757,
|
440 |
+
"grad_norm": 2.573779344558716,
|
441 |
+
"learning_rate": 4.9976985205973705e-05,
|
442 |
+
"loss": 1.8313,
|
443 |
+
"step": 1922
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.0649095985110343,
|
447 |
+
"grad_norm": 2.3768863677978516,
|
448 |
+
"learning_rate": 4.997324150843799e-05,
|
449 |
+
"loss": 1.8382,
|
450 |
+
"step": 1953
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.06593990959851104,
|
454 |
+
"grad_norm": 2.5353589057922363,
|
455 |
+
"learning_rate": 4.99692159912661e-05,
|
456 |
+
"loss": 1.8095,
|
457 |
+
"step": 1984
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.06697022068598776,
|
461 |
+
"grad_norm": 2.35386323928833,
|
462 |
+
"learning_rate": 4.996490869988546e-05,
|
463 |
+
"loss": 1.8073,
|
464 |
+
"step": 2015
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.0680005317734645,
|
468 |
+
"grad_norm": 2.4447522163391113,
|
469 |
+
"learning_rate": 4.996031968290326e-05,
|
470 |
+
"loss": 1.7974,
|
471 |
+
"step": 2046
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.06903084286094124,
|
475 |
+
"grad_norm": 2.2738473415374756,
|
476 |
+
"learning_rate": 4.995544899210594e-05,
|
477 |
+
"loss": 1.8211,
|
478 |
+
"step": 2077
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.07006115394841797,
|
482 |
+
"grad_norm": 2.458066701889038,
|
483 |
+
"learning_rate": 4.9950296682458583e-05,
|
484 |
+
"loss": 1.7735,
|
485 |
+
"step": 2108
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.07109146503589471,
|
489 |
+
"grad_norm": 2.1359920501708984,
|
490 |
+
"learning_rate": 4.994486281210429e-05,
|
491 |
+
"loss": 1.7879,
|
492 |
+
"step": 2139
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.07212177612337145,
|
496 |
+
"grad_norm": 2.254345178604126,
|
497 |
+
"learning_rate": 4.9939147442363566e-05,
|
498 |
+
"loss": 1.8024,
|
499 |
+
"step": 2170
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.07315208721084818,
|
503 |
+
"grad_norm": 2.3210208415985107,
|
504 |
+
"learning_rate": 4.9933150637733574e-05,
|
505 |
+
"loss": 1.7933,
|
506 |
+
"step": 2201
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.07418239829832492,
|
510 |
+
"grad_norm": 2.108074426651001,
|
511 |
+
"learning_rate": 4.992687246588743e-05,
|
512 |
+
"loss": 1.7686,
|
513 |
+
"step": 2232
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.07521270938580164,
|
517 |
+
"grad_norm": 2.657787322998047,
|
518 |
+
"learning_rate": 4.992031299767347e-05,
|
519 |
+
"loss": 1.7666,
|
520 |
+
"step": 2263
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.07624302047327838,
|
524 |
+
"grad_norm": 2.380366563796997,
|
525 |
+
"learning_rate": 4.9913472307114386e-05,
|
526 |
+
"loss": 1.7861,
|
527 |
+
"step": 2294
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.07727333156075512,
|
531 |
+
"grad_norm": 2.310838222503662,
|
532 |
+
"learning_rate": 4.9906350471406446e-05,
|
533 |
+
"loss": 1.7604,
|
534 |
+
"step": 2325
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.07830364264823185,
|
538 |
+
"grad_norm": 2.4452033042907715,
|
539 |
+
"learning_rate": 4.989894757091861e-05,
|
540 |
+
"loss": 1.7721,
|
541 |
+
"step": 2356
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.07933395373570859,
|
545 |
+
"grad_norm": 2.0178720951080322,
|
546 |
+
"learning_rate": 4.989126368919158e-05,
|
547 |
+
"loss": 1.7592,
|
548 |
+
"step": 2387
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.08036426482318532,
|
552 |
+
"grad_norm": 2.1606602668762207,
|
553 |
+
"learning_rate": 4.988329891293693e-05,
|
554 |
+
"loss": 1.7367,
|
555 |
+
"step": 2418
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.08139457591066206,
|
559 |
+
"grad_norm": 2.069802761077881,
|
560 |
+
"learning_rate": 4.987505333203608e-05,
|
561 |
+
"loss": 1.7472,
|
562 |
+
"step": 2449
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.0824248869981388,
|
566 |
+
"grad_norm": 2.306144952774048,
|
567 |
+
"learning_rate": 4.9866527039539276e-05,
|
568 |
+
"loss": 1.7427,
|
569 |
+
"step": 2480
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.08345519808561552,
|
573 |
+
"grad_norm": 2.233604907989502,
|
574 |
+
"learning_rate": 4.9857720131664594e-05,
|
575 |
+
"loss": 1.7375,
|
576 |
+
"step": 2511
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.08448550917309226,
|
580 |
+
"grad_norm": 2.3948349952697754,
|
581 |
+
"learning_rate": 4.9848632707796773e-05,
|
582 |
+
"loss": 1.7474,
|
583 |
+
"step": 2542
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.085515820260569,
|
587 |
+
"grad_norm": 2.074847459793091,
|
588 |
+
"learning_rate": 4.9839264870486155e-05,
|
589 |
+
"loss": 1.7441,
|
590 |
+
"step": 2573
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.08654613134804573,
|
594 |
+
"grad_norm": 2.044692277908325,
|
595 |
+
"learning_rate": 4.9829616725447526e-05,
|
596 |
+
"loss": 1.7372,
|
597 |
+
"step": 2604
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.08757644243552247,
|
601 |
+
"grad_norm": 2.0216033458709717,
|
602 |
+
"learning_rate": 4.981968838155888e-05,
|
603 |
+
"loss": 1.7294,
|
604 |
+
"step": 2635
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.0886067535229992,
|
608 |
+
"grad_norm": 1.936315894126892,
|
609 |
+
"learning_rate": 4.980947995086024e-05,
|
610 |
+
"loss": 1.7127,
|
611 |
+
"step": 2666
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.08963706461047594,
|
615 |
+
"grad_norm": 2.021522283554077,
|
616 |
+
"learning_rate": 4.979899154855234e-05,
|
617 |
+
"loss": 1.7288,
|
618 |
+
"step": 2697
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.09066737569795268,
|
622 |
+
"grad_norm": 2.198458433151245,
|
623 |
+
"learning_rate": 4.9788223292995386e-05,
|
624 |
+
"loss": 1.7302,
|
625 |
+
"step": 2728
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.0916976867854294,
|
629 |
+
"grad_norm": 1.9769110679626465,
|
630 |
+
"learning_rate": 4.977717530570768e-05,
|
631 |
+
"loss": 1.7228,
|
632 |
+
"step": 2759
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.09272799787290614,
|
636 |
+
"grad_norm": 3.0774645805358887,
|
637 |
+
"learning_rate": 4.976584771136425e-05,
|
638 |
+
"loss": 1.7348,
|
639 |
+
"step": 2790
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.09375830896038288,
|
643 |
+
"grad_norm": 2.3825507164001465,
|
644 |
+
"learning_rate": 4.975424063779547e-05,
|
645 |
+
"loss": 1.6971,
|
646 |
+
"step": 2821
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.09478862004785961,
|
650 |
+
"grad_norm": 2.003248691558838,
|
651 |
+
"learning_rate": 4.974235421598557e-05,
|
652 |
+
"loss": 1.705,
|
653 |
+
"step": 2852
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.09581893113533635,
|
657 |
+
"grad_norm": 1.95453679561615,
|
658 |
+
"learning_rate": 4.973018858007122e-05,
|
659 |
+
"loss": 1.6926,
|
660 |
+
"step": 2883
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.09684924222281308,
|
664 |
+
"grad_norm": 2.0026769638061523,
|
665 |
+
"learning_rate": 4.9717743867339963e-05,
|
666 |
+
"loss": 1.6989,
|
667 |
+
"step": 2914
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.09787955331028982,
|
671 |
+
"grad_norm": 2.098222494125366,
|
672 |
+
"learning_rate": 4.9705020218228695e-05,
|
673 |
+
"loss": 1.7013,
|
674 |
+
"step": 2945
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.09890986439776656,
|
678 |
+
"grad_norm": 1.8731011152267456,
|
679 |
+
"learning_rate": 4.969201777632205e-05,
|
680 |
+
"loss": 1.6908,
|
681 |
+
"step": 2976
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.09994017548524328,
|
685 |
+
"grad_norm": 2.06569766998291,
|
686 |
+
"learning_rate": 4.9678736688350846e-05,
|
687 |
+
"loss": 1.6934,
|
688 |
+
"step": 3007
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.10097048657272002,
|
692 |
+
"grad_norm": 1.9683799743652344,
|
693 |
+
"learning_rate": 4.966517710419033e-05,
|
694 |
+
"loss": 1.6693,
|
695 |
+
"step": 3038
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.10200079766019676,
|
699 |
+
"grad_norm": 1.8517156839370728,
|
700 |
+
"learning_rate": 4.965133917685858e-05,
|
701 |
+
"loss": 1.704,
|
702 |
+
"step": 3069
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.10303110874767349,
|
706 |
+
"grad_norm": 1.9609614610671997,
|
707 |
+
"learning_rate": 4.9637223062514714e-05,
|
708 |
+
"loss": 1.6888,
|
709 |
+
"step": 3100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.10406141983515023,
|
713 |
+
"grad_norm": 1.8825795650482178,
|
714 |
+
"learning_rate": 4.962282892045718e-05,
|
715 |
+
"loss": 1.6718,
|
716 |
+
"step": 3131
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.10509173092262696,
|
720 |
+
"grad_norm": 1.905633807182312,
|
721 |
+
"learning_rate": 4.9608156913121904e-05,
|
722 |
+
"loss": 1.715,
|
723 |
+
"step": 3162
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.1061220420101037,
|
727 |
+
"grad_norm": 1.8323174715042114,
|
728 |
+
"learning_rate": 4.959320720608049e-05,
|
729 |
+
"loss": 1.6817,
|
730 |
+
"step": 3193
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.10715235309758044,
|
734 |
+
"grad_norm": 1.9863115549087524,
|
735 |
+
"learning_rate": 4.9577979968038354e-05,
|
736 |
+
"loss": 1.6946,
|
737 |
+
"step": 3224
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.10818266418505716,
|
741 |
+
"grad_norm": 1.8490556478500366,
|
742 |
+
"learning_rate": 4.956247537083282e-05,
|
743 |
+
"loss": 1.6662,
|
744 |
+
"step": 3255
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.1092129752725339,
|
748 |
+
"grad_norm": 1.914162039756775,
|
749 |
+
"learning_rate": 4.9546693589431145e-05,
|
750 |
+
"loss": 1.6746,
|
751 |
+
"step": 3286
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.11024328636001064,
|
755 |
+
"grad_norm": 1.7593133449554443,
|
756 |
+
"learning_rate": 4.9530634801928595e-05,
|
757 |
+
"loss": 1.6803,
|
758 |
+
"step": 3317
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.11127359744748737,
|
762 |
+
"grad_norm": 1.7808279991149902,
|
763 |
+
"learning_rate": 4.9514299189546395e-05,
|
764 |
+
"loss": 1.6795,
|
765 |
+
"step": 3348
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.11230390853496411,
|
769 |
+
"grad_norm": 1.8970794677734375,
|
770 |
+
"learning_rate": 4.949768693662973e-05,
|
771 |
+
"loss": 1.6851,
|
772 |
+
"step": 3379
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.11333421962244083,
|
776 |
+
"grad_norm": 1.801310658454895,
|
777 |
+
"learning_rate": 4.948079823064559e-05,
|
778 |
+
"loss": 1.679,
|
779 |
+
"step": 3410
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.11436453070991758,
|
783 |
+
"grad_norm": 1.899228572845459,
|
784 |
+
"learning_rate": 4.946363326218074e-05,
|
785 |
+
"loss": 1.648,
|
786 |
+
"step": 3441
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.11539484179739432,
|
790 |
+
"grad_norm": 1.86049222946167,
|
791 |
+
"learning_rate": 4.9446192224939525e-05,
|
792 |
+
"loss": 1.6764,
|
793 |
+
"step": 3472
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.11642515288487104,
|
797 |
+
"grad_norm": 1.8451727628707886,
|
798 |
+
"learning_rate": 4.942847531574167e-05,
|
799 |
+
"loss": 1.6445,
|
800 |
+
"step": 3503
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.11745546397234778,
|
804 |
+
"grad_norm": 1.7101646661758423,
|
805 |
+
"learning_rate": 4.941048273452008e-05,
|
806 |
+
"loss": 1.668,
|
807 |
+
"step": 3534
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.11848577505982451,
|
811 |
+
"grad_norm": 1.8085941076278687,
|
812 |
+
"learning_rate": 4.9392214684318605e-05,
|
813 |
+
"loss": 1.6685,
|
814 |
+
"step": 3565
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.11951608614730125,
|
818 |
+
"grad_norm": 1.8603261709213257,
|
819 |
+
"learning_rate": 4.93736713712897e-05,
|
820 |
+
"loss": 1.6439,
|
821 |
+
"step": 3596
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.12054639723477799,
|
825 |
+
"grad_norm": 1.6646064519882202,
|
826 |
+
"learning_rate": 4.9354853004692124e-05,
|
827 |
+
"loss": 1.6498,
|
828 |
+
"step": 3627
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.12157670832225471,
|
832 |
+
"grad_norm": 1.724837064743042,
|
833 |
+
"learning_rate": 4.93357597968886e-05,
|
834 |
+
"loss": 1.6332,
|
835 |
+
"step": 3658
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.12260701940973145,
|
839 |
+
"grad_norm": 1.8698619604110718,
|
840 |
+
"learning_rate": 4.931639196334338e-05,
|
841 |
+
"loss": 1.6509,
|
842 |
+
"step": 3689
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.1236373304972082,
|
846 |
+
"grad_norm": 1.8970638513565063,
|
847 |
+
"learning_rate": 4.9296749722619826e-05,
|
848 |
+
"loss": 1.6641,
|
849 |
+
"step": 3720
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.12466764158468492,
|
853 |
+
"grad_norm": 1.812328577041626,
|
854 |
+
"learning_rate": 4.9276833296377966e-05,
|
855 |
+
"loss": 1.6387,
|
856 |
+
"step": 3751
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.12569795267216166,
|
860 |
+
"grad_norm": 1.746220350265503,
|
861 |
+
"learning_rate": 4.925664290937196e-05,
|
862 |
+
"loss": 1.6437,
|
863 |
+
"step": 3782
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.1267282637596384,
|
867 |
+
"grad_norm": 1.797878623008728,
|
868 |
+
"learning_rate": 4.9236178789447576e-05,
|
869 |
+
"loss": 1.639,
|
870 |
+
"step": 3813
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.12775857484711514,
|
874 |
+
"grad_norm": 1.8563851118087769,
|
875 |
+
"learning_rate": 4.921544116753962e-05,
|
876 |
+
"loss": 1.6531,
|
877 |
+
"step": 3844
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.12878888593459187,
|
881 |
+
"grad_norm": 1.7102128267288208,
|
882 |
+
"learning_rate": 4.919443027766935e-05,
|
883 |
+
"loss": 1.6354,
|
884 |
+
"step": 3875
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.1298191970220686,
|
888 |
+
"grad_norm": 1.924269676208496,
|
889 |
+
"learning_rate": 4.91731463569418e-05,
|
890 |
+
"loss": 1.6406,
|
891 |
+
"step": 3906
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.13084950810954532,
|
895 |
+
"grad_norm": 1.7960426807403564,
|
896 |
+
"learning_rate": 4.915158964554312e-05,
|
897 |
+
"loss": 1.6432,
|
898 |
+
"step": 3937
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.13187981919702207,
|
902 |
+
"grad_norm": 1.727726936340332,
|
903 |
+
"learning_rate": 4.912976038673786e-05,
|
904 |
+
"loss": 1.6378,
|
905 |
+
"step": 3968
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.1329101302844988,
|
909 |
+
"grad_norm": 1.7129536867141724,
|
910 |
+
"learning_rate": 4.9107658826866254e-05,
|
911 |
+
"loss": 1.6237,
|
912 |
+
"step": 3999
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.13394044137197553,
|
916 |
+
"grad_norm": 2.3489906787872314,
|
917 |
+
"learning_rate": 4.908528521534139e-05,
|
918 |
+
"loss": 1.6397,
|
919 |
+
"step": 4030
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.13497075245945228,
|
923 |
+
"grad_norm": 1.8773754835128784,
|
924 |
+
"learning_rate": 4.906263980464644e-05,
|
925 |
+
"loss": 1.6509,
|
926 |
+
"step": 4061
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.136001063546929,
|
930 |
+
"grad_norm": 1.7570220232009888,
|
931 |
+
"learning_rate": 4.903972285033178e-05,
|
932 |
+
"loss": 1.6094,
|
933 |
+
"step": 4092
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.13703137463440573,
|
937 |
+
"grad_norm": 1.8965568542480469,
|
938 |
+
"learning_rate": 4.901653461101213e-05,
|
939 |
+
"loss": 1.6253,
|
940 |
+
"step": 4123
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.1380616857218825,
|
944 |
+
"grad_norm": 1.7009938955307007,
|
945 |
+
"learning_rate": 4.8993075348363626e-05,
|
946 |
+
"loss": 1.6292,
|
947 |
+
"step": 4154
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.13909199680935921,
|
951 |
+
"grad_norm": 1.7146203517913818,
|
952 |
+
"learning_rate": 4.896934532712084e-05,
|
953 |
+
"loss": 1.6159,
|
954 |
+
"step": 4185
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.14012230789683594,
|
958 |
+
"grad_norm": 1.7641630172729492,
|
959 |
+
"learning_rate": 4.8945344815073846e-05,
|
960 |
+
"loss": 1.6285,
|
961 |
+
"step": 4216
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.1411526189843127,
|
965 |
+
"grad_norm": 1.5427709817886353,
|
966 |
+
"learning_rate": 4.892107408306516e-05,
|
967 |
+
"loss": 1.6305,
|
968 |
+
"step": 4247
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.14218293007178942,
|
972 |
+
"grad_norm": 1.72251558303833,
|
973 |
+
"learning_rate": 4.889653340498669e-05,
|
974 |
+
"loss": 1.6155,
|
975 |
+
"step": 4278
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.14321324115926615,
|
979 |
+
"grad_norm": 1.657377004623413,
|
980 |
+
"learning_rate": 4.8871723057776664e-05,
|
981 |
+
"loss": 1.6309,
|
982 |
+
"step": 4309
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.1442435522467429,
|
986 |
+
"grad_norm": 1.7477213144302368,
|
987 |
+
"learning_rate": 4.8846643321416476e-05,
|
988 |
+
"loss": 1.6252,
|
989 |
+
"step": 4340
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.14527386333421963,
|
993 |
+
"grad_norm": 1.7635339498519897,
|
994 |
+
"learning_rate": 4.882129447892753e-05,
|
995 |
+
"loss": 1.6371,
|
996 |
+
"step": 4371
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.14630417442169635,
|
1000 |
+
"grad_norm": 1.7317392826080322,
|
1001 |
+
"learning_rate": 4.8795676816368076e-05,
|
1002 |
+
"loss": 1.6122,
|
1003 |
+
"step": 4402
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.14733448550917308,
|
1007 |
+
"grad_norm": 1.7233941555023193,
|
1008 |
+
"learning_rate": 4.876979062282995e-05,
|
1009 |
+
"loss": 1.6148,
|
1010 |
+
"step": 4433
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.14836479659664983,
|
1014 |
+
"grad_norm": 1.9179445505142212,
|
1015 |
+
"learning_rate": 4.8743636190435325e-05,
|
1016 |
+
"loss": 1.6157,
|
1017 |
+
"step": 4464
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.14939510768412656,
|
1021 |
+
"grad_norm": 1.722945213317871,
|
1022 |
+
"learning_rate": 4.871721381433344e-05,
|
1023 |
+
"loss": 1.626,
|
1024 |
+
"step": 4495
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.1504254187716033,
|
1028 |
+
"grad_norm": 1.6069978475570679,
|
1029 |
+
"learning_rate": 4.869052379269719e-05,
|
1030 |
+
"loss": 1.6137,
|
1031 |
+
"step": 4526
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.15145572985908004,
|
1035 |
+
"grad_norm": 1.6798020601272583,
|
1036 |
+
"learning_rate": 4.866356642671985e-05,
|
1037 |
+
"loss": 1.5982,
|
1038 |
+
"step": 4557
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.15248604094655677,
|
1042 |
+
"grad_norm": 1.678053855895996,
|
1043 |
+
"learning_rate": 4.8636342020611634e-05,
|
1044 |
+
"loss": 1.6139,
|
1045 |
+
"step": 4588
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.1535163520340335,
|
1049 |
+
"grad_norm": 1.7278486490249634,
|
1050 |
+
"learning_rate": 4.860885088159626e-05,
|
1051 |
+
"loss": 1.6096,
|
1052 |
+
"step": 4619
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.15454666312151025,
|
1056 |
+
"grad_norm": 1.6635969877243042,
|
1057 |
+
"learning_rate": 4.858109331990751e-05,
|
1058 |
+
"loss": 1.6093,
|
1059 |
+
"step": 4650
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.15557697420898697,
|
1063 |
+
"grad_norm": 1.6084243059158325,
|
1064 |
+
"learning_rate": 4.855306964878567e-05,
|
1065 |
+
"loss": 1.5883,
|
1066 |
+
"step": 4681
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.1566072852964637,
|
1070 |
+
"grad_norm": 1.7566964626312256,
|
1071 |
+
"learning_rate": 4.8524780184474084e-05,
|
1072 |
+
"loss": 1.6086,
|
1073 |
+
"step": 4712
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.15763759638394045,
|
1077 |
+
"grad_norm": 1.6619112491607666,
|
1078 |
+
"learning_rate": 4.8496225246215496e-05,
|
1079 |
+
"loss": 1.6285,
|
1080 |
+
"step": 4743
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.15866790747141718,
|
1084 |
+
"grad_norm": 1.6006278991699219,
|
1085 |
+
"learning_rate": 4.8467405156248505e-05,
|
1086 |
+
"loss": 1.6076,
|
1087 |
+
"step": 4774
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.1596982185588939,
|
1091 |
+
"grad_norm": 1.6931226253509521,
|
1092 |
+
"learning_rate": 4.843832023980392e-05,
|
1093 |
+
"loss": 1.6036,
|
1094 |
+
"step": 4805
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.16072852964637063,
|
1098 |
+
"grad_norm": 1.6883424520492554,
|
1099 |
+
"learning_rate": 4.840897082510106e-05,
|
1100 |
+
"loss": 1.5914,
|
1101 |
+
"step": 4836
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.1617588407338474,
|
1105 |
+
"grad_norm": 1.6018158197402954,
|
1106 |
+
"learning_rate": 4.8379357243344084e-05,
|
1107 |
+
"loss": 1.6149,
|
1108 |
+
"step": 4867
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.1627891518213241,
|
1112 |
+
"grad_norm": 1.5941047668457031,
|
1113 |
+
"learning_rate": 4.8349479828718236e-05,
|
1114 |
+
"loss": 1.6083,
|
1115 |
+
"step": 4898
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.16381946290880084,
|
1119 |
+
"grad_norm": 1.596794843673706,
|
1120 |
+
"learning_rate": 4.8319338918386075e-05,
|
1121 |
+
"loss": 1.5832,
|
1122 |
+
"step": 4929
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.1648497739962776,
|
1126 |
+
"grad_norm": 1.635367512702942,
|
1127 |
+
"learning_rate": 4.828893485248369e-05,
|
1128 |
+
"loss": 1.5983,
|
1129 |
+
"step": 4960
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.16588008508375432,
|
1133 |
+
"grad_norm": 1.5640513896942139,
|
1134 |
+
"learning_rate": 4.825826797411682e-05,
|
1135 |
+
"loss": 1.6023,
|
1136 |
+
"step": 4991
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.16691039617123105,
|
1140 |
+
"grad_norm": 1.7526532411575317,
|
1141 |
+
"learning_rate": 4.822733862935702e-05,
|
1142 |
+
"loss": 1.6015,
|
1143 |
+
"step": 5022
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.1679407072587078,
|
1147 |
+
"grad_norm": 1.739694595336914,
|
1148 |
+
"learning_rate": 4.819614716723775e-05,
|
1149 |
+
"loss": 1.6004,
|
1150 |
+
"step": 5053
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.16897101834618453,
|
1154 |
+
"grad_norm": 1.6435447931289673,
|
1155 |
+
"learning_rate": 4.8164693939750425e-05,
|
1156 |
+
"loss": 1.5909,
|
1157 |
+
"step": 5084
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.17000132943366125,
|
1161 |
+
"grad_norm": 1.7074060440063477,
|
1162 |
+
"learning_rate": 4.813297930184042e-05,
|
1163 |
+
"loss": 1.6131,
|
1164 |
+
"step": 5115
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.171031640521138,
|
1168 |
+
"grad_norm": 1.567400336265564,
|
1169 |
+
"learning_rate": 4.810100361140314e-05,
|
1170 |
+
"loss": 1.6054,
|
1171 |
+
"step": 5146
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.17206195160861473,
|
1175 |
+
"grad_norm": 1.6380565166473389,
|
1176 |
+
"learning_rate": 4.8068767229279885e-05,
|
1177 |
+
"loss": 1.5948,
|
1178 |
+
"step": 5177
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.17309226269609146,
|
1182 |
+
"grad_norm": 1.5382912158966064,
|
1183 |
+
"learning_rate": 4.8036270519253854e-05,
|
1184 |
+
"loss": 1.5893,
|
1185 |
+
"step": 5208
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.1741225737835682,
|
1189 |
+
"grad_norm": 1.59961998462677,
|
1190 |
+
"learning_rate": 4.8003513848046e-05,
|
1191 |
+
"loss": 1.575,
|
1192 |
+
"step": 5239
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.17515288487104494,
|
1196 |
+
"grad_norm": 1.8677598237991333,
|
1197 |
+
"learning_rate": 4.79704975853109e-05,
|
1198 |
+
"loss": 1.6078,
|
1199 |
+
"step": 5270
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.17618319595852167,
|
1203 |
+
"grad_norm": 1.6640410423278809,
|
1204 |
+
"learning_rate": 4.793722210363262e-05,
|
1205 |
+
"loss": 1.5923,
|
1206 |
+
"step": 5301
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.1772135070459984,
|
1210 |
+
"grad_norm": 1.515498161315918,
|
1211 |
+
"learning_rate": 4.7903687778520414e-05,
|
1212 |
+
"loss": 1.5971,
|
1213 |
+
"step": 5332
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.17824381813347515,
|
1217 |
+
"grad_norm": 1.6211729049682617,
|
1218 |
+
"learning_rate": 4.7869894988404593e-05,
|
1219 |
+
"loss": 1.599,
|
1220 |
+
"step": 5363
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.17927412922095187,
|
1224 |
+
"grad_norm": 1.5390729904174805,
|
1225 |
+
"learning_rate": 4.783584411463221e-05,
|
1226 |
+
"loss": 1.5958,
|
1227 |
+
"step": 5394
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.1803044403084286,
|
1231 |
+
"grad_norm": 1.588283658027649,
|
1232 |
+
"learning_rate": 4.780153554146274e-05,
|
1233 |
+
"loss": 1.588,
|
1234 |
+
"step": 5425
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.18133475139590535,
|
1238 |
+
"grad_norm": 1.5678156614303589,
|
1239 |
+
"learning_rate": 4.7766969656063766e-05,
|
1240 |
+
"loss": 1.5839,
|
1241 |
+
"step": 5456
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.18236506248338208,
|
1245 |
+
"grad_norm": 1.6620889902114868,
|
1246 |
+
"learning_rate": 4.773214684850662e-05,
|
1247 |
+
"loss": 1.5993,
|
1248 |
+
"step": 5487
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.1833953735708588,
|
1252 |
+
"grad_norm": 1.5112054347991943,
|
1253 |
+
"learning_rate": 4.769706751176193e-05,
|
1254 |
+
"loss": 1.5765,
|
1255 |
+
"step": 5518
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.18442568465833556,
|
1259 |
+
"grad_norm": 1.5224021673202515,
|
1260 |
+
"learning_rate": 4.7661732041695264e-05,
|
1261 |
+
"loss": 1.6023,
|
1262 |
+
"step": 5549
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.18545599574581229,
|
1266 |
+
"grad_norm": 1.5449796915054321,
|
1267 |
+
"learning_rate": 4.762614083706258e-05,
|
1268 |
+
"loss": 1.5906,
|
1269 |
+
"step": 5580
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.186486306833289,
|
1273 |
+
"grad_norm": 1.571778416633606,
|
1274 |
+
"learning_rate": 4.759029429950581e-05,
|
1275 |
+
"loss": 1.5972,
|
1276 |
+
"step": 5611
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.18751661792076577,
|
1280 |
+
"grad_norm": 1.5014352798461914,
|
1281 |
+
"learning_rate": 4.7554192833548235e-05,
|
1282 |
+
"loss": 1.576,
|
1283 |
+
"step": 5642
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.1885469290082425,
|
1287 |
+
"grad_norm": 1.5657117366790771,
|
1288 |
+
"learning_rate": 4.751783684659e-05,
|
1289 |
+
"loss": 1.5797,
|
1290 |
+
"step": 5673
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.18957724009571922,
|
1294 |
+
"grad_norm": 1.523395299911499,
|
1295 |
+
"learning_rate": 4.748122674890348e-05,
|
1296 |
+
"loss": 1.5879,
|
1297 |
+
"step": 5704
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.19060755118319597,
|
1301 |
+
"grad_norm": 1.5439683198928833,
|
1302 |
+
"learning_rate": 4.7444362953628654e-05,
|
1303 |
+
"loss": 1.5653,
|
1304 |
+
"step": 5735
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.1916378622706727,
|
1308 |
+
"grad_norm": 1.6559383869171143,
|
1309 |
+
"learning_rate": 4.7407245876768424e-05,
|
1310 |
+
"loss": 1.5779,
|
1311 |
+
"step": 5766
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.19266817335814942,
|
1315 |
+
"grad_norm": 1.6374629735946655,
|
1316 |
+
"learning_rate": 4.736987593718397e-05,
|
1317 |
+
"loss": 1.5597,
|
1318 |
+
"step": 5797
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.19369848444562615,
|
1322 |
+
"grad_norm": 1.6622729301452637,
|
1323 |
+
"learning_rate": 4.733225355658999e-05,
|
1324 |
+
"loss": 1.5706,
|
1325 |
+
"step": 5828
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.1947287955331029,
|
1329 |
+
"grad_norm": 1.5311403274536133,
|
1330 |
+
"learning_rate": 4.7294379159549926e-05,
|
1331 |
+
"loss": 1.5719,
|
1332 |
+
"step": 5859
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.19575910662057963,
|
1336 |
+
"grad_norm": 1.5591763257980347,
|
1337 |
+
"learning_rate": 4.725625317347119e-05,
|
1338 |
+
"loss": 1.5945,
|
1339 |
+
"step": 5890
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.19678941770805636,
|
1343 |
+
"grad_norm": 1.6840064525604248,
|
1344 |
+
"learning_rate": 4.7217876028600374e-05,
|
1345 |
+
"loss": 1.5661,
|
1346 |
+
"step": 5921
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.1978197287955331,
|
1350 |
+
"grad_norm": 1.5817420482635498,
|
1351 |
+
"learning_rate": 4.717924815801832e-05,
|
1352 |
+
"loss": 1.5627,
|
1353 |
+
"step": 5952
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.19885003988300984,
|
1357 |
+
"grad_norm": 1.4626916646957397,
|
1358 |
+
"learning_rate": 4.714036999763532e-05,
|
1359 |
+
"loss": 1.5668,
|
1360 |
+
"step": 5983
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.19988035097048656,
|
1364 |
+
"grad_norm": 1.6004570722579956,
|
1365 |
+
"learning_rate": 4.7101241986186116e-05,
|
1366 |
+
"loss": 1.58,
|
1367 |
+
"step": 6014
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.20091066205796332,
|
1371 |
+
"grad_norm": 1.565014123916626,
|
1372 |
+
"learning_rate": 4.7061864565225e-05,
|
1373 |
+
"loss": 1.5642,
|
1374 |
+
"step": 6045
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.20194097314544004,
|
1378 |
+
"grad_norm": 1.523751139640808,
|
1379 |
+
"learning_rate": 4.702223817912081e-05,
|
1380 |
+
"loss": 1.575,
|
1381 |
+
"step": 6076
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.20297128423291677,
|
1385 |
+
"grad_norm": 1.531226396560669,
|
1386 |
+
"learning_rate": 4.698236327505195e-05,
|
1387 |
+
"loss": 1.5531,
|
1388 |
+
"step": 6107
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.20400159532039353,
|
1392 |
+
"grad_norm": 1.569403052330017,
|
1393 |
+
"learning_rate": 4.694224030300127e-05,
|
1394 |
+
"loss": 1.5655,
|
1395 |
+
"step": 6138
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.20503190640787025,
|
1399 |
+
"grad_norm": 1.607932209968567,
|
1400 |
+
"learning_rate": 4.690186971575107e-05,
|
1401 |
+
"loss": 1.5568,
|
1402 |
+
"step": 6169
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.20606221749534698,
|
1406 |
+
"grad_norm": 1.4806853532791138,
|
1407 |
+
"learning_rate": 4.6861251968877916e-05,
|
1408 |
+
"loss": 1.568,
|
1409 |
+
"step": 6200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.2070925285828237,
|
1413 |
+
"grad_norm": 1.606819748878479,
|
1414 |
+
"learning_rate": 4.68203875207476e-05,
|
1415 |
+
"loss": 1.5711,
|
1416 |
+
"step": 6231
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.20812283967030046,
|
1420 |
+
"grad_norm": 1.4872000217437744,
|
1421 |
+
"learning_rate": 4.677927683250983e-05,
|
1422 |
+
"loss": 1.5583,
|
1423 |
+
"step": 6262
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.20915315075777718,
|
1427 |
+
"grad_norm": 1.5292075872421265,
|
1428 |
+
"learning_rate": 4.6737920368093156e-05,
|
1429 |
+
"loss": 1.5528,
|
1430 |
+
"step": 6293
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.2101834618452539,
|
1434 |
+
"grad_norm": 1.4633690118789673,
|
1435 |
+
"learning_rate": 4.669631859419965e-05,
|
1436 |
+
"loss": 1.5526,
|
1437 |
+
"step": 6324
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.21121377293273066,
|
1441 |
+
"grad_norm": 1.4584565162658691,
|
1442 |
+
"learning_rate": 4.6654471980299676e-05,
|
1443 |
+
"loss": 1.5632,
|
1444 |
+
"step": 6355
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.2122440840202074,
|
1448 |
+
"grad_norm": 1.4834545850753784,
|
1449 |
+
"learning_rate": 4.661238099862658e-05,
|
1450 |
+
"loss": 1.5722,
|
1451 |
+
"step": 6386
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.21327439510768412,
|
1455 |
+
"grad_norm": 1.5098270177841187,
|
1456 |
+
"learning_rate": 4.657004612417138e-05,
|
1457 |
+
"loss": 1.5676,
|
1458 |
+
"step": 6417
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.21430470619516087,
|
1462 |
+
"grad_norm": 1.4672640562057495,
|
1463 |
+
"learning_rate": 4.6527467834677374e-05,
|
1464 |
+
"loss": 1.5534,
|
1465 |
+
"step": 6448
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.2153350172826376,
|
1469 |
+
"grad_norm": 1.451723337173462,
|
1470 |
+
"learning_rate": 4.648464661063478e-05,
|
1471 |
+
"loss": 1.5652,
|
1472 |
+
"step": 6479
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.21636532837011432,
|
1476 |
+
"grad_norm": 1.509397029876709,
|
1477 |
+
"learning_rate": 4.6441582935275264e-05,
|
1478 |
+
"loss": 1.5585,
|
1479 |
+
"step": 6510
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.21739563945759108,
|
1483 |
+
"grad_norm": 1.4893388748168945,
|
1484 |
+
"learning_rate": 4.6398277294566586e-05,
|
1485 |
+
"loss": 1.5524,
|
1486 |
+
"step": 6541
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.2184259505450678,
|
1490 |
+
"grad_norm": 1.48307466506958,
|
1491 |
+
"learning_rate": 4.6354730177207e-05,
|
1492 |
+
"loss": 1.5446,
|
1493 |
+
"step": 6572
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.21945626163254453,
|
1497 |
+
"grad_norm": 1.6026273965835571,
|
1498 |
+
"learning_rate": 4.6310942074619787e-05,
|
1499 |
+
"loss": 1.5742,
|
1500 |
+
"step": 6603
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.22048657272002128,
|
1504 |
+
"grad_norm": 1.4466279745101929,
|
1505 |
+
"learning_rate": 4.626691348094777e-05,
|
1506 |
+
"loss": 1.5338,
|
1507 |
+
"step": 6634
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.221516883807498,
|
1511 |
+
"grad_norm": 1.4488214254379272,
|
1512 |
+
"learning_rate": 4.622264489304762e-05,
|
1513 |
+
"loss": 1.5486,
|
1514 |
+
"step": 6665
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.22254719489497474,
|
1518 |
+
"grad_norm": 1.523085355758667,
|
1519 |
+
"learning_rate": 4.617813681048434e-05,
|
1520 |
+
"loss": 1.5793,
|
1521 |
+
"step": 6696
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.22357750598245146,
|
1525 |
+
"grad_norm": 1.513340711593628,
|
1526 |
+
"learning_rate": 4.61333897355256e-05,
|
1527 |
+
"loss": 1.5465,
|
1528 |
+
"step": 6727
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.22460781706992822,
|
1532 |
+
"grad_norm": 1.5583122968673706,
|
1533 |
+
"learning_rate": 4.608840417313604e-05,
|
1534 |
+
"loss": 1.5707,
|
1535 |
+
"step": 6758
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.22563812815740494,
|
1539 |
+
"grad_norm": 1.4766571521759033,
|
1540 |
+
"learning_rate": 4.6043180630971646e-05,
|
1541 |
+
"loss": 1.5701,
|
1542 |
+
"step": 6789
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.22666843924488167,
|
1546 |
+
"grad_norm": 1.5157111883163452,
|
1547 |
+
"learning_rate": 4.599771961937391e-05,
|
1548 |
+
"loss": 1.5547,
|
1549 |
+
"step": 6820
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.22769875033235842,
|
1553 |
+
"grad_norm": 1.558409571647644,
|
1554 |
+
"learning_rate": 4.5952021651364204e-05,
|
1555 |
+
"loss": 1.5351,
|
1556 |
+
"step": 6851
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.22872906141983515,
|
1560 |
+
"grad_norm": 1.4935834407806396,
|
1561 |
+
"learning_rate": 4.590608724263786e-05,
|
1562 |
+
"loss": 1.5697,
|
1563 |
+
"step": 6882
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.22975937250731188,
|
1567 |
+
"grad_norm": 1.4702025651931763,
|
1568 |
+
"learning_rate": 4.585991691155845e-05,
|
1569 |
+
"loss": 1.5733,
|
1570 |
+
"step": 6913
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.23078968359478863,
|
1574 |
+
"grad_norm": 1.4582765102386475,
|
1575 |
+
"learning_rate": 4.581351117915188e-05,
|
1576 |
+
"loss": 1.541,
|
1577 |
+
"step": 6944
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.23181999468226536,
|
1581 |
+
"grad_norm": 1.4955871105194092,
|
1582 |
+
"learning_rate": 4.5766870569100534e-05,
|
1583 |
+
"loss": 1.5436,
|
1584 |
+
"step": 6975
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.23285030576974208,
|
1588 |
+
"grad_norm": 1.5541787147521973,
|
1589 |
+
"learning_rate": 4.571999560773736e-05,
|
1590 |
+
"loss": 1.5531,
|
1591 |
+
"step": 7006
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.23388061685721884,
|
1595 |
+
"grad_norm": 1.4085042476654053,
|
1596 |
+
"learning_rate": 4.5672886824039915e-05,
|
1597 |
+
"loss": 1.5474,
|
1598 |
+
"step": 7037
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.23491092794469556,
|
1602 |
+
"grad_norm": 1.4347487688064575,
|
1603 |
+
"learning_rate": 4.5625544749624435e-05,
|
1604 |
+
"loss": 1.5562,
|
1605 |
+
"step": 7068
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.2359412390321723,
|
1609 |
+
"grad_norm": 1.4909547567367554,
|
1610 |
+
"learning_rate": 4.5577969918739794e-05,
|
1611 |
+
"loss": 1.5545,
|
1612 |
+
"step": 7099
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.23697155011964902,
|
1616 |
+
"grad_norm": 1.5197391510009766,
|
1617 |
+
"learning_rate": 4.5530162868261486e-05,
|
1618 |
+
"loss": 1.5447,
|
1619 |
+
"step": 7130
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.23800186120712577,
|
1623 |
+
"grad_norm": 1.4785538911819458,
|
1624 |
+
"learning_rate": 4.548212413768558e-05,
|
1625 |
+
"loss": 1.5436,
|
1626 |
+
"step": 7161
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.2390321722946025,
|
1630 |
+
"grad_norm": 1.4719116687774658,
|
1631 |
+
"learning_rate": 4.543385426912261e-05,
|
1632 |
+
"loss": 1.5404,
|
1633 |
+
"step": 7192
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.24006248338207922,
|
1637 |
+
"grad_norm": 1.5343807935714722,
|
1638 |
+
"learning_rate": 4.53853538072915e-05,
|
1639 |
+
"loss": 1.5567,
|
1640 |
+
"step": 7223
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.24109279446955598,
|
1644 |
+
"grad_norm": 1.4943312406539917,
|
1645 |
+
"learning_rate": 4.533662329951336e-05,
|
1646 |
+
"loss": 1.5643,
|
1647 |
+
"step": 7254
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.2421231055570327,
|
1651 |
+
"grad_norm": 1.5655717849731445,
|
1652 |
+
"learning_rate": 4.528766329570536e-05,
|
1653 |
+
"loss": 1.5413,
|
1654 |
+
"step": 7285
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.24315341664450943,
|
1658 |
+
"grad_norm": 2.006964683532715,
|
1659 |
+
"learning_rate": 4.523847434837447e-05,
|
1660 |
+
"loss": 1.546,
|
1661 |
+
"step": 7316
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.24418372773198618,
|
1665 |
+
"grad_norm": 1.3473403453826904,
|
1666 |
+
"learning_rate": 4.518905701261128e-05,
|
1667 |
+
"loss": 1.5438,
|
1668 |
+
"step": 7347
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.2452140388194629,
|
1672 |
+
"grad_norm": 1.4880343675613403,
|
1673 |
+
"learning_rate": 4.5139411846083715e-05,
|
1674 |
+
"loss": 1.5467,
|
1675 |
+
"step": 7378
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.24624434990693964,
|
1679 |
+
"grad_norm": 1.4092179536819458,
|
1680 |
+
"learning_rate": 4.508953940903073e-05,
|
1681 |
+
"loss": 1.5391,
|
1682 |
+
"step": 7409
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.2472746609944164,
|
1686 |
+
"grad_norm": 1.5732282400131226,
|
1687 |
+
"learning_rate": 4.5039440264255994e-05,
|
1688 |
+
"loss": 1.5498,
|
1689 |
+
"step": 7440
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.24830497208189312,
|
1693 |
+
"grad_norm": 3.3359272480010986,
|
1694 |
+
"learning_rate": 4.498911497712155e-05,
|
1695 |
+
"loss": 1.5446,
|
1696 |
+
"step": 7471
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.24933528316936984,
|
1700 |
+
"grad_norm": 1.4734565019607544,
|
1701 |
+
"learning_rate": 4.493856411554142e-05,
|
1702 |
+
"loss": 1.5468,
|
1703 |
+
"step": 7502
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.25036559425684657,
|
1707 |
+
"grad_norm": 1.5382531881332397,
|
1708 |
+
"learning_rate": 4.4887788249975206e-05,
|
1709 |
+
"loss": 1.5431,
|
1710 |
+
"step": 7533
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.2513959053443233,
|
1714 |
+
"grad_norm": 1.5253698825836182,
|
1715 |
+
"learning_rate": 4.4836787953421656e-05,
|
1716 |
+
"loss": 1.5373,
|
1717 |
+
"step": 7564
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.2524262164318001,
|
1721 |
+
"grad_norm": 1.5616925954818726,
|
1722 |
+
"learning_rate": 4.478556380141218e-05,
|
1723 |
+
"loss": 1.5695,
|
1724 |
+
"step": 7595
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.2534565275192768,
|
1728 |
+
"grad_norm": 1.4779139757156372,
|
1729 |
+
"learning_rate": 4.4734116372004375e-05,
|
1730 |
+
"loss": 1.5423,
|
1731 |
+
"step": 7626
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.25448683860675353,
|
1735 |
+
"grad_norm": 1.4286718368530273,
|
1736 |
+
"learning_rate": 4.4682446245775477e-05,
|
1737 |
+
"loss": 1.5434,
|
1738 |
+
"step": 7657
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.2555171496942303,
|
1742 |
+
"grad_norm": 1.559987187385559,
|
1743 |
+
"learning_rate": 4.463055400581586e-05,
|
1744 |
+
"loss": 1.5402,
|
1745 |
+
"step": 7688
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.256547460781707,
|
1749 |
+
"grad_norm": 1.4642205238342285,
|
1750 |
+
"learning_rate": 4.4578440237722374e-05,
|
1751 |
+
"loss": 1.5409,
|
1752 |
+
"step": 7719
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.25757777186918374,
|
1756 |
+
"grad_norm": 1.447375774383545,
|
1757 |
+
"learning_rate": 4.452610552959183e-05,
|
1758 |
+
"loss": 1.5353,
|
1759 |
+
"step": 7750
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.2586080829566605,
|
1763 |
+
"grad_norm": 1.4967209100723267,
|
1764 |
+
"learning_rate": 4.447355047201428e-05,
|
1765 |
+
"loss": 1.5432,
|
1766 |
+
"step": 7781
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.2596383940441372,
|
1770 |
+
"grad_norm": 1.4597041606903076,
|
1771 |
+
"learning_rate": 4.4420775658066414e-05,
|
1772 |
+
"loss": 1.5355,
|
1773 |
+
"step": 7812
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.26066870513161394,
|
1777 |
+
"grad_norm": 1.3647087812423706,
|
1778 |
+
"learning_rate": 4.436778168330484e-05,
|
1779 |
+
"loss": 1.5413,
|
1780 |
+
"step": 7843
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.26169901621909064,
|
1784 |
+
"grad_norm": 1.3664494752883911,
|
1785 |
+
"learning_rate": 4.4314569145759353e-05,
|
1786 |
+
"loss": 1.5194,
|
1787 |
+
"step": 7874
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.2627293273065674,
|
1791 |
+
"grad_norm": 1.4098619222640991,
|
1792 |
+
"learning_rate": 4.42611386459262e-05,
|
1793 |
+
"loss": 1.5369,
|
1794 |
+
"step": 7905
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.26375963839404415,
|
1798 |
+
"grad_norm": 1.468239665031433,
|
1799 |
+
"learning_rate": 4.420749078676133e-05,
|
1800 |
+
"loss": 1.5093,
|
1801 |
+
"step": 7936
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.26478994948152085,
|
1805 |
+
"grad_norm": 1.5132948160171509,
|
1806 |
+
"learning_rate": 4.4153626173673516e-05,
|
1807 |
+
"loss": 1.5258,
|
1808 |
+
"step": 7967
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.2658202605689976,
|
1812 |
+
"grad_norm": 1.4278615713119507,
|
1813 |
+
"learning_rate": 4.409954541451762e-05,
|
1814 |
+
"loss": 1.5515,
|
1815 |
+
"step": 7998
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.26685057165647436,
|
1819 |
+
"grad_norm": 1.5070613622665405,
|
1820 |
+
"learning_rate": 4.404524911958764e-05,
|
1821 |
+
"loss": 1.5295,
|
1822 |
+
"step": 8029
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.26788088274395105,
|
1826 |
+
"grad_norm": 1.4723968505859375,
|
1827 |
+
"learning_rate": 4.399073790160989e-05,
|
1828 |
+
"loss": 1.5453,
|
1829 |
+
"step": 8060
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.2689111938314278,
|
1833 |
+
"grad_norm": 1.399830937385559,
|
1834 |
+
"learning_rate": 4.393601237573607e-05,
|
1835 |
+
"loss": 1.5412,
|
1836 |
+
"step": 8091
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.26994150491890456,
|
1840 |
+
"grad_norm": 1.4758100509643555,
|
1841 |
+
"learning_rate": 4.388107315953628e-05,
|
1842 |
+
"loss": 1.5454,
|
1843 |
+
"step": 8122
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.27097181600638126,
|
1847 |
+
"grad_norm": 1.423598051071167,
|
1848 |
+
"learning_rate": 4.382592087299212e-05,
|
1849 |
+
"loss": 1.5361,
|
1850 |
+
"step": 8153
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.272002127093858,
|
1854 |
+
"grad_norm": 1.4820687770843506,
|
1855 |
+
"learning_rate": 4.377055613848964e-05,
|
1856 |
+
"loss": 1.5037,
|
1857 |
+
"step": 8184
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.27303243818133477,
|
1861 |
+
"grad_norm": 1.4939546585083008,
|
1862 |
+
"learning_rate": 4.3714979580812355e-05,
|
1863 |
+
"loss": 1.5168,
|
1864 |
+
"step": 8215
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.27406274926881147,
|
1868 |
+
"grad_norm": 1.4235663414001465,
|
1869 |
+
"learning_rate": 4.365919182713416e-05,
|
1870 |
+
"loss": 1.5215,
|
1871 |
+
"step": 8246
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.2750930603562882,
|
1875 |
+
"grad_norm": 1.4634205102920532,
|
1876 |
+
"learning_rate": 4.360319350701226e-05,
|
1877 |
+
"loss": 1.5218,
|
1878 |
+
"step": 8277
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.276123371443765,
|
1882 |
+
"grad_norm": 1.4316506385803223,
|
1883 |
+
"learning_rate": 4.3546985252380115e-05,
|
1884 |
+
"loss": 1.5301,
|
1885 |
+
"step": 8308
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.2771536825312417,
|
1889 |
+
"grad_norm": 1.416364073753357,
|
1890 |
+
"learning_rate": 4.349056769754021e-05,
|
1891 |
+
"loss": 1.524,
|
1892 |
+
"step": 8339
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.27818399361871843,
|
1896 |
+
"grad_norm": 1.4837143421173096,
|
1897 |
+
"learning_rate": 4.3433941479156994e-05,
|
1898 |
+
"loss": 1.5372,
|
1899 |
+
"step": 8370
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.2792143047061952,
|
1903 |
+
"grad_norm": 1.4120386838912964,
|
1904 |
+
"learning_rate": 4.3377107236249647e-05,
|
1905 |
+
"loss": 1.5085,
|
1906 |
+
"step": 8401
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.2802446157936719,
|
1910 |
+
"grad_norm": 1.4150009155273438,
|
1911 |
+
"learning_rate": 4.332006561018488e-05,
|
1912 |
+
"loss": 1.5188,
|
1913 |
+
"step": 8432
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.28127492688114863,
|
1917 |
+
"grad_norm": 1.3972294330596924,
|
1918 |
+
"learning_rate": 4.3262817244669683e-05,
|
1919 |
+
"loss": 1.5167,
|
1920 |
+
"step": 8463
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.2823052379686254,
|
1924 |
+
"grad_norm": 1.4402275085449219,
|
1925 |
+
"learning_rate": 4.3205362785744083e-05,
|
1926 |
+
"loss": 1.5365,
|
1927 |
+
"step": 8494
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.2833355490561021,
|
1931 |
+
"grad_norm": 1.5087653398513794,
|
1932 |
+
"learning_rate": 4.314770288177384e-05,
|
1933 |
+
"loss": 1.5252,
|
1934 |
+
"step": 8525
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.28436586014357884,
|
1938 |
+
"grad_norm": 1.4362132549285889,
|
1939 |
+
"learning_rate": 4.308983818344313e-05,
|
1940 |
+
"loss": 1.5302,
|
1941 |
+
"step": 8556
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.2853961712310556,
|
1945 |
+
"grad_norm": 1.3816102743148804,
|
1946 |
+
"learning_rate": 4.3031769343747206e-05,
|
1947 |
+
"loss": 1.5264,
|
1948 |
+
"step": 8587
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.2864264823185323,
|
1952 |
+
"grad_norm": 1.5195884704589844,
|
1953 |
+
"learning_rate": 4.297349701798505e-05,
|
1954 |
+
"loss": 1.5051,
|
1955 |
+
"step": 8618
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.28745679340600905,
|
1959 |
+
"grad_norm": 1.7179895639419556,
|
1960 |
+
"learning_rate": 4.2915021863751916e-05,
|
1961 |
+
"loss": 1.5224,
|
1962 |
+
"step": 8649
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.2884871044934858,
|
1966 |
+
"grad_norm": 1.526225209236145,
|
1967 |
+
"learning_rate": 4.285634454093198e-05,
|
1968 |
+
"loss": 1.5035,
|
1969 |
+
"step": 8680
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.2895174155809625,
|
1973 |
+
"grad_norm": 1.425753116607666,
|
1974 |
+
"learning_rate": 4.279746571169086e-05,
|
1975 |
+
"loss": 1.5006,
|
1976 |
+
"step": 8711
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.29054772666843925,
|
1980 |
+
"grad_norm": 1.3119168281555176,
|
1981 |
+
"learning_rate": 4.2738386040468136e-05,
|
1982 |
+
"loss": 1.5196,
|
1983 |
+
"step": 8742
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.29157803775591595,
|
1987 |
+
"grad_norm": 1.462497591972351,
|
1988 |
+
"learning_rate": 4.2679106193969866e-05,
|
1989 |
+
"loss": 1.4969,
|
1990 |
+
"step": 8773
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.2926083488433927,
|
1994 |
+
"grad_norm": 1.4374085664749146,
|
1995 |
+
"learning_rate": 4.261962684116106e-05,
|
1996 |
+
"loss": 1.5152,
|
1997 |
+
"step": 8804
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.29363865993086946,
|
2001 |
+
"grad_norm": 1.3366769552230835,
|
2002 |
+
"learning_rate": 4.2559948653258145e-05,
|
2003 |
+
"loss": 1.507,
|
2004 |
+
"step": 8835
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.29466897101834616,
|
2008 |
+
"grad_norm": 1.4314748048782349,
|
2009 |
+
"learning_rate": 4.250007230372134e-05,
|
2010 |
+
"loss": 1.5301,
|
2011 |
+
"step": 8866
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.2956992821058229,
|
2015 |
+
"grad_norm": 1.375900387763977,
|
2016 |
+
"learning_rate": 4.2439998468247126e-05,
|
2017 |
+
"loss": 1.5137,
|
2018 |
+
"step": 8897
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.29672959319329967,
|
2022 |
+
"grad_norm": 1.3341666460037231,
|
2023 |
+
"learning_rate": 4.2379727824760566e-05,
|
2024 |
+
"loss": 1.522,
|
2025 |
+
"step": 8928
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.29775990428077637,
|
2029 |
+
"grad_norm": 1.345363736152649,
|
2030 |
+
"learning_rate": 4.231926105340768e-05,
|
2031 |
+
"loss": 1.4951,
|
2032 |
+
"step": 8959
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.2987902153682531,
|
2036 |
+
"grad_norm": 1.4105278253555298,
|
2037 |
+
"learning_rate": 4.225859883654776e-05,
|
2038 |
+
"loss": 1.5272,
|
2039 |
+
"step": 8990
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.2998205264557299,
|
2043 |
+
"grad_norm": 1.3522354364395142,
|
2044 |
+
"learning_rate": 4.219774185874569e-05,
|
2045 |
+
"loss": 1.5319,
|
2046 |
+
"step": 9021
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.3008508375432066,
|
2050 |
+
"grad_norm": 1.3407599925994873,
|
2051 |
+
"learning_rate": 4.213669080676418e-05,
|
2052 |
+
"loss": 1.5346,
|
2053 |
+
"step": 9052
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.3018811486306833,
|
2057 |
+
"grad_norm": 1.4593051671981812,
|
2058 |
+
"learning_rate": 4.2075446369556056e-05,
|
2059 |
+
"loss": 1.5122,
|
2060 |
+
"step": 9083
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.3029114597181601,
|
2064 |
+
"grad_norm": 1.3011035919189453,
|
2065 |
+
"learning_rate": 4.201400923825648e-05,
|
2066 |
+
"loss": 1.5076,
|
2067 |
+
"step": 9114
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.3039417708056368,
|
2071 |
+
"grad_norm": 1.431721806526184,
|
2072 |
+
"learning_rate": 4.195238010617511e-05,
|
2073 |
+
"loss": 1.5152,
|
2074 |
+
"step": 9145
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.30497208189311353,
|
2078 |
+
"grad_norm": 1.4024991989135742,
|
2079 |
+
"learning_rate": 4.1890559668788344e-05,
|
2080 |
+
"loss": 1.5101,
|
2081 |
+
"step": 9176
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.3060023929805903,
|
2085 |
+
"grad_norm": 1.3289436101913452,
|
2086 |
+
"learning_rate": 4.1828548623731405e-05,
|
2087 |
+
"loss": 1.4972,
|
2088 |
+
"step": 9207
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.307032704068067,
|
2092 |
+
"grad_norm": 1.4914730787277222,
|
2093 |
+
"learning_rate": 4.1766347670790506e-05,
|
2094 |
+
"loss": 1.5038,
|
2095 |
+
"step": 9238
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.30806301515554374,
|
2099 |
+
"grad_norm": 1.3376572132110596,
|
2100 |
+
"learning_rate": 4.170395751189495e-05,
|
2101 |
+
"loss": 1.5202,
|
2102 |
+
"step": 9269
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.3090933262430205,
|
2106 |
+
"grad_norm": 1.3964329957962036,
|
2107 |
+
"learning_rate": 4.164137885110921e-05,
|
2108 |
+
"loss": 1.4875,
|
2109 |
+
"step": 9300
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 0.3101236373304972,
|
2113 |
+
"grad_norm": 1.2990026473999023,
|
2114 |
+
"learning_rate": 4.157861239462495e-05,
|
2115 |
+
"loss": 1.5051,
|
2116 |
+
"step": 9331
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 0.31115394841797395,
|
2120 |
+
"grad_norm": 1.3120143413543701,
|
2121 |
+
"learning_rate": 4.1515658850753114e-05,
|
2122 |
+
"loss": 1.4965,
|
2123 |
+
"step": 9362
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 0.3121842595054507,
|
2127 |
+
"grad_norm": 1.3370813131332397,
|
2128 |
+
"learning_rate": 4.145251892991588e-05,
|
2129 |
+
"loss": 1.5081,
|
2130 |
+
"step": 9393
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 0.3132145705929274,
|
2134 |
+
"grad_norm": 1.376318097114563,
|
2135 |
+
"learning_rate": 4.138919334463868e-05,
|
2136 |
+
"loss": 1.4931,
|
2137 |
+
"step": 9424
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 0.31424488168040415,
|
2141 |
+
"grad_norm": 1.3892277479171753,
|
2142 |
+
"learning_rate": 4.1325682809542124e-05,
|
2143 |
+
"loss": 1.4998,
|
2144 |
+
"step": 9455
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.3152751927678809,
|
2148 |
+
"grad_norm": 1.31952965259552,
|
2149 |
+
"learning_rate": 4.126198804133398e-05,
|
2150 |
+
"loss": 1.5228,
|
2151 |
+
"step": 9486
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 0.3163055038553576,
|
2155 |
+
"grad_norm": 1.3445535898208618,
|
2156 |
+
"learning_rate": 4.1198109758801055e-05,
|
2157 |
+
"loss": 1.5254,
|
2158 |
+
"step": 9517
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 0.31733581494283436,
|
2162 |
+
"grad_norm": 1.3134032487869263,
|
2163 |
+
"learning_rate": 4.113404868280107e-05,
|
2164 |
+
"loss": 1.487,
|
2165 |
+
"step": 9548
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 0.3183661260303111,
|
2169 |
+
"grad_norm": 1.3956280946731567,
|
2170 |
+
"learning_rate": 4.106980553625457e-05,
|
2171 |
+
"loss": 1.5189,
|
2172 |
+
"step": 9579
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 0.3193964371177878,
|
2176 |
+
"grad_norm": 1.415956974029541,
|
2177 |
+
"learning_rate": 4.100538104413674e-05,
|
2178 |
+
"loss": 1.4853,
|
2179 |
+
"step": 9610
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 0.32042674820526457,
|
2183 |
+
"grad_norm": 1.333051323890686,
|
2184 |
+
"learning_rate": 4.09407759334692e-05,
|
2185 |
+
"loss": 1.4887,
|
2186 |
+
"step": 9641
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.32145705929274127,
|
2190 |
+
"grad_norm": 1.4168857336044312,
|
2191 |
+
"learning_rate": 4.087599093331186e-05,
|
2192 |
+
"loss": 1.4906,
|
2193 |
+
"step": 9672
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 0.322487370380218,
|
2197 |
+
"grad_norm": 1.452917218208313,
|
2198 |
+
"learning_rate": 4.081102677475462e-05,
|
2199 |
+
"loss": 1.5142,
|
2200 |
+
"step": 9703
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 0.3235176814676948,
|
2204 |
+
"grad_norm": 1.3834184408187866,
|
2205 |
+
"learning_rate": 4.0745884190909194e-05,
|
2206 |
+
"loss": 1.4924,
|
2207 |
+
"step": 9734
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 0.32454799255517147,
|
2211 |
+
"grad_norm": 1.3319405317306519,
|
2212 |
+
"learning_rate": 4.0680563916900796e-05,
|
2213 |
+
"loss": 1.5088,
|
2214 |
+
"step": 9765
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 0.3255783036426482,
|
2218 |
+
"grad_norm": 1.392349362373352,
|
2219 |
+
"learning_rate": 4.0615066689859815e-05,
|
2220 |
+
"loss": 1.5257,
|
2221 |
+
"step": 9796
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 0.326608614730125,
|
2225 |
+
"grad_norm": 1.3074041604995728,
|
2226 |
+
"learning_rate": 4.0549393248913584e-05,
|
2227 |
+
"loss": 1.501,
|
2228 |
+
"step": 9827
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.3276389258176017,
|
2232 |
+
"grad_norm": 1.3147920370101929,
|
2233 |
+
"learning_rate": 4.048354433517794e-05,
|
2234 |
+
"loss": 1.4924,
|
2235 |
+
"step": 9858
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 0.32866923690507843,
|
2239 |
+
"grad_norm": 1.3868871927261353,
|
2240 |
+
"learning_rate": 4.0417520691748916e-05,
|
2241 |
+
"loss": 1.507,
|
2242 |
+
"step": 9889
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 0.3296995479925552,
|
2246 |
+
"grad_norm": 1.3428276777267456,
|
2247 |
+
"learning_rate": 4.035132306369438e-05,
|
2248 |
+
"loss": 1.4975,
|
2249 |
+
"step": 9920
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.3307298590800319,
|
2253 |
+
"grad_norm": 1.3915890455245972,
|
2254 |
+
"learning_rate": 4.028495219804555e-05,
|
2255 |
+
"loss": 1.5037,
|
2256 |
+
"step": 9951
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 0.33176017016750864,
|
2260 |
+
"grad_norm": 1.3039841651916504,
|
2261 |
+
"learning_rate": 4.021840884378864e-05,
|
2262 |
+
"loss": 1.5157,
|
2263 |
+
"step": 9982
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 0.3327904812549854,
|
2267 |
+
"grad_norm": 1.370236873626709,
|
2268 |
+
"learning_rate": 4.015169375185633e-05,
|
2269 |
+
"loss": 1.4959,
|
2270 |
+
"step": 10013
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 0.3338207923424621,
|
2274 |
+
"grad_norm": 1.3154406547546387,
|
2275 |
+
"learning_rate": 4.0084807675119396e-05,
|
2276 |
+
"loss": 1.5017,
|
2277 |
+
"step": 10044
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 0.33485110342993885,
|
2281 |
+
"grad_norm": 1.4002853631973267,
|
2282 |
+
"learning_rate": 4.0017751368378106e-05,
|
2283 |
+
"loss": 1.4935,
|
2284 |
+
"step": 10075
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 0.3358814145174156,
|
2288 |
+
"grad_norm": 1.327405571937561,
|
2289 |
+
"learning_rate": 3.995052558835377e-05,
|
2290 |
+
"loss": 1.4927,
|
2291 |
+
"step": 10106
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.3369117256048923,
|
2295 |
+
"grad_norm": 1.3635532855987549,
|
2296 |
+
"learning_rate": 3.988313109368017e-05,
|
2297 |
+
"loss": 1.5051,
|
2298 |
+
"step": 10137
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 0.33794203669236905,
|
2302 |
+
"grad_norm": 1.3702609539031982,
|
2303 |
+
"learning_rate": 3.981556864489504e-05,
|
2304 |
+
"loss": 1.5114,
|
2305 |
+
"step": 10168
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 0.3389723477798458,
|
2309 |
+
"grad_norm": 1.4702330827713013,
|
2310 |
+
"learning_rate": 3.974783900443142e-05,
|
2311 |
+
"loss": 1.4998,
|
2312 |
+
"step": 10199
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 0.3400026588673225,
|
2316 |
+
"grad_norm": 1.3873344659805298,
|
2317 |
+
"learning_rate": 3.9679942936609095e-05,
|
2318 |
+
"loss": 1.5023,
|
2319 |
+
"step": 10230
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 0.34103296995479926,
|
2323 |
+
"grad_norm": 1.3811312913894653,
|
2324 |
+
"learning_rate": 3.961188120762596e-05,
|
2325 |
+
"loss": 1.4855,
|
2326 |
+
"step": 10261
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 0.342063281042276,
|
2330 |
+
"grad_norm": 1.2822514772415161,
|
2331 |
+
"learning_rate": 3.954365458554938e-05,
|
2332 |
+
"loss": 1.4987,
|
2333 |
+
"step": 10292
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.3430935921297527,
|
2337 |
+
"grad_norm": 1.3461897373199463,
|
2338 |
+
"learning_rate": 3.947526384030751e-05,
|
2339 |
+
"loss": 1.4994,
|
2340 |
+
"step": 10323
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 0.34412390321722947,
|
2344 |
+
"grad_norm": 1.3947008848190308,
|
2345 |
+
"learning_rate": 3.9406709743680624e-05,
|
2346 |
+
"loss": 1.4862,
|
2347 |
+
"step": 10354
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 0.3451542143047062,
|
2351 |
+
"grad_norm": 1.3745840787887573,
|
2352 |
+
"learning_rate": 3.9337993069292366e-05,
|
2353 |
+
"loss": 1.4869,
|
2354 |
+
"step": 10385
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 0.3461845253921829,
|
2358 |
+
"grad_norm": 1.3414299488067627,
|
2359 |
+
"learning_rate": 3.926911459260109e-05,
|
2360 |
+
"loss": 1.4774,
|
2361 |
+
"step": 10416
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 0.34721483647965967,
|
2365 |
+
"grad_norm": 1.5847649574279785,
|
2366 |
+
"learning_rate": 3.920007509089102e-05,
|
2367 |
+
"loss": 1.4935,
|
2368 |
+
"step": 10447
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 0.3482451475671364,
|
2372 |
+
"grad_norm": 1.3305450677871704,
|
2373 |
+
"learning_rate": 3.913087534326357e-05,
|
2374 |
+
"loss": 1.506,
|
2375 |
+
"step": 10478
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.3492754586546131,
|
2379 |
+
"grad_norm": 1.3079018592834473,
|
2380 |
+
"learning_rate": 3.9061516130628475e-05,
|
2381 |
+
"loss": 1.5005,
|
2382 |
+
"step": 10509
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 0.3503057697420899,
|
2386 |
+
"grad_norm": 1.3646214008331299,
|
2387 |
+
"learning_rate": 3.8991998235695025e-05,
|
2388 |
+
"loss": 1.4937,
|
2389 |
+
"step": 10540
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 0.3513360808295666,
|
2393 |
+
"grad_norm": 1.3948808908462524,
|
2394 |
+
"learning_rate": 3.8922322442963224e-05,
|
2395 |
+
"loss": 1.4737,
|
2396 |
+
"step": 10571
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 0.35236639191704333,
|
2400 |
+
"grad_norm": 1.4026129245758057,
|
2401 |
+
"learning_rate": 3.885248953871491e-05,
|
2402 |
+
"loss": 1.4873,
|
2403 |
+
"step": 10602
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 0.3533967030045201,
|
2407 |
+
"grad_norm": 1.396984338760376,
|
2408 |
+
"learning_rate": 3.8782500311004915e-05,
|
2409 |
+
"loss": 1.4958,
|
2410 |
+
"step": 10633
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 0.3544270140919968,
|
2414 |
+
"grad_norm": 1.3693382740020752,
|
2415 |
+
"learning_rate": 3.871235554965218e-05,
|
2416 |
+
"loss": 1.4886,
|
2417 |
+
"step": 10664
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.35545732517947354,
|
2421 |
+
"grad_norm": 1.304598093032837,
|
2422 |
+
"learning_rate": 3.864205604623078e-05,
|
2423 |
+
"loss": 1.4749,
|
2424 |
+
"step": 10695
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 0.3564876362669503,
|
2428 |
+
"grad_norm": 1.3725641965866089,
|
2429 |
+
"learning_rate": 3.857160259406107e-05,
|
2430 |
+
"loss": 1.4773,
|
2431 |
+
"step": 10726
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 0.357517947354427,
|
2435 |
+
"grad_norm": 1.37954843044281,
|
2436 |
+
"learning_rate": 3.8500995988200674e-05,
|
2437 |
+
"loss": 1.5007,
|
2438 |
+
"step": 10757
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 0.35854825844190374,
|
2442 |
+
"grad_norm": 1.7074191570281982,
|
2443 |
+
"learning_rate": 3.843023702543556e-05,
|
2444 |
+
"loss": 1.488,
|
2445 |
+
"step": 10788
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 0.3595785695293805,
|
2449 |
+
"grad_norm": 1.3874558210372925,
|
2450 |
+
"learning_rate": 3.8359326504270984e-05,
|
2451 |
+
"loss": 1.4961,
|
2452 |
+
"step": 10819
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 0.3606088806168572,
|
2456 |
+
"grad_norm": 1.4195255041122437,
|
2457 |
+
"learning_rate": 3.828826522492255e-05,
|
2458 |
+
"loss": 1.4922,
|
2459 |
+
"step": 10850
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.36163919170433395,
|
2463 |
+
"grad_norm": 1.3814491033554077,
|
2464 |
+
"learning_rate": 3.821705398930713e-05,
|
2465 |
+
"loss": 1.4847,
|
2466 |
+
"step": 10881
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 0.3626695027918107,
|
2470 |
+
"grad_norm": 1.269761323928833,
|
2471 |
+
"learning_rate": 3.814569360103385e-05,
|
2472 |
+
"loss": 1.5009,
|
2473 |
+
"step": 10912
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 0.3636998138792874,
|
2477 |
+
"grad_norm": 1.274278998374939,
|
2478 |
+
"learning_rate": 3.807418486539499e-05,
|
2479 |
+
"loss": 1.4522,
|
2480 |
+
"step": 10943
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 0.36473012496676416,
|
2484 |
+
"grad_norm": 1.3634709119796753,
|
2485 |
+
"learning_rate": 3.80025285893569e-05,
|
2486 |
+
"loss": 1.4782,
|
2487 |
+
"step": 10974
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 0.3657604360542409,
|
2491 |
+
"grad_norm": 1.2463103532791138,
|
2492 |
+
"learning_rate": 3.793072558155093e-05,
|
2493 |
+
"loss": 1.4774,
|
2494 |
+
"step": 11005
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 0.3667907471417176,
|
2498 |
+
"grad_norm": 1.8971500396728516,
|
2499 |
+
"learning_rate": 3.785877665226426e-05,
|
2500 |
+
"loss": 1.4811,
|
2501 |
+
"step": 11036
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 0.36782105822919436,
|
2505 |
+
"grad_norm": 1.3241803646087646,
|
2506 |
+
"learning_rate": 3.778668261343079e-05,
|
2507 |
+
"loss": 1.4817,
|
2508 |
+
"step": 11067
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 0.3688513693166711,
|
2512 |
+
"grad_norm": 1.422899842262268,
|
2513 |
+
"learning_rate": 3.771444427862192e-05,
|
2514 |
+
"loss": 1.4897,
|
2515 |
+
"step": 11098
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 0.3698816804041478,
|
2519 |
+
"grad_norm": 1.3501219749450684,
|
2520 |
+
"learning_rate": 3.7642062463037465e-05,
|
2521 |
+
"loss": 1.4828,
|
2522 |
+
"step": 11129
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.37091199149162457,
|
2526 |
+
"grad_norm": 1.399356722831726,
|
2527 |
+
"learning_rate": 3.7569537983496373e-05,
|
2528 |
+
"loss": 1.511,
|
2529 |
+
"step": 11160
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 0.3719423025791013,
|
2533 |
+
"grad_norm": 1.358941674232483,
|
2534 |
+
"learning_rate": 3.749687165842753e-05,
|
2535 |
+
"loss": 1.4887,
|
2536 |
+
"step": 11191
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 0.372972613666578,
|
2540 |
+
"grad_norm": 1.3525429964065552,
|
2541 |
+
"learning_rate": 3.7424064307860536e-05,
|
2542 |
+
"loss": 1.4929,
|
2543 |
+
"step": 11222
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 0.3740029247540548,
|
2547 |
+
"grad_norm": 1.414780616760254,
|
2548 |
+
"learning_rate": 3.735111675341645e-05,
|
2549 |
+
"loss": 1.4897,
|
2550 |
+
"step": 11253
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 0.37503323584153153,
|
2554 |
+
"grad_norm": 1.3124057054519653,
|
2555 |
+
"learning_rate": 3.7278029818298524e-05,
|
2556 |
+
"loss": 1.4697,
|
2557 |
+
"step": 11284
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 0.37606354692900823,
|
2561 |
+
"grad_norm": 1.4073244333267212,
|
2562 |
+
"learning_rate": 3.720480432728287e-05,
|
2563 |
+
"loss": 1.4857,
|
2564 |
+
"step": 11315
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.377093858016485,
|
2568 |
+
"grad_norm": 1.3467692136764526,
|
2569 |
+
"learning_rate": 3.71314411067092e-05,
|
2570 |
+
"loss": 1.4895,
|
2571 |
+
"step": 11346
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 0.37812416910396174,
|
2575 |
+
"grad_norm": 1.3723987340927124,
|
2576 |
+
"learning_rate": 3.70579409844715e-05,
|
2577 |
+
"loss": 1.4732,
|
2578 |
+
"step": 11377
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 0.37915448019143844,
|
2582 |
+
"grad_norm": 1.2766269445419312,
|
2583 |
+
"learning_rate": 3.698430479000865e-05,
|
2584 |
+
"loss": 1.5018,
|
2585 |
+
"step": 11408
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 0.3801847912789152,
|
2589 |
+
"grad_norm": 1.3383387327194214,
|
2590 |
+
"learning_rate": 3.691053335429509e-05,
|
2591 |
+
"loss": 1.4883,
|
2592 |
+
"step": 11439
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 0.38121510236639194,
|
2596 |
+
"grad_norm": 1.290624737739563,
|
2597 |
+
"learning_rate": 3.683662750983147e-05,
|
2598 |
+
"loss": 1.464,
|
2599 |
+
"step": 11470
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 0.38224541345386864,
|
2603 |
+
"grad_norm": 1.2905876636505127,
|
2604 |
+
"learning_rate": 3.676258809063518e-05,
|
2605 |
+
"loss": 1.4854,
|
2606 |
+
"step": 11501
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.3832757245413454,
|
2610 |
+
"grad_norm": 1.2959662675857544,
|
2611 |
+
"learning_rate": 3.6688415932231004e-05,
|
2612 |
+
"loss": 1.4617,
|
2613 |
+
"step": 11532
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 0.3843060356288221,
|
2617 |
+
"grad_norm": 1.4139777421951294,
|
2618 |
+
"learning_rate": 3.661411187164166e-05,
|
2619 |
+
"loss": 1.4929,
|
2620 |
+
"step": 11563
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 0.38533634671629885,
|
2624 |
+
"grad_norm": 1.387298583984375,
|
2625 |
+
"learning_rate": 3.65396767473784e-05,
|
2626 |
+
"loss": 1.4792,
|
2627 |
+
"step": 11594
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 0.3863666578037756,
|
2631 |
+
"grad_norm": 1.3097480535507202,
|
2632 |
+
"learning_rate": 3.6465111399431465e-05,
|
2633 |
+
"loss": 1.4823,
|
2634 |
+
"step": 11625
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 0.3873969688912523,
|
2638 |
+
"grad_norm": 1.3754338026046753,
|
2639 |
+
"learning_rate": 3.6390416669260674e-05,
|
2640 |
+
"loss": 1.4931,
|
2641 |
+
"step": 11656
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 0.38842727997872906,
|
2645 |
+
"grad_norm": 1.3191930055618286,
|
2646 |
+
"learning_rate": 3.63155933997859e-05,
|
2647 |
+
"loss": 1.4743,
|
2648 |
+
"step": 11687
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.3894575910662058,
|
2652 |
+
"grad_norm": 1.330004096031189,
|
2653 |
+
"learning_rate": 3.624064243537758e-05,
|
2654 |
+
"loss": 1.4699,
|
2655 |
+
"step": 11718
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 0.3904879021536825,
|
2659 |
+
"grad_norm": 1.286047339439392,
|
2660 |
+
"learning_rate": 3.616556462184716e-05,
|
2661 |
+
"loss": 1.4773,
|
2662 |
+
"step": 11749
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 0.39151821324115926,
|
2666 |
+
"grad_norm": 1.3343220949172974,
|
2667 |
+
"learning_rate": 3.609036080643755e-05,
|
2668 |
+
"loss": 1.4798,
|
2669 |
+
"step": 11780
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 0.392548524328636,
|
2673 |
+
"grad_norm": 1.380204677581787,
|
2674 |
+
"learning_rate": 3.60150318378136e-05,
|
2675 |
+
"loss": 1.4908,
|
2676 |
+
"step": 11811
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 0.3935788354161127,
|
2680 |
+
"grad_norm": 1.290195345878601,
|
2681 |
+
"learning_rate": 3.5939578566052465e-05,
|
2682 |
+
"loss": 1.4865,
|
2683 |
+
"step": 11842
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 0.39460914650358947,
|
2687 |
+
"grad_norm": 1.3246593475341797,
|
2688 |
+
"learning_rate": 3.586400184263408e-05,
|
2689 |
+
"loss": 1.4803,
|
2690 |
+
"step": 11873
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.3956394575910662,
|
2694 |
+
"grad_norm": 1.2384580373764038,
|
2695 |
+
"learning_rate": 3.578830252043148e-05,
|
2696 |
+
"loss": 1.4582,
|
2697 |
+
"step": 11904
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 0.3966697686785429,
|
2701 |
+
"grad_norm": 1.3226487636566162,
|
2702 |
+
"learning_rate": 3.571248145370125e-05,
|
2703 |
+
"loss": 1.4758,
|
2704 |
+
"step": 11935
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 0.3977000797660197,
|
2708 |
+
"grad_norm": 1.3451173305511475,
|
2709 |
+
"learning_rate": 3.5636539498073794e-05,
|
2710 |
+
"loss": 1.4682,
|
2711 |
+
"step": 11966
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 0.39873039085349643,
|
2715 |
+
"grad_norm": 1.3755093812942505,
|
2716 |
+
"learning_rate": 3.556047751054378e-05,
|
2717 |
+
"loss": 1.4788,
|
2718 |
+
"step": 11997
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 0.39976070194097313,
|
2722 |
+
"grad_norm": 1.3697580099105835,
|
2723 |
+
"learning_rate": 3.548429634946039e-05,
|
2724 |
+
"loss": 1.479,
|
2725 |
+
"step": 12028
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 0.4007910130284499,
|
2729 |
+
"grad_norm": 1.2837176322937012,
|
2730 |
+
"learning_rate": 3.540799687451768e-05,
|
2731 |
+
"loss": 1.4601,
|
2732 |
+
"step": 12059
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.40182132411592664,
|
2736 |
+
"grad_norm": 1.2861183881759644,
|
2737 |
+
"learning_rate": 3.533157994674485e-05,
|
2738 |
+
"loss": 1.4648,
|
2739 |
+
"step": 12090
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 0.40285163520340334,
|
2743 |
+
"grad_norm": 1.3519474267959595,
|
2744 |
+
"learning_rate": 3.5255046428496546e-05,
|
2745 |
+
"loss": 1.4786,
|
2746 |
+
"step": 12121
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 0.4038819462908801,
|
2750 |
+
"grad_norm": 1.4055910110473633,
|
2751 |
+
"learning_rate": 3.517839718344311e-05,
|
2752 |
+
"loss": 1.4579,
|
2753 |
+
"step": 12152
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.40491225737835684,
|
2757 |
+
"grad_norm": 1.326678991317749,
|
2758 |
+
"learning_rate": 3.510163307656086e-05,
|
2759 |
+
"loss": 1.4737,
|
2760 |
+
"step": 12183
|
2761 |
+
},
|
2762 |
+
{
|
2763 |
+
"epoch": 0.40594256846583354,
|
2764 |
+
"grad_norm": 1.2847933769226074,
|
2765 |
+
"learning_rate": 3.5024754974122324e-05,
|
2766 |
+
"loss": 1.4532,
|
2767 |
+
"step": 12214
|
2768 |
+
},
|
2769 |
+
{
|
2770 |
+
"epoch": 0.4069728795533103,
|
2771 |
+
"grad_norm": 1.3367128372192383,
|
2772 |
+
"learning_rate": 3.494776374368643e-05,
|
2773 |
+
"loss": 1.4781,
|
2774 |
+
"step": 12245
|
2775 |
+
},
|
2776 |
+
{
|
2777 |
+
"epoch": 0.40800319064078705,
|
2778 |
+
"grad_norm": 1.3932790756225586,
|
2779 |
+
"learning_rate": 3.4870660254088724e-05,
|
2780 |
+
"loss": 1.4752,
|
2781 |
+
"step": 12276
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 0.40903350172826375,
|
2785 |
+
"grad_norm": 1.4312951564788818,
|
2786 |
+
"learning_rate": 3.479344537543164e-05,
|
2787 |
+
"loss": 1.4842,
|
2788 |
+
"step": 12307
|
2789 |
+
},
|
2790 |
+
{
|
2791 |
+
"epoch": 0.4100638128157405,
|
2792 |
+
"grad_norm": 1.279990553855896,
|
2793 |
+
"learning_rate": 3.4716119979074565e-05,
|
2794 |
+
"loss": 1.4747,
|
2795 |
+
"step": 12338
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 0.41109412390321726,
|
2799 |
+
"grad_norm": 1.3121005296707153,
|
2800 |
+
"learning_rate": 3.463868493762412e-05,
|
2801 |
+
"loss": 1.4848,
|
2802 |
+
"step": 12369
|
2803 |
+
},
|
2804 |
+
{
|
2805 |
+
"epoch": 0.41212443499069396,
|
2806 |
+
"grad_norm": 1.3275870084762573,
|
2807 |
+
"learning_rate": 3.456114112492418e-05,
|
2808 |
+
"loss": 1.4617,
|
2809 |
+
"step": 12400
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 0.4131547460781707,
|
2813 |
+
"grad_norm": 1.281539797782898,
|
2814 |
+
"learning_rate": 3.4483489416046164e-05,
|
2815 |
+
"loss": 1.4757,
|
2816 |
+
"step": 12431
|
2817 |
+
},
|
2818 |
+
{
|
2819 |
+
"epoch": 0.4141850571656474,
|
2820 |
+
"grad_norm": 1.3381626605987549,
|
2821 |
+
"learning_rate": 3.440573068727905e-05,
|
2822 |
+
"loss": 1.4757,
|
2823 |
+
"step": 12462
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 0.41521536825312416,
|
2827 |
+
"grad_norm": 1.256617546081543,
|
2828 |
+
"learning_rate": 3.4327865816119495e-05,
|
2829 |
+
"loss": 1.4512,
|
2830 |
+
"step": 12493
|
2831 |
+
},
|
2832 |
+
{
|
2833 |
+
"epoch": 0.4162456793406009,
|
2834 |
+
"grad_norm": 1.5587774515151978,
|
2835 |
+
"learning_rate": 3.4249895681262025e-05,
|
2836 |
+
"loss": 1.4635,
|
2837 |
+
"step": 12524
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 0.4172759904280776,
|
2841 |
+
"grad_norm": 1.2654612064361572,
|
2842 |
+
"learning_rate": 3.417182116258899e-05,
|
2843 |
+
"loss": 1.4693,
|
2844 |
+
"step": 12555
|
2845 |
+
},
|
2846 |
+
{
|
2847 |
+
"epoch": 0.41830630151555437,
|
2848 |
+
"grad_norm": 1.4872632026672363,
|
2849 |
+
"learning_rate": 3.409364314116074e-05,
|
2850 |
+
"loss": 1.4526,
|
2851 |
+
"step": 12586
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"epoch": 0.4193366126030311,
|
2855 |
+
"grad_norm": 1.263200044631958,
|
2856 |
+
"learning_rate": 3.401536249920559e-05,
|
2857 |
+
"loss": 1.463,
|
2858 |
+
"step": 12617
|
2859 |
+
},
|
2860 |
+
{
|
2861 |
+
"epoch": 0.4203669236905078,
|
2862 |
+
"grad_norm": 1.3187345266342163,
|
2863 |
+
"learning_rate": 3.393698012010998e-05,
|
2864 |
+
"loss": 1.4629,
|
2865 |
+
"step": 12648
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 0.4213972347779846,
|
2869 |
+
"grad_norm": 1.2915629148483276,
|
2870 |
+
"learning_rate": 3.385849688840839e-05,
|
2871 |
+
"loss": 1.4741,
|
2872 |
+
"step": 12679
|
2873 |
+
},
|
2874 |
+
{
|
2875 |
+
"epoch": 0.42242754586546133,
|
2876 |
+
"grad_norm": 1.3286950588226318,
|
2877 |
+
"learning_rate": 3.3779913689773414e-05,
|
2878 |
+
"loss": 1.4625,
|
2879 |
+
"step": 12710
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 0.423457856952938,
|
2883 |
+
"grad_norm": 1.3610268831253052,
|
2884 |
+
"learning_rate": 3.370123141100578e-05,
|
2885 |
+
"loss": 1.4518,
|
2886 |
+
"step": 12741
|
2887 |
+
},
|
2888 |
+
{
|
2889 |
+
"epoch": 0.4244881680404148,
|
2890 |
+
"grad_norm": 1.2941581010818481,
|
2891 |
+
"learning_rate": 3.3622450940024305e-05,
|
2892 |
+
"loss": 1.4727,
|
2893 |
+
"step": 12772
|
2894 |
+
},
|
2895 |
+
{
|
2896 |
+
"epoch": 0.42551847912789154,
|
2897 |
+
"grad_norm": 1.2699294090270996,
|
2898 |
+
"learning_rate": 3.35435731658559e-05,
|
2899 |
+
"loss": 1.4516,
|
2900 |
+
"step": 12803
|
2901 |
+
},
|
2902 |
+
{
|
2903 |
+
"epoch": 0.42654879021536823,
|
2904 |
+
"grad_norm": 1.3749297857284546,
|
2905 |
+
"learning_rate": 3.346459897862552e-05,
|
2906 |
+
"loss": 1.4949,
|
2907 |
+
"step": 12834
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 0.427579101302845,
|
2911 |
+
"grad_norm": 1.2593483924865723,
|
2912 |
+
"learning_rate": 3.338552926954613e-05,
|
2913 |
+
"loss": 1.4671,
|
2914 |
+
"step": 12865
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"epoch": 0.42860941239032174,
|
2918 |
+
"grad_norm": 1.2845182418823242,
|
2919 |
+
"learning_rate": 3.330636493090868e-05,
|
2920 |
+
"loss": 1.4734,
|
2921 |
+
"step": 12896
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 0.42963972347779844,
|
2925 |
+
"grad_norm": 1.2778210639953613,
|
2926 |
+
"learning_rate": 3.322710685607193e-05,
|
2927 |
+
"loss": 1.4694,
|
2928 |
+
"step": 12927
|
2929 |
+
},
|
2930 |
+
{
|
2931 |
+
"epoch": 0.4306700345652752,
|
2932 |
+
"grad_norm": 1.234062671661377,
|
2933 |
+
"learning_rate": 3.314775593945251e-05,
|
2934 |
+
"loss": 1.4627,
|
2935 |
+
"step": 12958
|
2936 |
+
},
|
2937 |
+
{
|
2938 |
+
"epoch": 0.43170034565275195,
|
2939 |
+
"grad_norm": 1.360439419746399,
|
2940 |
+
"learning_rate": 3.3068313076514714e-05,
|
2941 |
+
"loss": 1.4601,
|
2942 |
+
"step": 12989
|
2943 |
+
},
|
2944 |
+
{
|
2945 |
+
"epoch": 0.43273065674022865,
|
2946 |
+
"grad_norm": 1.2994401454925537,
|
2947 |
+
"learning_rate": 3.298877916376047e-05,
|
2948 |
+
"loss": 1.4774,
|
2949 |
+
"step": 13020
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 0.4337609678277054,
|
2953 |
+
"grad_norm": 1.3562462329864502,
|
2954 |
+
"learning_rate": 3.290915509871915e-05,
|
2955 |
+
"loss": 1.461,
|
2956 |
+
"step": 13051
|
2957 |
+
},
|
2958 |
+
{
|
2959 |
+
"epoch": 0.43479127891518216,
|
2960 |
+
"grad_norm": 1.2676275968551636,
|
2961 |
+
"learning_rate": 3.282944177993753e-05,
|
2962 |
+
"loss": 1.4676,
|
2963 |
+
"step": 13082
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 0.43582159000265885,
|
2967 |
+
"grad_norm": 1.3941326141357422,
|
2968 |
+
"learning_rate": 3.274964010696957e-05,
|
2969 |
+
"loss": 1.4673,
|
2970 |
+
"step": 13113
|
2971 |
+
},
|
2972 |
+
{
|
2973 |
+
"epoch": 0.4368519010901356,
|
2974 |
+
"grad_norm": 1.3286877870559692,
|
2975 |
+
"learning_rate": 3.266975098036629e-05,
|
2976 |
+
"loss": 1.4759,
|
2977 |
+
"step": 13144
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 0.43788221217761236,
|
2981 |
+
"grad_norm": 1.281602382659912,
|
2982 |
+
"learning_rate": 3.258977530166562e-05,
|
2983 |
+
"loss": 1.4464,
|
2984 |
+
"step": 13175
|
2985 |
+
},
|
2986 |
+
{
|
2987 |
+
"epoch": 0.43891252326508906,
|
2988 |
+
"grad_norm": 1.334889531135559,
|
2989 |
+
"learning_rate": 3.250971397338227e-05,
|
2990 |
+
"loss": 1.4552,
|
2991 |
+
"step": 13206
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 0.4399428343525658,
|
2995 |
+
"grad_norm": 1.2915422916412354,
|
2996 |
+
"learning_rate": 3.2429567898997404e-05,
|
2997 |
+
"loss": 1.4644,
|
2998 |
+
"step": 13237
|
2999 |
+
},
|
3000 |
+
{
|
3001 |
+
"epoch": 0.44097314544004257,
|
3002 |
+
"grad_norm": 1.3166664838790894,
|
3003 |
+
"learning_rate": 3.234933798294859e-05,
|
3004 |
+
"loss": 1.4783,
|
3005 |
+
"step": 13268
|
3006 |
+
},
|
3007 |
+
{
|
3008 |
+
"epoch": 0.44200345652751927,
|
3009 |
+
"grad_norm": 1.2781778573989868,
|
3010 |
+
"learning_rate": 3.2269025130619535e-05,
|
3011 |
+
"loss": 1.4658,
|
3012 |
+
"step": 13299
|
3013 |
+
},
|
3014 |
+
{
|
3015 |
+
"epoch": 0.443033767614996,
|
3016 |
+
"grad_norm": 1.2616426944732666,
|
3017 |
+
"learning_rate": 3.218863024832985e-05,
|
3018 |
+
"loss": 1.4536,
|
3019 |
+
"step": 13330
|
3020 |
+
},
|
3021 |
+
{
|
3022 |
+
"epoch": 0.4440640787024727,
|
3023 |
+
"grad_norm": 1.3652106523513794,
|
3024 |
+
"learning_rate": 3.2108154243324864e-05,
|
3025 |
+
"loss": 1.4479,
|
3026 |
+
"step": 13361
|
3027 |
+
},
|
3028 |
+
{
|
3029 |
+
"epoch": 0.4450943897899495,
|
3030 |
+
"grad_norm": 1.4294711351394653,
|
3031 |
+
"learning_rate": 3.2027598023765345e-05,
|
3032 |
+
"loss": 1.4417,
|
3033 |
+
"step": 13392
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 0.44612470087742623,
|
3037 |
+
"grad_norm": 1.617630124092102,
|
3038 |
+
"learning_rate": 3.194696249871729e-05,
|
3039 |
+
"loss": 1.4418,
|
3040 |
+
"step": 13423
|
3041 |
+
},
|
3042 |
+
{
|
3043 |
+
"epoch": 0.4471550119649029,
|
3044 |
+
"grad_norm": 1.2971818447113037,
|
3045 |
+
"learning_rate": 3.186624857814164e-05,
|
3046 |
+
"loss": 1.4527,
|
3047 |
+
"step": 13454
|
3048 |
+
},
|
3049 |
+
{
|
3050 |
+
"epoch": 0.4481853230523797,
|
3051 |
+
"grad_norm": 1.2804710865020752,
|
3052 |
+
"learning_rate": 3.178545717288401e-05,
|
3053 |
+
"loss": 1.4568,
|
3054 |
+
"step": 13485
|
3055 |
+
},
|
3056 |
+
{
|
3057 |
+
"epoch": 0.44921563413985643,
|
3058 |
+
"grad_norm": 1.3158124685287476,
|
3059 |
+
"learning_rate": 3.170458919466444e-05,
|
3060 |
+
"loss": 1.4808,
|
3061 |
+
"step": 13516
|
3062 |
+
},
|
3063 |
+
{
|
3064 |
+
"epoch": 0.45024594522733313,
|
3065 |
+
"grad_norm": 1.3273817300796509,
|
3066 |
+
"learning_rate": 3.1623645556067063e-05,
|
3067 |
+
"loss": 1.4513,
|
3068 |
+
"step": 13547
|
3069 |
+
},
|
3070 |
+
{
|
3071 |
+
"epoch": 0.4512762563148099,
|
3072 |
+
"grad_norm": 1.3045655488967896,
|
3073 |
+
"learning_rate": 3.154262717052985e-05,
|
3074 |
+
"loss": 1.4523,
|
3075 |
+
"step": 13578
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 0.45230656740228664,
|
3079 |
+
"grad_norm": 1.2557601928710938,
|
3080 |
+
"learning_rate": 3.146153495233426e-05,
|
3081 |
+
"loss": 1.4435,
|
3082 |
+
"step": 13609
|
3083 |
+
},
|
3084 |
+
{
|
3085 |
+
"epoch": 0.45333687848976334,
|
3086 |
+
"grad_norm": 1.3084708452224731,
|
3087 |
+
"learning_rate": 3.1380369816594944e-05,
|
3088 |
+
"loss": 1.4249,
|
3089 |
+
"step": 13640
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 0.4543671895772401,
|
3093 |
+
"grad_norm": 1.3613477945327759,
|
3094 |
+
"learning_rate": 3.129913267924946e-05,
|
3095 |
+
"loss": 1.4662,
|
3096 |
+
"step": 13671
|
3097 |
+
},
|
3098 |
+
{
|
3099 |
+
"epoch": 0.45539750066471685,
|
3100 |
+
"grad_norm": 1.3156840801239014,
|
3101 |
+
"learning_rate": 3.121782445704782e-05,
|
3102 |
+
"loss": 1.4546,
|
3103 |
+
"step": 13702
|
3104 |
+
},
|
3105 |
+
{
|
3106 |
+
"epoch": 0.45642781175219355,
|
3107 |
+
"grad_norm": 1.3385698795318604,
|
3108 |
+
"learning_rate": 3.11364460675423e-05,
|
3109 |
+
"loss": 1.4759,
|
3110 |
+
"step": 13733
|
3111 |
+
},
|
3112 |
+
{
|
3113 |
+
"epoch": 0.4574581228396703,
|
3114 |
+
"grad_norm": 2.98878812789917,
|
3115 |
+
"learning_rate": 3.1054998429076934e-05,
|
3116 |
+
"loss": 1.4468,
|
3117 |
+
"step": 13764
|
3118 |
+
},
|
3119 |
+
{
|
3120 |
+
"epoch": 0.45848843392714705,
|
3121 |
+
"grad_norm": 1.3070143461227417,
|
3122 |
+
"learning_rate": 3.097348246077728e-05,
|
3123 |
+
"loss": 1.4485,
|
3124 |
+
"step": 13795
|
3125 |
+
},
|
3126 |
+
{
|
3127 |
+
"epoch": 0.45951874501462375,
|
3128 |
+
"grad_norm": 1.3935726881027222,
|
3129 |
+
"learning_rate": 3.0891899082539924e-05,
|
3130 |
+
"loss": 1.4608,
|
3131 |
+
"step": 13826
|
3132 |
+
},
|
3133 |
+
{
|
3134 |
+
"epoch": 0.4605490561021005,
|
3135 |
+
"grad_norm": 1.2395133972167969,
|
3136 |
+
"learning_rate": 3.0810249215022233e-05,
|
3137 |
+
"loss": 1.4471,
|
3138 |
+
"step": 13857
|
3139 |
+
},
|
3140 |
+
{
|
3141 |
+
"epoch": 0.46157936718957726,
|
3142 |
+
"grad_norm": 1.2566940784454346,
|
3143 |
+
"learning_rate": 3.0728533779631865e-05,
|
3144 |
+
"loss": 1.4694,
|
3145 |
+
"step": 13888
|
3146 |
+
},
|
3147 |
+
{
|
3148 |
+
"epoch": 0.46260967827705396,
|
3149 |
+
"grad_norm": 1.2381232976913452,
|
3150 |
+
"learning_rate": 3.064675369851637e-05,
|
3151 |
+
"loss": 1.4392,
|
3152 |
+
"step": 13919
|
3153 |
+
},
|
3154 |
+
{
|
3155 |
+
"epoch": 0.4636399893645307,
|
3156 |
+
"grad_norm": 1.2350660562515259,
|
3157 |
+
"learning_rate": 3.056490989455289e-05,
|
3158 |
+
"loss": 1.4549,
|
3159 |
+
"step": 13950
|
3160 |
+
},
|
3161 |
+
{
|
3162 |
+
"epoch": 0.46467030045200747,
|
3163 |
+
"grad_norm": 1.2426815032958984,
|
3164 |
+
"learning_rate": 3.0483003291337596e-05,
|
3165 |
+
"loss": 1.4489,
|
3166 |
+
"step": 13981
|
3167 |
+
},
|
3168 |
+
{
|
3169 |
+
"epoch": 0.46570061153948417,
|
3170 |
+
"grad_norm": 1.297097086906433,
|
3171 |
+
"learning_rate": 3.040103481317539e-05,
|
3172 |
+
"loss": 1.4305,
|
3173 |
+
"step": 14012
|
3174 |
+
},
|
3175 |
+
{
|
3176 |
+
"epoch": 0.4667309226269609,
|
3177 |
+
"grad_norm": 1.2504866123199463,
|
3178 |
+
"learning_rate": 3.03190053850694e-05,
|
3179 |
+
"loss": 1.4559,
|
3180 |
+
"step": 14043
|
3181 |
+
},
|
3182 |
+
{
|
3183 |
+
"epoch": 0.4677612337144377,
|
3184 |
+
"grad_norm": 1.3741912841796875,
|
3185 |
+
"learning_rate": 3.0236915932710573e-05,
|
3186 |
+
"loss": 1.4495,
|
3187 |
+
"step": 14074
|
3188 |
+
},
|
3189 |
+
{
|
3190 |
+
"epoch": 0.4687915448019144,
|
3191 |
+
"grad_norm": 1.4412919282913208,
|
3192 |
+
"learning_rate": 3.0154767382467232e-05,
|
3193 |
+
"loss": 1.4595,
|
3194 |
+
"step": 14105
|
3195 |
+
},
|
3196 |
+
{
|
3197 |
+
"epoch": 0.4698218558893911,
|
3198 |
+
"grad_norm": 1.2474778890609741,
|
3199 |
+
"learning_rate": 3.0072560661374582e-05,
|
3200 |
+
"loss": 1.4621,
|
3201 |
+
"step": 14136
|
3202 |
+
},
|
3203 |
+
{
|
3204 |
+
"epoch": 0.4708521669768679,
|
3205 |
+
"grad_norm": 1.3058266639709473,
|
3206 |
+
"learning_rate": 2.999029669712431e-05,
|
3207 |
+
"loss": 1.4554,
|
3208 |
+
"step": 14167
|
3209 |
+
},
|
3210 |
+
{
|
3211 |
+
"epoch": 0.4718824780643446,
|
3212 |
+
"grad_norm": 1.3119689226150513,
|
3213 |
+
"learning_rate": 2.990797641805408e-05,
|
3214 |
+
"loss": 1.438,
|
3215 |
+
"step": 14198
|
3216 |
+
},
|
3217 |
+
{
|
3218 |
+
"epoch": 0.47291278915182133,
|
3219 |
+
"grad_norm": 1.3046278953552246,
|
3220 |
+
"learning_rate": 2.982560075313704e-05,
|
3221 |
+
"loss": 1.4406,
|
3222 |
+
"step": 14229
|
3223 |
+
},
|
3224 |
+
{
|
3225 |
+
"epoch": 0.47394310023929803,
|
3226 |
+
"grad_norm": 1.3206086158752441,
|
3227 |
+
"learning_rate": 2.9743170631971368e-05,
|
3228 |
+
"loss": 1.449,
|
3229 |
+
"step": 14260
|
3230 |
+
},
|
3231 |
+
{
|
3232 |
+
"epoch": 0.4749734113267748,
|
3233 |
+
"grad_norm": 1.3135420083999634,
|
3234 |
+
"learning_rate": 2.9660686984769792e-05,
|
3235 |
+
"loss": 1.4583,
|
3236 |
+
"step": 14291
|
3237 |
+
},
|
3238 |
+
{
|
3239 |
+
"epoch": 0.47600372241425154,
|
3240 |
+
"grad_norm": 1.3019664287567139,
|
3241 |
+
"learning_rate": 2.9578150742349047e-05,
|
3242 |
+
"loss": 1.458,
|
3243 |
+
"step": 14322
|
3244 |
+
},
|
3245 |
+
{
|
3246 |
+
"epoch": 0.47703403350172824,
|
3247 |
+
"grad_norm": 1.2588508129119873,
|
3248 |
+
"learning_rate": 2.949556283611942e-05,
|
3249 |
+
"loss": 1.4432,
|
3250 |
+
"step": 14353
|
3251 |
+
},
|
3252 |
+
{
|
3253 |
+
"epoch": 0.478064344589205,
|
3254 |
+
"grad_norm": 1.2975914478302002,
|
3255 |
+
"learning_rate": 2.9412924198074206e-05,
|
3256 |
+
"loss": 1.438,
|
3257 |
+
"step": 14384
|
3258 |
+
},
|
3259 |
+
{
|
3260 |
+
"epoch": 0.47909465567668175,
|
3261 |
+
"grad_norm": 1.2383975982666016,
|
3262 |
+
"learning_rate": 2.9330235760779208e-05,
|
3263 |
+
"loss": 1.4417,
|
3264 |
+
"step": 14415
|
3265 |
+
},
|
3266 |
+
{
|
3267 |
+
"epoch": 0.48012496676415845,
|
3268 |
+
"grad_norm": 1.1769133806228638,
|
3269 |
+
"learning_rate": 2.9247498457362188e-05,
|
3270 |
+
"loss": 1.4509,
|
3271 |
+
"step": 14446
|
3272 |
+
},
|
3273 |
+
{
|
3274 |
+
"epoch": 0.4811552778516352,
|
3275 |
+
"grad_norm": 1.2747749090194702,
|
3276 |
+
"learning_rate": 2.9164713221502373e-05,
|
3277 |
+
"loss": 1.4439,
|
3278 |
+
"step": 14477
|
3279 |
+
},
|
3280 |
+
{
|
3281 |
+
"epoch": 0.48218558893911195,
|
3282 |
+
"grad_norm": 1.2673002481460571,
|
3283 |
+
"learning_rate": 2.9081880987419912e-05,
|
3284 |
+
"loss": 1.4314,
|
3285 |
+
"step": 14508
|
3286 |
+
},
|
3287 |
+
{
|
3288 |
+
"epoch": 0.48321590002658865,
|
3289 |
+
"grad_norm": 1.3461123704910278,
|
3290 |
+
"learning_rate": 2.8999002689865296e-05,
|
3291 |
+
"loss": 1.4203,
|
3292 |
+
"step": 14539
|
3293 |
+
},
|
3294 |
+
{
|
3295 |
+
"epoch": 0.4842462111140654,
|
3296 |
+
"grad_norm": 1.2993537187576294,
|
3297 |
+
"learning_rate": 2.8916079264108852e-05,
|
3298 |
+
"loss": 1.4438,
|
3299 |
+
"step": 14570
|
3300 |
+
},
|
3301 |
+
{
|
3302 |
+
"epoch": 0.48527652220154216,
|
3303 |
+
"grad_norm": 1.2836824655532837,
|
3304 |
+
"learning_rate": 2.883311164593017e-05,
|
3305 |
+
"loss": 1.4541,
|
3306 |
+
"step": 14601
|
3307 |
+
},
|
3308 |
+
{
|
3309 |
+
"epoch": 0.48630683328901886,
|
3310 |
+
"grad_norm": 1.220000147819519,
|
3311 |
+
"learning_rate": 2.875010077160754e-05,
|
3312 |
+
"loss": 1.4473,
|
3313 |
+
"step": 14632
|
3314 |
+
},
|
3315 |
+
{
|
3316 |
+
"epoch": 0.4873371443764956,
|
3317 |
+
"grad_norm": 1.3283642530441284,
|
3318 |
+
"learning_rate": 2.866704757790741e-05,
|
3319 |
+
"loss": 1.4581,
|
3320 |
+
"step": 14663
|
3321 |
+
},
|
3322 |
+
{
|
3323 |
+
"epoch": 0.48836745546397237,
|
3324 |
+
"grad_norm": 1.251988172531128,
|
3325 |
+
"learning_rate": 2.858395300207376e-05,
|
3326 |
+
"loss": 1.4192,
|
3327 |
+
"step": 14694
|
3328 |
+
},
|
3329 |
+
{
|
3330 |
+
"epoch": 0.48939776655144906,
|
3331 |
+
"grad_norm": 1.2558730840682983,
|
3332 |
+
"learning_rate": 2.8500817981817607e-05,
|
3333 |
+
"loss": 1.4569,
|
3334 |
+
"step": 14725
|
3335 |
+
},
|
3336 |
+
{
|
3337 |
+
"epoch": 0.4904280776389258,
|
3338 |
+
"grad_norm": 1.2405266761779785,
|
3339 |
+
"learning_rate": 2.8417643455306336e-05,
|
3340 |
+
"loss": 1.4491,
|
3341 |
+
"step": 14756
|
3342 |
+
},
|
3343 |
+
{
|
3344 |
+
"epoch": 0.4914583887264026,
|
3345 |
+
"grad_norm": 1.3039582967758179,
|
3346 |
+
"learning_rate": 2.8334430361153185e-05,
|
3347 |
+
"loss": 1.4267,
|
3348 |
+
"step": 14787
|
3349 |
+
},
|
3350 |
+
{
|
3351 |
+
"epoch": 0.49248869981387927,
|
3352 |
+
"grad_norm": 1.2920899391174316,
|
3353 |
+
"learning_rate": 2.8251179638406612e-05,
|
3354 |
+
"loss": 1.4565,
|
3355 |
+
"step": 14818
|
3356 |
+
},
|
3357 |
+
{
|
3358 |
+
"epoch": 0.493519010901356,
|
3359 |
+
"grad_norm": 1.341066837310791,
|
3360 |
+
"learning_rate": 2.8167892226539704e-05,
|
3361 |
+
"loss": 1.4405,
|
3362 |
+
"step": 14849
|
3363 |
+
},
|
3364 |
+
{
|
3365 |
+
"epoch": 0.4945493219888328,
|
3366 |
+
"grad_norm": 1.3090940713882446,
|
3367 |
+
"learning_rate": 2.8084569065439588e-05,
|
3368 |
+
"loss": 1.4339,
|
3369 |
+
"step": 14880
|
3370 |
+
},
|
3371 |
+
{
|
3372 |
+
"epoch": 0.4955796330763095,
|
3373 |
+
"grad_norm": 1.3220746517181396,
|
3374 |
+
"learning_rate": 2.8001211095396807e-05,
|
3375 |
+
"loss": 1.4371,
|
3376 |
+
"step": 14911
|
3377 |
+
},
|
3378 |
+
{
|
3379 |
+
"epoch": 0.49660994416378623,
|
3380 |
+
"grad_norm": 1.2530059814453125,
|
3381 |
+
"learning_rate": 2.791781925709473e-05,
|
3382 |
+
"loss": 1.4486,
|
3383 |
+
"step": 14942
|
3384 |
+
},
|
3385 |
+
{
|
3386 |
+
"epoch": 0.497640255251263,
|
3387 |
+
"grad_norm": 1.2478493452072144,
|
3388 |
+
"learning_rate": 2.7834394491598908e-05,
|
3389 |
+
"loss": 1.4399,
|
3390 |
+
"step": 14973
|
3391 |
+
},
|
3392 |
+
{
|
3393 |
+
"epoch": 0.4986705663387397,
|
3394 |
+
"grad_norm": 1.3576936721801758,
|
3395 |
+
"learning_rate": 2.7750937740346485e-05,
|
3396 |
+
"loss": 1.4358,
|
3397 |
+
"step": 15004
|
3398 |
+
},
|
3399 |
+
{
|
3400 |
+
"epoch": 0.49970087742621644,
|
3401 |
+
"grad_norm": 1.2513341903686523,
|
3402 |
+
"learning_rate": 2.7667449945135564e-05,
|
3403 |
+
"loss": 1.4549,
|
3404 |
+
"step": 15035
|
3405 |
+
},
|
3406 |
+
{
|
3407 |
+
"epoch": 0.5007311885136931,
|
3408 |
+
"grad_norm": 1.2199060916900635,
|
3409 |
+
"learning_rate": 2.7583932048114557e-05,
|
3410 |
+
"loss": 1.4428,
|
3411 |
+
"step": 15066
|
3412 |
+
},
|
3413 |
+
{
|
3414 |
+
"epoch": 0.5017614996011699,
|
3415 |
+
"grad_norm": 1.3242244720458984,
|
3416 |
+
"learning_rate": 2.7500384991771587e-05,
|
3417 |
+
"loss": 1.4387,
|
3418 |
+
"step": 15097
|
3419 |
+
},
|
3420 |
+
{
|
3421 |
+
"epoch": 0.5027918106886466,
|
3422 |
+
"grad_norm": 1.3010181188583374,
|
3423 |
+
"learning_rate": 2.7416809718923825e-05,
|
3424 |
+
"loss": 1.4352,
|
3425 |
+
"step": 15128
|
3426 |
+
},
|
3427 |
+
{
|
3428 |
+
"epoch": 0.5038221217761234,
|
3429 |
+
"grad_norm": 1.4653838872909546,
|
3430 |
+
"learning_rate": 2.7333207172706864e-05,
|
3431 |
+
"loss": 1.4461,
|
3432 |
+
"step": 15159
|
3433 |
+
},
|
3434 |
+
{
|
3435 |
+
"epoch": 0.5048524328636002,
|
3436 |
+
"grad_norm": 1.2516883611679077,
|
3437 |
+
"learning_rate": 2.7249578296564088e-05,
|
3438 |
+
"loss": 1.4443,
|
3439 |
+
"step": 15190
|
3440 |
+
},
|
3441 |
+
{
|
3442 |
+
"epoch": 0.5058827439510768,
|
3443 |
+
"grad_norm": 1.346489667892456,
|
3444 |
+
"learning_rate": 2.7165924034235973e-05,
|
3445 |
+
"loss": 1.4255,
|
3446 |
+
"step": 15221
|
3447 |
+
},
|
3448 |
+
{
|
3449 |
+
"epoch": 0.5069130550385536,
|
3450 |
+
"grad_norm": 1.276147723197937,
|
3451 |
+
"learning_rate": 2.708224532974953e-05,
|
3452 |
+
"loss": 1.4356,
|
3453 |
+
"step": 15252
|
3454 |
+
}
|
3455 |
+
],
|
3456 |
+
"logging_steps": 31,
|
3457 |
+
"max_steps": 30517,
|
3458 |
+
"num_input_tokens_seen": 0,
|
3459 |
+
"num_train_epochs": 2,
|
3460 |
+
"save_steps": 7630,
|
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.1319725270111355e+19,
|
3474 |
+
"train_batch_size": 8,
|
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:c756a0eeda8352f6a4a5bca7fe984f64ec04e3acd06c2221cd7234ab6cba8f16
|
3 |
+
size 5432
|
checkpoint-22890/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/scratch/dme-llm/ayamaguchi.dme-llm/models/Llama-3.1-8B-ta-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 14336,
|
15 |
+
"max_position_embeddings": 131072,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 8,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": {
|
24 |
+
"factor": 8.0,
|
25 |
+
"high_freq_factor": 4.0,
|
26 |
+
"low_freq_factor": 1.0,
|
27 |
+
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3"
|
29 |
+
},
|
30 |
+
"rope_theta": 500000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.47.0.dev0",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 138256
|
36 |
+
}
|
checkpoint-22890/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 128001,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.47.0.dev0"
|
9 |
+
}
|
checkpoint-22890/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8628f9cdff34b61e38190d2a56d5cae595fb16cc62cdcd0a8c6add463de4177
|
3 |
+
size 4983197184
|
checkpoint-22890/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b28e50e95c787e68fdf10680635ba27e6d440763a69744dc6ddf473f852231a
|
3 |
+
size 4899116432
|
checkpoint-22890/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa0e22bcade9527b5aeb86066e139cc30979f8492c753ff3277e6189863ab97
|
3 |
+
size 4999813112
|
checkpoint-22890/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4f5352f30ea036b0a4e24ba9b029dd94a2b30a716c81acc1c4a5e7bb47a042
|
3 |
+
size 4999813128
|
checkpoint-22890/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d9450b209df4cb026b6669e618fcdb6ff4f5bd0a711fb2e502afe0b95eb3ad7
|
3 |
+
size 4832007496
|
checkpoint-22890/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc6e12be5a45414a29f3010843c0601167f380ba0b3f807ad6a2fb2be81a0f15
|
3 |
+
size 4999813120
|
checkpoint-22890/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04e27da7adde0beb2c489a7cd25882227ae31dc88894e749a92a3de38c78c590
|
3 |
+
size 2734998184
|
checkpoint-22890/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32448724992
|
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.weight": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
296 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
297 |
+
}
|
298 |
+
}
|
checkpoint-22890/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c935372459b04e237828c8ea2bf0624792067ae30a8711ac24211bacbd01941c
|
3 |
+
size 16040396334
|
checkpoint-22890/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
|
3 |
+
size 14244
|
checkpoint-22890/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cceae98d85860224f83926a9c2d0797a9f4411abc8a933e66f23226e9ba794a
|
3 |
+
size 1064
|
checkpoint-22890/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-22890/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c756a0eeda8352f6a4a5bca7fe984f64ec04e3acd06c2221cd7234ab6cba8f16
|
3 |
+
size 5432
|
checkpoint-30517/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/scratch/dme-llm/ayamaguchi.dme-llm/models/Llama-3.1-8B-ta-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 14336,
|
15 |
+
"max_position_embeddings": 131072,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 8,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": {
|
24 |
+
"factor": 8.0,
|
25 |
+
"high_freq_factor": 4.0,
|
26 |
+
"low_freq_factor": 1.0,
|
27 |
+
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3"
|
29 |
+
},
|
30 |
+
"rope_theta": 500000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.47.0.dev0",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 138256
|
36 |
+
}
|
checkpoint-30517/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 128001,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.47.0.dev0"
|
9 |
+
}
|
checkpoint-30517/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f92c66c6043df4728e3cb3931dd679fb0e065750141bf6e3512b2eeda18429
|
3 |
+
size 4983197184
|
checkpoint-30517/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b28e50e95c787e68fdf10680635ba27e6d440763a69744dc6ddf473f852231a
|
3 |
+
size 4899116432
|
checkpoint-30517/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa0e22bcade9527b5aeb86066e139cc30979f8492c753ff3277e6189863ab97
|
3 |
+
size 4999813112
|
checkpoint-30517/model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4f5352f30ea036b0a4e24ba9b029dd94a2b30a716c81acc1c4a5e7bb47a042
|
3 |
+
size 4999813128
|
checkpoint-30517/model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d9450b209df4cb026b6669e618fcdb6ff4f5bd0a711fb2e502afe0b95eb3ad7
|
3 |
+
size 4832007496
|
checkpoint-30517/model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4762ff5824a3e9dc76ef64c04b0e9e8cd5e84b26ec4fcb4b0cf20f17917f497e
|
3 |
+
size 4999813120
|
checkpoint-30517/model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74c3c7a4a6d6cab9de7f753a370e71637ffbb150bbf0cf0f0dd808362ba5aff9
|
3 |
+
size 2734998184
|
checkpoint-30517/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32448724992
|
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.weight": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
296 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
297 |
+
}
|
298 |
+
}
|
checkpoint-30517/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70fc066e87f5ea7bd0fc6411fdc2ec0fa3ca8e8f19604300f4baee58e1391ed1
|
3 |
+
size 16040396334
|
checkpoint-30517/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ff264f99d31b522cc7e2a4eac9d38606d0c58a34c0adc74d71e0ca8b371dc36
|
3 |
+
size 14244
|
checkpoint-30517/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d91c597306f26392e8da0d33a09fdcca77cfdeb5ad42248045521772fa3d64e
|
3 |
+
size 1064
|
checkpoint-30517/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-30517/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c756a0eeda8352f6a4a5bca7fe984f64ec04e3acd06c2221cd7234ab6cba8f16
|
3 |
+
size 5432
|
checkpoint-7630/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/scratch/dme-llm/ayamaguchi.dme-llm/models/Llama-3.1-8B-ta-madlad-mean/",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 14336,
|
15 |
+
"max_position_embeddings": 131072,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 8,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": {
|
24 |
+
"factor": 8.0,
|
25 |
+
"high_freq_factor": 4.0,
|
26 |
+
"low_freq_factor": 1.0,
|
27 |
+
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3"
|
29 |
+
},
|
30 |
+
"rope_theta": 500000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.47.0.dev0",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 138256
|
36 |
+
}
|
checkpoint-7630/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 128001,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.47.0.dev0"
|
9 |
+
}
|
checkpoint-7630/model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66d1d3aedc8f6507752a84da24bcffe8c74ce174b9400f28a8dbd088538a022b
|
3 |
+
size 4983197184
|
checkpoint-7630/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b28e50e95c787e68fdf10680635ba27e6d440763a69744dc6ddf473f852231a
|
3 |
+
size 4899116432
|
checkpoint-7630/model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa0e22bcade9527b5aeb86066e139cc30979f8492c753ff3277e6189863ab97
|
3 |
+
size 4999813112
|