Model save
Browse files- README.md +68 -0
- all_results.json +9 -0
- generation_config.json +9 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +298 -0
- train_results.json +9 -0
- trainer_state.json +1362 -0
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- generator
|
10 |
+
model-index:
|
11 |
+
- name: sft-llama3-8b-itt
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# sft-llama3-8b-itt
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the generator dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.0620
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 2
|
43 |
+
- eval_batch_size: 2
|
44 |
+
- seed: 42
|
45 |
+
- distributed_type: multi-GPU
|
46 |
+
- num_devices: 4
|
47 |
+
- gradient_accumulation_steps: 16
|
48 |
+
- total_train_batch_size: 128
|
49 |
+
- total_eval_batch_size: 8
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: cosine
|
52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
53 |
+
- num_epochs: 2
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
+
|:-------------:|:------:|:----:|:---------------:|
|
59 |
+
| 1.0719 | 0.9995 | 935 | 1.0777 |
|
60 |
+
| 0.883 | 1.9989 | 1870 | 1.0620 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.40.0
|
66 |
+
- Pytorch 2.1.2
|
67 |
+
- Datasets 2.14.6
|
68 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.9989310529128808,
|
3 |
+
"total_flos": 783053739786240.0,
|
4 |
+
"train_loss": 1.0084666737260666,
|
5 |
+
"train_runtime": 48199.6175,
|
6 |
+
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 4.968,
|
8 |
+
"train_steps_per_second": 0.039
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"max_length": 4096,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.40.0"
|
9 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b447470e8ea0dc7f825e7dbfbdf5f6e356cb656bc968965f367981d562c61115
|
3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db37d8beda5c318ac2a95fad77c4d1caeea9c1ba404bc810afe24a6f8d10f1e8
|
3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3dc7ae48cd1b652c62578ae2744347b3240efcbf1269379e2d7b5879dac580c
|
3 |
+
size 4915916176
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39b97382c36f15ce1e5304d0a60d0de4cdd96b87d8913a7e9b142b5c2480f662
|
3 |
+
size 1168138808
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16060522496
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
296 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
297 |
+
}
|
298 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.9989310529128808,
|
3 |
+
"total_flos": 783053739786240.0,
|
4 |
+
"train_loss": 1.0084666737260666,
|
5 |
+
"train_runtime": 48199.6175,
|
6 |
+
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 4.968,
|
8 |
+
"train_steps_per_second": 0.039
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.9989310529128808,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1870,
|
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.0010689470871191875,
|
13 |
+
"grad_norm": 56.09147115973681,
|
14 |
+
"learning_rate": 1.0695187165775401e-07,
|
15 |
+
"loss": 1.554,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.010689470871191877,
|
20 |
+
"grad_norm": 416.2698691138927,
|
21 |
+
"learning_rate": 1.0695187165775401e-06,
|
22 |
+
"loss": 1.5405,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.021378941742383754,
|
27 |
+
"grad_norm": 667.8842682438211,
|
28 |
+
"learning_rate": 2.1390374331550802e-06,
|
29 |
+
"loss": 1.4648,
|
30 |
+
"step": 20
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.032068412613575625,
|
34 |
+
"grad_norm": 2.9422589389154457,
|
35 |
+
"learning_rate": 3.2085561497326205e-06,
|
36 |
+
"loss": 1.3258,
|
37 |
+
"step": 30
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.04275788348476751,
|
41 |
+
"grad_norm": 52.87526964166794,
|
42 |
+
"learning_rate": 4.2780748663101604e-06,
|
43 |
+
"loss": 1.2952,
|
44 |
+
"step": 40
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.05344735435595938,
|
48 |
+
"grad_norm": 2.8923791457722072,
|
49 |
+
"learning_rate": 5.347593582887702e-06,
|
50 |
+
"loss": 1.2588,
|
51 |
+
"step": 50
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.06413682522715125,
|
55 |
+
"grad_norm": 2.656284320194568,
|
56 |
+
"learning_rate": 6.417112299465241e-06,
|
57 |
+
"loss": 1.2247,
|
58 |
+
"step": 60
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.07482629609834313,
|
62 |
+
"grad_norm": 4.4735196432994915,
|
63 |
+
"learning_rate": 7.486631016042781e-06,
|
64 |
+
"loss": 1.1873,
|
65 |
+
"step": 70
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.08551576696953501,
|
69 |
+
"grad_norm": 2.828665120905719,
|
70 |
+
"learning_rate": 8.556149732620321e-06,
|
71 |
+
"loss": 1.1654,
|
72 |
+
"step": 80
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.09620523784072689,
|
76 |
+
"grad_norm": 27.50225041150734,
|
77 |
+
"learning_rate": 9.625668449197861e-06,
|
78 |
+
"loss": 1.1473,
|
79 |
+
"step": 90
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.10689470871191876,
|
83 |
+
"grad_norm": 1.1135780282016265,
|
84 |
+
"learning_rate": 1.0695187165775403e-05,
|
85 |
+
"loss": 1.1594,
|
86 |
+
"step": 100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.11758417958311064,
|
90 |
+
"grad_norm": 1.5471458694252325,
|
91 |
+
"learning_rate": 1.1764705882352942e-05,
|
92 |
+
"loss": 1.1471,
|
93 |
+
"step": 110
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.1282736504543025,
|
97 |
+
"grad_norm": 2.9925400086464946,
|
98 |
+
"learning_rate": 1.2834224598930482e-05,
|
99 |
+
"loss": 1.1446,
|
100 |
+
"step": 120
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.13896312132549438,
|
104 |
+
"grad_norm": 1.3582655233383645,
|
105 |
+
"learning_rate": 1.3903743315508022e-05,
|
106 |
+
"loss": 1.1231,
|
107 |
+
"step": 130
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.14965259219668625,
|
111 |
+
"grad_norm": 4.301858568361503,
|
112 |
+
"learning_rate": 1.4973262032085563e-05,
|
113 |
+
"loss": 1.121,
|
114 |
+
"step": 140
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.16034206306787813,
|
118 |
+
"grad_norm": 1.7516618532476456,
|
119 |
+
"learning_rate": 1.60427807486631e-05,
|
120 |
+
"loss": 1.1375,
|
121 |
+
"step": 150
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.17103153393907003,
|
125 |
+
"grad_norm": 2.05276098281325,
|
126 |
+
"learning_rate": 1.7112299465240642e-05,
|
127 |
+
"loss": 1.1317,
|
128 |
+
"step": 160
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.1817210048102619,
|
132 |
+
"grad_norm": 1.936189800352967,
|
133 |
+
"learning_rate": 1.8181818181818182e-05,
|
134 |
+
"loss": 1.1261,
|
135 |
+
"step": 170
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.19241047568145378,
|
139 |
+
"grad_norm": 2.8285205229802317,
|
140 |
+
"learning_rate": 1.9251336898395722e-05,
|
141 |
+
"loss": 1.1194,
|
142 |
+
"step": 180
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.20309994655264565,
|
146 |
+
"grad_norm": 1.2316486726277835,
|
147 |
+
"learning_rate": 1.99998432011431e-05,
|
148 |
+
"loss": 1.1127,
|
149 |
+
"step": 190
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.21378941742383753,
|
153 |
+
"grad_norm": 1.1894590702071168,
|
154 |
+
"learning_rate": 1.9997055802697737e-05,
|
155 |
+
"loss": 1.1251,
|
156 |
+
"step": 200
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.2244788882950294,
|
160 |
+
"grad_norm": 0.9254235249331663,
|
161 |
+
"learning_rate": 1.99907851031346e-05,
|
162 |
+
"loss": 1.1281,
|
163 |
+
"step": 210
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.23516835916622128,
|
167 |
+
"grad_norm": 0.8840386606822348,
|
168 |
+
"learning_rate": 1.9981033287370443e-05,
|
169 |
+
"loss": 1.114,
|
170 |
+
"step": 220
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.24585783003741316,
|
174 |
+
"grad_norm": 1.2054591384545625,
|
175 |
+
"learning_rate": 1.9967803753256737e-05,
|
176 |
+
"loss": 1.1071,
|
177 |
+
"step": 230
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.256547300908605,
|
181 |
+
"grad_norm": 1.1840624995699496,
|
182 |
+
"learning_rate": 1.995110111039574e-05,
|
183 |
+
"loss": 1.1194,
|
184 |
+
"step": 240
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.2672367717797969,
|
188 |
+
"grad_norm": 1.0998971951669942,
|
189 |
+
"learning_rate": 1.9930931178534353e-05,
|
190 |
+
"loss": 1.1207,
|
191 |
+
"step": 250
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.27792624265098875,
|
195 |
+
"grad_norm": 1.0298199126134084,
|
196 |
+
"learning_rate": 1.9907300985536334e-05,
|
197 |
+
"loss": 1.111,
|
198 |
+
"step": 260
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.28861571352218063,
|
202 |
+
"grad_norm": 1.1181488992425574,
|
203 |
+
"learning_rate": 1.988021876493357e-05,
|
204 |
+
"loss": 1.1111,
|
205 |
+
"step": 270
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.2993051843933725,
|
209 |
+
"grad_norm": 1.379189172394145,
|
210 |
+
"learning_rate": 1.9849693953057235e-05,
|
211 |
+
"loss": 1.1203,
|
212 |
+
"step": 280
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.3099946552645644,
|
216 |
+
"grad_norm": 1.3727219764638852,
|
217 |
+
"learning_rate": 1.9815737185749855e-05,
|
218 |
+
"loss": 1.1124,
|
219 |
+
"step": 290
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.32068412613575625,
|
223 |
+
"grad_norm": 0.9557824074089444,
|
224 |
+
"learning_rate": 1.9778360294659463e-05,
|
225 |
+
"loss": 1.1075,
|
226 |
+
"step": 300
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.33137359700694813,
|
230 |
+
"grad_norm": 1.1644352715278528,
|
231 |
+
"learning_rate": 1.9737576303117025e-05,
|
232 |
+
"loss": 1.119,
|
233 |
+
"step": 310
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.34206306787814006,
|
237 |
+
"grad_norm": 1.0990077051440315,
|
238 |
+
"learning_rate": 1.969339942159873e-05,
|
239 |
+
"loss": 1.1029,
|
240 |
+
"step": 320
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.35275253874933193,
|
244 |
+
"grad_norm": 1.0573662138914466,
|
245 |
+
"learning_rate": 1.9645845042774555e-05,
|
246 |
+
"loss": 1.0974,
|
247 |
+
"step": 330
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.3634420096205238,
|
251 |
+
"grad_norm": 2.3340677840799313,
|
252 |
+
"learning_rate": 1.9594929736144978e-05,
|
253 |
+
"loss": 1.1153,
|
254 |
+
"step": 340
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.3741314804917157,
|
258 |
+
"grad_norm": 2.3221634783528686,
|
259 |
+
"learning_rate": 1.9540671242267616e-05,
|
260 |
+
"loss": 1.107,
|
261 |
+
"step": 350
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.38482095136290756,
|
265 |
+
"grad_norm": 0.9109466500529232,
|
266 |
+
"learning_rate": 1.9483088466575848e-05,
|
267 |
+
"loss": 1.1043,
|
268 |
+
"step": 360
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.39551042223409943,
|
272 |
+
"grad_norm": 1.0011924259988965,
|
273 |
+
"learning_rate": 1.9422201472791515e-05,
|
274 |
+
"loss": 1.1121,
|
275 |
+
"step": 370
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.4061998931052913,
|
279 |
+
"grad_norm": 0.9440180335807369,
|
280 |
+
"learning_rate": 1.9358031475934093e-05,
|
281 |
+
"loss": 1.1227,
|
282 |
+
"step": 380
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.4168893639764832,
|
286 |
+
"grad_norm": 1.1307195146615314,
|
287 |
+
"learning_rate": 1.9290600834928665e-05,
|
288 |
+
"loss": 1.1219,
|
289 |
+
"step": 390
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.42757883484767506,
|
293 |
+
"grad_norm": 0.9621091161912891,
|
294 |
+
"learning_rate": 1.9219933044815357e-05,
|
295 |
+
"loss": 1.1048,
|
296 |
+
"step": 400
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.43826830571886694,
|
300 |
+
"grad_norm": 2.48708331314638,
|
301 |
+
"learning_rate": 1.9146052728562882e-05,
|
302 |
+
"loss": 1.1108,
|
303 |
+
"step": 410
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.4489577765900588,
|
307 |
+
"grad_norm": 1.3248966545586405,
|
308 |
+
"learning_rate": 1.9068985628489105e-05,
|
309 |
+
"loss": 1.1006,
|
310 |
+
"step": 420
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.4596472474612507,
|
314 |
+
"grad_norm": 0.8657688159326627,
|
315 |
+
"learning_rate": 1.8988758597291577e-05,
|
316 |
+
"loss": 1.1104,
|
317 |
+
"step": 430
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.47033671833244256,
|
321 |
+
"grad_norm": 0.935936780857328,
|
322 |
+
"learning_rate": 1.8905399588691165e-05,
|
323 |
+
"loss": 1.1056,
|
324 |
+
"step": 440
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.48102618920363444,
|
328 |
+
"grad_norm": 1.2429779878387484,
|
329 |
+
"learning_rate": 1.8818937647692076e-05,
|
330 |
+
"loss": 1.1074,
|
331 |
+
"step": 450
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.4917156600748263,
|
335 |
+
"grad_norm": 1.0378059855689485,
|
336 |
+
"learning_rate": 1.8729402900461627e-05,
|
337 |
+
"loss": 1.1008,
|
338 |
+
"step": 460
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.5024051309460181,
|
342 |
+
"grad_norm": 1.0652615925406739,
|
343 |
+
"learning_rate": 1.863682654383328e-05,
|
344 |
+
"loss": 1.1087,
|
345 |
+
"step": 470
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.51309460181721,
|
349 |
+
"grad_norm": 1.1862267155083708,
|
350 |
+
"learning_rate": 1.8541240834436687e-05,
|
351 |
+
"loss": 1.1057,
|
352 |
+
"step": 480
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.5237840726884019,
|
356 |
+
"grad_norm": 0.8664081720983386,
|
357 |
+
"learning_rate": 1.8442679077458383e-05,
|
358 |
+
"loss": 1.0964,
|
359 |
+
"step": 490
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.5344735435595938,
|
363 |
+
"grad_norm": 0.8315173201885296,
|
364 |
+
"learning_rate": 1.83411756150372e-05,
|
365 |
+
"loss": 1.0907,
|
366 |
+
"step": 500
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.5451630144307856,
|
370 |
+
"grad_norm": 0.9387766421901986,
|
371 |
+
"learning_rate": 1.8236765814298328e-05,
|
372 |
+
"loss": 1.094,
|
373 |
+
"step": 510
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.5558524853019775,
|
377 |
+
"grad_norm": 0.7690516313506294,
|
378 |
+
"learning_rate": 1.8129486055030255e-05,
|
379 |
+
"loss": 1.0948,
|
380 |
+
"step": 520
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.5665419561731694,
|
384 |
+
"grad_norm": 1.2145466612540963,
|
385 |
+
"learning_rate": 1.801937371700887e-05,
|
386 |
+
"loss": 1.0857,
|
387 |
+
"step": 530
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.5772314270443613,
|
391 |
+
"grad_norm": 0.9040800382389166,
|
392 |
+
"learning_rate": 1.7906467166973096e-05,
|
393 |
+
"loss": 1.1107,
|
394 |
+
"step": 540
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.5879208979155531,
|
398 |
+
"grad_norm": 0.7980679102324686,
|
399 |
+
"learning_rate": 1.7790805745256703e-05,
|
400 |
+
"loss": 1.0901,
|
401 |
+
"step": 550
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.598610368786745,
|
405 |
+
"grad_norm": 1.0614775069350189,
|
406 |
+
"learning_rate": 1.767242975208083e-05,
|
407 |
+
"loss": 1.1017,
|
408 |
+
"step": 560
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.6092998396579369,
|
412 |
+
"grad_norm": 0.888082998520413,
|
413 |
+
"learning_rate": 1.755138043351207e-05,
|
414 |
+
"loss": 1.0899,
|
415 |
+
"step": 570
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.6199893105291288,
|
419 |
+
"grad_norm": 0.9317009226983197,
|
420 |
+
"learning_rate": 1.742769996709098e-05,
|
421 |
+
"loss": 1.1001,
|
422 |
+
"step": 580
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.6306787814003206,
|
426 |
+
"grad_norm": 0.8729974876830693,
|
427 |
+
"learning_rate": 1.7301431447136077e-05,
|
428 |
+
"loss": 1.0828,
|
429 |
+
"step": 590
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.6413682522715125,
|
433 |
+
"grad_norm": 1.2895448854179192,
|
434 |
+
"learning_rate": 1.7172618869728346e-05,
|
435 |
+
"loss": 1.0897,
|
436 |
+
"step": 600
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.6520577231427044,
|
440 |
+
"grad_norm": 0.8660951578681755,
|
441 |
+
"learning_rate": 1.704130711738157e-05,
|
442 |
+
"loss": 1.0809,
|
443 |
+
"step": 610
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.6627471940138963,
|
447 |
+
"grad_norm": 1.2186690464245094,
|
448 |
+
"learning_rate": 1.6907541943403798e-05,
|
449 |
+
"loss": 1.0921,
|
450 |
+
"step": 620
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.6734366648850882,
|
454 |
+
"grad_norm": 1.4778826133569847,
|
455 |
+
"learning_rate": 1.6771369955955396e-05,
|
456 |
+
"loss": 1.1037,
|
457 |
+
"step": 630
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.6841261357562801,
|
461 |
+
"grad_norm": 0.801944528331015,
|
462 |
+
"learning_rate": 1.6632838601809243e-05,
|
463 |
+
"loss": 1.0943,
|
464 |
+
"step": 640
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.694815606627472,
|
468 |
+
"grad_norm": 0.7830148390541238,
|
469 |
+
"learning_rate": 1.649199614981871e-05,
|
470 |
+
"loss": 1.0918,
|
471 |
+
"step": 650
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.7055050774986639,
|
475 |
+
"grad_norm": 1.0185586437824388,
|
476 |
+
"learning_rate": 1.634889167409923e-05,
|
477 |
+
"loss": 1.0844,
|
478 |
+
"step": 660
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.7161945483698557,
|
482 |
+
"grad_norm": 0.8838705526707066,
|
483 |
+
"learning_rate": 1.6203575036929268e-05,
|
484 |
+
"loss": 1.0853,
|
485 |
+
"step": 670
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.7268840192410476,
|
489 |
+
"grad_norm": 1.096045173824452,
|
490 |
+
"learning_rate": 1.6056096871376667e-05,
|
491 |
+
"loss": 1.0802,
|
492 |
+
"step": 680
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.7375734901122395,
|
496 |
+
"grad_norm": 1.19736597555692,
|
497 |
+
"learning_rate": 1.5906508563656434e-05,
|
498 |
+
"loss": 1.0861,
|
499 |
+
"step": 690
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.7482629609834314,
|
503 |
+
"grad_norm": 2.268133688603997,
|
504 |
+
"learning_rate": 1.57548622352261e-05,
|
505 |
+
"loss": 1.0792,
|
506 |
+
"step": 700
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.7589524318546232,
|
510 |
+
"grad_norm": 1.155157995630093,
|
511 |
+
"learning_rate": 1.5601210724624912e-05,
|
512 |
+
"loss": 1.0745,
|
513 |
+
"step": 710
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.7696419027258151,
|
517 |
+
"grad_norm": 0.7705769101041595,
|
518 |
+
"learning_rate": 1.5445607569063144e-05,
|
519 |
+
"loss": 1.0794,
|
520 |
+
"step": 720
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.780331373597007,
|
524 |
+
"grad_norm": 1.0736892593265372,
|
525 |
+
"learning_rate": 1.528810698576798e-05,
|
526 |
+
"loss": 1.0895,
|
527 |
+
"step": 730
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.7910208444681989,
|
531 |
+
"grad_norm": 1.1337775203934415,
|
532 |
+
"learning_rate": 1.5128763853092476e-05,
|
533 |
+
"loss": 1.0754,
|
534 |
+
"step": 740
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.8017103153393907,
|
538 |
+
"grad_norm": 0.8438005844283198,
|
539 |
+
"learning_rate": 1.4967633691394139e-05,
|
540 |
+
"loss": 1.0833,
|
541 |
+
"step": 750
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.8123997862105826,
|
545 |
+
"grad_norm": 0.8559009738146083,
|
546 |
+
"learning_rate": 1.480477264368982e-05,
|
547 |
+
"loss": 1.0791,
|
548 |
+
"step": 760
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.8230892570817745,
|
552 |
+
"grad_norm": 0.8637829399117554,
|
553 |
+
"learning_rate": 1.4640237456093636e-05,
|
554 |
+
"loss": 1.0952,
|
555 |
+
"step": 770
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.8337787279529664,
|
559 |
+
"grad_norm": 0.9219591233164315,
|
560 |
+
"learning_rate": 1.44740854580448e-05,
|
561 |
+
"loss": 1.0849,
|
562 |
+
"step": 780
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.8444681988241582,
|
566 |
+
"grad_norm": 0.9489856259273626,
|
567 |
+
"learning_rate": 1.4306374542332141e-05,
|
568 |
+
"loss": 1.0845,
|
569 |
+
"step": 790
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.8551576696953501,
|
573 |
+
"grad_norm": 0.726086087500721,
|
574 |
+
"learning_rate": 1.4137163144922377e-05,
|
575 |
+
"loss": 1.0757,
|
576 |
+
"step": 800
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.865847140566542,
|
580 |
+
"grad_norm": 0.7147881127002116,
|
581 |
+
"learning_rate": 1.3966510224599109e-05,
|
582 |
+
"loss": 1.0744,
|
583 |
+
"step": 810
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.8765366114377339,
|
587 |
+
"grad_norm": 0.9658809100864133,
|
588 |
+
"learning_rate": 1.3794475242419662e-05,
|
589 |
+
"loss": 1.0779,
|
590 |
+
"step": 820
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.8872260823089257,
|
594 |
+
"grad_norm": 0.8176502290457607,
|
595 |
+
"learning_rate": 1.3621118140996893e-05,
|
596 |
+
"loss": 1.0713,
|
597 |
+
"step": 830
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.8979155531801176,
|
601 |
+
"grad_norm": 1.3753581886211053,
|
602 |
+
"learning_rate": 1.3446499323613233e-05,
|
603 |
+
"loss": 1.0741,
|
604 |
+
"step": 840
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.9086050240513095,
|
608 |
+
"grad_norm": 0.8886361584497087,
|
609 |
+
"learning_rate": 1.3270679633174219e-05,
|
610 |
+
"loss": 1.068,
|
611 |
+
"step": 850
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.9192944949225014,
|
615 |
+
"grad_norm": 0.7532737963851583,
|
616 |
+
"learning_rate": 1.3093720331008812e-05,
|
617 |
+
"loss": 1.0651,
|
618 |
+
"step": 860
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.9299839657936932,
|
622 |
+
"grad_norm": 1.0561855303366106,
|
623 |
+
"learning_rate": 1.291568307552397e-05,
|
624 |
+
"loss": 1.0638,
|
625 |
+
"step": 870
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.9406734366648851,
|
629 |
+
"grad_norm": 1.0975528887378465,
|
630 |
+
"learning_rate": 1.2736629900720832e-05,
|
631 |
+
"loss": 1.0708,
|
632 |
+
"step": 880
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.951362907536077,
|
636 |
+
"grad_norm": 1.0367264540308103,
|
637 |
+
"learning_rate": 1.2556623194580038e-05,
|
638 |
+
"loss": 1.0697,
|
639 |
+
"step": 890
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.9620523784072689,
|
643 |
+
"grad_norm": 0.7496159960346996,
|
644 |
+
"learning_rate": 1.2375725677323737e-05,
|
645 |
+
"loss": 1.0658,
|
646 |
+
"step": 900
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.9727418492784607,
|
650 |
+
"grad_norm": 0.7165830493866471,
|
651 |
+
"learning_rate": 1.2194000379561786e-05,
|
652 |
+
"loss": 1.066,
|
653 |
+
"step": 910
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.9834313201496526,
|
657 |
+
"grad_norm": 0.8117062083163005,
|
658 |
+
"learning_rate": 1.2011510620329838e-05,
|
659 |
+
"loss": 1.0559,
|
660 |
+
"step": 920
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.9941207910208445,
|
664 |
+
"grad_norm": 0.9671101728818755,
|
665 |
+
"learning_rate": 1.1828319985026929e-05,
|
666 |
+
"loss": 1.0719,
|
667 |
+
"step": 930
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.9994655264564404,
|
671 |
+
"eval_loss": 1.077652096748352,
|
672 |
+
"eval_runtime": 645.1277,
|
673 |
+
"eval_samples_per_second": 20.532,
|
674 |
+
"eval_steps_per_second": 2.567,
|
675 |
+
"step": 935
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.0048102618920363,
|
679 |
+
"grad_norm": 1.1087788044463114,
|
680 |
+
"learning_rate": 1.1644492303260218e-05,
|
681 |
+
"loss": 1.012,
|
682 |
+
"step": 940
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.0154997327632282,
|
686 |
+
"grad_norm": 0.886022399302217,
|
687 |
+
"learning_rate": 1.1460091626604694e-05,
|
688 |
+
"loss": 0.9152,
|
689 |
+
"step": 950
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.02618920363442,
|
693 |
+
"grad_norm": 1.1706937749180708,
|
694 |
+
"learning_rate": 1.12751822062855e-05,
|
695 |
+
"loss": 0.9167,
|
696 |
+
"step": 960
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.036878674505612,
|
700 |
+
"grad_norm": 1.7532601167315451,
|
701 |
+
"learning_rate": 1.1089828470790694e-05,
|
702 |
+
"loss": 0.9232,
|
703 |
+
"step": 970
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.0475681453768038,
|
707 |
+
"grad_norm": 0.7576611900072645,
|
708 |
+
"learning_rate": 1.0904095003422288e-05,
|
709 |
+
"loss": 0.9135,
|
710 |
+
"step": 980
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.0582576162479957,
|
714 |
+
"grad_norm": 1.406066479915882,
|
715 |
+
"learning_rate": 1.0718046519793276e-05,
|
716 |
+
"loss": 0.911,
|
717 |
+
"step": 990
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.0689470871191875,
|
721 |
+
"grad_norm": 0.8276407306306659,
|
722 |
+
"learning_rate": 1.053174784527863e-05,
|
723 |
+
"loss": 0.9118,
|
724 |
+
"step": 1000
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.0796365579903795,
|
728 |
+
"grad_norm": 1.5786140198155785,
|
729 |
+
"learning_rate": 1.0345263892428006e-05,
|
730 |
+
"loss": 0.9143,
|
731 |
+
"step": 1010
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.0903260288615713,
|
735 |
+
"grad_norm": 0.7600031883291228,
|
736 |
+
"learning_rate": 1.015865963834808e-05,
|
737 |
+
"loss": 0.9109,
|
738 |
+
"step": 1020
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.1010154997327632,
|
742 |
+
"grad_norm": 0.9360779030634315,
|
743 |
+
"learning_rate": 9.972000102062424e-06,
|
744 |
+
"loss": 0.9053,
|
745 |
+
"step": 1030
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.111704970603955,
|
749 |
+
"grad_norm": 0.7119953722649014,
|
750 |
+
"learning_rate": 9.785350321856727e-06,
|
751 |
+
"loss": 0.908,
|
752 |
+
"step": 1040
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.122394441475147,
|
756 |
+
"grad_norm": 1.2298264228966356,
|
757 |
+
"learning_rate": 9.59877533261735e-06,
|
758 |
+
"loss": 0.9101,
|
759 |
+
"step": 1050
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.1330839123463388,
|
763 |
+
"grad_norm": 0.8613400924950422,
|
764 |
+
"learning_rate": 9.412340143171025e-06,
|
765 |
+
"loss": 0.9084,
|
766 |
+
"step": 1060
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.1437733832175307,
|
770 |
+
"grad_norm": 0.7397211579098093,
|
771 |
+
"learning_rate": 9.226109713633673e-06,
|
772 |
+
"loss": 0.9177,
|
773 |
+
"step": 1070
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.1544628540887225,
|
777 |
+
"grad_norm": 0.8896654098285914,
|
778 |
+
"learning_rate": 9.040148932776171e-06,
|
779 |
+
"loss": 0.9099,
|
780 |
+
"step": 1080
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.1651523249599145,
|
784 |
+
"grad_norm": 0.8849999970569379,
|
785 |
+
"learning_rate": 8.854522595414964e-06,
|
786 |
+
"loss": 0.9037,
|
787 |
+
"step": 1090
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.1758417958311065,
|
791 |
+
"grad_norm": 0.8584268485223988,
|
792 |
+
"learning_rate": 8.669295379835467e-06,
|
793 |
+
"loss": 0.9191,
|
794 |
+
"step": 1100
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.1865312667022982,
|
798 |
+
"grad_norm": 1.7832046863381712,
|
799 |
+
"learning_rate": 8.484531825256e-06,
|
800 |
+
"loss": 0.9147,
|
801 |
+
"step": 1110
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.19722073757349,
|
805 |
+
"grad_norm": 0.943125758208895,
|
806 |
+
"learning_rate": 8.300296309340237e-06,
|
807 |
+
"loss": 0.9006,
|
808 |
+
"step": 1120
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.207910208444682,
|
812 |
+
"grad_norm": 1.027773392254089,
|
813 |
+
"learning_rate": 8.11665302576592e-06,
|
814 |
+
"loss": 0.9075,
|
815 |
+
"step": 1130
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 1.218599679315874,
|
819 |
+
"grad_norm": 0.8100086271002062,
|
820 |
+
"learning_rate": 7.933665961857668e-06,
|
821 |
+
"loss": 0.9103,
|
822 |
+
"step": 1140
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 1.2292891501870657,
|
826 |
+
"grad_norm": 0.9544459170071978,
|
827 |
+
"learning_rate": 7.751398876291725e-06,
|
828 |
+
"loss": 0.9176,
|
829 |
+
"step": 1150
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 1.2399786210582575,
|
833 |
+
"grad_norm": 2.225340528053797,
|
834 |
+
"learning_rate": 7.56991527688033e-06,
|
835 |
+
"loss": 0.9156,
|
836 |
+
"step": 1160
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 1.2506680919294495,
|
840 |
+
"grad_norm": 0.9023151298540013,
|
841 |
+
"learning_rate": 7.389278398443528e-06,
|
842 |
+
"loss": 0.9119,
|
843 |
+
"step": 1170
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 1.2613575628006415,
|
847 |
+
"grad_norm": 1.4863083286254688,
|
848 |
+
"learning_rate": 7.2095511807760955e-06,
|
849 |
+
"loss": 0.9132,
|
850 |
+
"step": 1180
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 1.2720470336718332,
|
854 |
+
"grad_norm": 0.8183011216223799,
|
855 |
+
"learning_rate": 7.0307962467172555e-06,
|
856 |
+
"loss": 0.9075,
|
857 |
+
"step": 1190
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 1.282736504543025,
|
861 |
+
"grad_norm": 1.5386124533111987,
|
862 |
+
"learning_rate": 6.853075880330819e-06,
|
863 |
+
"loss": 0.9027,
|
864 |
+
"step": 1200
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 1.293425975414217,
|
868 |
+
"grad_norm": 0.7528676159107465,
|
869 |
+
"learning_rate": 6.6764520052034054e-06,
|
870 |
+
"loss": 0.9064,
|
871 |
+
"step": 1210
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 1.304115446285409,
|
875 |
+
"grad_norm": 0.8967065438707555,
|
876 |
+
"learning_rate": 6.500986162868224e-06,
|
877 |
+
"loss": 0.9059,
|
878 |
+
"step": 1220
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 1.3148049171566007,
|
882 |
+
"grad_norm": 1.0341197275879177,
|
883 |
+
"learning_rate": 6.3267394913619864e-06,
|
884 |
+
"loss": 0.8956,
|
885 |
+
"step": 1230
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 1.3254943880277925,
|
889 |
+
"grad_norm": 0.7557659052059883,
|
890 |
+
"learning_rate": 6.153772703922434e-06,
|
891 |
+
"loss": 0.8995,
|
892 |
+
"step": 1240
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 1.3361838588989845,
|
896 |
+
"grad_norm": 1.0298457610722649,
|
897 |
+
"learning_rate": 5.982146067833849e-06,
|
898 |
+
"loss": 0.9111,
|
899 |
+
"step": 1250
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 1.3468733297701765,
|
903 |
+
"grad_norm": 0.6755040857479608,
|
904 |
+
"learning_rate": 5.811919383427961e-06,
|
905 |
+
"loss": 0.9124,
|
906 |
+
"step": 1260
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 1.3575628006413683,
|
910 |
+
"grad_norm": 0.8917854927658709,
|
911 |
+
"learning_rate": 5.6431519632475496e-06,
|
912 |
+
"loss": 0.9172,
|
913 |
+
"step": 1270
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 1.36825227151256,
|
917 |
+
"grad_norm": 0.7626134459542782,
|
918 |
+
"learning_rate": 5.475902611380051e-06,
|
919 |
+
"loss": 0.893,
|
920 |
+
"step": 1280
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 1.378941742383752,
|
924 |
+
"grad_norm": 1.0706548113801684,
|
925 |
+
"learning_rate": 5.31022960296824e-06,
|
926 |
+
"loss": 0.9012,
|
927 |
+
"step": 1290
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 1.389631213254944,
|
931 |
+
"grad_norm": 0.9177131965846325,
|
932 |
+
"learning_rate": 5.146190663905292e-06,
|
933 |
+
"loss": 0.8949,
|
934 |
+
"step": 1300
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 1.4003206841261358,
|
938 |
+
"grad_norm": 2.534008416771525,
|
939 |
+
"learning_rate": 4.9838429507212085e-06,
|
940 |
+
"loss": 0.9141,
|
941 |
+
"step": 1310
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 1.4110101549973275,
|
945 |
+
"grad_norm": 1.0276887869821825,
|
946 |
+
"learning_rate": 4.823243030667576e-06,
|
947 |
+
"loss": 0.8951,
|
948 |
+
"step": 1320
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 1.4216996258685195,
|
952 |
+
"grad_norm": 0.7439623469240491,
|
953 |
+
"learning_rate": 4.664446862007718e-06,
|
954 |
+
"loss": 0.8957,
|
955 |
+
"step": 1330
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 1.4323890967397115,
|
959 |
+
"grad_norm": 1.0892357195069147,
|
960 |
+
"learning_rate": 4.507509774518987e-06,
|
961 |
+
"loss": 0.9007,
|
962 |
+
"step": 1340
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 1.4430785676109033,
|
966 |
+
"grad_norm": 0.7332808674148251,
|
967 |
+
"learning_rate": 4.352486450214081e-06,
|
968 |
+
"loss": 0.8971,
|
969 |
+
"step": 1350
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 1.453768038482095,
|
973 |
+
"grad_norm": 1.0981109067365051,
|
974 |
+
"learning_rate": 4.19943090428802e-06,
|
975 |
+
"loss": 0.9038,
|
976 |
+
"step": 1360
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 1.464457509353287,
|
980 |
+
"grad_norm": 1.0348847081193606,
|
981 |
+
"learning_rate": 4.048396466297493e-06,
|
982 |
+
"loss": 0.9026,
|
983 |
+
"step": 1370
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 1.475146980224479,
|
987 |
+
"grad_norm": 0.7848138958466574,
|
988 |
+
"learning_rate": 3.899435761579114e-06,
|
989 |
+
"loss": 0.8992,
|
990 |
+
"step": 1380
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 1.4858364510956708,
|
994 |
+
"grad_norm": 0.7599216516004884,
|
995 |
+
"learning_rate": 3.7526006929130044e-06,
|
996 |
+
"loss": 0.9067,
|
997 |
+
"step": 1390
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 1.4965259219668625,
|
1001 |
+
"grad_norm": 0.7304865400667054,
|
1002 |
+
"learning_rate": 3.6079424224381877e-06,
|
1003 |
+
"loss": 0.9002,
|
1004 |
+
"step": 1400
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 1.5072153928380545,
|
1008 |
+
"grad_norm": 0.7480908189249247,
|
1009 |
+
"learning_rate": 3.46551135382603e-06,
|
1010 |
+
"loss": 0.8884,
|
1011 |
+
"step": 1410
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 1.5179048637092465,
|
1015 |
+
"grad_norm": 0.7177286196799881,
|
1016 |
+
"learning_rate": 3.3253571147179333e-06,
|
1017 |
+
"loss": 0.8985,
|
1018 |
+
"step": 1420
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 1.5285943345804383,
|
1022 |
+
"grad_norm": 0.867580603053855,
|
1023 |
+
"learning_rate": 3.1875285394334575e-06,
|
1024 |
+
"loss": 0.8923,
|
1025 |
+
"step": 1430
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.53928380545163,
|
1029 |
+
"grad_norm": 0.9881425126168384,
|
1030 |
+
"learning_rate": 3.052073651954852e-06,
|
1031 |
+
"loss": 0.8993,
|
1032 |
+
"step": 1440
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 1.549973276322822,
|
1036 |
+
"grad_norm": 0.9051127099020313,
|
1037 |
+
"learning_rate": 2.919039649193912e-06,
|
1038 |
+
"loss": 0.899,
|
1039 |
+
"step": 1450
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 1.560662747194014,
|
1043 |
+
"grad_norm": 0.7445995785573707,
|
1044 |
+
"learning_rate": 2.788472884547041e-06,
|
1045 |
+
"loss": 0.8955,
|
1046 |
+
"step": 1460
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 1.5713522180652058,
|
1050 |
+
"grad_norm": 0.8797867158896838,
|
1051 |
+
"learning_rate": 2.66041885174422e-06,
|
1052 |
+
"loss": 0.8865,
|
1053 |
+
"step": 1470
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 1.5820416889363975,
|
1057 |
+
"grad_norm": 0.7305375315664138,
|
1058 |
+
"learning_rate": 2.534922168997488e-06,
|
1059 |
+
"loss": 0.8916,
|
1060 |
+
"step": 1480
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 1.5927311598075895,
|
1064 |
+
"grad_norm": 2.534643027146753,
|
1065 |
+
"learning_rate": 2.412026563454506e-06,
|
1066 |
+
"loss": 0.8949,
|
1067 |
+
"step": 1490
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 1.6034206306787815,
|
1071 |
+
"grad_norm": 1.2859411614634395,
|
1072 |
+
"learning_rate": 2.2917748559625985e-06,
|
1073 |
+
"loss": 0.9056,
|
1074 |
+
"step": 1500
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 1.6141101015499733,
|
1078 |
+
"grad_norm": 0.9710242041721586,
|
1079 |
+
"learning_rate": 2.1742089461485504e-06,
|
1080 |
+
"loss": 0.8981,
|
1081 |
+
"step": 1510
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 1.624799572421165,
|
1085 |
+
"grad_norm": 0.769368245004695,
|
1086 |
+
"learning_rate": 2.0593697978194207e-06,
|
1087 |
+
"loss": 0.9007,
|
1088 |
+
"step": 1520
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 1.635489043292357,
|
1092 |
+
"grad_norm": 0.8015397618995402,
|
1093 |
+
"learning_rate": 1.947297424689414e-06,
|
1094 |
+
"loss": 0.8886,
|
1095 |
+
"step": 1530
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 1.646178514163549,
|
1099 |
+
"grad_norm": 0.8275628360204516,
|
1100 |
+
"learning_rate": 1.8380308764377841e-06,
|
1101 |
+
"loss": 0.8925,
|
1102 |
+
"step": 1540
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 1.6568679850347408,
|
1106 |
+
"grad_norm": 0.7756796925943065,
|
1107 |
+
"learning_rate": 1.7316082251026534e-06,
|
1108 |
+
"loss": 0.9021,
|
1109 |
+
"step": 1550
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 1.6675574559059325,
|
1113 |
+
"grad_norm": 0.8141069583254018,
|
1114 |
+
"learning_rate": 1.6280665518154793e-06,
|
1115 |
+
"loss": 0.9012,
|
1116 |
+
"step": 1560
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 1.6782469267771245,
|
1120 |
+
"grad_norm": 1.0082290712791837,
|
1121 |
+
"learning_rate": 1.5274419338807577e-06,
|
1122 |
+
"loss": 0.8966,
|
1123 |
+
"step": 1570
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 1.6889363976483165,
|
1127 |
+
"grad_norm": 0.7257612696025059,
|
1128 |
+
"learning_rate": 1.4297694322055244e-06,
|
1129 |
+
"loss": 0.8845,
|
1130 |
+
"step": 1580
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 1.6996258685195083,
|
1134 |
+
"grad_norm": 0.8013586352610749,
|
1135 |
+
"learning_rate": 1.3350830790829883e-06,
|
1136 |
+
"loss": 0.8899,
|
1137 |
+
"step": 1590
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 1.7103153393907,
|
1141 |
+
"grad_norm": 2.796682716354161,
|
1142 |
+
"learning_rate": 1.2434158663345553e-06,
|
1143 |
+
"loss": 0.8822,
|
1144 |
+
"step": 1600
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 1.721004810261892,
|
1148 |
+
"grad_norm": 0.8220972733831542,
|
1149 |
+
"learning_rate": 1.1547997338144113e-06,
|
1150 |
+
"loss": 0.8957,
|
1151 |
+
"step": 1610
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 1.731694281133084,
|
1155 |
+
"grad_norm": 0.7615550972821201,
|
1156 |
+
"learning_rate": 1.0692655582806333e-06,
|
1157 |
+
"loss": 0.8958,
|
1158 |
+
"step": 1620
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 1.7423837520042758,
|
1162 |
+
"grad_norm": 0.6868208233977947,
|
1163 |
+
"learning_rate": 9.868431426367054e-07,
|
1164 |
+
"loss": 0.8893,
|
1165 |
+
"step": 1630
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 1.7530732228754675,
|
1169 |
+
"grad_norm": 0.7642536246851884,
|
1170 |
+
"learning_rate": 9.075612055472228e-07,
|
1171 |
+
"loss": 0.8904,
|
1172 |
+
"step": 1640
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 1.7637626937466595,
|
1176 |
+
"grad_norm": 0.7619842486287282,
|
1177 |
+
"learning_rate": 8.31447371431372e-07,
|
1178 |
+
"loss": 0.8987,
|
1179 |
+
"step": 1650
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 1.7744521646178515,
|
1183 |
+
"grad_norm": 0.7244947582854459,
|
1184 |
+
"learning_rate": 7.585281608376671e-07,
|
1185 |
+
"loss": 0.8964,
|
1186 |
+
"step": 1660
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 1.7851416354890433,
|
1190 |
+
"grad_norm": 0.8227237122805585,
|
1191 |
+
"learning_rate": 6.888289812033355e-07,
|
1192 |
+
"loss": 0.8926,
|
1193 |
+
"step": 1670
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 1.795831106360235,
|
1197 |
+
"grad_norm": 0.7083179730078351,
|
1198 |
+
"learning_rate": 6.223741180015364e-07,
|
1199 |
+
"loss": 0.8868,
|
1200 |
+
"step": 1680
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 1.806520577231427,
|
1204 |
+
"grad_norm": 1.016704872651831,
|
1205 |
+
"learning_rate": 5.591867262794969e-07,
|
1206 |
+
"loss": 0.8893,
|
1207 |
+
"step": 1690
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 1.817210048102619,
|
1211 |
+
"grad_norm": 0.7541296642350999,
|
1212 |
+
"learning_rate": 4.992888225905467e-07,
|
1213 |
+
"loss": 0.8873,
|
1214 |
+
"step": 1700
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 1.8278995189738108,
|
1218 |
+
"grad_norm": 1.1828510824703147,
|
1219 |
+
"learning_rate": 4.4270127732282674e-07,
|
1220 |
+
"loss": 0.8888,
|
1221 |
+
"step": 1710
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 1.8385889898450025,
|
1225 |
+
"grad_norm": 0.8854813180131454,
|
1226 |
+
"learning_rate": 3.894438074273654e-07,
|
1227 |
+
"loss": 0.8931,
|
1228 |
+
"step": 1720
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 1.8492784607161945,
|
1232 |
+
"grad_norm": 0.6824883127136027,
|
1233 |
+
"learning_rate": 3.395349695480477e-07,
|
1234 |
+
"loss": 0.8919,
|
1235 |
+
"step": 1730
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 1.8599679315873865,
|
1239 |
+
"grad_norm": 0.6963594352156394,
|
1240 |
+
"learning_rate": 2.9299215355586776e-07,
|
1241 |
+
"loss": 0.8918,
|
1242 |
+
"step": 1740
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 1.8706574024585783,
|
1246 |
+
"grad_norm": 0.8163050203075269,
|
1247 |
+
"learning_rate": 2.498315764897441e-07,
|
1248 |
+
"loss": 0.9054,
|
1249 |
+
"step": 1750
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 1.88134687332977,
|
1253 |
+
"grad_norm": 0.744317394175376,
|
1254 |
+
"learning_rate": 2.1006827690595478e-07,
|
1255 |
+
"loss": 0.8757,
|
1256 |
+
"step": 1760
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 1.892036344200962,
|
1260 |
+
"grad_norm": 0.6963502727814512,
|
1261 |
+
"learning_rate": 1.737161096382256e-07,
|
1262 |
+
"loss": 0.8836,
|
1263 |
+
"step": 1770
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 1.902725815072154,
|
1267 |
+
"grad_norm": 0.7735187846239215,
|
1268 |
+
"learning_rate": 1.407877409702496e-07,
|
1269 |
+
"loss": 0.8913,
|
1270 |
+
"step": 1780
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 1.9134152859433458,
|
1274 |
+
"grad_norm": 0.9790540762915396,
|
1275 |
+
"learning_rate": 1.1129464422233615e-07,
|
1276 |
+
"loss": 0.8918,
|
1277 |
+
"step": 1790
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 1.9241047568145375,
|
1281 |
+
"grad_norm": 0.6906743386051164,
|
1282 |
+
"learning_rate": 8.524709575373436e-08,
|
1283 |
+
"loss": 0.8968,
|
1284 |
+
"step": 1800
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 1.9347942276857295,
|
1288 |
+
"grad_norm": 0.948337666554192,
|
1289 |
+
"learning_rate": 6.265417138201391e-08,
|
1290 |
+
"loss": 0.8798,
|
1291 |
+
"step": 1810
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 1.9454836985569215,
|
1295 |
+
"grad_norm": 1.1478744196499828,
|
1296 |
+
"learning_rate": 4.352374322075359e-08,
|
1297 |
+
"loss": 0.8874,
|
1298 |
+
"step": 1820
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 1.9561731694281133,
|
1302 |
+
"grad_norm": 0.7815098293930887,
|
1303 |
+
"learning_rate": 2.786247693663646e-08,
|
1304 |
+
"loss": 0.8874,
|
1305 |
+
"step": 1830
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 1.966862640299305,
|
1309 |
+
"grad_norm": 1.3945629640091628,
|
1310 |
+
"learning_rate": 1.567582942691437e-08,
|
1311 |
+
"loss": 0.8939,
|
1312 |
+
"step": 1840
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 1.977552111170497,
|
1316 |
+
"grad_norm": 0.7412508100956116,
|
1317 |
+
"learning_rate": 6.968046918052196e-09,
|
1318 |
+
"loss": 0.8891,
|
1319 |
+
"step": 1850
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 1.988241582041689,
|
1323 |
+
"grad_norm": 0.720933817131335,
|
1324 |
+
"learning_rate": 1.7421634861936043e-09,
|
1325 |
+
"loss": 0.8888,
|
1326 |
+
"step": 1860
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 1.9989310529128808,
|
1330 |
+
"grad_norm": 0.9923707428720276,
|
1331 |
+
"learning_rate": 0.0,
|
1332 |
+
"loss": 0.883,
|
1333 |
+
"step": 1870
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 1.9989310529128808,
|
1337 |
+
"eval_loss": 1.0620321035385132,
|
1338 |
+
"eval_runtime": 645.1871,
|
1339 |
+
"eval_samples_per_second": 20.53,
|
1340 |
+
"eval_steps_per_second": 2.567,
|
1341 |
+
"step": 1870
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 1.9989310529128808,
|
1345 |
+
"step": 1870,
|
1346 |
+
"total_flos": 783053739786240.0,
|
1347 |
+
"train_loss": 1.0084666737260666,
|
1348 |
+
"train_runtime": 48199.6175,
|
1349 |
+
"train_samples_per_second": 4.968,
|
1350 |
+
"train_steps_per_second": 0.039
|
1351 |
+
}
|
1352 |
+
],
|
1353 |
+
"logging_steps": 10,
|
1354 |
+
"max_steps": 1870,
|
1355 |
+
"num_input_tokens_seen": 0,
|
1356 |
+
"num_train_epochs": 2,
|
1357 |
+
"save_steps": 100,
|
1358 |
+
"total_flos": 783053739786240.0,
|
1359 |
+
"train_batch_size": 2,
|
1360 |
+
"trial_name": null,
|
1361 |
+
"trial_params": null
|
1362 |
+
}
|