Model save
Browse files- README.md +66 -0
- all_results.json +13 -0
- eval_results.json +8 -0
- generation_config.json +6 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +298 -0
- runs/Feb02_03-31-08_dsw-250-99c5474d8-m866l/events.out.tfevents.1706845527.dsw-250-99c5474d8-m866l.1793162.0 +2 -2
- runs/Feb02_03-31-08_dsw-250-99c5474d8-m866l/events.out.tfevents.1706857233.dsw-250-99c5474d8-m866l.1793162.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +1400 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-v0.1
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- generator
|
10 |
+
model-index:
|
11 |
+
- name: zephyr-7b-sft-math_code
|
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 |
+
# zephyr-7b-sft-math_code
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9659
|
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: 16
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- distributed_type: multi-GPU
|
46 |
+
- num_devices: 8
|
47 |
+
- total_train_batch_size: 128
|
48 |
+
- total_eval_batch_size: 64
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 1
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 0.9313 | 1.0 | 1134 | 0.9659 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.36.2
|
64 |
+
- Pytorch 2.1.2+cu121
|
65 |
+
- Datasets 2.14.6
|
66 |
+
- Tokenizers 0.15.1
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.9658820033073425,
|
4 |
+
"eval_runtime": 299.5536,
|
5 |
+
"eval_samples": 23310,
|
6 |
+
"eval_samples_per_second": 51.623,
|
7 |
+
"eval_steps_per_second": 0.808,
|
8 |
+
"train_loss": 1.0355008869995306,
|
9 |
+
"train_runtime": 11406.2159,
|
10 |
+
"train_samples": 241210,
|
11 |
+
"train_samples_per_second": 12.721,
|
12 |
+
"train_steps_per_second": 0.099
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.9658820033073425,
|
4 |
+
"eval_runtime": 299.5536,
|
5 |
+
"eval_samples": 23310,
|
6 |
+
"eval_samples_per_second": 51.623,
|
7 |
+
"eval_steps_per_second": 0.808
|
8 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9d9ee425137192891dbd0adce37174cd97b6ceb677f664c39af9dc5d0cc7b61
|
3 |
+
size 4943162336
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da729d00f5c5cad0feab5c2246c65c8d56e3722976800bcc976f5fcb9191fcb3
|
3 |
+
size 4999819336
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4995985940ccc02543f665058e07bc5022cdad2e2ff2b50ca9cda20f108411ce
|
3 |
+
size 4540516344
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14483464192
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
297 |
+
}
|
298 |
+
}
|
runs/Feb02_03-31-08_dsw-250-99c5474d8-m866l/events.out.tfevents.1706845527.dsw-250-99c5474d8-m866l.1793162.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:450deb0fe269102fafe4dcd7d3414ad3b82d0496ccdb9a16c3ac7644e34ef10c
|
3 |
+
size 40646
|
runs/Feb02_03-31-08_dsw-250-99c5474d8-m866l/events.out.tfevents.1706857233.dsw-250-99c5474d8-m866l.1793162.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17416fd19ec7555f6cdf29df1b4aea98c52ab45234d890e4333c76d1ff7a9d2b
|
3 |
+
size 359
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.0355008869995306,
|
4 |
+
"train_runtime": 11406.2159,
|
5 |
+
"train_samples": 241210,
|
6 |
+
"train_samples_per_second": 12.721,
|
7 |
+
"train_steps_per_second": 0.099
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1400 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1134,
|
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.0,
|
13 |
+
"learning_rate": 1.7543859649122808e-07,
|
14 |
+
"loss": 1.1293,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.0,
|
19 |
+
"learning_rate": 8.771929824561404e-07,
|
20 |
+
"loss": 1.1128,
|
21 |
+
"step": 5
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 1.7543859649122807e-06,
|
26 |
+
"loss": 1.05,
|
27 |
+
"step": 10
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 2.631578947368421e-06,
|
32 |
+
"loss": 1.0162,
|
33 |
+
"step": 15
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.02,
|
37 |
+
"learning_rate": 3.5087719298245615e-06,
|
38 |
+
"loss": 0.9927,
|
39 |
+
"step": 20
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.02,
|
43 |
+
"learning_rate": 4.385964912280702e-06,
|
44 |
+
"loss": 0.9693,
|
45 |
+
"step": 25
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.03,
|
49 |
+
"learning_rate": 5.263157894736842e-06,
|
50 |
+
"loss": 0.9767,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03,
|
55 |
+
"learning_rate": 6.140350877192983e-06,
|
56 |
+
"loss": 0.9709,
|
57 |
+
"step": 35
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.04,
|
61 |
+
"learning_rate": 7.017543859649123e-06,
|
62 |
+
"loss": 0.9477,
|
63 |
+
"step": 40
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.04,
|
67 |
+
"learning_rate": 7.894736842105265e-06,
|
68 |
+
"loss": 0.9612,
|
69 |
+
"step": 45
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.04,
|
73 |
+
"learning_rate": 8.771929824561405e-06,
|
74 |
+
"loss": 0.9665,
|
75 |
+
"step": 50
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.05,
|
79 |
+
"learning_rate": 9.649122807017545e-06,
|
80 |
+
"loss": 0.9478,
|
81 |
+
"step": 55
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.05,
|
85 |
+
"learning_rate": 1.0526315789473684e-05,
|
86 |
+
"loss": 0.962,
|
87 |
+
"step": 60
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.06,
|
91 |
+
"learning_rate": 1.1403508771929826e-05,
|
92 |
+
"loss": 0.941,
|
93 |
+
"step": 65
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.06,
|
97 |
+
"learning_rate": 1.2280701754385966e-05,
|
98 |
+
"loss": 0.9651,
|
99 |
+
"step": 70
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.07,
|
103 |
+
"learning_rate": 1.3157894736842108e-05,
|
104 |
+
"loss": 0.9546,
|
105 |
+
"step": 75
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.07,
|
109 |
+
"learning_rate": 1.4035087719298246e-05,
|
110 |
+
"loss": 0.9602,
|
111 |
+
"step": 80
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.07,
|
115 |
+
"learning_rate": 1.4912280701754388e-05,
|
116 |
+
"loss": 0.9564,
|
117 |
+
"step": 85
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.08,
|
121 |
+
"learning_rate": 1.578947368421053e-05,
|
122 |
+
"loss": 0.9636,
|
123 |
+
"step": 90
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.08,
|
127 |
+
"learning_rate": 1.6666666666666667e-05,
|
128 |
+
"loss": 0.9915,
|
129 |
+
"step": 95
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.09,
|
133 |
+
"learning_rate": 1.754385964912281e-05,
|
134 |
+
"loss": 0.9807,
|
135 |
+
"step": 100
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.09,
|
139 |
+
"learning_rate": 1.8421052631578947e-05,
|
140 |
+
"loss": 0.9863,
|
141 |
+
"step": 105
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.1,
|
145 |
+
"learning_rate": 1.929824561403509e-05,
|
146 |
+
"loss": 1.0003,
|
147 |
+
"step": 110
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.1,
|
151 |
+
"learning_rate": 1.9999952568259327e-05,
|
152 |
+
"loss": 0.9932,
|
153 |
+
"step": 115
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.11,
|
157 |
+
"learning_rate": 1.9998292504580528e-05,
|
158 |
+
"loss": 0.9928,
|
159 |
+
"step": 120
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.11,
|
163 |
+
"learning_rate": 1.9994261303802982e-05,
|
164 |
+
"loss": 0.9956,
|
165 |
+
"step": 125
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.11,
|
169 |
+
"learning_rate": 1.99878599219429e-05,
|
170 |
+
"loss": 0.9901,
|
171 |
+
"step": 130
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.12,
|
175 |
+
"learning_rate": 1.9979089877114905e-05,
|
176 |
+
"loss": 1.001,
|
177 |
+
"step": 135
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.12,
|
181 |
+
"learning_rate": 1.996795324917199e-05,
|
182 |
+
"loss": 0.9797,
|
183 |
+
"step": 140
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.13,
|
187 |
+
"learning_rate": 1.9954452679212297e-05,
|
188 |
+
"loss": 0.9936,
|
189 |
+
"step": 145
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.13,
|
193 |
+
"learning_rate": 1.993859136895274e-05,
|
194 |
+
"loss": 1.0019,
|
195 |
+
"step": 150
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.14,
|
199 |
+
"learning_rate": 1.9920373079969725e-05,
|
200 |
+
"loss": 0.9875,
|
201 |
+
"step": 155
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.14,
|
205 |
+
"learning_rate": 1.9899802132807073e-05,
|
206 |
+
"loss": 0.9972,
|
207 |
+
"step": 160
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.15,
|
211 |
+
"learning_rate": 1.9876883405951378e-05,
|
212 |
+
"loss": 0.9897,
|
213 |
+
"step": 165
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.15,
|
217 |
+
"learning_rate": 1.9851622334675065e-05,
|
218 |
+
"loss": 1.0089,
|
219 |
+
"step": 170
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.15,
|
223 |
+
"learning_rate": 1.9824024909747383e-05,
|
224 |
+
"loss": 0.9974,
|
225 |
+
"step": 175
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.16,
|
229 |
+
"learning_rate": 1.979409767601366e-05,
|
230 |
+
"loss": 0.9756,
|
231 |
+
"step": 180
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.16,
|
235 |
+
"learning_rate": 1.9761847730843195e-05,
|
236 |
+
"loss": 0.9808,
|
237 |
+
"step": 185
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.17,
|
241 |
+
"learning_rate": 1.972728272244605e-05,
|
242 |
+
"loss": 0.9849,
|
243 |
+
"step": 190
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.17,
|
247 |
+
"learning_rate": 1.9690410848059278e-05,
|
248 |
+
"loss": 0.9978,
|
249 |
+
"step": 195
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.18,
|
253 |
+
"learning_rate": 1.965124085200289e-05,
|
254 |
+
"loss": 0.9947,
|
255 |
+
"step": 200
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.18,
|
259 |
+
"learning_rate": 1.9609782023606124e-05,
|
260 |
+
"loss": 0.9907,
|
261 |
+
"step": 205
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.19,
|
265 |
+
"learning_rate": 1.956604419500441e-05,
|
266 |
+
"loss": 0.9924,
|
267 |
+
"step": 210
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.19,
|
271 |
+
"learning_rate": 1.9520037738807674e-05,
|
272 |
+
"loss": 0.9869,
|
273 |
+
"step": 215
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.19,
|
277 |
+
"learning_rate": 1.9471773565640405e-05,
|
278 |
+
"loss": 0.9895,
|
279 |
+
"step": 220
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.2,
|
283 |
+
"learning_rate": 1.9421263121554163e-05,
|
284 |
+
"loss": 0.9917,
|
285 |
+
"step": 225
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.2,
|
289 |
+
"learning_rate": 1.9368518385313108e-05,
|
290 |
+
"loss": 0.9919,
|
291 |
+
"step": 230
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.21,
|
295 |
+
"learning_rate": 1.9313551865553164e-05,
|
296 |
+
"loss": 1.0015,
|
297 |
+
"step": 235
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.21,
|
301 |
+
"learning_rate": 1.9256376597815565e-05,
|
302 |
+
"loss": 0.9698,
|
303 |
+
"step": 240
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.22,
|
307 |
+
"learning_rate": 1.919700614145541e-05,
|
308 |
+
"loss": 0.9783,
|
309 |
+
"step": 245
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.22,
|
313 |
+
"learning_rate": 1.913545457642601e-05,
|
314 |
+
"loss": 0.9932,
|
315 |
+
"step": 250
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.22,
|
319 |
+
"learning_rate": 1.9071736499939765e-05,
|
320 |
+
"loss": 0.988,
|
321 |
+
"step": 255
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.23,
|
325 |
+
"learning_rate": 1.9005867023006374e-05,
|
326 |
+
"loss": 0.9871,
|
327 |
+
"step": 260
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.23,
|
331 |
+
"learning_rate": 1.89378617668492e-05,
|
332 |
+
"loss": 0.9673,
|
333 |
+
"step": 265
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.24,
|
337 |
+
"learning_rate": 1.886773685920062e-05,
|
338 |
+
"loss": 0.9999,
|
339 |
+
"step": 270
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.24,
|
343 |
+
"learning_rate": 1.879550893047728e-05,
|
344 |
+
"loss": 1.0106,
|
345 |
+
"step": 275
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.25,
|
349 |
+
"learning_rate": 1.872119510983611e-05,
|
350 |
+
"loss": 0.9705,
|
351 |
+
"step": 280
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.25,
|
355 |
+
"learning_rate": 1.864481302111208e-05,
|
356 |
+
"loss": 0.9844,
|
357 |
+
"step": 285
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.26,
|
361 |
+
"learning_rate": 1.856638077863863e-05,
|
362 |
+
"loss": 1.0078,
|
363 |
+
"step": 290
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.26,
|
367 |
+
"learning_rate": 1.8485916982951777e-05,
|
368 |
+
"loss": 0.9838,
|
369 |
+
"step": 295
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.26,
|
373 |
+
"learning_rate": 1.840344071637893e-05,
|
374 |
+
"loss": 1.0826,
|
375 |
+
"step": 300
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.27,
|
379 |
+
"learning_rate": 1.831897153851342e-05,
|
380 |
+
"loss": 1.2311,
|
381 |
+
"step": 305
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.27,
|
385 |
+
"learning_rate": 1.8232529481575874e-05,
|
386 |
+
"loss": 5.7978,
|
387 |
+
"step": 310
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.28,
|
391 |
+
"learning_rate": 1.8144135045663486e-05,
|
392 |
+
"loss": 4.4919,
|
393 |
+
"step": 315
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.28,
|
397 |
+
"learning_rate": 1.8053809193888326e-05,
|
398 |
+
"loss": 4.4859,
|
399 |
+
"step": 320
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.29,
|
403 |
+
"learning_rate": 1.7961573347405864e-05,
|
404 |
+
"loss": 1.8311,
|
405 |
+
"step": 325
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.29,
|
409 |
+
"learning_rate": 1.7867449380334834e-05,
|
410 |
+
"loss": 1.4734,
|
411 |
+
"step": 330
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.3,
|
415 |
+
"learning_rate": 1.777145961456971e-05,
|
416 |
+
"loss": 1.2965,
|
417 |
+
"step": 335
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.3,
|
421 |
+
"learning_rate": 1.767362681448697e-05,
|
422 |
+
"loss": 1.1761,
|
423 |
+
"step": 340
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.3,
|
427 |
+
"learning_rate": 1.757397418154643e-05,
|
428 |
+
"loss": 1.1421,
|
429 |
+
"step": 345
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.31,
|
433 |
+
"learning_rate": 1.747252534878891e-05,
|
434 |
+
"loss": 1.1046,
|
435 |
+
"step": 350
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.31,
|
439 |
+
"learning_rate": 1.736930437523158e-05,
|
440 |
+
"loss": 1.0928,
|
441 |
+
"step": 355
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.32,
|
445 |
+
"learning_rate": 1.7264335740162244e-05,
|
446 |
+
"loss": 1.0886,
|
447 |
+
"step": 360
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.32,
|
451 |
+
"learning_rate": 1.7157644337333975e-05,
|
452 |
+
"loss": 1.066,
|
453 |
+
"step": 365
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.33,
|
457 |
+
"learning_rate": 1.7049255469061476e-05,
|
458 |
+
"loss": 1.0555,
|
459 |
+
"step": 370
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.33,
|
463 |
+
"learning_rate": 1.6939194840220497e-05,
|
464 |
+
"loss": 1.0727,
|
465 |
+
"step": 375
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.34,
|
469 |
+
"learning_rate": 1.6827488552151855e-05,
|
470 |
+
"loss": 1.0532,
|
471 |
+
"step": 380
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.34,
|
475 |
+
"learning_rate": 1.671416309647136e-05,
|
476 |
+
"loss": 1.027,
|
477 |
+
"step": 385
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.34,
|
481 |
+
"learning_rate": 1.659924534878723e-05,
|
482 |
+
"loss": 1.0237,
|
483 |
+
"step": 390
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.35,
|
487 |
+
"learning_rate": 1.6482762562326414e-05,
|
488 |
+
"loss": 0.9972,
|
489 |
+
"step": 395
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.35,
|
493 |
+
"learning_rate": 1.6364742361471416e-05,
|
494 |
+
"loss": 1.0156,
|
495 |
+
"step": 400
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.36,
|
499 |
+
"learning_rate": 1.6245212735208994e-05,
|
500 |
+
"loss": 1.0124,
|
501 |
+
"step": 405
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.36,
|
505 |
+
"learning_rate": 1.61242020304925e-05,
|
506 |
+
"loss": 1.0392,
|
507 |
+
"step": 410
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.37,
|
511 |
+
"learning_rate": 1.6001738945519278e-05,
|
512 |
+
"loss": 1.0376,
|
513 |
+
"step": 415
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.37,
|
517 |
+
"learning_rate": 1.5877852522924733e-05,
|
518 |
+
"loss": 1.0139,
|
519 |
+
"step": 420
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.37,
|
523 |
+
"learning_rate": 1.575257214289479e-05,
|
524 |
+
"loss": 1.0209,
|
525 |
+
"step": 425
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.38,
|
529 |
+
"learning_rate": 1.5625927516198235e-05,
|
530 |
+
"loss": 1.0046,
|
531 |
+
"step": 430
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.38,
|
535 |
+
"learning_rate": 1.5497948677140673e-05,
|
536 |
+
"loss": 0.9956,
|
537 |
+
"step": 435
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.39,
|
541 |
+
"learning_rate": 1.5368665976441802e-05,
|
542 |
+
"loss": 0.9862,
|
543 |
+
"step": 440
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.39,
|
547 |
+
"learning_rate": 1.523811007403757e-05,
|
548 |
+
"loss": 1.0144,
|
549 |
+
"step": 445
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.4,
|
553 |
+
"learning_rate": 1.510631193180907e-05,
|
554 |
+
"loss": 1.0134,
|
555 |
+
"step": 450
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.4,
|
559 |
+
"learning_rate": 1.4973302806239796e-05,
|
560 |
+
"loss": 0.9988,
|
561 |
+
"step": 455
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.41,
|
565 |
+
"learning_rate": 1.4839114241003017e-05,
|
566 |
+
"loss": 0.993,
|
567 |
+
"step": 460
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.41,
|
571 |
+
"learning_rate": 1.4703778059481096e-05,
|
572 |
+
"loss": 0.9854,
|
573 |
+
"step": 465
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.41,
|
577 |
+
"learning_rate": 1.4567326357218408e-05,
|
578 |
+
"loss": 0.9916,
|
579 |
+
"step": 470
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.42,
|
583 |
+
"learning_rate": 1.4429791494309769e-05,
|
584 |
+
"loss": 0.9933,
|
585 |
+
"step": 475
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.42,
|
589 |
+
"learning_rate": 1.429120608772609e-05,
|
590 |
+
"loss": 0.9819,
|
591 |
+
"step": 480
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.43,
|
595 |
+
"learning_rate": 1.415160300357914e-05,
|
596 |
+
"loss": 1.0046,
|
597 |
+
"step": 485
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.43,
|
601 |
+
"learning_rate": 1.4011015349327188e-05,
|
602 |
+
"loss": 0.9986,
|
603 |
+
"step": 490
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.44,
|
607 |
+
"learning_rate": 1.3869476465923455e-05,
|
608 |
+
"loss": 0.9993,
|
609 |
+
"step": 495
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.44,
|
613 |
+
"learning_rate": 1.372701991990914e-05,
|
614 |
+
"loss": 0.9845,
|
615 |
+
"step": 500
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.45,
|
619 |
+
"learning_rate": 1.3583679495453e-05,
|
620 |
+
"loss": 0.9756,
|
621 |
+
"step": 505
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.45,
|
625 |
+
"learning_rate": 1.3439489186339283e-05,
|
626 |
+
"loss": 0.9789,
|
627 |
+
"step": 510
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.45,
|
631 |
+
"learning_rate": 1.3294483187905938e-05,
|
632 |
+
"loss": 0.9969,
|
633 |
+
"step": 515
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.46,
|
637 |
+
"learning_rate": 1.314869588893508e-05,
|
638 |
+
"loss": 0.9677,
|
639 |
+
"step": 520
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.46,
|
643 |
+
"learning_rate": 1.3002161863497529e-05,
|
644 |
+
"loss": 0.9821,
|
645 |
+
"step": 525
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.47,
|
649 |
+
"learning_rate": 1.2854915862753424e-05,
|
650 |
+
"loss": 0.9769,
|
651 |
+
"step": 530
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.47,
|
655 |
+
"learning_rate": 1.2706992806710839e-05,
|
656 |
+
"loss": 0.982,
|
657 |
+
"step": 535
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.48,
|
661 |
+
"learning_rate": 1.2558427775944357e-05,
|
662 |
+
"loss": 0.9792,
|
663 |
+
"step": 540
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.48,
|
667 |
+
"learning_rate": 1.2409256003275576e-05,
|
668 |
+
"loss": 0.9977,
|
669 |
+
"step": 545
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.49,
|
673 |
+
"learning_rate": 1.2259512865417478e-05,
|
674 |
+
"loss": 0.9833,
|
675 |
+
"step": 550
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.49,
|
679 |
+
"learning_rate": 1.21092338745847e-05,
|
680 |
+
"loss": 0.9789,
|
681 |
+
"step": 555
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.49,
|
685 |
+
"learning_rate": 1.1958454670071671e-05,
|
686 |
+
"loss": 0.9838,
|
687 |
+
"step": 560
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.5,
|
691 |
+
"learning_rate": 1.1807211009800592e-05,
|
692 |
+
"loss": 0.9623,
|
693 |
+
"step": 565
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.5,
|
697 |
+
"learning_rate": 1.16555387618413e-05,
|
698 |
+
"loss": 0.9786,
|
699 |
+
"step": 570
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.51,
|
703 |
+
"learning_rate": 1.1503473895905009e-05,
|
704 |
+
"loss": 0.9811,
|
705 |
+
"step": 575
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.51,
|
709 |
+
"learning_rate": 1.135105247481393e-05,
|
710 |
+
"loss": 0.9707,
|
711 |
+
"step": 580
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.52,
|
715 |
+
"learning_rate": 1.1198310645948833e-05,
|
716 |
+
"loss": 0.9825,
|
717 |
+
"step": 585
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.52,
|
721 |
+
"learning_rate": 1.1045284632676535e-05,
|
722 |
+
"loss": 0.943,
|
723 |
+
"step": 590
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.52,
|
727 |
+
"learning_rate": 1.0892010725759384e-05,
|
728 |
+
"loss": 0.981,
|
729 |
+
"step": 595
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.53,
|
733 |
+
"learning_rate": 1.073852527474874e-05,
|
734 |
+
"loss": 0.9732,
|
735 |
+
"step": 600
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.53,
|
739 |
+
"learning_rate": 1.0584864679364546e-05,
|
740 |
+
"loss": 0.952,
|
741 |
+
"step": 605
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.54,
|
745 |
+
"learning_rate": 1.0431065380862959e-05,
|
746 |
+
"loss": 0.9683,
|
747 |
+
"step": 610
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.54,
|
751 |
+
"learning_rate": 1.0277163853394166e-05,
|
752 |
+
"loss": 0.9479,
|
753 |
+
"step": 615
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.55,
|
757 |
+
"learning_rate": 1.0123196595352385e-05,
|
758 |
+
"loss": 0.9826,
|
759 |
+
"step": 620
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.55,
|
763 |
+
"learning_rate": 9.96920012072012e-06,
|
764 |
+
"loss": 0.9723,
|
765 |
+
"step": 625
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.56,
|
769 |
+
"learning_rate": 9.815210950408703e-06,
|
770 |
+
"loss": 0.9632,
|
771 |
+
"step": 630
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.56,
|
775 |
+
"learning_rate": 9.661265603597223e-06,
|
776 |
+
"loss": 0.9551,
|
777 |
+
"step": 635
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.56,
|
781 |
+
"learning_rate": 9.507400589071833e-06,
|
782 |
+
"loss": 0.9668,
|
783 |
+
"step": 640
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.57,
|
787 |
+
"learning_rate": 9.353652396567558e-06,
|
788 |
+
"loss": 0.9498,
|
789 |
+
"step": 645
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.57,
|
793 |
+
"learning_rate": 9.200057488114585e-06,
|
794 |
+
"loss": 0.9597,
|
795 |
+
"step": 650
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.58,
|
799 |
+
"learning_rate": 9.04665228939114e-06,
|
800 |
+
"loss": 0.9802,
|
801 |
+
"step": 655
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.58,
|
805 |
+
"learning_rate": 8.893473181084993e-06,
|
806 |
+
"loss": 0.978,
|
807 |
+
"step": 660
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.59,
|
811 |
+
"learning_rate": 8.740556490265621e-06,
|
812 |
+
"loss": 0.9744,
|
813 |
+
"step": 665
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.59,
|
817 |
+
"learning_rate": 8.58793848176909e-06,
|
818 |
+
"loss": 0.9602,
|
819 |
+
"step": 670
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.6,
|
823 |
+
"learning_rate": 8.43565534959769e-06,
|
824 |
+
"loss": 0.9641,
|
825 |
+
"step": 675
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.6,
|
829 |
+
"learning_rate": 8.283743208336403e-06,
|
830 |
+
"loss": 0.9695,
|
831 |
+
"step": 680
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.6,
|
835 |
+
"learning_rate": 8.13223808458814e-06,
|
836 |
+
"loss": 0.96,
|
837 |
+
"step": 685
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.61,
|
841 |
+
"learning_rate": 7.9811759084299e-06,
|
842 |
+
"loss": 0.9601,
|
843 |
+
"step": 690
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.61,
|
847 |
+
"learning_rate": 7.8305925048918e-06,
|
848 |
+
"loss": 0.9455,
|
849 |
+
"step": 695
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.62,
|
853 |
+
"learning_rate": 7.680523585461021e-06,
|
854 |
+
"loss": 0.9624,
|
855 |
+
"step": 700
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.62,
|
859 |
+
"learning_rate": 7.531004739612668e-06,
|
860 |
+
"loss": 0.9691,
|
861 |
+
"step": 705
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.63,
|
865 |
+
"learning_rate": 7.382071426369597e-06,
|
866 |
+
"loss": 0.9533,
|
867 |
+
"step": 710
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.63,
|
871 |
+
"learning_rate": 7.23375896589313e-06,
|
872 |
+
"loss": 0.9578,
|
873 |
+
"step": 715
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.63,
|
877 |
+
"learning_rate": 7.086102531106755e-06,
|
878 |
+
"loss": 0.9647,
|
879 |
+
"step": 720
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.64,
|
883 |
+
"learning_rate": 6.939137139354704e-06,
|
884 |
+
"loss": 0.9565,
|
885 |
+
"step": 725
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.64,
|
889 |
+
"learning_rate": 6.7928976440974504e-06,
|
890 |
+
"loss": 0.9504,
|
891 |
+
"step": 730
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.65,
|
895 |
+
"learning_rate": 6.647418726646065e-06,
|
896 |
+
"loss": 0.9621,
|
897 |
+
"step": 735
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.65,
|
901 |
+
"learning_rate": 6.502734887937389e-06,
|
902 |
+
"loss": 0.9562,
|
903 |
+
"step": 740
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.66,
|
907 |
+
"learning_rate": 6.3588804403520044e-06,
|
908 |
+
"loss": 0.9438,
|
909 |
+
"step": 745
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.66,
|
913 |
+
"learning_rate": 6.215889499576898e-06,
|
914 |
+
"loss": 0.962,
|
915 |
+
"step": 750
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.67,
|
919 |
+
"learning_rate": 6.073795976514785e-06,
|
920 |
+
"loss": 0.9606,
|
921 |
+
"step": 755
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.67,
|
925 |
+
"learning_rate": 5.932633569242e-06,
|
926 |
+
"loss": 0.9284,
|
927 |
+
"step": 760
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.67,
|
931 |
+
"learning_rate": 5.7924357550168534e-06,
|
932 |
+
"loss": 0.9583,
|
933 |
+
"step": 765
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.68,
|
937 |
+
"learning_rate": 5.653235782340351e-06,
|
938 |
+
"loss": 0.9583,
|
939 |
+
"step": 770
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.68,
|
943 |
+
"learning_rate": 5.515066663071199e-06,
|
944 |
+
"loss": 0.9197,
|
945 |
+
"step": 775
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.69,
|
949 |
+
"learning_rate": 5.3779611645968696e-06,
|
950 |
+
"loss": 0.9554,
|
951 |
+
"step": 780
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.69,
|
955 |
+
"learning_rate": 5.241951802062696e-06,
|
956 |
+
"loss": 0.9463,
|
957 |
+
"step": 785
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.7,
|
961 |
+
"learning_rate": 5.107070830660765e-06,
|
962 |
+
"loss": 0.9402,
|
963 |
+
"step": 790
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.7,
|
967 |
+
"learning_rate": 4.973350237980466e-06,
|
968 |
+
"loss": 0.951,
|
969 |
+
"step": 795
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.71,
|
973 |
+
"learning_rate": 4.8408217364224886e-06,
|
974 |
+
"loss": 0.9491,
|
975 |
+
"step": 800
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.71,
|
979 |
+
"learning_rate": 4.709516755678113e-06,
|
980 |
+
"loss": 0.9496,
|
981 |
+
"step": 805
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.71,
|
985 |
+
"learning_rate": 4.579466435275506e-06,
|
986 |
+
"loss": 0.9454,
|
987 |
+
"step": 810
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.72,
|
991 |
+
"learning_rate": 4.450701617194864e-06,
|
992 |
+
"loss": 0.9669,
|
993 |
+
"step": 815
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.72,
|
997 |
+
"learning_rate": 4.323252838554099e-06,
|
998 |
+
"loss": 0.9583,
|
999 |
+
"step": 820
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.73,
|
1003 |
+
"learning_rate": 4.197150324366844e-06,
|
1004 |
+
"loss": 0.9417,
|
1005 |
+
"step": 825
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.73,
|
1009 |
+
"learning_rate": 4.0724239803744524e-06,
|
1010 |
+
"loss": 0.9574,
|
1011 |
+
"step": 830
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.74,
|
1015 |
+
"learning_rate": 3.949103385953732e-06,
|
1016 |
+
"loss": 0.97,
|
1017 |
+
"step": 835
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.74,
|
1021 |
+
"learning_rate": 3.827217787102072e-06,
|
1022 |
+
"loss": 0.9531,
|
1023 |
+
"step": 840
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.75,
|
1027 |
+
"learning_rate": 3.7067960895016277e-06,
|
1028 |
+
"loss": 0.9292,
|
1029 |
+
"step": 845
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.75,
|
1033 |
+
"learning_rate": 3.587866851664219e-06,
|
1034 |
+
"loss": 0.9357,
|
1035 |
+
"step": 850
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.75,
|
1039 |
+
"learning_rate": 3.4704582781585596e-06,
|
1040 |
+
"loss": 0.9451,
|
1041 |
+
"step": 855
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.76,
|
1045 |
+
"learning_rate": 3.3545982129214227e-06,
|
1046 |
+
"loss": 0.9502,
|
1047 |
+
"step": 860
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.76,
|
1051 |
+
"learning_rate": 3.2403141326543365e-06,
|
1052 |
+
"loss": 0.9528,
|
1053 |
+
"step": 865
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.77,
|
1057 |
+
"learning_rate": 3.1276331403073733e-06,
|
1058 |
+
"loss": 0.9545,
|
1059 |
+
"step": 870
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.77,
|
1063 |
+
"learning_rate": 3.016581958651559e-06,
|
1064 |
+
"loss": 0.9563,
|
1065 |
+
"step": 875
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.78,
|
1069 |
+
"learning_rate": 2.907186923941466e-06,
|
1070 |
+
"loss": 0.9422,
|
1071 |
+
"step": 880
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.78,
|
1075 |
+
"learning_rate": 2.799473979669456e-06,
|
1076 |
+
"loss": 0.9539,
|
1077 |
+
"step": 885
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.78,
|
1081 |
+
"learning_rate": 2.6934686704130698e-06,
|
1082 |
+
"loss": 0.9589,
|
1083 |
+
"step": 890
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.79,
|
1087 |
+
"learning_rate": 2.5891961357770267e-06,
|
1088 |
+
"loss": 0.9447,
|
1089 |
+
"step": 895
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.79,
|
1093 |
+
"learning_rate": 2.4866811044312667e-06,
|
1094 |
+
"loss": 0.943,
|
1095 |
+
"step": 900
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.8,
|
1099 |
+
"learning_rate": 2.3859478882464273e-06,
|
1100 |
+
"loss": 0.9417,
|
1101 |
+
"step": 905
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.8,
|
1105 |
+
"learning_rate": 2.287020376528193e-06,
|
1106 |
+
"loss": 0.9289,
|
1107 |
+
"step": 910
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.81,
|
1111 |
+
"learning_rate": 2.1899220303518465e-06,
|
1112 |
+
"loss": 0.9407,
|
1113 |
+
"step": 915
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.81,
|
1117 |
+
"learning_rate": 2.0946758769983666e-06,
|
1118 |
+
"loss": 0.9457,
|
1119 |
+
"step": 920
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.82,
|
1123 |
+
"learning_rate": 2.0013045044934243e-06,
|
1124 |
+
"loss": 0.9301,
|
1125 |
+
"step": 925
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.82,
|
1129 |
+
"learning_rate": 1.9098300562505266e-06,
|
1130 |
+
"loss": 0.9405,
|
1131 |
+
"step": 930
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.82,
|
1135 |
+
"learning_rate": 1.8202742258196183e-06,
|
1136 |
+
"loss": 0.9345,
|
1137 |
+
"step": 935
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.83,
|
1141 |
+
"learning_rate": 1.7326582517423662e-06,
|
1142 |
+
"loss": 0.9381,
|
1143 |
+
"step": 940
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.83,
|
1147 |
+
"learning_rate": 1.6470029125153463e-06,
|
1148 |
+
"loss": 0.9382,
|
1149 |
+
"step": 945
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.84,
|
1153 |
+
"learning_rate": 1.5633285216623384e-06,
|
1154 |
+
"loss": 0.9548,
|
1155 |
+
"step": 950
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.84,
|
1159 |
+
"learning_rate": 1.4816549229168864e-06,
|
1160 |
+
"loss": 0.9384,
|
1161 |
+
"step": 955
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.85,
|
1165 |
+
"learning_rate": 1.4020014855162755e-06,
|
1166 |
+
"loss": 0.9395,
|
1167 |
+
"step": 960
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.85,
|
1171 |
+
"learning_rate": 1.32438709960804e-06,
|
1172 |
+
"loss": 0.9368,
|
1173 |
+
"step": 965
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.86,
|
1177 |
+
"learning_rate": 1.2488301717700735e-06,
|
1178 |
+
"loss": 0.9434,
|
1179 |
+
"step": 970
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.86,
|
1183 |
+
"learning_rate": 1.1753486206454433e-06,
|
1184 |
+
"loss": 0.9372,
|
1185 |
+
"step": 975
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.86,
|
1189 |
+
"learning_rate": 1.1039598726929046e-06,
|
1190 |
+
"loss": 0.9348,
|
1191 |
+
"step": 980
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.87,
|
1195 |
+
"learning_rate": 1.0346808580541411e-06,
|
1196 |
+
"loss": 0.9426,
|
1197 |
+
"step": 985
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.87,
|
1201 |
+
"learning_rate": 9.675280065387117e-07,
|
1202 |
+
"loss": 0.9423,
|
1203 |
+
"step": 990
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.88,
|
1207 |
+
"learning_rate": 9.02517243727653e-07,
|
1208 |
+
"loss": 0.9335,
|
1209 |
+
"step": 995
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.88,
|
1213 |
+
"learning_rate": 8.39663987196665e-07,
|
1214 |
+
"loss": 0.9263,
|
1215 |
+
"step": 1000
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.89,
|
1219 |
+
"learning_rate": 7.78983142859755e-07,
|
1220 |
+
"loss": 0.9433,
|
1221 |
+
"step": 1005
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.89,
|
1225 |
+
"learning_rate": 7.204891014342552e-07,
|
1226 |
+
"loss": 0.9473,
|
1227 |
+
"step": 1010
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.9,
|
1231 |
+
"learning_rate": 6.641957350279838e-07,
|
1232 |
+
"loss": 0.9459,
|
1233 |
+
"step": 1015
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 0.9,
|
1237 |
+
"learning_rate": 6.101163938494359e-07,
|
1238 |
+
"loss": 0.9526,
|
1239 |
+
"step": 1020
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 0.9,
|
1243 |
+
"learning_rate": 5.582639030417114e-07,
|
1244 |
+
"loss": 0.9232,
|
1245 |
+
"step": 1025
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.91,
|
1249 |
+
"learning_rate": 5.086505596409885e-07,
|
1250 |
+
"loss": 0.9597,
|
1251 |
+
"step": 1030
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.91,
|
1255 |
+
"learning_rate": 4.6128812966021894e-07,
|
1256 |
+
"loss": 0.9503,
|
1257 |
+
"step": 1035
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.92,
|
1261 |
+
"learning_rate": 4.161878452987778e-07,
|
1262 |
+
"loss": 0.9484,
|
1263 |
+
"step": 1040
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.92,
|
1267 |
+
"learning_rate": 3.733604022786963e-07,
|
1268 |
+
"loss": 0.9475,
|
1269 |
+
"step": 1045
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.93,
|
1273 |
+
"learning_rate": 3.328159573081258e-07,
|
1274 |
+
"loss": 0.9354,
|
1275 |
+
"step": 1050
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 0.93,
|
1279 |
+
"learning_rate": 2.9456412567263394e-07,
|
1280 |
+
"loss": 0.9559,
|
1281 |
+
"step": 1055
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 0.93,
|
1285 |
+
"learning_rate": 2.5861397895489914e-07,
|
1286 |
+
"loss": 0.9425,
|
1287 |
+
"step": 1060
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.94,
|
1291 |
+
"learning_rate": 2.2497404288334245e-07,
|
1292 |
+
"loss": 0.9456,
|
1293 |
+
"step": 1065
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 0.94,
|
1297 |
+
"learning_rate": 1.9365229531022267e-07,
|
1298 |
+
"loss": 0.9462,
|
1299 |
+
"step": 1070
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.95,
|
1303 |
+
"learning_rate": 1.646561643196465e-07,
|
1304 |
+
"loss": 0.9515,
|
1305 |
+
"step": 1075
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.95,
|
1309 |
+
"learning_rate": 1.3799252646597428e-07,
|
1310 |
+
"loss": 0.9428,
|
1311 |
+
"step": 1080
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.96,
|
1315 |
+
"learning_rate": 1.136677051430135e-07,
|
1316 |
+
"loss": 0.9593,
|
1317 |
+
"step": 1085
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 0.96,
|
1321 |
+
"learning_rate": 9.168746908439718e-08,
|
1322 |
+
"loss": 0.9402,
|
1323 |
+
"step": 1090
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 0.97,
|
1327 |
+
"learning_rate": 7.205703099551042e-08,
|
1328 |
+
"loss": 0.9397,
|
1329 |
+
"step": 1095
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.97,
|
1333 |
+
"learning_rate": 5.4781046317267103e-08,
|
1334 |
+
"loss": 0.9444,
|
1335 |
+
"step": 1100
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"epoch": 0.97,
|
1339 |
+
"learning_rate": 3.986361212205969e-08,
|
1340 |
+
"loss": 0.9399,
|
1341 |
+
"step": 1105
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 0.98,
|
1345 |
+
"learning_rate": 2.7308266142119788e-08,
|
1346 |
+
"loss": 0.933,
|
1347 |
+
"step": 1110
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.98,
|
1351 |
+
"learning_rate": 1.7117985930525938e-08,
|
1352 |
+
"loss": 0.9344,
|
1353 |
+
"step": 1115
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.99,
|
1357 |
+
"learning_rate": 9.29518815506847e-09,
|
1358 |
+
"loss": 0.9505,
|
1359 |
+
"step": 1120
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 0.99,
|
1363 |
+
"learning_rate": 3.8417280251257235e-09,
|
1364 |
+
"loss": 0.9476,
|
1365 |
+
"step": 1125
|
1366 |
+
},
|
1367 |
+
{
|
1368 |
+
"epoch": 1.0,
|
1369 |
+
"learning_rate": 7.588988516937789e-10,
|
1370 |
+
"loss": 0.9313,
|
1371 |
+
"step": 1130
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 1.0,
|
1375 |
+
"eval_loss": 0.9658820033073425,
|
1376 |
+
"eval_runtime": 299.772,
|
1377 |
+
"eval_samples_per_second": 51.586,
|
1378 |
+
"eval_steps_per_second": 0.807,
|
1379 |
+
"step": 1134
|
1380 |
+
},
|
1381 |
+
{
|
1382 |
+
"epoch": 1.0,
|
1383 |
+
"step": 1134,
|
1384 |
+
"total_flos": 1.2682771336104247e+19,
|
1385 |
+
"train_loss": 1.0355008869995306,
|
1386 |
+
"train_runtime": 11406.2159,
|
1387 |
+
"train_samples_per_second": 12.721,
|
1388 |
+
"train_steps_per_second": 0.099
|
1389 |
+
}
|
1390 |
+
],
|
1391 |
+
"logging_steps": 5,
|
1392 |
+
"max_steps": 1134,
|
1393 |
+
"num_input_tokens_seen": 0,
|
1394 |
+
"num_train_epochs": 1,
|
1395 |
+
"save_steps": 1000,
|
1396 |
+
"total_flos": 1.2682771336104247e+19,
|
1397 |
+
"train_batch_size": 16,
|
1398 |
+
"trial_name": null,
|
1399 |
+
"trial_params": null
|
1400 |
+
}
|