Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- 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
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-15260/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.1-8B",
|
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": 128256
|
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:ca9c32fb2c49e4334e8d6366962dfde9e3ce313f12da6932182efa1819e7d5b4
|
3 |
+
size 4886466168
|
checkpoint-15260/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0901d2e156c6ec7a375c3e90ae5183970af0445d3dc0e53c031b45673775dd64
|
3 |
+
size 4832007448
|
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:fc341540d248248879144955e237347cb4f7c1f9a2c06b2ff8db4432b3828a6c
|
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:0ebb0b7cf9429c7212f117ffea57058b305053543993e5f3f65b73e965e62479
|
3 |
+
size 2571158184
|
checkpoint-15260/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32121044992
|
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-00001-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:fede8c800f57bd9dc62e33a17ab9eb4b4e33b494929e65bb152bc289502e2bc2
|
3 |
+
size 15385036334
|
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.20334736954320132,
|
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.00041309098662118223,
|
13 |
+
"grad_norm": 3.3591651916503906,
|
14 |
+
"learning_rate": 1.0157273918741808e-06,
|
15 |
+
"loss": 0.6834,
|
16 |
+
"step": 31
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0008261819732423645,
|
20 |
+
"grad_norm": 3.3040101528167725,
|
21 |
+
"learning_rate": 2.0314547837483616e-06,
|
22 |
+
"loss": 0.6549,
|
23 |
+
"step": 62
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0012392729598635467,
|
27 |
+
"grad_norm": 3.4403798580169678,
|
28 |
+
"learning_rate": 3.0471821756225426e-06,
|
29 |
+
"loss": 0.6424,
|
30 |
+
"step": 93
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.001652363946484729,
|
34 |
+
"grad_norm": 3.1615188121795654,
|
35 |
+
"learning_rate": 4.062909567496723e-06,
|
36 |
+
"loss": 0.6389,
|
37 |
+
"step": 124
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.002065454933105911,
|
41 |
+
"grad_norm": 3.514648675918579,
|
42 |
+
"learning_rate": 5.078636959370905e-06,
|
43 |
+
"loss": 0.6299,
|
44 |
+
"step": 155
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.0024785459197270935,
|
48 |
+
"grad_norm": 3.482177257537842,
|
49 |
+
"learning_rate": 6.094364351245085e-06,
|
50 |
+
"loss": 0.6264,
|
51 |
+
"step": 186
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.002891636906348276,
|
55 |
+
"grad_norm": 2.943384885787964,
|
56 |
+
"learning_rate": 7.110091743119267e-06,
|
57 |
+
"loss": 0.6332,
|
58 |
+
"step": 217
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.003304727892969458,
|
62 |
+
"grad_norm": 2.944023847579956,
|
63 |
+
"learning_rate": 8.125819134993446e-06,
|
64 |
+
"loss": 0.6318,
|
65 |
+
"step": 248
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0037178188795906402,
|
69 |
+
"grad_norm": 3.4448447227478027,
|
70 |
+
"learning_rate": 9.141546526867629e-06,
|
71 |
+
"loss": 0.6345,
|
72 |
+
"step": 279
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.004130909866211822,
|
76 |
+
"grad_norm": 2.7651798725128174,
|
77 |
+
"learning_rate": 1.015727391874181e-05,
|
78 |
+
"loss": 0.6385,
|
79 |
+
"step": 310
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.004544000852833005,
|
83 |
+
"grad_norm": 2.9972455501556396,
|
84 |
+
"learning_rate": 1.117300131061599e-05,
|
85 |
+
"loss": 0.6408,
|
86 |
+
"step": 341
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.004957091839454187,
|
90 |
+
"grad_norm": 3.3536224365234375,
|
91 |
+
"learning_rate": 1.218872870249017e-05,
|
92 |
+
"loss": 0.6334,
|
93 |
+
"step": 372
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.005370182826075369,
|
97 |
+
"grad_norm": 2.95772385597229,
|
98 |
+
"learning_rate": 1.3204456094364351e-05,
|
99 |
+
"loss": 0.6321,
|
100 |
+
"step": 403
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.005783273812696552,
|
104 |
+
"grad_norm": 2.87235164642334,
|
105 |
+
"learning_rate": 1.4220183486238533e-05,
|
106 |
+
"loss": 0.6274,
|
107 |
+
"step": 434
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.006196364799317734,
|
111 |
+
"grad_norm": 3.253079414367676,
|
112 |
+
"learning_rate": 1.5235910878112714e-05,
|
113 |
+
"loss": 0.6408,
|
114 |
+
"step": 465
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.006609455785938916,
|
118 |
+
"grad_norm": 2.500065803527832,
|
119 |
+
"learning_rate": 1.6251638269986893e-05,
|
120 |
+
"loss": 0.64,
|
121 |
+
"step": 496
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.007022546772560098,
|
125 |
+
"grad_norm": 2.9136173725128174,
|
126 |
+
"learning_rate": 1.7267365661861077e-05,
|
127 |
+
"loss": 0.6415,
|
128 |
+
"step": 527
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.0074356377591812805,
|
132 |
+
"grad_norm": 2.676680088043213,
|
133 |
+
"learning_rate": 1.8283093053735257e-05,
|
134 |
+
"loss": 0.64,
|
135 |
+
"step": 558
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.007848728745802462,
|
139 |
+
"grad_norm": 2.4697916507720947,
|
140 |
+
"learning_rate": 1.9298820445609438e-05,
|
141 |
+
"loss": 0.6303,
|
142 |
+
"step": 589
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.008261819732423644,
|
146 |
+
"grad_norm": 2.963353395462036,
|
147 |
+
"learning_rate": 2.031454783748362e-05,
|
148 |
+
"loss": 0.6334,
|
149 |
+
"step": 620
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.008674910719044826,
|
153 |
+
"grad_norm": 2.501999616622925,
|
154 |
+
"learning_rate": 2.13302752293578e-05,
|
155 |
+
"loss": 0.627,
|
156 |
+
"step": 651
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.00908800170566601,
|
160 |
+
"grad_norm": 2.571075677871704,
|
161 |
+
"learning_rate": 2.234600262123198e-05,
|
162 |
+
"loss": 0.6331,
|
163 |
+
"step": 682
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.009501092692287192,
|
167 |
+
"grad_norm": 2.383870840072632,
|
168 |
+
"learning_rate": 2.336173001310616e-05,
|
169 |
+
"loss": 0.6274,
|
170 |
+
"step": 713
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.009914183678908374,
|
174 |
+
"grad_norm": 2.434166669845581,
|
175 |
+
"learning_rate": 2.437745740498034e-05,
|
176 |
+
"loss": 0.632,
|
177 |
+
"step": 744
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.010327274665529556,
|
181 |
+
"grad_norm": 2.3138139247894287,
|
182 |
+
"learning_rate": 2.5393184796854525e-05,
|
183 |
+
"loss": 0.6346,
|
184 |
+
"step": 775
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.010740365652150738,
|
188 |
+
"grad_norm": 2.5973124504089355,
|
189 |
+
"learning_rate": 2.6408912188728702e-05,
|
190 |
+
"loss": 0.6401,
|
191 |
+
"step": 806
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.01115345663877192,
|
195 |
+
"grad_norm": 2.0346949100494385,
|
196 |
+
"learning_rate": 2.7424639580602886e-05,
|
197 |
+
"loss": 0.6321,
|
198 |
+
"step": 837
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.011566547625393104,
|
202 |
+
"grad_norm": 2.5783207416534424,
|
203 |
+
"learning_rate": 2.8440366972477066e-05,
|
204 |
+
"loss": 0.6242,
|
205 |
+
"step": 868
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.011979638612014286,
|
209 |
+
"grad_norm": 2.7078452110290527,
|
210 |
+
"learning_rate": 2.9456094364351244e-05,
|
211 |
+
"loss": 0.6291,
|
212 |
+
"step": 899
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.012392729598635467,
|
216 |
+
"grad_norm": 2.084425210952759,
|
217 |
+
"learning_rate": 3.0471821756225428e-05,
|
218 |
+
"loss": 0.6295,
|
219 |
+
"step": 930
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.01280582058525665,
|
223 |
+
"grad_norm": 1.9207690954208374,
|
224 |
+
"learning_rate": 3.148754914809961e-05,
|
225 |
+
"loss": 0.6315,
|
226 |
+
"step": 961
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.013218911571877831,
|
230 |
+
"grad_norm": 2.132145881652832,
|
231 |
+
"learning_rate": 3.2503276539973785e-05,
|
232 |
+
"loss": 0.6364,
|
233 |
+
"step": 992
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.013632002558499013,
|
237 |
+
"grad_norm": 2.3366384506225586,
|
238 |
+
"learning_rate": 3.351900393184797e-05,
|
239 |
+
"loss": 0.6302,
|
240 |
+
"step": 1023
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.014045093545120195,
|
244 |
+
"grad_norm": 2.1471712589263916,
|
245 |
+
"learning_rate": 3.453473132372215e-05,
|
246 |
+
"loss": 0.6296,
|
247 |
+
"step": 1054
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.014458184531741379,
|
251 |
+
"grad_norm": 1.8962008953094482,
|
252 |
+
"learning_rate": 3.555045871559633e-05,
|
253 |
+
"loss": 0.6269,
|
254 |
+
"step": 1085
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.014871275518362561,
|
258 |
+
"grad_norm": 2.0318596363067627,
|
259 |
+
"learning_rate": 3.6566186107470514e-05,
|
260 |
+
"loss": 0.6303,
|
261 |
+
"step": 1116
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.015284366504983743,
|
265 |
+
"grad_norm": 1.917946696281433,
|
266 |
+
"learning_rate": 3.7581913499344695e-05,
|
267 |
+
"loss": 0.6257,
|
268 |
+
"step": 1147
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.015697457491604925,
|
272 |
+
"grad_norm": 1.8561079502105713,
|
273 |
+
"learning_rate": 3.8597640891218876e-05,
|
274 |
+
"loss": 0.624,
|
275 |
+
"step": 1178
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.016110548478226107,
|
279 |
+
"grad_norm": 1.7843095064163208,
|
280 |
+
"learning_rate": 3.9613368283093056e-05,
|
281 |
+
"loss": 0.6283,
|
282 |
+
"step": 1209
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.01652363946484729,
|
286 |
+
"grad_norm": 2.211169958114624,
|
287 |
+
"learning_rate": 4.062909567496724e-05,
|
288 |
+
"loss": 0.6218,
|
289 |
+
"step": 1240
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.01693673045146847,
|
293 |
+
"grad_norm": 1.8634388446807861,
|
294 |
+
"learning_rate": 4.164482306684142e-05,
|
295 |
+
"loss": 0.6356,
|
296 |
+
"step": 1271
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.017349821438089653,
|
300 |
+
"grad_norm": 3.0655570030212402,
|
301 |
+
"learning_rate": 4.26605504587156e-05,
|
302 |
+
"loss": 0.6303,
|
303 |
+
"step": 1302
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.017762912424710835,
|
307 |
+
"grad_norm": 1.7919161319732666,
|
308 |
+
"learning_rate": 4.367627785058978e-05,
|
309 |
+
"loss": 0.6232,
|
310 |
+
"step": 1333
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.01817600341133202,
|
314 |
+
"grad_norm": 1.835038423538208,
|
315 |
+
"learning_rate": 4.469200524246396e-05,
|
316 |
+
"loss": 0.6285,
|
317 |
+
"step": 1364
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.018589094397953202,
|
321 |
+
"grad_norm": 2.1585254669189453,
|
322 |
+
"learning_rate": 4.570773263433814e-05,
|
323 |
+
"loss": 0.6218,
|
324 |
+
"step": 1395
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.019002185384574384,
|
328 |
+
"grad_norm": 1.9998375177383423,
|
329 |
+
"learning_rate": 4.672346002621232e-05,
|
330 |
+
"loss": 0.6271,
|
331 |
+
"step": 1426
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.019415276371195566,
|
335 |
+
"grad_norm": 1.9367185831069946,
|
336 |
+
"learning_rate": 4.77391874180865e-05,
|
337 |
+
"loss": 0.6251,
|
338 |
+
"step": 1457
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.019828367357816748,
|
342 |
+
"grad_norm": 1.9007997512817383,
|
343 |
+
"learning_rate": 4.875491480996068e-05,
|
344 |
+
"loss": 0.6294,
|
345 |
+
"step": 1488
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.02024145834443793,
|
349 |
+
"grad_norm": 2.1685807704925537,
|
350 |
+
"learning_rate": 4.977064220183487e-05,
|
351 |
+
"loss": 0.6234,
|
352 |
+
"step": 1519
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.020654549331059112,
|
356 |
+
"grad_norm": 1.8442130088806152,
|
357 |
+
"learning_rate": 4.9999915451558777e-05,
|
358 |
+
"loss": 0.617,
|
359 |
+
"step": 1550
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.021067640317680294,
|
363 |
+
"grad_norm": 1.7781652212142944,
|
364 |
+
"learning_rate": 4.999955597496219e-05,
|
365 |
+
"loss": 0.6288,
|
366 |
+
"step": 1581
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.021480731304301476,
|
370 |
+
"grad_norm": 1.6424139738082886,
|
371 |
+
"learning_rate": 4.9998914381774255e-05,
|
372 |
+
"loss": 0.6307,
|
373 |
+
"step": 1612
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.021893822290922658,
|
377 |
+
"grad_norm": 2.124312400817871,
|
378 |
+
"learning_rate": 4.999799067923527e-05,
|
379 |
+
"loss": 0.6219,
|
380 |
+
"step": 1643
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.02230691327754384,
|
384 |
+
"grad_norm": 1.968117117881775,
|
385 |
+
"learning_rate": 4.999678487776908e-05,
|
386 |
+
"loss": 0.6209,
|
387 |
+
"step": 1674
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.02272000426416502,
|
391 |
+
"grad_norm": 1.8158947229385376,
|
392 |
+
"learning_rate": 4.9995296990983006e-05,
|
393 |
+
"loss": 0.6186,
|
394 |
+
"step": 1705
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.023133095250786207,
|
398 |
+
"grad_norm": 1.8896212577819824,
|
399 |
+
"learning_rate": 4.999352703566763e-05,
|
400 |
+
"loss": 0.62,
|
401 |
+
"step": 1736
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.02354618623740739,
|
405 |
+
"grad_norm": 1.733493685722351,
|
406 |
+
"learning_rate": 4.999147503179668e-05,
|
407 |
+
"loss": 0.621,
|
408 |
+
"step": 1767
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.02395927722402857,
|
412 |
+
"grad_norm": 1.620137333869934,
|
413 |
+
"learning_rate": 4.998914100252672e-05,
|
414 |
+
"loss": 0.6148,
|
415 |
+
"step": 1798
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.024372368210649753,
|
419 |
+
"grad_norm": 1.6356101036071777,
|
420 |
+
"learning_rate": 4.998652497419696e-05,
|
421 |
+
"loss": 0.6158,
|
422 |
+
"step": 1829
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.024785459197270935,
|
426 |
+
"grad_norm": 1.7796778678894043,
|
427 |
+
"learning_rate": 4.9983626976328927e-05,
|
428 |
+
"loss": 0.6135,
|
429 |
+
"step": 1860
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.025198550183892117,
|
433 |
+
"grad_norm": 1.6276317834854126,
|
434 |
+
"learning_rate": 4.998044704162613e-05,
|
435 |
+
"loss": 0.6156,
|
436 |
+
"step": 1891
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.0256116411705133,
|
440 |
+
"grad_norm": 1.5687456130981445,
|
441 |
+
"learning_rate": 4.9976985205973705e-05,
|
442 |
+
"loss": 0.6097,
|
443 |
+
"step": 1922
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.02602473215713448,
|
447 |
+
"grad_norm": 1.6068204641342163,
|
448 |
+
"learning_rate": 4.997324150843799e-05,
|
449 |
+
"loss": 0.5995,
|
450 |
+
"step": 1953
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.026437823143755663,
|
454 |
+
"grad_norm": 1.5601444244384766,
|
455 |
+
"learning_rate": 4.99692159912661e-05,
|
456 |
+
"loss": 0.6095,
|
457 |
+
"step": 1984
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.026850914130376845,
|
461 |
+
"grad_norm": 1.5028727054595947,
|
462 |
+
"learning_rate": 4.996490869988546e-05,
|
463 |
+
"loss": 0.6035,
|
464 |
+
"step": 2015
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.027264005116998027,
|
468 |
+
"grad_norm": 1.6428122520446777,
|
469 |
+
"learning_rate": 4.996031968290326e-05,
|
470 |
+
"loss": 0.6066,
|
471 |
+
"step": 2046
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.02767709610361921,
|
475 |
+
"grad_norm": 1.7156198024749756,
|
476 |
+
"learning_rate": 4.995544899210594e-05,
|
477 |
+
"loss": 0.6013,
|
478 |
+
"step": 2077
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.02809018709024039,
|
482 |
+
"grad_norm": 1.6048359870910645,
|
483 |
+
"learning_rate": 4.9950296682458583e-05,
|
484 |
+
"loss": 0.6089,
|
485 |
+
"step": 2108
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.028503278076861576,
|
489 |
+
"grad_norm": 1.6720808744430542,
|
490 |
+
"learning_rate": 4.994486281210429e-05,
|
491 |
+
"loss": 0.6015,
|
492 |
+
"step": 2139
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.028916369063482758,
|
496 |
+
"grad_norm": 1.5579414367675781,
|
497 |
+
"learning_rate": 4.9939147442363566e-05,
|
498 |
+
"loss": 0.606,
|
499 |
+
"step": 2170
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.02932946005010394,
|
503 |
+
"grad_norm": 1.536623477935791,
|
504 |
+
"learning_rate": 4.9933150637733574e-05,
|
505 |
+
"loss": 0.6031,
|
506 |
+
"step": 2201
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.029742551036725122,
|
510 |
+
"grad_norm": 1.5001758337020874,
|
511 |
+
"learning_rate": 4.992687246588743e-05,
|
512 |
+
"loss": 0.5982,
|
513 |
+
"step": 2232
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.030155642023346304,
|
517 |
+
"grad_norm": 1.956465721130371,
|
518 |
+
"learning_rate": 4.992031299767347e-05,
|
519 |
+
"loss": 0.6026,
|
520 |
+
"step": 2263
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.030568733009967486,
|
524 |
+
"grad_norm": 1.5761971473693848,
|
525 |
+
"learning_rate": 4.9913472307114386e-05,
|
526 |
+
"loss": 0.608,
|
527 |
+
"step": 2294
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.030981823996588668,
|
531 |
+
"grad_norm": 1.4833664894104004,
|
532 |
+
"learning_rate": 4.9906350471406446e-05,
|
533 |
+
"loss": 0.6023,
|
534 |
+
"step": 2325
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.03139491498320985,
|
538 |
+
"grad_norm": 1.6575111150741577,
|
539 |
+
"learning_rate": 4.989894757091861e-05,
|
540 |
+
"loss": 0.6056,
|
541 |
+
"step": 2356
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.031808005969831035,
|
545 |
+
"grad_norm": 1.7202379703521729,
|
546 |
+
"learning_rate": 4.989126368919158e-05,
|
547 |
+
"loss": 0.6042,
|
548 |
+
"step": 2387
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.032221096956452214,
|
552 |
+
"grad_norm": 1.527782917022705,
|
553 |
+
"learning_rate": 4.988329891293693e-05,
|
554 |
+
"loss": 0.6042,
|
555 |
+
"step": 2418
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.0326341879430734,
|
559 |
+
"grad_norm": 1.434414267539978,
|
560 |
+
"learning_rate": 4.987505333203608e-05,
|
561 |
+
"loss": 0.6047,
|
562 |
+
"step": 2449
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.03304727892969458,
|
566 |
+
"grad_norm": 1.4155853986740112,
|
567 |
+
"learning_rate": 4.9866527039539276e-05,
|
568 |
+
"loss": 0.6031,
|
569 |
+
"step": 2480
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.03346036991631576,
|
573 |
+
"grad_norm": 1.3213967084884644,
|
574 |
+
"learning_rate": 4.9857720131664594e-05,
|
575 |
+
"loss": 0.591,
|
576 |
+
"step": 2511
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.03387346090293694,
|
580 |
+
"grad_norm": 1.6172468662261963,
|
581 |
+
"learning_rate": 4.9848632707796773e-05,
|
582 |
+
"loss": 0.6005,
|
583 |
+
"step": 2542
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.03428655188955813,
|
587 |
+
"grad_norm": 1.791569709777832,
|
588 |
+
"learning_rate": 4.9839264870486155e-05,
|
589 |
+
"loss": 0.5972,
|
590 |
+
"step": 2573
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.034699642876179305,
|
594 |
+
"grad_norm": 1.6133856773376465,
|
595 |
+
"learning_rate": 4.9829616725447526e-05,
|
596 |
+
"loss": 0.6088,
|
597 |
+
"step": 2604
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.03511273386280049,
|
601 |
+
"grad_norm": 1.3674331903457642,
|
602 |
+
"learning_rate": 4.981968838155888e-05,
|
603 |
+
"loss": 0.6059,
|
604 |
+
"step": 2635
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.03552582484942167,
|
608 |
+
"grad_norm": 1.3905473947525024,
|
609 |
+
"learning_rate": 4.980947995086024e-05,
|
610 |
+
"loss": 0.5945,
|
611 |
+
"step": 2666
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.035938915836042855,
|
615 |
+
"grad_norm": 1.8068715333938599,
|
616 |
+
"learning_rate": 4.979899154855234e-05,
|
617 |
+
"loss": 0.5926,
|
618 |
+
"step": 2697
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.03635200682266404,
|
622 |
+
"grad_norm": 1.9621700048446655,
|
623 |
+
"learning_rate": 4.9788223292995386e-05,
|
624 |
+
"loss": 0.5894,
|
625 |
+
"step": 2728
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.03676509780928522,
|
629 |
+
"grad_norm": 1.363703966140747,
|
630 |
+
"learning_rate": 4.977717530570768e-05,
|
631 |
+
"loss": 0.5966,
|
632 |
+
"step": 2759
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.037178188795906404,
|
636 |
+
"grad_norm": 1.3365380764007568,
|
637 |
+
"learning_rate": 4.976584771136425e-05,
|
638 |
+
"loss": 0.5951,
|
639 |
+
"step": 2790
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.03759127978252758,
|
643 |
+
"grad_norm": 1.5703483819961548,
|
644 |
+
"learning_rate": 4.975424063779547e-05,
|
645 |
+
"loss": 0.5881,
|
646 |
+
"step": 2821
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.03800437076914877,
|
650 |
+
"grad_norm": 1.41889226436615,
|
651 |
+
"learning_rate": 4.974235421598557e-05,
|
652 |
+
"loss": 0.5894,
|
653 |
+
"step": 2852
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.03841746175576995,
|
657 |
+
"grad_norm": 1.3354650735855103,
|
658 |
+
"learning_rate": 4.973018858007122e-05,
|
659 |
+
"loss": 0.5985,
|
660 |
+
"step": 2883
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.03883055274239113,
|
664 |
+
"grad_norm": 1.3462773561477661,
|
665 |
+
"learning_rate": 4.9717743867339963e-05,
|
666 |
+
"loss": 0.5842,
|
667 |
+
"step": 2914
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.03924364372901231,
|
671 |
+
"grad_norm": 1.3955717086791992,
|
672 |
+
"learning_rate": 4.9705020218228695e-05,
|
673 |
+
"loss": 0.5949,
|
674 |
+
"step": 2945
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.039656734715633496,
|
678 |
+
"grad_norm": 1.56218683719635,
|
679 |
+
"learning_rate": 4.969201777632205e-05,
|
680 |
+
"loss": 0.5819,
|
681 |
+
"step": 2976
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.040069825702254674,
|
685 |
+
"grad_norm": 1.273589849472046,
|
686 |
+
"learning_rate": 4.9678736688350846e-05,
|
687 |
+
"loss": 0.5862,
|
688 |
+
"step": 3007
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.04048291668887586,
|
692 |
+
"grad_norm": 1.2699215412139893,
|
693 |
+
"learning_rate": 4.966517710419033e-05,
|
694 |
+
"loss": 0.5861,
|
695 |
+
"step": 3038
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.04089600767549704,
|
699 |
+
"grad_norm": 1.3422695398330688,
|
700 |
+
"learning_rate": 4.965133917685858e-05,
|
701 |
+
"loss": 0.5895,
|
702 |
+
"step": 3069
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.041309098662118224,
|
706 |
+
"grad_norm": 1.3061139583587646,
|
707 |
+
"learning_rate": 4.9637223062514714e-05,
|
708 |
+
"loss": 0.5841,
|
709 |
+
"step": 3100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.04172218964873941,
|
713 |
+
"grad_norm": 1.4134674072265625,
|
714 |
+
"learning_rate": 4.962282892045718e-05,
|
715 |
+
"loss": 0.5884,
|
716 |
+
"step": 3131
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.04213528063536059,
|
720 |
+
"grad_norm": 1.620926022529602,
|
721 |
+
"learning_rate": 4.9608156913121904e-05,
|
722 |
+
"loss": 0.5892,
|
723 |
+
"step": 3162
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.04254837162198177,
|
727 |
+
"grad_norm": 1.6183459758758545,
|
728 |
+
"learning_rate": 4.959320720608049e-05,
|
729 |
+
"loss": 0.5905,
|
730 |
+
"step": 3193
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.04296146260860295,
|
734 |
+
"grad_norm": 1.388850212097168,
|
735 |
+
"learning_rate": 4.9577979968038354e-05,
|
736 |
+
"loss": 0.5877,
|
737 |
+
"step": 3224
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.04337455359522414,
|
741 |
+
"grad_norm": 1.3144453763961792,
|
742 |
+
"learning_rate": 4.956247537083282e-05,
|
743 |
+
"loss": 0.586,
|
744 |
+
"step": 3255
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.043787644581845316,
|
748 |
+
"grad_norm": 1.2794479131698608,
|
749 |
+
"learning_rate": 4.9546693589431145e-05,
|
750 |
+
"loss": 0.5867,
|
751 |
+
"step": 3286
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.0442007355684665,
|
755 |
+
"grad_norm": 1.3948591947555542,
|
756 |
+
"learning_rate": 4.9530634801928595e-05,
|
757 |
+
"loss": 0.5826,
|
758 |
+
"step": 3317
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.04461382655508768,
|
762 |
+
"grad_norm": 1.706746220588684,
|
763 |
+
"learning_rate": 4.9514299189546395e-05,
|
764 |
+
"loss": 0.5824,
|
765 |
+
"step": 3348
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.045026917541708865,
|
769 |
+
"grad_norm": 1.3201781511306763,
|
770 |
+
"learning_rate": 4.949768693662973e-05,
|
771 |
+
"loss": 0.5756,
|
772 |
+
"step": 3379
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.04544000852833004,
|
776 |
+
"grad_norm": 1.3768137693405151,
|
777 |
+
"learning_rate": 4.948079823064559e-05,
|
778 |
+
"loss": 0.5811,
|
779 |
+
"step": 3410
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.04585309951495123,
|
783 |
+
"grad_norm": 1.5180764198303223,
|
784 |
+
"learning_rate": 4.946363326218074e-05,
|
785 |
+
"loss": 0.5883,
|
786 |
+
"step": 3441
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.046266190501572414,
|
790 |
+
"grad_norm": 1.3262442350387573,
|
791 |
+
"learning_rate": 4.9446192224939525e-05,
|
792 |
+
"loss": 0.5891,
|
793 |
+
"step": 3472
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.04667928148819359,
|
797 |
+
"grad_norm": 1.2817314863204956,
|
798 |
+
"learning_rate": 4.942847531574167e-05,
|
799 |
+
"loss": 0.5864,
|
800 |
+
"step": 3503
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.04709237247481478,
|
804 |
+
"grad_norm": 1.367293119430542,
|
805 |
+
"learning_rate": 4.941048273452008e-05,
|
806 |
+
"loss": 0.5707,
|
807 |
+
"step": 3534
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.04750546346143596,
|
811 |
+
"grad_norm": 1.3828052282333374,
|
812 |
+
"learning_rate": 4.9392214684318605e-05,
|
813 |
+
"loss": 0.5836,
|
814 |
+
"step": 3565
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.04791855444805714,
|
818 |
+
"grad_norm": 1.3188467025756836,
|
819 |
+
"learning_rate": 4.93736713712897e-05,
|
820 |
+
"loss": 0.5751,
|
821 |
+
"step": 3596
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.04833164543467832,
|
825 |
+
"grad_norm": 1.4477969408035278,
|
826 |
+
"learning_rate": 4.9354853004692124e-05,
|
827 |
+
"loss": 0.5759,
|
828 |
+
"step": 3627
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.048744736421299506,
|
832 |
+
"grad_norm": 20.127796173095703,
|
833 |
+
"learning_rate": 4.93357597968886e-05,
|
834 |
+
"loss": 0.5881,
|
835 |
+
"step": 3658
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.049157827407920685,
|
839 |
+
"grad_norm": 1.3451824188232422,
|
840 |
+
"learning_rate": 4.931639196334338e-05,
|
841 |
+
"loss": 0.5751,
|
842 |
+
"step": 3689
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.04957091839454187,
|
846 |
+
"grad_norm": 1.2557615041732788,
|
847 |
+
"learning_rate": 4.9296749722619826e-05,
|
848 |
+
"loss": 0.5727,
|
849 |
+
"step": 3720
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.04998400938116305,
|
853 |
+
"grad_norm": 1.2731627225875854,
|
854 |
+
"learning_rate": 4.9276833296377966e-05,
|
855 |
+
"loss": 0.5828,
|
856 |
+
"step": 3751
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.050397100367784234,
|
860 |
+
"grad_norm": 1.2297345399856567,
|
861 |
+
"learning_rate": 4.925664290937196e-05,
|
862 |
+
"loss": 0.5802,
|
863 |
+
"step": 3782
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.05081019135440541,
|
867 |
+
"grad_norm": 1.4189480543136597,
|
868 |
+
"learning_rate": 4.9236178789447576e-05,
|
869 |
+
"loss": 0.5858,
|
870 |
+
"step": 3813
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.0512232823410266,
|
874 |
+
"grad_norm": 1.4226466417312622,
|
875 |
+
"learning_rate": 4.921544116753962e-05,
|
876 |
+
"loss": 0.5826,
|
877 |
+
"step": 3844
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.05163637332764778,
|
881 |
+
"grad_norm": 1.2986515760421753,
|
882 |
+
"learning_rate": 4.919443027766935e-05,
|
883 |
+
"loss": 0.5792,
|
884 |
+
"step": 3875
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.05204946431426896,
|
888 |
+
"grad_norm": 1.2760885953903198,
|
889 |
+
"learning_rate": 4.91731463569418e-05,
|
890 |
+
"loss": 0.5714,
|
891 |
+
"step": 3906
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.05246255530089015,
|
895 |
+
"grad_norm": 1.3039038181304932,
|
896 |
+
"learning_rate": 4.915158964554312e-05,
|
897 |
+
"loss": 0.5869,
|
898 |
+
"step": 3937
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.052875646287511326,
|
902 |
+
"grad_norm": 1.3332126140594482,
|
903 |
+
"learning_rate": 4.912976038673786e-05,
|
904 |
+
"loss": 0.5733,
|
905 |
+
"step": 3968
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.05328873727413251,
|
909 |
+
"grad_norm": 1.3061742782592773,
|
910 |
+
"learning_rate": 4.9107658826866254e-05,
|
911 |
+
"loss": 0.5784,
|
912 |
+
"step": 3999
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.05370182826075369,
|
916 |
+
"grad_norm": 1.3973617553710938,
|
917 |
+
"learning_rate": 4.908528521534139e-05,
|
918 |
+
"loss": 0.578,
|
919 |
+
"step": 4030
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.054114919247374875,
|
923 |
+
"grad_norm": 1.345142126083374,
|
924 |
+
"learning_rate": 4.906263980464644e-05,
|
925 |
+
"loss": 0.5676,
|
926 |
+
"step": 4061
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.05452801023399605,
|
930 |
+
"grad_norm": 1.3678765296936035,
|
931 |
+
"learning_rate": 4.903972285033178e-05,
|
932 |
+
"loss": 0.5772,
|
933 |
+
"step": 4092
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.05494110122061724,
|
937 |
+
"grad_norm": 1.4278219938278198,
|
938 |
+
"learning_rate": 4.901653461101213e-05,
|
939 |
+
"loss": 0.5793,
|
940 |
+
"step": 4123
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.05535419220723842,
|
944 |
+
"grad_norm": 1.20429265499115,
|
945 |
+
"learning_rate": 4.8993075348363626e-05,
|
946 |
+
"loss": 0.5663,
|
947 |
+
"step": 4154
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.0557672831938596,
|
951 |
+
"grad_norm": 1.292257308959961,
|
952 |
+
"learning_rate": 4.896934532712084e-05,
|
953 |
+
"loss": 0.5752,
|
954 |
+
"step": 4185
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.05618037418048078,
|
958 |
+
"grad_norm": 1.2514420747756958,
|
959 |
+
"learning_rate": 4.8945344815073846e-05,
|
960 |
+
"loss": 0.5716,
|
961 |
+
"step": 4216
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.05659346516710197,
|
965 |
+
"grad_norm": 1.3282150030136108,
|
966 |
+
"learning_rate": 4.892107408306516e-05,
|
967 |
+
"loss": 0.5797,
|
968 |
+
"step": 4247
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.05700655615372315,
|
972 |
+
"grad_norm": 1.1990079879760742,
|
973 |
+
"learning_rate": 4.889653340498669e-05,
|
974 |
+
"loss": 0.5754,
|
975 |
+
"step": 4278
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.05741964714034433,
|
979 |
+
"grad_norm": 1.2512881755828857,
|
980 |
+
"learning_rate": 4.8871723057776664e-05,
|
981 |
+
"loss": 0.578,
|
982 |
+
"step": 4309
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.057832738126965516,
|
986 |
+
"grad_norm": 1.289668321609497,
|
987 |
+
"learning_rate": 4.8846643321416476e-05,
|
988 |
+
"loss": 0.5679,
|
989 |
+
"step": 4340
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.058245829113586695,
|
993 |
+
"grad_norm": 1.1814261674880981,
|
994 |
+
"learning_rate": 4.882129447892753e-05,
|
995 |
+
"loss": 0.5736,
|
996 |
+
"step": 4371
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.05865892010020788,
|
1000 |
+
"grad_norm": 1.3042793273925781,
|
1001 |
+
"learning_rate": 4.8795676816368076e-05,
|
1002 |
+
"loss": 0.5688,
|
1003 |
+
"step": 4402
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.05907201108682906,
|
1007 |
+
"grad_norm": 1.3468403816223145,
|
1008 |
+
"learning_rate": 4.876979062282995e-05,
|
1009 |
+
"loss": 0.5717,
|
1010 |
+
"step": 4433
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.059485102073450244,
|
1014 |
+
"grad_norm": 1.3107612133026123,
|
1015 |
+
"learning_rate": 4.8743636190435325e-05,
|
1016 |
+
"loss": 0.5751,
|
1017 |
+
"step": 4464
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.05989819306007142,
|
1021 |
+
"grad_norm": 1.2376316785812378,
|
1022 |
+
"learning_rate": 4.871721381433344e-05,
|
1023 |
+
"loss": 0.5577,
|
1024 |
+
"step": 4495
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.06031128404669261,
|
1028 |
+
"grad_norm": 1.724004864692688,
|
1029 |
+
"learning_rate": 4.869052379269719e-05,
|
1030 |
+
"loss": 0.5775,
|
1031 |
+
"step": 4526
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.060724375033313786,
|
1035 |
+
"grad_norm": 1.266945481300354,
|
1036 |
+
"learning_rate": 4.866356642671985e-05,
|
1037 |
+
"loss": 0.5691,
|
1038 |
+
"step": 4557
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.06113746601993497,
|
1042 |
+
"grad_norm": 1.3230117559432983,
|
1043 |
+
"learning_rate": 4.8636342020611634e-05,
|
1044 |
+
"loss": 0.5771,
|
1045 |
+
"step": 4588
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.06155055700655616,
|
1049 |
+
"grad_norm": 1.1369415521621704,
|
1050 |
+
"learning_rate": 4.860885088159626e-05,
|
1051 |
+
"loss": 0.5635,
|
1052 |
+
"step": 4619
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.061963647993177336,
|
1056 |
+
"grad_norm": 1.468989610671997,
|
1057 |
+
"learning_rate": 4.858109331990751e-05,
|
1058 |
+
"loss": 0.5703,
|
1059 |
+
"step": 4650
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.06237673897979852,
|
1063 |
+
"grad_norm": 1.1481618881225586,
|
1064 |
+
"learning_rate": 4.855306964878567e-05,
|
1065 |
+
"loss": 0.5727,
|
1066 |
+
"step": 4681
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.0627898299664197,
|
1070 |
+
"grad_norm": 1.312706708908081,
|
1071 |
+
"learning_rate": 4.8524780184474084e-05,
|
1072 |
+
"loss": 0.566,
|
1073 |
+
"step": 4712
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.06320292095304088,
|
1077 |
+
"grad_norm": 23.95269012451172,
|
1078 |
+
"learning_rate": 4.8496225246215496e-05,
|
1079 |
+
"loss": 0.5687,
|
1080 |
+
"step": 4743
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.06361601193966207,
|
1084 |
+
"grad_norm": 1.4113848209381104,
|
1085 |
+
"learning_rate": 4.8467405156248505e-05,
|
1086 |
+
"loss": 0.5711,
|
1087 |
+
"step": 4774
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.06402910292628325,
|
1091 |
+
"grad_norm": 1.1625652313232422,
|
1092 |
+
"learning_rate": 4.843832023980392e-05,
|
1093 |
+
"loss": 0.57,
|
1094 |
+
"step": 4805
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.06444219391290443,
|
1098 |
+
"grad_norm": 1.2240279912948608,
|
1099 |
+
"learning_rate": 4.840897082510106e-05,
|
1100 |
+
"loss": 0.5706,
|
1101 |
+
"step": 4836
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.0648552848995256,
|
1105 |
+
"grad_norm": 1.2450612783432007,
|
1106 |
+
"learning_rate": 4.8379357243344084e-05,
|
1107 |
+
"loss": 0.5571,
|
1108 |
+
"step": 4867
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.0652683758861468,
|
1112 |
+
"grad_norm": 1.1748895645141602,
|
1113 |
+
"learning_rate": 4.8349479828718236e-05,
|
1114 |
+
"loss": 0.563,
|
1115 |
+
"step": 4898
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.06568146687276798,
|
1119 |
+
"grad_norm": 1.1516320705413818,
|
1120 |
+
"learning_rate": 4.8319338918386075e-05,
|
1121 |
+
"loss": 0.56,
|
1122 |
+
"step": 4929
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.06609455785938916,
|
1126 |
+
"grad_norm": 1.0675004720687866,
|
1127 |
+
"learning_rate": 4.828893485248369e-05,
|
1128 |
+
"loss": 0.5694,
|
1129 |
+
"step": 4960
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.06650764884601033,
|
1133 |
+
"grad_norm": 1.2876821756362915,
|
1134 |
+
"learning_rate": 4.825826797411682e-05,
|
1135 |
+
"loss": 0.5666,
|
1136 |
+
"step": 4991
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.06692073983263153,
|
1140 |
+
"grad_norm": 1.2281044721603394,
|
1141 |
+
"learning_rate": 4.822733862935702e-05,
|
1142 |
+
"loss": 0.5611,
|
1143 |
+
"step": 5022
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.0673338308192527,
|
1147 |
+
"grad_norm": 1.2479503154754639,
|
1148 |
+
"learning_rate": 4.819614716723775e-05,
|
1149 |
+
"loss": 0.5616,
|
1150 |
+
"step": 5053
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.06774692180587388,
|
1154 |
+
"grad_norm": 0.9844783544540405,
|
1155 |
+
"learning_rate": 4.8164693939750425e-05,
|
1156 |
+
"loss": 0.556,
|
1157 |
+
"step": 5084
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.06816001279249508,
|
1161 |
+
"grad_norm": 1.342161774635315,
|
1162 |
+
"learning_rate": 4.813297930184042e-05,
|
1163 |
+
"loss": 0.5659,
|
1164 |
+
"step": 5115
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.06857310377911625,
|
1168 |
+
"grad_norm": 1.2998915910720825,
|
1169 |
+
"learning_rate": 4.810100361140314e-05,
|
1170 |
+
"loss": 0.564,
|
1171 |
+
"step": 5146
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.06898619476573743,
|
1175 |
+
"grad_norm": 1.202837347984314,
|
1176 |
+
"learning_rate": 4.8068767229279885e-05,
|
1177 |
+
"loss": 0.5688,
|
1178 |
+
"step": 5177
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.06939928575235861,
|
1182 |
+
"grad_norm": 1.2763055562973022,
|
1183 |
+
"learning_rate": 4.8036270519253854e-05,
|
1184 |
+
"loss": 0.561,
|
1185 |
+
"step": 5208
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.0698123767389798,
|
1189 |
+
"grad_norm": 1.2596797943115234,
|
1190 |
+
"learning_rate": 4.8003513848046e-05,
|
1191 |
+
"loss": 0.5583,
|
1192 |
+
"step": 5239
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.07022546772560098,
|
1196 |
+
"grad_norm": 1.1315211057662964,
|
1197 |
+
"learning_rate": 4.79704975853109e-05,
|
1198 |
+
"loss": 0.5654,
|
1199 |
+
"step": 5270
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.07063855871222216,
|
1203 |
+
"grad_norm": 1.275377869606018,
|
1204 |
+
"learning_rate": 4.793722210363262e-05,
|
1205 |
+
"loss": 0.5565,
|
1206 |
+
"step": 5301
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.07105164969884334,
|
1210 |
+
"grad_norm": 1.1248124837875366,
|
1211 |
+
"learning_rate": 4.7903687778520414e-05,
|
1212 |
+
"loss": 0.5564,
|
1213 |
+
"step": 5332
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.07146474068546453,
|
1217 |
+
"grad_norm": 1.1564768552780151,
|
1218 |
+
"learning_rate": 4.7869894988404593e-05,
|
1219 |
+
"loss": 0.5664,
|
1220 |
+
"step": 5363
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.07187783167208571,
|
1224 |
+
"grad_norm": 1.3657585382461548,
|
1225 |
+
"learning_rate": 4.783584411463221e-05,
|
1226 |
+
"loss": 0.5595,
|
1227 |
+
"step": 5394
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.07229092265870689,
|
1231 |
+
"grad_norm": 1.2559267282485962,
|
1232 |
+
"learning_rate": 4.780153554146274e-05,
|
1233 |
+
"loss": 0.5589,
|
1234 |
+
"step": 5425
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.07270401364532808,
|
1238 |
+
"grad_norm": 1.172601342201233,
|
1239 |
+
"learning_rate": 4.7766969656063766e-05,
|
1240 |
+
"loss": 0.563,
|
1241 |
+
"step": 5456
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.07311710463194926,
|
1245 |
+
"grad_norm": 1.1219208240509033,
|
1246 |
+
"learning_rate": 4.773214684850662e-05,
|
1247 |
+
"loss": 0.557,
|
1248 |
+
"step": 5487
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.07353019561857044,
|
1252 |
+
"grad_norm": 1.1428426504135132,
|
1253 |
+
"learning_rate": 4.769706751176193e-05,
|
1254 |
+
"loss": 0.5651,
|
1255 |
+
"step": 5518
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.07394328660519162,
|
1259 |
+
"grad_norm": 1.116365909576416,
|
1260 |
+
"learning_rate": 4.7661732041695264e-05,
|
1261 |
+
"loss": 0.5625,
|
1262 |
+
"step": 5549
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.07435637759181281,
|
1266 |
+
"grad_norm": 1.141745924949646,
|
1267 |
+
"learning_rate": 4.762614083706258e-05,
|
1268 |
+
"loss": 0.5609,
|
1269 |
+
"step": 5580
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.07476946857843399,
|
1273 |
+
"grad_norm": 1.2823870182037354,
|
1274 |
+
"learning_rate": 4.759029429950581e-05,
|
1275 |
+
"loss": 0.5563,
|
1276 |
+
"step": 5611
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.07518255956505517,
|
1280 |
+
"grad_norm": 1.0877517461776733,
|
1281 |
+
"learning_rate": 4.7554192833548235e-05,
|
1282 |
+
"loss": 0.5602,
|
1283 |
+
"step": 5642
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.07559565055167634,
|
1287 |
+
"grad_norm": 1.309289813041687,
|
1288 |
+
"learning_rate": 4.751783684659e-05,
|
1289 |
+
"loss": 0.5627,
|
1290 |
+
"step": 5673
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.07600874153829754,
|
1294 |
+
"grad_norm": 1.1390682458877563,
|
1295 |
+
"learning_rate": 4.748122674890348e-05,
|
1296 |
+
"loss": 0.5637,
|
1297 |
+
"step": 5704
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.07642183252491871,
|
1301 |
+
"grad_norm": 1.0977051258087158,
|
1302 |
+
"learning_rate": 4.7444362953628654e-05,
|
1303 |
+
"loss": 0.553,
|
1304 |
+
"step": 5735
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.0768349235115399,
|
1308 |
+
"grad_norm": 1.2870690822601318,
|
1309 |
+
"learning_rate": 4.7407245876768424e-05,
|
1310 |
+
"loss": 0.558,
|
1311 |
+
"step": 5766
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.07724801449816109,
|
1315 |
+
"grad_norm": 1.2272379398345947,
|
1316 |
+
"learning_rate": 4.736987593718397e-05,
|
1317 |
+
"loss": 0.5561,
|
1318 |
+
"step": 5797
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.07766110548478226,
|
1322 |
+
"grad_norm": 1.0588089227676392,
|
1323 |
+
"learning_rate": 4.733225355658999e-05,
|
1324 |
+
"loss": 0.5502,
|
1325 |
+
"step": 5828
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.07807419647140344,
|
1329 |
+
"grad_norm": 1.0750998258590698,
|
1330 |
+
"learning_rate": 4.7294379159549926e-05,
|
1331 |
+
"loss": 0.5561,
|
1332 |
+
"step": 5859
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.07848728745802462,
|
1336 |
+
"grad_norm": 1.137747883796692,
|
1337 |
+
"learning_rate": 4.725625317347119e-05,
|
1338 |
+
"loss": 0.5538,
|
1339 |
+
"step": 5890
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.07890037844464581,
|
1343 |
+
"grad_norm": 1.166258454322815,
|
1344 |
+
"learning_rate": 4.7217876028600374e-05,
|
1345 |
+
"loss": 0.553,
|
1346 |
+
"step": 5921
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.07931346943126699,
|
1350 |
+
"grad_norm": 1.2771128416061401,
|
1351 |
+
"learning_rate": 4.717924815801832e-05,
|
1352 |
+
"loss": 0.5635,
|
1353 |
+
"step": 5952
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.07972656041788817,
|
1357 |
+
"grad_norm": 1.1782628297805786,
|
1358 |
+
"learning_rate": 4.714036999763532e-05,
|
1359 |
+
"loss": 0.5579,
|
1360 |
+
"step": 5983
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.08013965140450935,
|
1364 |
+
"grad_norm": 1.206446647644043,
|
1365 |
+
"learning_rate": 4.7101241986186116e-05,
|
1366 |
+
"loss": 0.565,
|
1367 |
+
"step": 6014
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.08055274239113054,
|
1371 |
+
"grad_norm": 1.4244260787963867,
|
1372 |
+
"learning_rate": 4.7061864565225e-05,
|
1373 |
+
"loss": 0.5532,
|
1374 |
+
"step": 6045
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.08096583337775172,
|
1378 |
+
"grad_norm": 1.107866644859314,
|
1379 |
+
"learning_rate": 4.702223817912081e-05,
|
1380 |
+
"loss": 0.5488,
|
1381 |
+
"step": 6076
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.0813789243643729,
|
1385 |
+
"grad_norm": 1.1759666204452515,
|
1386 |
+
"learning_rate": 4.698236327505195e-05,
|
1387 |
+
"loss": 0.5461,
|
1388 |
+
"step": 6107
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.08179201535099408,
|
1392 |
+
"grad_norm": 1.1076208353042603,
|
1393 |
+
"learning_rate": 4.694224030300127e-05,
|
1394 |
+
"loss": 0.5596,
|
1395 |
+
"step": 6138
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.08220510633761527,
|
1399 |
+
"grad_norm": 1.1178481578826904,
|
1400 |
+
"learning_rate": 4.690186971575107e-05,
|
1401 |
+
"loss": 0.5559,
|
1402 |
+
"step": 6169
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.08261819732423645,
|
1406 |
+
"grad_norm": 1.0817649364471436,
|
1407 |
+
"learning_rate": 4.6861251968877916e-05,
|
1408 |
+
"loss": 0.5541,
|
1409 |
+
"step": 6200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.08303128831085763,
|
1413 |
+
"grad_norm": 1.1345518827438354,
|
1414 |
+
"learning_rate": 4.68203875207476e-05,
|
1415 |
+
"loss": 0.5515,
|
1416 |
+
"step": 6231
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.08344437929747882,
|
1420 |
+
"grad_norm": 1.1468344926834106,
|
1421 |
+
"learning_rate": 4.677927683250983e-05,
|
1422 |
+
"loss": 0.5469,
|
1423 |
+
"step": 6262
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.0838574702841,
|
1427 |
+
"grad_norm": 1.0362135171890259,
|
1428 |
+
"learning_rate": 4.6737920368093156e-05,
|
1429 |
+
"loss": 0.5663,
|
1430 |
+
"step": 6293
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.08427056127072118,
|
1434 |
+
"grad_norm": 1.2291909456253052,
|
1435 |
+
"learning_rate": 4.669631859419965e-05,
|
1436 |
+
"loss": 0.5594,
|
1437 |
+
"step": 6324
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.08468365225734235,
|
1441 |
+
"grad_norm": 1.179858922958374,
|
1442 |
+
"learning_rate": 4.6654471980299676e-05,
|
1443 |
+
"loss": 0.5618,
|
1444 |
+
"step": 6355
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.08509674324396355,
|
1448 |
+
"grad_norm": 1.2003235816955566,
|
1449 |
+
"learning_rate": 4.661238099862658e-05,
|
1450 |
+
"loss": 0.5437,
|
1451 |
+
"step": 6386
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.08550983423058472,
|
1455 |
+
"grad_norm": 1.0736212730407715,
|
1456 |
+
"learning_rate": 4.657004612417138e-05,
|
1457 |
+
"loss": 0.5492,
|
1458 |
+
"step": 6417
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.0859229252172059,
|
1462 |
+
"grad_norm": 1.1783486604690552,
|
1463 |
+
"learning_rate": 4.6527467834677374e-05,
|
1464 |
+
"loss": 0.5579,
|
1465 |
+
"step": 6448
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.08633601620382708,
|
1469 |
+
"grad_norm": 1.0574225187301636,
|
1470 |
+
"learning_rate": 4.648464661063478e-05,
|
1471 |
+
"loss": 0.548,
|
1472 |
+
"step": 6479
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.08674910719044827,
|
1476 |
+
"grad_norm": 1.1196519136428833,
|
1477 |
+
"learning_rate": 4.6441582935275264e-05,
|
1478 |
+
"loss": 0.549,
|
1479 |
+
"step": 6510
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.08716219817706945,
|
1483 |
+
"grad_norm": 1.0147607326507568,
|
1484 |
+
"learning_rate": 4.6398277294566586e-05,
|
1485 |
+
"loss": 0.5518,
|
1486 |
+
"step": 6541
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.08757528916369063,
|
1490 |
+
"grad_norm": 1.0568827390670776,
|
1491 |
+
"learning_rate": 4.6354730177207e-05,
|
1492 |
+
"loss": 0.5494,
|
1493 |
+
"step": 6572
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.08798838015031182,
|
1497 |
+
"grad_norm": 1.1435816287994385,
|
1498 |
+
"learning_rate": 4.6310942074619787e-05,
|
1499 |
+
"loss": 0.5549,
|
1500 |
+
"step": 6603
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.088401471136933,
|
1504 |
+
"grad_norm": 1.01443612575531,
|
1505 |
+
"learning_rate": 4.626691348094777e-05,
|
1506 |
+
"loss": 0.5594,
|
1507 |
+
"step": 6634
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.08881456212355418,
|
1511 |
+
"grad_norm": 1.1523023843765259,
|
1512 |
+
"learning_rate": 4.622264489304762e-05,
|
1513 |
+
"loss": 0.5507,
|
1514 |
+
"step": 6665
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.08922765311017536,
|
1518 |
+
"grad_norm": 1.1647075414657593,
|
1519 |
+
"learning_rate": 4.617813681048434e-05,
|
1520 |
+
"loss": 0.5458,
|
1521 |
+
"step": 6696
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.08964074409679655,
|
1525 |
+
"grad_norm": 1.179513692855835,
|
1526 |
+
"learning_rate": 4.61333897355256e-05,
|
1527 |
+
"loss": 0.5481,
|
1528 |
+
"step": 6727
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.09005383508341773,
|
1532 |
+
"grad_norm": 1.1108922958374023,
|
1533 |
+
"learning_rate": 4.608840417313604e-05,
|
1534 |
+
"loss": 0.5521,
|
1535 |
+
"step": 6758
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.09046692607003891,
|
1539 |
+
"grad_norm": 1.126660704612732,
|
1540 |
+
"learning_rate": 4.6043180630971646e-05,
|
1541 |
+
"loss": 0.5478,
|
1542 |
+
"step": 6789
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.09088001705666009,
|
1546 |
+
"grad_norm": 1.2302749156951904,
|
1547 |
+
"learning_rate": 4.599771961937391e-05,
|
1548 |
+
"loss": 0.5533,
|
1549 |
+
"step": 6820
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.09129310804328128,
|
1553 |
+
"grad_norm": 1.0990760326385498,
|
1554 |
+
"learning_rate": 4.5952021651364204e-05,
|
1555 |
+
"loss": 0.5478,
|
1556 |
+
"step": 6851
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.09170619902990246,
|
1560 |
+
"grad_norm": 1.0545024871826172,
|
1561 |
+
"learning_rate": 4.590608724263786e-05,
|
1562 |
+
"loss": 0.5485,
|
1563 |
+
"step": 6882
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.09211929001652364,
|
1567 |
+
"grad_norm": 1.2572954893112183,
|
1568 |
+
"learning_rate": 4.585991691155845e-05,
|
1569 |
+
"loss": 0.549,
|
1570 |
+
"step": 6913
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.09253238100314483,
|
1574 |
+
"grad_norm": 1.0393617153167725,
|
1575 |
+
"learning_rate": 4.581351117915188e-05,
|
1576 |
+
"loss": 0.5468,
|
1577 |
+
"step": 6944
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.09294547198976601,
|
1581 |
+
"grad_norm": 1.166468620300293,
|
1582 |
+
"learning_rate": 4.5766870569100534e-05,
|
1583 |
+
"loss": 0.5533,
|
1584 |
+
"step": 6975
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.09335856297638719,
|
1588 |
+
"grad_norm": 1.0553635358810425,
|
1589 |
+
"learning_rate": 4.571999560773736e-05,
|
1590 |
+
"loss": 0.5522,
|
1591 |
+
"step": 7006
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.09377165396300836,
|
1595 |
+
"grad_norm": 1.1469920873641968,
|
1596 |
+
"learning_rate": 4.5672886824039915e-05,
|
1597 |
+
"loss": 0.5435,
|
1598 |
+
"step": 7037
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.09418474494962956,
|
1602 |
+
"grad_norm": 1.146141767501831,
|
1603 |
+
"learning_rate": 4.5625544749624435e-05,
|
1604 |
+
"loss": 0.5517,
|
1605 |
+
"step": 7068
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.09459783593625073,
|
1609 |
+
"grad_norm": 1.1021755933761597,
|
1610 |
+
"learning_rate": 4.5577969918739794e-05,
|
1611 |
+
"loss": 0.5409,
|
1612 |
+
"step": 7099
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.09501092692287191,
|
1616 |
+
"grad_norm": 1.1548715829849243,
|
1617 |
+
"learning_rate": 4.5530162868261486e-05,
|
1618 |
+
"loss": 0.5499,
|
1619 |
+
"step": 7130
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.09542401790949309,
|
1623 |
+
"grad_norm": 1.1067438125610352,
|
1624 |
+
"learning_rate": 4.548212413768558e-05,
|
1625 |
+
"loss": 0.556,
|
1626 |
+
"step": 7161
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.09583710889611428,
|
1630 |
+
"grad_norm": 1.0406980514526367,
|
1631 |
+
"learning_rate": 4.543385426912261e-05,
|
1632 |
+
"loss": 0.5579,
|
1633 |
+
"step": 7192
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.09625019988273546,
|
1637 |
+
"grad_norm": 1.1400694847106934,
|
1638 |
+
"learning_rate": 4.53853538072915e-05,
|
1639 |
+
"loss": 0.5433,
|
1640 |
+
"step": 7223
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.09666329086935664,
|
1644 |
+
"grad_norm": 1.0272783041000366,
|
1645 |
+
"learning_rate": 4.533662329951336e-05,
|
1646 |
+
"loss": 0.5435,
|
1647 |
+
"step": 7254
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.09707638185597782,
|
1651 |
+
"grad_norm": 1.1258125305175781,
|
1652 |
+
"learning_rate": 4.528766329570536e-05,
|
1653 |
+
"loss": 0.5516,
|
1654 |
+
"step": 7285
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.09748947284259901,
|
1658 |
+
"grad_norm": 1.1714351177215576,
|
1659 |
+
"learning_rate": 4.523847434837447e-05,
|
1660 |
+
"loss": 0.5444,
|
1661 |
+
"step": 7316
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.09790256382922019,
|
1665 |
+
"grad_norm": 1.0947203636169434,
|
1666 |
+
"learning_rate": 4.518905701261128e-05,
|
1667 |
+
"loss": 0.5519,
|
1668 |
+
"step": 7347
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.09831565481584137,
|
1672 |
+
"grad_norm": 1.1234745979309082,
|
1673 |
+
"learning_rate": 4.5139411846083715e-05,
|
1674 |
+
"loss": 0.5473,
|
1675 |
+
"step": 7378
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.09872874580246256,
|
1679 |
+
"grad_norm": 1.1082202196121216,
|
1680 |
+
"learning_rate": 4.508953940903073e-05,
|
1681 |
+
"loss": 0.5523,
|
1682 |
+
"step": 7409
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.09914183678908374,
|
1686 |
+
"grad_norm": 0.9947293400764465,
|
1687 |
+
"learning_rate": 4.5039440264255994e-05,
|
1688 |
+
"loss": 0.5414,
|
1689 |
+
"step": 7440
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.09955492777570492,
|
1693 |
+
"grad_norm": 1.1444759368896484,
|
1694 |
+
"learning_rate": 4.498911497712155e-05,
|
1695 |
+
"loss": 0.5384,
|
1696 |
+
"step": 7471
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.0999680187623261,
|
1700 |
+
"grad_norm": 1.0334067344665527,
|
1701 |
+
"learning_rate": 4.493856411554142e-05,
|
1702 |
+
"loss": 0.544,
|
1703 |
+
"step": 7502
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.10038110974894729,
|
1707 |
+
"grad_norm": 1.1002888679504395,
|
1708 |
+
"learning_rate": 4.4887788249975206e-05,
|
1709 |
+
"loss": 0.543,
|
1710 |
+
"step": 7533
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.10079420073556847,
|
1714 |
+
"grad_norm": 1.0718462467193604,
|
1715 |
+
"learning_rate": 4.4836787953421656e-05,
|
1716 |
+
"loss": 0.5506,
|
1717 |
+
"step": 7564
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.10120729172218965,
|
1721 |
+
"grad_norm": 1.183435082435608,
|
1722 |
+
"learning_rate": 4.478556380141218e-05,
|
1723 |
+
"loss": 0.5504,
|
1724 |
+
"step": 7595
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.10162038270881082,
|
1728 |
+
"grad_norm": 1.103873372077942,
|
1729 |
+
"learning_rate": 4.4734116372004375e-05,
|
1730 |
+
"loss": 0.5423,
|
1731 |
+
"step": 7626
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.10203347369543202,
|
1735 |
+
"grad_norm": 1.0666998624801636,
|
1736 |
+
"learning_rate": 4.4682446245775477e-05,
|
1737 |
+
"loss": 0.5413,
|
1738 |
+
"step": 7657
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.1024465646820532,
|
1742 |
+
"grad_norm": 1.063583493232727,
|
1743 |
+
"learning_rate": 4.463055400581586e-05,
|
1744 |
+
"loss": 0.5421,
|
1745 |
+
"step": 7688
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.10285965566867437,
|
1749 |
+
"grad_norm": 1.0938667058944702,
|
1750 |
+
"learning_rate": 4.4578440237722374e-05,
|
1751 |
+
"loss": 0.5456,
|
1752 |
+
"step": 7719
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.10327274665529557,
|
1756 |
+
"grad_norm": 1.0393413305282593,
|
1757 |
+
"learning_rate": 4.452610552959183e-05,
|
1758 |
+
"loss": 0.5434,
|
1759 |
+
"step": 7750
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.10368583764191674,
|
1763 |
+
"grad_norm": 1.25576651096344,
|
1764 |
+
"learning_rate": 4.447355047201428e-05,
|
1765 |
+
"loss": 0.5445,
|
1766 |
+
"step": 7781
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.10409892862853792,
|
1770 |
+
"grad_norm": 1.1197351217269897,
|
1771 |
+
"learning_rate": 4.4420775658066414e-05,
|
1772 |
+
"loss": 0.5344,
|
1773 |
+
"step": 7812
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.1045120196151591,
|
1777 |
+
"grad_norm": 1.1641823053359985,
|
1778 |
+
"learning_rate": 4.436778168330484e-05,
|
1779 |
+
"loss": 0.5402,
|
1780 |
+
"step": 7843
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.1049251106017803,
|
1784 |
+
"grad_norm": 1.0780788660049438,
|
1785 |
+
"learning_rate": 4.4314569145759353e-05,
|
1786 |
+
"loss": 0.5425,
|
1787 |
+
"step": 7874
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.10533820158840147,
|
1791 |
+
"grad_norm": 0.9938019514083862,
|
1792 |
+
"learning_rate": 4.42611386459262e-05,
|
1793 |
+
"loss": 0.5399,
|
1794 |
+
"step": 7905
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.10575129257502265,
|
1798 |
+
"grad_norm": 1.0470157861709595,
|
1799 |
+
"learning_rate": 4.420749078676133e-05,
|
1800 |
+
"loss": 0.5446,
|
1801 |
+
"step": 7936
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.10616438356164383,
|
1805 |
+
"grad_norm": 1.0025862455368042,
|
1806 |
+
"learning_rate": 4.4153626173673516e-05,
|
1807 |
+
"loss": 0.5454,
|
1808 |
+
"step": 7967
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.10657747454826502,
|
1812 |
+
"grad_norm": 1.056709885597229,
|
1813 |
+
"learning_rate": 4.409954541451762e-05,
|
1814 |
+
"loss": 0.5425,
|
1815 |
+
"step": 7998
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.1069905655348862,
|
1819 |
+
"grad_norm": 1.0551162958145142,
|
1820 |
+
"learning_rate": 4.404524911958764e-05,
|
1821 |
+
"loss": 0.5479,
|
1822 |
+
"step": 8029
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.10740365652150738,
|
1826 |
+
"grad_norm": 0.9484571814537048,
|
1827 |
+
"learning_rate": 4.399073790160989e-05,
|
1828 |
+
"loss": 0.5392,
|
1829 |
+
"step": 8060
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.10781674750812857,
|
1833 |
+
"grad_norm": 1.1029967069625854,
|
1834 |
+
"learning_rate": 4.393601237573607e-05,
|
1835 |
+
"loss": 0.5374,
|
1836 |
+
"step": 8091
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.10822983849474975,
|
1840 |
+
"grad_norm": 1.0562816858291626,
|
1841 |
+
"learning_rate": 4.388107315953628e-05,
|
1842 |
+
"loss": 0.5456,
|
1843 |
+
"step": 8122
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.10864292948137093,
|
1847 |
+
"grad_norm": 0.9414563179016113,
|
1848 |
+
"learning_rate": 4.382592087299212e-05,
|
1849 |
+
"loss": 0.54,
|
1850 |
+
"step": 8153
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.1090560204679921,
|
1854 |
+
"grad_norm": 1.0779579877853394,
|
1855 |
+
"learning_rate": 4.377055613848964e-05,
|
1856 |
+
"loss": 0.5364,
|
1857 |
+
"step": 8184
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.1094691114546133,
|
1861 |
+
"grad_norm": 1.0555373430252075,
|
1862 |
+
"learning_rate": 4.3714979580812355e-05,
|
1863 |
+
"loss": 0.5409,
|
1864 |
+
"step": 8215
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.10988220244123448,
|
1868 |
+
"grad_norm": 1.0759061574935913,
|
1869 |
+
"learning_rate": 4.365919182713416e-05,
|
1870 |
+
"loss": 0.5508,
|
1871 |
+
"step": 8246
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.11029529342785566,
|
1875 |
+
"grad_norm": 1.0753331184387207,
|
1876 |
+
"learning_rate": 4.360319350701226e-05,
|
1877 |
+
"loss": 0.5351,
|
1878 |
+
"step": 8277
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.11070838441447683,
|
1882 |
+
"grad_norm": 1.102331280708313,
|
1883 |
+
"learning_rate": 4.3546985252380115e-05,
|
1884 |
+
"loss": 0.5394,
|
1885 |
+
"step": 8308
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.11112147540109803,
|
1889 |
+
"grad_norm": 1.12419855594635,
|
1890 |
+
"learning_rate": 4.349056769754021e-05,
|
1891 |
+
"loss": 0.5348,
|
1892 |
+
"step": 8339
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.1115345663877192,
|
1896 |
+
"grad_norm": 0.9056191444396973,
|
1897 |
+
"learning_rate": 4.3433941479156994e-05,
|
1898 |
+
"loss": 0.5406,
|
1899 |
+
"step": 8370
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.11194765737434038,
|
1903 |
+
"grad_norm": 0.9976474046707153,
|
1904 |
+
"learning_rate": 4.3377107236249647e-05,
|
1905 |
+
"loss": 0.5391,
|
1906 |
+
"step": 8401
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.11236074836096156,
|
1910 |
+
"grad_norm": 1.0282542705535889,
|
1911 |
+
"learning_rate": 4.332006561018488e-05,
|
1912 |
+
"loss": 0.5419,
|
1913 |
+
"step": 8432
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.11277383934758275,
|
1917 |
+
"grad_norm": 0.9166244268417358,
|
1918 |
+
"learning_rate": 4.3262817244669683e-05,
|
1919 |
+
"loss": 0.5298,
|
1920 |
+
"step": 8463
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.11318693033420393,
|
1924 |
+
"grad_norm": 0.9751563668251038,
|
1925 |
+
"learning_rate": 4.3205362785744083e-05,
|
1926 |
+
"loss": 0.5426,
|
1927 |
+
"step": 8494
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.11360002132082511,
|
1931 |
+
"grad_norm": 1.0983715057373047,
|
1932 |
+
"learning_rate": 4.314770288177384e-05,
|
1933 |
+
"loss": 0.5312,
|
1934 |
+
"step": 8525
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.1140131123074463,
|
1938 |
+
"grad_norm": 1.097991943359375,
|
1939 |
+
"learning_rate": 4.308983818344313e-05,
|
1940 |
+
"loss": 0.5481,
|
1941 |
+
"step": 8556
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.11442620329406748,
|
1945 |
+
"grad_norm": 0.9918488264083862,
|
1946 |
+
"learning_rate": 4.3031769343747206e-05,
|
1947 |
+
"loss": 0.5395,
|
1948 |
+
"step": 8587
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.11483929428068866,
|
1952 |
+
"grad_norm": 1.0054724216461182,
|
1953 |
+
"learning_rate": 4.297349701798505e-05,
|
1954 |
+
"loss": 0.5476,
|
1955 |
+
"step": 8618
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.11525238526730984,
|
1959 |
+
"grad_norm": 1.1166927814483643,
|
1960 |
+
"learning_rate": 4.2915021863751916e-05,
|
1961 |
+
"loss": 0.532,
|
1962 |
+
"step": 8649
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.11566547625393103,
|
1966 |
+
"grad_norm": 1.0510430335998535,
|
1967 |
+
"learning_rate": 4.285634454093198e-05,
|
1968 |
+
"loss": 0.5416,
|
1969 |
+
"step": 8680
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.11607856724055221,
|
1973 |
+
"grad_norm": 1.0040204524993896,
|
1974 |
+
"learning_rate": 4.279746571169086e-05,
|
1975 |
+
"loss": 0.5371,
|
1976 |
+
"step": 8711
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.11649165822717339,
|
1980 |
+
"grad_norm": 1.09479820728302,
|
1981 |
+
"learning_rate": 4.2738386040468136e-05,
|
1982 |
+
"loss": 0.5331,
|
1983 |
+
"step": 8742
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.11690474921379457,
|
1987 |
+
"grad_norm": 1.0672197341918945,
|
1988 |
+
"learning_rate": 4.2679106193969866e-05,
|
1989 |
+
"loss": 0.5312,
|
1990 |
+
"step": 8773
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.11731784020041576,
|
1994 |
+
"grad_norm": 1.0281586647033691,
|
1995 |
+
"learning_rate": 4.261962684116106e-05,
|
1996 |
+
"loss": 0.5369,
|
1997 |
+
"step": 8804
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.11773093118703694,
|
2001 |
+
"grad_norm": 1.0801249742507935,
|
2002 |
+
"learning_rate": 4.2559948653258145e-05,
|
2003 |
+
"loss": 0.5431,
|
2004 |
+
"step": 8835
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.11814402217365812,
|
2008 |
+
"grad_norm": 1.0619101524353027,
|
2009 |
+
"learning_rate": 4.250007230372134e-05,
|
2010 |
+
"loss": 0.5422,
|
2011 |
+
"step": 8866
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.11855711316027931,
|
2015 |
+
"grad_norm": 1.2274117469787598,
|
2016 |
+
"learning_rate": 4.2439998468247126e-05,
|
2017 |
+
"loss": 0.5389,
|
2018 |
+
"step": 8897
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.11897020414690049,
|
2022 |
+
"grad_norm": 0.9519650936126709,
|
2023 |
+
"learning_rate": 4.2379727824760566e-05,
|
2024 |
+
"loss": 0.538,
|
2025 |
+
"step": 8928
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.11938329513352167,
|
2029 |
+
"grad_norm": 0.9227287769317627,
|
2030 |
+
"learning_rate": 4.231926105340768e-05,
|
2031 |
+
"loss": 0.5433,
|
2032 |
+
"step": 8959
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.11979638612014284,
|
2036 |
+
"grad_norm": 0.9438409805297852,
|
2037 |
+
"learning_rate": 4.225859883654776e-05,
|
2038 |
+
"loss": 0.522,
|
2039 |
+
"step": 8990
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.12020947710676404,
|
2043 |
+
"grad_norm": 1.0697333812713623,
|
2044 |
+
"learning_rate": 4.219774185874569e-05,
|
2045 |
+
"loss": 0.5349,
|
2046 |
+
"step": 9021
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.12062256809338522,
|
2050 |
+
"grad_norm": 1.2234184741973877,
|
2051 |
+
"learning_rate": 4.213669080676418e-05,
|
2052 |
+
"loss": 0.5452,
|
2053 |
+
"step": 9052
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.1210356590800064,
|
2057 |
+
"grad_norm": 0.9209390878677368,
|
2058 |
+
"learning_rate": 4.2075446369556056e-05,
|
2059 |
+
"loss": 0.5394,
|
2060 |
+
"step": 9083
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.12144875006662757,
|
2064 |
+
"grad_norm": 1.0253406763076782,
|
2065 |
+
"learning_rate": 4.201400923825648e-05,
|
2066 |
+
"loss": 0.5285,
|
2067 |
+
"step": 9114
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.12186184105324877,
|
2071 |
+
"grad_norm": 0.9712972640991211,
|
2072 |
+
"learning_rate": 4.195238010617511e-05,
|
2073 |
+
"loss": 0.5406,
|
2074 |
+
"step": 9145
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.12227493203986994,
|
2078 |
+
"grad_norm": 1.061253547668457,
|
2079 |
+
"learning_rate": 4.1890559668788344e-05,
|
2080 |
+
"loss": 0.5395,
|
2081 |
+
"step": 9176
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.12268802302649112,
|
2085 |
+
"grad_norm": 1.013018250465393,
|
2086 |
+
"learning_rate": 4.1828548623731405e-05,
|
2087 |
+
"loss": 0.5393,
|
2088 |
+
"step": 9207
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.12310111401311231,
|
2092 |
+
"grad_norm": 1.0512638092041016,
|
2093 |
+
"learning_rate": 4.1766347670790506e-05,
|
2094 |
+
"loss": 0.5365,
|
2095 |
+
"step": 9238
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.12351420499973349,
|
2099 |
+
"grad_norm": 1.135778784751892,
|
2100 |
+
"learning_rate": 4.170395751189495e-05,
|
2101 |
+
"loss": 0.5355,
|
2102 |
+
"step": 9269
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.12392729598635467,
|
2106 |
+
"grad_norm": 1.0950368642807007,
|
2107 |
+
"learning_rate": 4.164137885110921e-05,
|
2108 |
+
"loss": 0.533,
|
2109 |
+
"step": 9300
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 0.12434038697297585,
|
2113 |
+
"grad_norm": 0.9458414912223816,
|
2114 |
+
"learning_rate": 4.157861239462495e-05,
|
2115 |
+
"loss": 0.5363,
|
2116 |
+
"step": 9331
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 0.12475347795959704,
|
2120 |
+
"grad_norm": 1.1690454483032227,
|
2121 |
+
"learning_rate": 4.1515658850753114e-05,
|
2122 |
+
"loss": 0.5359,
|
2123 |
+
"step": 9362
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 0.12516656894621822,
|
2127 |
+
"grad_norm": 0.9780842065811157,
|
2128 |
+
"learning_rate": 4.145251892991588e-05,
|
2129 |
+
"loss": 0.5388,
|
2130 |
+
"step": 9393
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 0.1255796599328394,
|
2134 |
+
"grad_norm": 1.0521118640899658,
|
2135 |
+
"learning_rate": 4.138919334463868e-05,
|
2136 |
+
"loss": 0.5308,
|
2137 |
+
"step": 9424
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 0.12599275091946058,
|
2141 |
+
"grad_norm": 1.0956649780273438,
|
2142 |
+
"learning_rate": 4.1325682809542124e-05,
|
2143 |
+
"loss": 0.5373,
|
2144 |
+
"step": 9455
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.12640584190608176,
|
2148 |
+
"grad_norm": 1.0126162767410278,
|
2149 |
+
"learning_rate": 4.126198804133398e-05,
|
2150 |
+
"loss": 0.542,
|
2151 |
+
"step": 9486
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 0.12681893289270293,
|
2155 |
+
"grad_norm": 0.9837974309921265,
|
2156 |
+
"learning_rate": 4.1198109758801055e-05,
|
2157 |
+
"loss": 0.5345,
|
2158 |
+
"step": 9517
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 0.12723202387932414,
|
2162 |
+
"grad_norm": 1.0982171297073364,
|
2163 |
+
"learning_rate": 4.113404868280107e-05,
|
2164 |
+
"loss": 0.5434,
|
2165 |
+
"step": 9548
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 0.12764511486594532,
|
2169 |
+
"grad_norm": 1.1318964958190918,
|
2170 |
+
"learning_rate": 4.106980553625457e-05,
|
2171 |
+
"loss": 0.5373,
|
2172 |
+
"step": 9579
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 0.1280582058525665,
|
2176 |
+
"grad_norm": 1.057239294052124,
|
2177 |
+
"learning_rate": 4.100538104413674e-05,
|
2178 |
+
"loss": 0.5284,
|
2179 |
+
"step": 9610
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 0.12847129683918768,
|
2183 |
+
"grad_norm": 0.9291283488273621,
|
2184 |
+
"learning_rate": 4.09407759334692e-05,
|
2185 |
+
"loss": 0.5318,
|
2186 |
+
"step": 9641
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.12888438782580885,
|
2190 |
+
"grad_norm": 0.9519195556640625,
|
2191 |
+
"learning_rate": 4.087599093331186e-05,
|
2192 |
+
"loss": 0.5356,
|
2193 |
+
"step": 9672
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 0.12929747881243003,
|
2197 |
+
"grad_norm": 1.1019799709320068,
|
2198 |
+
"learning_rate": 4.081102677475462e-05,
|
2199 |
+
"loss": 0.5385,
|
2200 |
+
"step": 9703
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 0.1297105697990512,
|
2204 |
+
"grad_norm": 1.037335753440857,
|
2205 |
+
"learning_rate": 4.0745884190909194e-05,
|
2206 |
+
"loss": 0.5369,
|
2207 |
+
"step": 9734
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 0.13012366078567242,
|
2211 |
+
"grad_norm": 1.1294643878936768,
|
2212 |
+
"learning_rate": 4.0680563916900796e-05,
|
2213 |
+
"loss": 0.5391,
|
2214 |
+
"step": 9765
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 0.1305367517722936,
|
2218 |
+
"grad_norm": 1.0396963357925415,
|
2219 |
+
"learning_rate": 4.0615066689859815e-05,
|
2220 |
+
"loss": 0.5307,
|
2221 |
+
"step": 9796
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 0.13094984275891478,
|
2225 |
+
"grad_norm": 0.9373095035552979,
|
2226 |
+
"learning_rate": 4.0549393248913584e-05,
|
2227 |
+
"loss": 0.5283,
|
2228 |
+
"step": 9827
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.13136293374553595,
|
2232 |
+
"grad_norm": 1.0402830839157104,
|
2233 |
+
"learning_rate": 4.048354433517794e-05,
|
2234 |
+
"loss": 0.537,
|
2235 |
+
"step": 9858
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 0.13177602473215713,
|
2239 |
+
"grad_norm": 0.9721314907073975,
|
2240 |
+
"learning_rate": 4.0417520691748916e-05,
|
2241 |
+
"loss": 0.5337,
|
2242 |
+
"step": 9889
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 0.1321891157187783,
|
2246 |
+
"grad_norm": 1.034576654434204,
|
2247 |
+
"learning_rate": 4.035132306369438e-05,
|
2248 |
+
"loss": 0.5293,
|
2249 |
+
"step": 9920
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.1326022067053995,
|
2253 |
+
"grad_norm": 0.9360691905021667,
|
2254 |
+
"learning_rate": 4.028495219804555e-05,
|
2255 |
+
"loss": 0.5231,
|
2256 |
+
"step": 9951
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 0.13301529769202067,
|
2260 |
+
"grad_norm": 0.9475832581520081,
|
2261 |
+
"learning_rate": 4.021840884378864e-05,
|
2262 |
+
"loss": 0.5333,
|
2263 |
+
"step": 9982
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 0.13342838867864187,
|
2267 |
+
"grad_norm": 1.2746984958648682,
|
2268 |
+
"learning_rate": 4.015169375185633e-05,
|
2269 |
+
"loss": 0.533,
|
2270 |
+
"step": 10013
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 0.13384147966526305,
|
2274 |
+
"grad_norm": 0.9263701438903809,
|
2275 |
+
"learning_rate": 4.0084807675119396e-05,
|
2276 |
+
"loss": 0.5333,
|
2277 |
+
"step": 10044
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 0.13425457065188423,
|
2281 |
+
"grad_norm": 1.1046397686004639,
|
2282 |
+
"learning_rate": 4.0017751368378106e-05,
|
2283 |
+
"loss": 0.5231,
|
2284 |
+
"step": 10075
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 0.1346676616385054,
|
2288 |
+
"grad_norm": 0.9775460958480835,
|
2289 |
+
"learning_rate": 3.995052558835377e-05,
|
2290 |
+
"loss": 0.5293,
|
2291 |
+
"step": 10106
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.1350807526251266,
|
2295 |
+
"grad_norm": 1.0007810592651367,
|
2296 |
+
"learning_rate": 3.988313109368017e-05,
|
2297 |
+
"loss": 0.532,
|
2298 |
+
"step": 10137
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 0.13549384361174777,
|
2302 |
+
"grad_norm": 0.9684426188468933,
|
2303 |
+
"learning_rate": 3.981556864489504e-05,
|
2304 |
+
"loss": 0.5325,
|
2305 |
+
"step": 10168
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 0.13590693459836894,
|
2309 |
+
"grad_norm": 0.9456707239151001,
|
2310 |
+
"learning_rate": 3.974783900443142e-05,
|
2311 |
+
"loss": 0.5318,
|
2312 |
+
"step": 10199
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 0.13632002558499015,
|
2316 |
+
"grad_norm": 0.9617980718612671,
|
2317 |
+
"learning_rate": 3.9679942936609095e-05,
|
2318 |
+
"loss": 0.5343,
|
2319 |
+
"step": 10230
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 0.13673311657161133,
|
2323 |
+
"grad_norm": 0.8974958062171936,
|
2324 |
+
"learning_rate": 3.961188120762596e-05,
|
2325 |
+
"loss": 0.5366,
|
2326 |
+
"step": 10261
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 0.1371462075582325,
|
2330 |
+
"grad_norm": 0.9820188283920288,
|
2331 |
+
"learning_rate": 3.954365458554938e-05,
|
2332 |
+
"loss": 0.5324,
|
2333 |
+
"step": 10292
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.1375592985448537,
|
2337 |
+
"grad_norm": 0.9622596502304077,
|
2338 |
+
"learning_rate": 3.947526384030751e-05,
|
2339 |
+
"loss": 0.5341,
|
2340 |
+
"step": 10323
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 0.13797238953147486,
|
2344 |
+
"grad_norm": 0.9804188013076782,
|
2345 |
+
"learning_rate": 3.9406709743680624e-05,
|
2346 |
+
"loss": 0.5378,
|
2347 |
+
"step": 10354
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 0.13838548051809604,
|
2351 |
+
"grad_norm": 0.9729393124580383,
|
2352 |
+
"learning_rate": 3.9337993069292366e-05,
|
2353 |
+
"loss": 0.5272,
|
2354 |
+
"step": 10385
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 0.13879857150471722,
|
2358 |
+
"grad_norm": 0.92665034532547,
|
2359 |
+
"learning_rate": 3.926911459260109e-05,
|
2360 |
+
"loss": 0.5303,
|
2361 |
+
"step": 10416
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 0.13921166249133843,
|
2365 |
+
"grad_norm": 0.9971998929977417,
|
2366 |
+
"learning_rate": 3.920007509089102e-05,
|
2367 |
+
"loss": 0.5252,
|
2368 |
+
"step": 10447
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 0.1396247534779596,
|
2372 |
+
"grad_norm": 1.0753793716430664,
|
2373 |
+
"learning_rate": 3.913087534326357e-05,
|
2374 |
+
"loss": 0.537,
|
2375 |
+
"step": 10478
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.14003784446458079,
|
2379 |
+
"grad_norm": 0.9312607645988464,
|
2380 |
+
"learning_rate": 3.9061516130628475e-05,
|
2381 |
+
"loss": 0.5316,
|
2382 |
+
"step": 10509
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 0.14045093545120196,
|
2386 |
+
"grad_norm": 17.248607635498047,
|
2387 |
+
"learning_rate": 3.8991998235695025e-05,
|
2388 |
+
"loss": 0.526,
|
2389 |
+
"step": 10540
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 0.14086402643782314,
|
2393 |
+
"grad_norm": 1.0167644023895264,
|
2394 |
+
"learning_rate": 3.8922322442963224e-05,
|
2395 |
+
"loss": 0.5238,
|
2396 |
+
"step": 10571
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 0.14127711742444432,
|
2400 |
+
"grad_norm": 0.9811276197433472,
|
2401 |
+
"learning_rate": 3.885248953871491e-05,
|
2402 |
+
"loss": 0.5328,
|
2403 |
+
"step": 10602
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 0.1416902084110655,
|
2407 |
+
"grad_norm": 1.129286289215088,
|
2408 |
+
"learning_rate": 3.8782500311004915e-05,
|
2409 |
+
"loss": 0.5275,
|
2410 |
+
"step": 10633
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 0.14210329939768668,
|
2414 |
+
"grad_norm": 1.0486767292022705,
|
2415 |
+
"learning_rate": 3.871235554965218e-05,
|
2416 |
+
"loss": 0.5272,
|
2417 |
+
"step": 10664
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.14251639038430788,
|
2421 |
+
"grad_norm": 0.9465457201004028,
|
2422 |
+
"learning_rate": 3.864205604623078e-05,
|
2423 |
+
"loss": 0.5248,
|
2424 |
+
"step": 10695
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 0.14292948137092906,
|
2428 |
+
"grad_norm": 0.9920647144317627,
|
2429 |
+
"learning_rate": 3.857160259406107e-05,
|
2430 |
+
"loss": 0.5245,
|
2431 |
+
"step": 10726
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 0.14334257235755024,
|
2435 |
+
"grad_norm": 0.9076328873634338,
|
2436 |
+
"learning_rate": 3.8500995988200674e-05,
|
2437 |
+
"loss": 0.529,
|
2438 |
+
"step": 10757
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 0.14375566334417142,
|
2442 |
+
"grad_norm": 0.9154751300811768,
|
2443 |
+
"learning_rate": 3.843023702543556e-05,
|
2444 |
+
"loss": 0.5306,
|
2445 |
+
"step": 10788
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 0.1441687543307926,
|
2449 |
+
"grad_norm": 0.9825078248977661,
|
2450 |
+
"learning_rate": 3.8359326504270984e-05,
|
2451 |
+
"loss": 0.5198,
|
2452 |
+
"step": 10819
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 0.14458184531741378,
|
2456 |
+
"grad_norm": 0.9019172787666321,
|
2457 |
+
"learning_rate": 3.828826522492255e-05,
|
2458 |
+
"loss": 0.5292,
|
2459 |
+
"step": 10850
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.14499493630403495,
|
2463 |
+
"grad_norm": 1.0313316583633423,
|
2464 |
+
"learning_rate": 3.821705398930713e-05,
|
2465 |
+
"loss": 0.5265,
|
2466 |
+
"step": 10881
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 0.14540802729065616,
|
2470 |
+
"grad_norm": 0.9543335437774658,
|
2471 |
+
"learning_rate": 3.814569360103385e-05,
|
2472 |
+
"loss": 0.5287,
|
2473 |
+
"step": 10912
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 0.14582111827727734,
|
2477 |
+
"grad_norm": 0.9947319626808167,
|
2478 |
+
"learning_rate": 3.807418486539499e-05,
|
2479 |
+
"loss": 0.5199,
|
2480 |
+
"step": 10943
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 0.14623420926389852,
|
2484 |
+
"grad_norm": 0.8942686319351196,
|
2485 |
+
"learning_rate": 3.80025285893569e-05,
|
2486 |
+
"loss": 0.5295,
|
2487 |
+
"step": 10974
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 0.1466473002505197,
|
2491 |
+
"grad_norm": 0.9580740332603455,
|
2492 |
+
"learning_rate": 3.793072558155093e-05,
|
2493 |
+
"loss": 0.5283,
|
2494 |
+
"step": 11005
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 0.14706039123714088,
|
2498 |
+
"grad_norm": 0.9931619763374329,
|
2499 |
+
"learning_rate": 3.785877665226426e-05,
|
2500 |
+
"loss": 0.5247,
|
2501 |
+
"step": 11036
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 0.14747348222376205,
|
2505 |
+
"grad_norm": 0.9722700119018555,
|
2506 |
+
"learning_rate": 3.778668261343079e-05,
|
2507 |
+
"loss": 0.5155,
|
2508 |
+
"step": 11067
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 0.14788657321038323,
|
2512 |
+
"grad_norm": 0.9177893400192261,
|
2513 |
+
"learning_rate": 3.771444427862192e-05,
|
2514 |
+
"loss": 0.5352,
|
2515 |
+
"step": 11098
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 0.1482996641970044,
|
2519 |
+
"grad_norm": 0.8644802570343018,
|
2520 |
+
"learning_rate": 3.7642062463037465e-05,
|
2521 |
+
"loss": 0.5291,
|
2522 |
+
"step": 11129
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.14871275518362562,
|
2526 |
+
"grad_norm": 0.966018795967102,
|
2527 |
+
"learning_rate": 3.7569537983496373e-05,
|
2528 |
+
"loss": 0.5287,
|
2529 |
+
"step": 11160
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 0.1491258461702468,
|
2533 |
+
"grad_norm": 1.011587381362915,
|
2534 |
+
"learning_rate": 3.749687165842753e-05,
|
2535 |
+
"loss": 0.5311,
|
2536 |
+
"step": 11191
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 0.14953893715686797,
|
2540 |
+
"grad_norm": 0.8799782395362854,
|
2541 |
+
"learning_rate": 3.7424064307860536e-05,
|
2542 |
+
"loss": 0.5317,
|
2543 |
+
"step": 11222
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 0.14995202814348915,
|
2547 |
+
"grad_norm": 1.0629059076309204,
|
2548 |
+
"learning_rate": 3.735111675341645e-05,
|
2549 |
+
"loss": 0.5258,
|
2550 |
+
"step": 11253
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 0.15036511913011033,
|
2554 |
+
"grad_norm": 0.9715782999992371,
|
2555 |
+
"learning_rate": 3.7278029818298524e-05,
|
2556 |
+
"loss": 0.5226,
|
2557 |
+
"step": 11284
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 0.1507782101167315,
|
2561 |
+
"grad_norm": 0.9714763760566711,
|
2562 |
+
"learning_rate": 3.720480432728287e-05,
|
2563 |
+
"loss": 0.5273,
|
2564 |
+
"step": 11315
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.1511913011033527,
|
2568 |
+
"grad_norm": 1.0213080644607544,
|
2569 |
+
"learning_rate": 3.71314411067092e-05,
|
2570 |
+
"loss": 0.531,
|
2571 |
+
"step": 11346
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 0.1516043920899739,
|
2575 |
+
"grad_norm": 0.9357346892356873,
|
2576 |
+
"learning_rate": 3.70579409844715e-05,
|
2577 |
+
"loss": 0.5263,
|
2578 |
+
"step": 11377
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 0.15201748307659507,
|
2582 |
+
"grad_norm": 0.8755837678909302,
|
2583 |
+
"learning_rate": 3.698430479000865e-05,
|
2584 |
+
"loss": 0.5258,
|
2585 |
+
"step": 11408
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 0.15243057406321625,
|
2589 |
+
"grad_norm": 1.0663820505142212,
|
2590 |
+
"learning_rate": 3.691053335429509e-05,
|
2591 |
+
"loss": 0.5307,
|
2592 |
+
"step": 11439
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 0.15284366504983743,
|
2596 |
+
"grad_norm": 1.00916588306427,
|
2597 |
+
"learning_rate": 3.683662750983147e-05,
|
2598 |
+
"loss": 0.5313,
|
2599 |
+
"step": 11470
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 0.1532567560364586,
|
2603 |
+
"grad_norm": 0.9121434092521667,
|
2604 |
+
"learning_rate": 3.676258809063518e-05,
|
2605 |
+
"loss": 0.5223,
|
2606 |
+
"step": 11501
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.1536698470230798,
|
2610 |
+
"grad_norm": 1.0766927003860474,
|
2611 |
+
"learning_rate": 3.6688415932231004e-05,
|
2612 |
+
"loss": 0.5292,
|
2613 |
+
"step": 11532
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 0.15408293800970096,
|
2617 |
+
"grad_norm": 0.9861842393875122,
|
2618 |
+
"learning_rate": 3.661411187164166e-05,
|
2619 |
+
"loss": 0.5308,
|
2620 |
+
"step": 11563
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 0.15449602899632217,
|
2624 |
+
"grad_norm": 0.9004590511322021,
|
2625 |
+
"learning_rate": 3.65396767473784e-05,
|
2626 |
+
"loss": 0.5248,
|
2627 |
+
"step": 11594
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 0.15490911998294335,
|
2631 |
+
"grad_norm": 0.9889851808547974,
|
2632 |
+
"learning_rate": 3.6465111399431465e-05,
|
2633 |
+
"loss": 0.5238,
|
2634 |
+
"step": 11625
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 0.15532221096956453,
|
2638 |
+
"grad_norm": 0.9279220104217529,
|
2639 |
+
"learning_rate": 3.6390416669260674e-05,
|
2640 |
+
"loss": 0.5256,
|
2641 |
+
"step": 11656
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 0.1557353019561857,
|
2645 |
+
"grad_norm": 0.9274734854698181,
|
2646 |
+
"learning_rate": 3.63155933997859e-05,
|
2647 |
+
"loss": 0.5251,
|
2648 |
+
"step": 11687
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.15614839294280689,
|
2652 |
+
"grad_norm": 0.9462859630584717,
|
2653 |
+
"learning_rate": 3.624064243537758e-05,
|
2654 |
+
"loss": 0.5194,
|
2655 |
+
"step": 11718
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 0.15656148392942806,
|
2659 |
+
"grad_norm": 0.9593139290809631,
|
2660 |
+
"learning_rate": 3.616556462184716e-05,
|
2661 |
+
"loss": 0.5309,
|
2662 |
+
"step": 11749
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 0.15697457491604924,
|
2666 |
+
"grad_norm": 0.9378939867019653,
|
2667 |
+
"learning_rate": 3.609036080643755e-05,
|
2668 |
+
"loss": 0.5202,
|
2669 |
+
"step": 11780
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 0.15738766590267042,
|
2673 |
+
"grad_norm": 0.9623219966888428,
|
2674 |
+
"learning_rate": 3.60150318378136e-05,
|
2675 |
+
"loss": 0.5305,
|
2676 |
+
"step": 11811
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 0.15780075688929163,
|
2680 |
+
"grad_norm": 0.9675399661064148,
|
2681 |
+
"learning_rate": 3.5939578566052465e-05,
|
2682 |
+
"loss": 0.517,
|
2683 |
+
"step": 11842
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 0.1582138478759128,
|
2687 |
+
"grad_norm": 0.879499077796936,
|
2688 |
+
"learning_rate": 3.586400184263408e-05,
|
2689 |
+
"loss": 0.5173,
|
2690 |
+
"step": 11873
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.15862693886253398,
|
2694 |
+
"grad_norm": 0.9628081321716309,
|
2695 |
+
"learning_rate": 3.578830252043148e-05,
|
2696 |
+
"loss": 0.5168,
|
2697 |
+
"step": 11904
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 0.15904002984915516,
|
2701 |
+
"grad_norm": 0.9134719371795654,
|
2702 |
+
"learning_rate": 3.571248145370125e-05,
|
2703 |
+
"loss": 0.5238,
|
2704 |
+
"step": 11935
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 0.15945312083577634,
|
2708 |
+
"grad_norm": 1.1653165817260742,
|
2709 |
+
"learning_rate": 3.5636539498073794e-05,
|
2710 |
+
"loss": 0.5315,
|
2711 |
+
"step": 11966
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 0.15986621182239752,
|
2715 |
+
"grad_norm": 0.9131725430488586,
|
2716 |
+
"learning_rate": 3.556047751054378e-05,
|
2717 |
+
"loss": 0.5241,
|
2718 |
+
"step": 11997
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 0.1602793028090187,
|
2722 |
+
"grad_norm": 0.9258815050125122,
|
2723 |
+
"learning_rate": 3.548429634946039e-05,
|
2724 |
+
"loss": 0.5217,
|
2725 |
+
"step": 12028
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 0.1606923937956399,
|
2729 |
+
"grad_norm": 1.0134795904159546,
|
2730 |
+
"learning_rate": 3.540799687451768e-05,
|
2731 |
+
"loss": 0.5227,
|
2732 |
+
"step": 12059
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.16110548478226108,
|
2736 |
+
"grad_norm": 1.0026469230651855,
|
2737 |
+
"learning_rate": 3.533157994674485e-05,
|
2738 |
+
"loss": 0.5211,
|
2739 |
+
"step": 12090
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 0.16151857576888226,
|
2743 |
+
"grad_norm": 1.0012801885604858,
|
2744 |
+
"learning_rate": 3.5255046428496546e-05,
|
2745 |
+
"loss": 0.5326,
|
2746 |
+
"step": 12121
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 0.16193166675550344,
|
2750 |
+
"grad_norm": 1.0209020376205444,
|
2751 |
+
"learning_rate": 3.517839718344311e-05,
|
2752 |
+
"loss": 0.5201,
|
2753 |
+
"step": 12152
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.16234475774212462,
|
2757 |
+
"grad_norm": 0.9673867225646973,
|
2758 |
+
"learning_rate": 3.510163307656086e-05,
|
2759 |
+
"loss": 0.5241,
|
2760 |
+
"step": 12183
|
2761 |
+
},
|
2762 |
+
{
|
2763 |
+
"epoch": 0.1627578487287458,
|
2764 |
+
"grad_norm": 1.1046918630599976,
|
2765 |
+
"learning_rate": 3.5024754974122324e-05,
|
2766 |
+
"loss": 0.5298,
|
2767 |
+
"step": 12214
|
2768 |
+
},
|
2769 |
+
{
|
2770 |
+
"epoch": 0.16317093971536697,
|
2771 |
+
"grad_norm": 1.052362084388733,
|
2772 |
+
"learning_rate": 3.494776374368643e-05,
|
2773 |
+
"loss": 0.5304,
|
2774 |
+
"step": 12245
|
2775 |
+
},
|
2776 |
+
{
|
2777 |
+
"epoch": 0.16358403070198815,
|
2778 |
+
"grad_norm": 3.204735279083252,
|
2779 |
+
"learning_rate": 3.4870660254088724e-05,
|
2780 |
+
"loss": 0.5238,
|
2781 |
+
"step": 12276
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 0.16399712168860936,
|
2785 |
+
"grad_norm": 0.8798376321792603,
|
2786 |
+
"learning_rate": 3.479344537543164e-05,
|
2787 |
+
"loss": 0.5219,
|
2788 |
+
"step": 12307
|
2789 |
+
},
|
2790 |
+
{
|
2791 |
+
"epoch": 0.16441021267523054,
|
2792 |
+
"grad_norm": 1.0525151491165161,
|
2793 |
+
"learning_rate": 3.4716119979074565e-05,
|
2794 |
+
"loss": 0.5268,
|
2795 |
+
"step": 12338
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 0.16482330366185172,
|
2799 |
+
"grad_norm": 0.9635462164878845,
|
2800 |
+
"learning_rate": 3.463868493762412e-05,
|
2801 |
+
"loss": 0.5209,
|
2802 |
+
"step": 12369
|
2803 |
+
},
|
2804 |
+
{
|
2805 |
+
"epoch": 0.1652363946484729,
|
2806 |
+
"grad_norm": 0.9930406808853149,
|
2807 |
+
"learning_rate": 3.456114112492418e-05,
|
2808 |
+
"loss": 0.5276,
|
2809 |
+
"step": 12400
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 0.16564948563509407,
|
2813 |
+
"grad_norm": 1.0104107856750488,
|
2814 |
+
"learning_rate": 3.4483489416046164e-05,
|
2815 |
+
"loss": 0.5256,
|
2816 |
+
"step": 12431
|
2817 |
+
},
|
2818 |
+
{
|
2819 |
+
"epoch": 0.16606257662171525,
|
2820 |
+
"grad_norm": 0.915980339050293,
|
2821 |
+
"learning_rate": 3.440573068727905e-05,
|
2822 |
+
"loss": 0.5282,
|
2823 |
+
"step": 12462
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 0.16647566760833643,
|
2827 |
+
"grad_norm": 1.0312139987945557,
|
2828 |
+
"learning_rate": 3.4327865816119495e-05,
|
2829 |
+
"loss": 0.5198,
|
2830 |
+
"step": 12493
|
2831 |
+
},
|
2832 |
+
{
|
2833 |
+
"epoch": 0.16688875859495764,
|
2834 |
+
"grad_norm": 0.9392731785774231,
|
2835 |
+
"learning_rate": 3.4249895681262025e-05,
|
2836 |
+
"loss": 0.5219,
|
2837 |
+
"step": 12524
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 0.16730184958157882,
|
2841 |
+
"grad_norm": 0.9843175411224365,
|
2842 |
+
"learning_rate": 3.417182116258899e-05,
|
2843 |
+
"loss": 0.5183,
|
2844 |
+
"step": 12555
|
2845 |
+
},
|
2846 |
+
{
|
2847 |
+
"epoch": 0.1677149405682,
|
2848 |
+
"grad_norm": 0.950403094291687,
|
2849 |
+
"learning_rate": 3.409364314116074e-05,
|
2850 |
+
"loss": 0.5231,
|
2851 |
+
"step": 12586
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"epoch": 0.16812803155482117,
|
2855 |
+
"grad_norm": 0.9682847261428833,
|
2856 |
+
"learning_rate": 3.401536249920559e-05,
|
2857 |
+
"loss": 0.5099,
|
2858 |
+
"step": 12617
|
2859 |
+
},
|
2860 |
+
{
|
2861 |
+
"epoch": 0.16854112254144235,
|
2862 |
+
"grad_norm": 0.8852219581604004,
|
2863 |
+
"learning_rate": 3.393698012010998e-05,
|
2864 |
+
"loss": 0.525,
|
2865 |
+
"step": 12648
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 0.16895421352806353,
|
2869 |
+
"grad_norm": 0.9549787640571594,
|
2870 |
+
"learning_rate": 3.385849688840839e-05,
|
2871 |
+
"loss": 0.5168,
|
2872 |
+
"step": 12679
|
2873 |
+
},
|
2874 |
+
{
|
2875 |
+
"epoch": 0.1693673045146847,
|
2876 |
+
"grad_norm": 1.054442048072815,
|
2877 |
+
"learning_rate": 3.3779913689773414e-05,
|
2878 |
+
"loss": 0.5222,
|
2879 |
+
"step": 12710
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 0.16978039550130591,
|
2883 |
+
"grad_norm": 0.8877145051956177,
|
2884 |
+
"learning_rate": 3.370123141100578e-05,
|
2885 |
+
"loss": 0.526,
|
2886 |
+
"step": 12741
|
2887 |
+
},
|
2888 |
+
{
|
2889 |
+
"epoch": 0.1701934864879271,
|
2890 |
+
"grad_norm": 0.9739840626716614,
|
2891 |
+
"learning_rate": 3.3622450940024305e-05,
|
2892 |
+
"loss": 0.5201,
|
2893 |
+
"step": 12772
|
2894 |
+
},
|
2895 |
+
{
|
2896 |
+
"epoch": 0.17060657747454827,
|
2897 |
+
"grad_norm": 0.8343369960784912,
|
2898 |
+
"learning_rate": 3.35435731658559e-05,
|
2899 |
+
"loss": 0.527,
|
2900 |
+
"step": 12803
|
2901 |
+
},
|
2902 |
+
{
|
2903 |
+
"epoch": 0.17101966846116945,
|
2904 |
+
"grad_norm": 0.8745070099830627,
|
2905 |
+
"learning_rate": 3.346459897862552e-05,
|
2906 |
+
"loss": 0.531,
|
2907 |
+
"step": 12834
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 0.17143275944779063,
|
2911 |
+
"grad_norm": 0.912939190864563,
|
2912 |
+
"learning_rate": 3.338552926954613e-05,
|
2913 |
+
"loss": 0.5166,
|
2914 |
+
"step": 12865
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"epoch": 0.1718458504344118,
|
2918 |
+
"grad_norm": 0.9602261781692505,
|
2919 |
+
"learning_rate": 3.330636493090868e-05,
|
2920 |
+
"loss": 0.5206,
|
2921 |
+
"step": 12896
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 0.17225894142103299,
|
2925 |
+
"grad_norm": 0.8753561973571777,
|
2926 |
+
"learning_rate": 3.322710685607193e-05,
|
2927 |
+
"loss": 0.5182,
|
2928 |
+
"step": 12927
|
2929 |
+
},
|
2930 |
+
{
|
2931 |
+
"epoch": 0.17267203240765416,
|
2932 |
+
"grad_norm": 0.9468370676040649,
|
2933 |
+
"learning_rate": 3.314775593945251e-05,
|
2934 |
+
"loss": 0.5157,
|
2935 |
+
"step": 12958
|
2936 |
+
},
|
2937 |
+
{
|
2938 |
+
"epoch": 0.17308512339427537,
|
2939 |
+
"grad_norm": 0.8600547313690186,
|
2940 |
+
"learning_rate": 3.3068313076514714e-05,
|
2941 |
+
"loss": 0.5208,
|
2942 |
+
"step": 12989
|
2943 |
+
},
|
2944 |
+
{
|
2945 |
+
"epoch": 0.17349821438089655,
|
2946 |
+
"grad_norm": 1.0036487579345703,
|
2947 |
+
"learning_rate": 3.298877916376047e-05,
|
2948 |
+
"loss": 0.5121,
|
2949 |
+
"step": 13020
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 0.17391130536751773,
|
2953 |
+
"grad_norm": 1.1333731412887573,
|
2954 |
+
"learning_rate": 3.290915509871915e-05,
|
2955 |
+
"loss": 0.5177,
|
2956 |
+
"step": 13051
|
2957 |
+
},
|
2958 |
+
{
|
2959 |
+
"epoch": 0.1743243963541389,
|
2960 |
+
"grad_norm": 0.9600626826286316,
|
2961 |
+
"learning_rate": 3.282944177993753e-05,
|
2962 |
+
"loss": 0.5185,
|
2963 |
+
"step": 13082
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 0.17473748734076008,
|
2967 |
+
"grad_norm": 1.0184615850448608,
|
2968 |
+
"learning_rate": 3.274964010696957e-05,
|
2969 |
+
"loss": 0.5258,
|
2970 |
+
"step": 13113
|
2971 |
+
},
|
2972 |
+
{
|
2973 |
+
"epoch": 0.17515057832738126,
|
2974 |
+
"grad_norm": 0.9132828712463379,
|
2975 |
+
"learning_rate": 3.266975098036629e-05,
|
2976 |
+
"loss": 0.5184,
|
2977 |
+
"step": 13144
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 0.17556366931400244,
|
2981 |
+
"grad_norm": 1.0502389669418335,
|
2982 |
+
"learning_rate": 3.258977530166562e-05,
|
2983 |
+
"loss": 0.5263,
|
2984 |
+
"step": 13175
|
2985 |
+
},
|
2986 |
+
{
|
2987 |
+
"epoch": 0.17597676030062365,
|
2988 |
+
"grad_norm": 0.9535905718803406,
|
2989 |
+
"learning_rate": 3.250971397338227e-05,
|
2990 |
+
"loss": 0.5177,
|
2991 |
+
"step": 13206
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 0.17638985128724483,
|
2995 |
+
"grad_norm": 1.026796579360962,
|
2996 |
+
"learning_rate": 3.2429567898997404e-05,
|
2997 |
+
"loss": 0.5189,
|
2998 |
+
"step": 13237
|
2999 |
+
},
|
3000 |
+
{
|
3001 |
+
"epoch": 0.176802942273866,
|
3002 |
+
"grad_norm": 0.9277759194374084,
|
3003 |
+
"learning_rate": 3.234933798294859e-05,
|
3004 |
+
"loss": 0.5242,
|
3005 |
+
"step": 13268
|
3006 |
+
},
|
3007 |
+
{
|
3008 |
+
"epoch": 0.17721603326048718,
|
3009 |
+
"grad_norm": 0.9420998096466064,
|
3010 |
+
"learning_rate": 3.2269025130619535e-05,
|
3011 |
+
"loss": 0.5229,
|
3012 |
+
"step": 13299
|
3013 |
+
},
|
3014 |
+
{
|
3015 |
+
"epoch": 0.17762912424710836,
|
3016 |
+
"grad_norm": 0.8295450806617737,
|
3017 |
+
"learning_rate": 3.218863024832985e-05,
|
3018 |
+
"loss": 0.5119,
|
3019 |
+
"step": 13330
|
3020 |
+
},
|
3021 |
+
{
|
3022 |
+
"epoch": 0.17804221523372954,
|
3023 |
+
"grad_norm": 0.8931427001953125,
|
3024 |
+
"learning_rate": 3.2108154243324864e-05,
|
3025 |
+
"loss": 0.5195,
|
3026 |
+
"step": 13361
|
3027 |
+
},
|
3028 |
+
{
|
3029 |
+
"epoch": 0.17845530622035072,
|
3030 |
+
"grad_norm": 0.9380717873573303,
|
3031 |
+
"learning_rate": 3.2027598023765345e-05,
|
3032 |
+
"loss": 0.5188,
|
3033 |
+
"step": 13392
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 0.1788683972069719,
|
3037 |
+
"grad_norm": 0.9600290656089783,
|
3038 |
+
"learning_rate": 3.194696249871729e-05,
|
3039 |
+
"loss": 0.5169,
|
3040 |
+
"step": 13423
|
3041 |
+
},
|
3042 |
+
{
|
3043 |
+
"epoch": 0.1792814881935931,
|
3044 |
+
"grad_norm": 1.0242196321487427,
|
3045 |
+
"learning_rate": 3.186624857814164e-05,
|
3046 |
+
"loss": 0.5225,
|
3047 |
+
"step": 13454
|
3048 |
+
},
|
3049 |
+
{
|
3050 |
+
"epoch": 0.17969457918021428,
|
3051 |
+
"grad_norm": 0.8887470364570618,
|
3052 |
+
"learning_rate": 3.178545717288401e-05,
|
3053 |
+
"loss": 0.5299,
|
3054 |
+
"step": 13485
|
3055 |
+
},
|
3056 |
+
{
|
3057 |
+
"epoch": 0.18010767016683546,
|
3058 |
+
"grad_norm": 0.9874518513679504,
|
3059 |
+
"learning_rate": 3.170458919466444e-05,
|
3060 |
+
"loss": 0.5194,
|
3061 |
+
"step": 13516
|
3062 |
+
},
|
3063 |
+
{
|
3064 |
+
"epoch": 0.18052076115345664,
|
3065 |
+
"grad_norm": 0.9211225509643555,
|
3066 |
+
"learning_rate": 3.1623645556067063e-05,
|
3067 |
+
"loss": 0.5191,
|
3068 |
+
"step": 13547
|
3069 |
+
},
|
3070 |
+
{
|
3071 |
+
"epoch": 0.18093385214007782,
|
3072 |
+
"grad_norm": 0.8895942568778992,
|
3073 |
+
"learning_rate": 3.154262717052985e-05,
|
3074 |
+
"loss": 0.5123,
|
3075 |
+
"step": 13578
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 0.181346943126699,
|
3079 |
+
"grad_norm": 1.074035882949829,
|
3080 |
+
"learning_rate": 3.146153495233426e-05,
|
3081 |
+
"loss": 0.5196,
|
3082 |
+
"step": 13609
|
3083 |
+
},
|
3084 |
+
{
|
3085 |
+
"epoch": 0.18176003411332017,
|
3086 |
+
"grad_norm": 0.8590953946113586,
|
3087 |
+
"learning_rate": 3.1380369816594944e-05,
|
3088 |
+
"loss": 0.5123,
|
3089 |
+
"step": 13640
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 0.18217312509994138,
|
3093 |
+
"grad_norm": 0.9919266104698181,
|
3094 |
+
"learning_rate": 3.129913267924946e-05,
|
3095 |
+
"loss": 0.5111,
|
3096 |
+
"step": 13671
|
3097 |
+
},
|
3098 |
+
{
|
3099 |
+
"epoch": 0.18258621608656256,
|
3100 |
+
"grad_norm": 0.8908241391181946,
|
3101 |
+
"learning_rate": 3.121782445704782e-05,
|
3102 |
+
"loss": 0.5181,
|
3103 |
+
"step": 13702
|
3104 |
+
},
|
3105 |
+
{
|
3106 |
+
"epoch": 0.18299930707318374,
|
3107 |
+
"grad_norm": 0.9257848858833313,
|
3108 |
+
"learning_rate": 3.11364460675423e-05,
|
3109 |
+
"loss": 0.5147,
|
3110 |
+
"step": 13733
|
3111 |
+
},
|
3112 |
+
{
|
3113 |
+
"epoch": 0.18341239805980492,
|
3114 |
+
"grad_norm": 0.9790043830871582,
|
3115 |
+
"learning_rate": 3.1054998429076934e-05,
|
3116 |
+
"loss": 0.5212,
|
3117 |
+
"step": 13764
|
3118 |
+
},
|
3119 |
+
{
|
3120 |
+
"epoch": 0.1838254890464261,
|
3121 |
+
"grad_norm": 0.9997586011886597,
|
3122 |
+
"learning_rate": 3.097348246077728e-05,
|
3123 |
+
"loss": 0.5148,
|
3124 |
+
"step": 13795
|
3125 |
+
},
|
3126 |
+
{
|
3127 |
+
"epoch": 0.18423858003304727,
|
3128 |
+
"grad_norm": 0.9129127860069275,
|
3129 |
+
"learning_rate": 3.0891899082539924e-05,
|
3130 |
+
"loss": 0.5111,
|
3131 |
+
"step": 13826
|
3132 |
+
},
|
3133 |
+
{
|
3134 |
+
"epoch": 0.18465167101966845,
|
3135 |
+
"grad_norm": 0.9921712875366211,
|
3136 |
+
"learning_rate": 3.0810249215022233e-05,
|
3137 |
+
"loss": 0.5182,
|
3138 |
+
"step": 13857
|
3139 |
+
},
|
3140 |
+
{
|
3141 |
+
"epoch": 0.18506476200628966,
|
3142 |
+
"grad_norm": 0.889397382736206,
|
3143 |
+
"learning_rate": 3.0728533779631865e-05,
|
3144 |
+
"loss": 0.5202,
|
3145 |
+
"step": 13888
|
3146 |
+
},
|
3147 |
+
{
|
3148 |
+
"epoch": 0.18547785299291084,
|
3149 |
+
"grad_norm": 0.9874172210693359,
|
3150 |
+
"learning_rate": 3.064675369851637e-05,
|
3151 |
+
"loss": 0.5172,
|
3152 |
+
"step": 13919
|
3153 |
+
},
|
3154 |
+
{
|
3155 |
+
"epoch": 0.18589094397953201,
|
3156 |
+
"grad_norm": 0.9039093852043152,
|
3157 |
+
"learning_rate": 3.056490989455289e-05,
|
3158 |
+
"loss": 0.5278,
|
3159 |
+
"step": 13950
|
3160 |
+
},
|
3161 |
+
{
|
3162 |
+
"epoch": 0.1863040349661532,
|
3163 |
+
"grad_norm": 0.8875586986541748,
|
3164 |
+
"learning_rate": 3.0483003291337596e-05,
|
3165 |
+
"loss": 0.5182,
|
3166 |
+
"step": 13981
|
3167 |
+
},
|
3168 |
+
{
|
3169 |
+
"epoch": 0.18671712595277437,
|
3170 |
+
"grad_norm": 0.8930432200431824,
|
3171 |
+
"learning_rate": 3.040103481317539e-05,
|
3172 |
+
"loss": 0.5169,
|
3173 |
+
"step": 14012
|
3174 |
+
},
|
3175 |
+
{
|
3176 |
+
"epoch": 0.18713021693939555,
|
3177 |
+
"grad_norm": 1.0020161867141724,
|
3178 |
+
"learning_rate": 3.03190053850694e-05,
|
3179 |
+
"loss": 0.5192,
|
3180 |
+
"step": 14043
|
3181 |
+
},
|
3182 |
+
{
|
3183 |
+
"epoch": 0.18754330792601673,
|
3184 |
+
"grad_norm": 0.8742198944091797,
|
3185 |
+
"learning_rate": 3.0236915932710573e-05,
|
3186 |
+
"loss": 0.5077,
|
3187 |
+
"step": 14074
|
3188 |
+
},
|
3189 |
+
{
|
3190 |
+
"epoch": 0.1879563989126379,
|
3191 |
+
"grad_norm": 0.9943242073059082,
|
3192 |
+
"learning_rate": 3.0154767382467232e-05,
|
3193 |
+
"loss": 0.5226,
|
3194 |
+
"step": 14105
|
3195 |
+
},
|
3196 |
+
{
|
3197 |
+
"epoch": 0.1883694898992591,
|
3198 |
+
"grad_norm": 0.9345620274543762,
|
3199 |
+
"learning_rate": 3.0072560661374582e-05,
|
3200 |
+
"loss": 0.5102,
|
3201 |
+
"step": 14136
|
3202 |
+
},
|
3203 |
+
{
|
3204 |
+
"epoch": 0.1887825808858803,
|
3205 |
+
"grad_norm": 0.9132478833198547,
|
3206 |
+
"learning_rate": 2.999029669712431e-05,
|
3207 |
+
"loss": 0.5197,
|
3208 |
+
"step": 14167
|
3209 |
+
},
|
3210 |
+
{
|
3211 |
+
"epoch": 0.18919567187250147,
|
3212 |
+
"grad_norm": 0.8798980712890625,
|
3213 |
+
"learning_rate": 2.990797641805408e-05,
|
3214 |
+
"loss": 0.5047,
|
3215 |
+
"step": 14198
|
3216 |
+
},
|
3217 |
+
{
|
3218 |
+
"epoch": 0.18960876285912265,
|
3219 |
+
"grad_norm": 0.9469364285469055,
|
3220 |
+
"learning_rate": 2.982560075313704e-05,
|
3221 |
+
"loss": 0.5164,
|
3222 |
+
"step": 14229
|
3223 |
+
},
|
3224 |
+
{
|
3225 |
+
"epoch": 0.19002185384574383,
|
3226 |
+
"grad_norm": 0.9300420880317688,
|
3227 |
+
"learning_rate": 2.9743170631971368e-05,
|
3228 |
+
"loss": 0.5222,
|
3229 |
+
"step": 14260
|
3230 |
+
},
|
3231 |
+
{
|
3232 |
+
"epoch": 0.190434944832365,
|
3233 |
+
"grad_norm": 0.9043737649917603,
|
3234 |
+
"learning_rate": 2.9660686984769792e-05,
|
3235 |
+
"loss": 0.5066,
|
3236 |
+
"step": 14291
|
3237 |
+
},
|
3238 |
+
{
|
3239 |
+
"epoch": 0.19084803581898618,
|
3240 |
+
"grad_norm": 0.9041194319725037,
|
3241 |
+
"learning_rate": 2.9578150742349047e-05,
|
3242 |
+
"loss": 0.5205,
|
3243 |
+
"step": 14322
|
3244 |
+
},
|
3245 |
+
{
|
3246 |
+
"epoch": 0.1912611268056074,
|
3247 |
+
"grad_norm": 0.8952019810676575,
|
3248 |
+
"learning_rate": 2.949556283611942e-05,
|
3249 |
+
"loss": 0.5158,
|
3250 |
+
"step": 14353
|
3251 |
+
},
|
3252 |
+
{
|
3253 |
+
"epoch": 0.19167421779222857,
|
3254 |
+
"grad_norm": 0.9866005778312683,
|
3255 |
+
"learning_rate": 2.9412924198074206e-05,
|
3256 |
+
"loss": 0.5106,
|
3257 |
+
"step": 14384
|
3258 |
+
},
|
3259 |
+
{
|
3260 |
+
"epoch": 0.19208730877884975,
|
3261 |
+
"grad_norm": 0.8866041302680969,
|
3262 |
+
"learning_rate": 2.9330235760779208e-05,
|
3263 |
+
"loss": 0.5091,
|
3264 |
+
"step": 14415
|
3265 |
+
},
|
3266 |
+
{
|
3267 |
+
"epoch": 0.19250039976547093,
|
3268 |
+
"grad_norm": 0.9534942507743835,
|
3269 |
+
"learning_rate": 2.9247498457362188e-05,
|
3270 |
+
"loss": 0.5152,
|
3271 |
+
"step": 14446
|
3272 |
+
},
|
3273 |
+
{
|
3274 |
+
"epoch": 0.1929134907520921,
|
3275 |
+
"grad_norm": 0.9449177980422974,
|
3276 |
+
"learning_rate": 2.9164713221502373e-05,
|
3277 |
+
"loss": 0.5189,
|
3278 |
+
"step": 14477
|
3279 |
+
},
|
3280 |
+
{
|
3281 |
+
"epoch": 0.19332658173871328,
|
3282 |
+
"grad_norm": 0.9900373816490173,
|
3283 |
+
"learning_rate": 2.9081880987419912e-05,
|
3284 |
+
"loss": 0.5171,
|
3285 |
+
"step": 14508
|
3286 |
+
},
|
3287 |
+
{
|
3288 |
+
"epoch": 0.19373967272533446,
|
3289 |
+
"grad_norm": 0.9714763164520264,
|
3290 |
+
"learning_rate": 2.8999002689865296e-05,
|
3291 |
+
"loss": 0.5187,
|
3292 |
+
"step": 14539
|
3293 |
+
},
|
3294 |
+
{
|
3295 |
+
"epoch": 0.19415276371195564,
|
3296 |
+
"grad_norm": 0.9779321551322937,
|
3297 |
+
"learning_rate": 2.8916079264108852e-05,
|
3298 |
+
"loss": 0.5206,
|
3299 |
+
"step": 14570
|
3300 |
+
},
|
3301 |
+
{
|
3302 |
+
"epoch": 0.19456585469857685,
|
3303 |
+
"grad_norm": 0.8970730304718018,
|
3304 |
+
"learning_rate": 2.883311164593017e-05,
|
3305 |
+
"loss": 0.5161,
|
3306 |
+
"step": 14601
|
3307 |
+
},
|
3308 |
+
{
|
3309 |
+
"epoch": 0.19497894568519802,
|
3310 |
+
"grad_norm": 0.9319660663604736,
|
3311 |
+
"learning_rate": 2.875010077160754e-05,
|
3312 |
+
"loss": 0.5075,
|
3313 |
+
"step": 14632
|
3314 |
+
},
|
3315 |
+
{
|
3316 |
+
"epoch": 0.1953920366718192,
|
3317 |
+
"grad_norm": 0.8656150698661804,
|
3318 |
+
"learning_rate": 2.866704757790741e-05,
|
3319 |
+
"loss": 0.5199,
|
3320 |
+
"step": 14663
|
3321 |
+
},
|
3322 |
+
{
|
3323 |
+
"epoch": 0.19580512765844038,
|
3324 |
+
"grad_norm": 0.8861721754074097,
|
3325 |
+
"learning_rate": 2.858395300207376e-05,
|
3326 |
+
"loss": 0.5083,
|
3327 |
+
"step": 14694
|
3328 |
+
},
|
3329 |
+
{
|
3330 |
+
"epoch": 0.19621821864506156,
|
3331 |
+
"grad_norm": 0.9757127165794373,
|
3332 |
+
"learning_rate": 2.8500817981817607e-05,
|
3333 |
+
"loss": 0.5117,
|
3334 |
+
"step": 14725
|
3335 |
+
},
|
3336 |
+
{
|
3337 |
+
"epoch": 0.19663130963168274,
|
3338 |
+
"grad_norm": 0.8593602180480957,
|
3339 |
+
"learning_rate": 2.8417643455306336e-05,
|
3340 |
+
"loss": 0.5151,
|
3341 |
+
"step": 14756
|
3342 |
+
},
|
3343 |
+
{
|
3344 |
+
"epoch": 0.19704440061830392,
|
3345 |
+
"grad_norm": 0.9756207466125488,
|
3346 |
+
"learning_rate": 2.8334430361153185e-05,
|
3347 |
+
"loss": 0.5133,
|
3348 |
+
"step": 14787
|
3349 |
+
},
|
3350 |
+
{
|
3351 |
+
"epoch": 0.19745749160492512,
|
3352 |
+
"grad_norm": 0.8687728047370911,
|
3353 |
+
"learning_rate": 2.8251179638406612e-05,
|
3354 |
+
"loss": 0.511,
|
3355 |
+
"step": 14818
|
3356 |
+
},
|
3357 |
+
{
|
3358 |
+
"epoch": 0.1978705825915463,
|
3359 |
+
"grad_norm": 0.9320461750030518,
|
3360 |
+
"learning_rate": 2.8167892226539704e-05,
|
3361 |
+
"loss": 0.5148,
|
3362 |
+
"step": 14849
|
3363 |
+
},
|
3364 |
+
{
|
3365 |
+
"epoch": 0.19828367357816748,
|
3366 |
+
"grad_norm": 0.904463529586792,
|
3367 |
+
"learning_rate": 2.8084569065439588e-05,
|
3368 |
+
"loss": 0.5182,
|
3369 |
+
"step": 14880
|
3370 |
+
},
|
3371 |
+
{
|
3372 |
+
"epoch": 0.19869676456478866,
|
3373 |
+
"grad_norm": 0.8591788411140442,
|
3374 |
+
"learning_rate": 2.8001211095396807e-05,
|
3375 |
+
"loss": 0.511,
|
3376 |
+
"step": 14911
|
3377 |
+
},
|
3378 |
+
{
|
3379 |
+
"epoch": 0.19910985555140984,
|
3380 |
+
"grad_norm": 1.0128686428070068,
|
3381 |
+
"learning_rate": 2.791781925709473e-05,
|
3382 |
+
"loss": 0.5202,
|
3383 |
+
"step": 14942
|
3384 |
+
},
|
3385 |
+
{
|
3386 |
+
"epoch": 0.19952294653803102,
|
3387 |
+
"grad_norm": 1.059459924697876,
|
3388 |
+
"learning_rate": 2.7834394491598908e-05,
|
3389 |
+
"loss": 0.5152,
|
3390 |
+
"step": 14973
|
3391 |
+
},
|
3392 |
+
{
|
3393 |
+
"epoch": 0.1999360375246522,
|
3394 |
+
"grad_norm": 1.2768211364746094,
|
3395 |
+
"learning_rate": 2.7750937740346485e-05,
|
3396 |
+
"loss": 0.5143,
|
3397 |
+
"step": 15004
|
3398 |
+
},
|
3399 |
+
{
|
3400 |
+
"epoch": 0.2003491285112734,
|
3401 |
+
"grad_norm": 0.8835700750350952,
|
3402 |
+
"learning_rate": 2.7667449945135564e-05,
|
3403 |
+
"loss": 0.5111,
|
3404 |
+
"step": 15035
|
3405 |
+
},
|
3406 |
+
{
|
3407 |
+
"epoch": 0.20076221949789458,
|
3408 |
+
"grad_norm": 0.9363453388214111,
|
3409 |
+
"learning_rate": 2.7583932048114557e-05,
|
3410 |
+
"loss": 0.5218,
|
3411 |
+
"step": 15066
|
3412 |
+
},
|
3413 |
+
{
|
3414 |
+
"epoch": 0.20117531048451576,
|
3415 |
+
"grad_norm": 0.917850136756897,
|
3416 |
+
"learning_rate": 2.7500384991771587e-05,
|
3417 |
+
"loss": 0.5131,
|
3418 |
+
"step": 15097
|
3419 |
+
},
|
3420 |
+
{
|
3421 |
+
"epoch": 0.20158840147113694,
|
3422 |
+
"grad_norm": 0.971145510673523,
|
3423 |
+
"learning_rate": 2.7416809718923825e-05,
|
3424 |
+
"loss": 0.5127,
|
3425 |
+
"step": 15128
|
3426 |
+
},
|
3427 |
+
{
|
3428 |
+
"epoch": 0.20200149245775811,
|
3429 |
+
"grad_norm": 0.8991430401802063,
|
3430 |
+
"learning_rate": 2.7333207172706864e-05,
|
3431 |
+
"loss": 0.5127,
|
3432 |
+
"step": 15159
|
3433 |
+
},
|
3434 |
+
{
|
3435 |
+
"epoch": 0.2024145834443793,
|
3436 |
+
"grad_norm": 0.9158385396003723,
|
3437 |
+
"learning_rate": 2.7249578296564088e-05,
|
3438 |
+
"loss": 0.5191,
|
3439 |
+
"step": 15190
|
3440 |
+
},
|
3441 |
+
{
|
3442 |
+
"epoch": 0.20282767443100047,
|
3443 |
+
"grad_norm": 0.9155390858650208,
|
3444 |
+
"learning_rate": 2.7165924034235973e-05,
|
3445 |
+
"loss": 0.516,
|
3446 |
+
"step": 15221
|
3447 |
+
},
|
3448 |
+
{
|
3449 |
+
"epoch": 0.20324076541762165,
|
3450 |
+
"grad_norm": 0.8593025207519531,
|
3451 |
+
"learning_rate": 2.708224532974953e-05,
|
3452 |
+
"loss": 0.5072,
|
3453 |
+
"step": 15252
|
3454 |
+
}
|
3455 |
+
],
|
3456 |
+
"logging_steps": 31,
|
3457 |
+
"max_steps": 30517,
|
3458 |
+
"num_input_tokens_seen": 0,
|
3459 |
+
"num_train_epochs": 1,
|
3460 |
+
"save_steps": 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.1258280394232955e+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:5b625e00d3c9c951bf58d8e86629dc426b5ba69ab20f73252787562f5e27c9af
|
3 |
+
size 5432
|
checkpoint-22890/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.1-8B",
|
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": 128256
|
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:2f814eb2cf72f45c86bd1a98c997db136f5d37454ed74f9a815ae1ea45e9ea58
|
3 |
+
size 4886466168
|
checkpoint-22890/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0901d2e156c6ec7a375c3e90ae5183970af0445d3dc0e53c031b45673775dd64
|
3 |
+
size 4832007448
|
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:e3fea4f82871abfacee9b64a2dac7104daed1af3d23269b67b6cecfcb8872e40
|
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:76d70e00b54d34c4642d15cc3f6cae29c176caa061f10385339292ca39bd1f82
|
3 |
+
size 2571158184
|
checkpoint-22890/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32121044992
|
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-00001-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:f5e0e6b683bbe30a4e1a8d54353f13d3b69f89632f764a95e1e3ab6b3f534c88
|
3 |
+
size 15385036334
|
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:5b625e00d3c9c951bf58d8e86629dc426b5ba69ab20f73252787562f5e27c9af
|
3 |
+
size 5432
|
checkpoint-30517/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.1-8B",
|
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": 128256
|
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:cad5f996129aa6baa244833a201e9a33aeeb2fd91202949351a625f9ef31a51c
|
3 |
+
size 4886466168
|
checkpoint-30517/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0901d2e156c6ec7a375c3e90ae5183970af0445d3dc0e53c031b45673775dd64
|
3 |
+
size 4832007448
|
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:a98c1282cc811c9c732eab527de83ff484e3fbbd7a8f736910372105fb519cf9
|
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:9fd5fe4232a7a009b49a235f55ccf81900cbad0a9bf0873ea70977a52d5b8554
|
3 |
+
size 2571158184
|
checkpoint-30517/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32121044992
|
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-00001-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:a36b50bde8e65a82599500420c588e919eadb7cbe6f35c4a8afdc1a06430ea1f
|
3 |
+
size 15385036334
|
checkpoint-30517/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-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:5b625e00d3c9c951bf58d8e86629dc426b5ba69ab20f73252787562f5e27c9af
|
3 |
+
size 5432
|
checkpoint-7630/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.1-8B",
|
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": 128256
|
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:6796869cd77944cc18b6d282b11ed40aaecb5445d0e7940da44aa02293fe5136
|
3 |
+
size 4886466168
|
checkpoint-7630/model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0901d2e156c6ec7a375c3e90ae5183970af0445d3dc0e53c031b45673775dd64
|
3 |
+
size 4832007448
|