chansung commited on
Commit
d687c01
1 Parent(s): 5242b84

Model save

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.3
3
+ datasets:
4
+ - generator
5
+ library_name: peft
6
+ license: apache-2.0
7
+ tags:
8
+ - trl
9
+ - sft
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: mistral_7b_0_3-summarize-gpt4o-128k
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # mistral_7b_0_3-summarize-gpt4o-128k
20
+
21
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 2.0012
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - num_devices: 8
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 64
50
+ - total_eval_batch_size: 16
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:------:|:----:|:---------------:|
60
+ | 0.6982 | 0.9980 | 245 | 1.8248 |
61
+ | 0.6596 | 2.0 | 491 | 1.8338 |
62
+ | 0.6197 | 2.9980 | 736 | 1.8432 |
63
+ | 0.6011 | 4.0 | 982 | 1.8707 |
64
+ | 0.5805 | 4.9980 | 1227 | 1.9009 |
65
+ | 0.5585 | 6.0 | 1473 | 1.9298 |
66
+ | 0.5413 | 6.9980 | 1718 | 1.9540 |
67
+ | 0.5295 | 8.0 | 1964 | 1.9814 |
68
+ | 0.5154 | 8.9980 | 2209 | 1.9979 |
69
+ | 0.508 | 9.9796 | 2450 | 2.0012 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.12.0
75
+ - Transformers 4.44.0
76
+ - Pytorch 2.2.0+cu121
77
+ - Datasets 2.20.0
78
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3712fc371e05075665e807588be7115f4d5ae604e3cec37033935d006da3d563
3
  size 591447088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f27d8531ffbf97a1c2b63b6c5396ab144631f9fc5feb6ad12c2b37ce7b6268ba
3
  size 591447088
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.979633401221996,
3
+ "total_flos": 6.866432485157241e+18,
4
+ "train_loss": 0.5986210168137842,
5
+ "train_runtime": 9994.3917,
6
+ "train_samples": 129221,
7
+ "train_samples_per_second": 15.694,
8
+ "train_steps_per_second": 0.245
9
+ }
runs/Aug10_08-59-16_e8f6cb577ded/events.out.tfevents.1723280511.e8f6cb577ded.287371.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:532877761fc6933b9a6a91c22194350ab57e4b3cf457f277b9b54f7904c59fba
3
- size 109778
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d4db398949db878a1a2309a5a21b6b561ceff003277b72e6af8a2fbefa778f3
3
+ size 112513
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.979633401221996,
3
+ "total_flos": 6.866432485157241e+18,
4
+ "train_loss": 0.5986210168137842,
5
+ "train_runtime": 9994.3917,
6
+ "train_samples": 129221,
7
+ "train_samples_per_second": 15.694,
8
+ "train_steps_per_second": 0.245
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,3559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.979633401221996,
5
+ "eval_steps": 500,
6
+ "global_step": 2450,
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.004073319755600814,
13
+ "grad_norm": 12.219289779663086,
14
+ "learning_rate": 8.16326530612245e-07,
15
+ "loss": 2.0786,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.020366598778004074,
20
+ "grad_norm": 12.530974388122559,
21
+ "learning_rate": 4.081632653061224e-06,
22
+ "loss": 2.0708,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.04073319755600815,
27
+ "grad_norm": 10.991973876953125,
28
+ "learning_rate": 8.163265306122448e-06,
29
+ "loss": 1.9589,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.06109979633401222,
34
+ "grad_norm": 11.441458702087402,
35
+ "learning_rate": 1.2244897959183674e-05,
36
+ "loss": 1.6878,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.0814663951120163,
41
+ "grad_norm": 4.176149845123291,
42
+ "learning_rate": 1.6326530612244897e-05,
43
+ "loss": 1.3224,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.10183299389002037,
48
+ "grad_norm": 2.458606004714966,
49
+ "learning_rate": 2.0408163265306123e-05,
50
+ "loss": 1.1912,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.12219959266802444,
55
+ "grad_norm": 1.30384361743927,
56
+ "learning_rate": 2.448979591836735e-05,
57
+ "loss": 1.1123,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.1425661914460285,
62
+ "grad_norm": 1.0811594724655151,
63
+ "learning_rate": 2.857142857142857e-05,
64
+ "loss": 1.0462,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.1629327902240326,
69
+ "grad_norm": 0.7156168222427368,
70
+ "learning_rate": 3.265306122448979e-05,
71
+ "loss": 0.992,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.18329938900203666,
76
+ "grad_norm": 0.6059057116508484,
77
+ "learning_rate": 3.673469387755102e-05,
78
+ "loss": 0.9393,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.20366598778004075,
83
+ "grad_norm": 0.5178468227386475,
84
+ "learning_rate": 4.0816326530612245e-05,
85
+ "loss": 0.8967,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.2240325865580448,
90
+ "grad_norm": 0.45643067359924316,
91
+ "learning_rate": 4.4897959183673474e-05,
92
+ "loss": 0.8665,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.24439918533604887,
97
+ "grad_norm": 0.4627813994884491,
98
+ "learning_rate": 4.89795918367347e-05,
99
+ "loss": 0.8554,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.26476578411405294,
104
+ "grad_norm": 0.7451216578483582,
105
+ "learning_rate": 5.3061224489795926e-05,
106
+ "loss": 0.8335,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.285132382892057,
111
+ "grad_norm": 0.4662891924381256,
112
+ "learning_rate": 5.714285714285714e-05,
113
+ "loss": 0.827,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.3054989816700611,
118
+ "grad_norm": 0.42819878458976746,
119
+ "learning_rate": 6.122448979591838e-05,
120
+ "loss": 0.816,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.3258655804480652,
125
+ "grad_norm": 0.4619337022304535,
126
+ "learning_rate": 6.530612244897959e-05,
127
+ "loss": 0.7968,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.34623217922606925,
132
+ "grad_norm": 0.4922891855239868,
133
+ "learning_rate": 6.938775510204082e-05,
134
+ "loss": 0.7954,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.3665987780040733,
139
+ "grad_norm": 0.5278509259223938,
140
+ "learning_rate": 7.346938775510205e-05,
141
+ "loss": 0.7953,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.3869653767820774,
146
+ "grad_norm": 0.912343442440033,
147
+ "learning_rate": 7.755102040816327e-05,
148
+ "loss": 0.7773,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.4073319755600815,
153
+ "grad_norm": 0.5746473073959351,
154
+ "learning_rate": 8.163265306122449e-05,
155
+ "loss": 0.775,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.42769857433808556,
160
+ "grad_norm": 0.4901811480522156,
161
+ "learning_rate": 8.571428571428571e-05,
162
+ "loss": 0.7708,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.4480651731160896,
167
+ "grad_norm": 0.596023678779602,
168
+ "learning_rate": 8.979591836734695e-05,
169
+ "loss": 0.761,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.4684317718940937,
174
+ "grad_norm": 0.9318987131118774,
175
+ "learning_rate": 9.387755102040817e-05,
176
+ "loss": 0.7572,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.48879837067209775,
181
+ "grad_norm": 0.648429811000824,
182
+ "learning_rate": 9.79591836734694e-05,
183
+ "loss": 0.7652,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.5091649694501018,
188
+ "grad_norm": 0.4797033369541168,
189
+ "learning_rate": 0.00010204081632653062,
190
+ "loss": 0.7563,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.5295315682281059,
195
+ "grad_norm": 0.9584823250770569,
196
+ "learning_rate": 0.00010612244897959185,
197
+ "loss": 0.7532,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.5498981670061099,
202
+ "grad_norm": 0.6396449208259583,
203
+ "learning_rate": 0.00011020408163265306,
204
+ "loss": 0.7438,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.570264765784114,
209
+ "grad_norm": 0.8127761483192444,
210
+ "learning_rate": 0.00011428571428571428,
211
+ "loss": 0.7367,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.5906313645621182,
216
+ "grad_norm": 0.6745628118515015,
217
+ "learning_rate": 0.00011836734693877552,
218
+ "loss": 0.7284,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.6109979633401222,
223
+ "grad_norm": 0.5591239929199219,
224
+ "learning_rate": 0.00012244897959183676,
225
+ "loss": 0.7337,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.6313645621181263,
230
+ "grad_norm": 0.7267659902572632,
231
+ "learning_rate": 0.00012653061224489798,
232
+ "loss": 0.7264,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.6517311608961304,
237
+ "grad_norm": 0.5548218488693237,
238
+ "learning_rate": 0.00013061224489795917,
239
+ "loss": 0.7301,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.6720977596741344,
244
+ "grad_norm": 0.9011363387107849,
245
+ "learning_rate": 0.0001346938775510204,
246
+ "loss": 0.72,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.6924643584521385,
251
+ "grad_norm": 0.5213197469711304,
252
+ "learning_rate": 0.00013877551020408165,
253
+ "loss": 0.7243,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.7128309572301426,
258
+ "grad_norm": 0.476764440536499,
259
+ "learning_rate": 0.00014285714285714287,
260
+ "loss": 0.7198,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.7331975560081466,
265
+ "grad_norm": 0.7126782536506653,
266
+ "learning_rate": 0.0001469387755102041,
267
+ "loss": 0.7177,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.7535641547861507,
272
+ "grad_norm": 0.4389437735080719,
273
+ "learning_rate": 0.0001510204081632653,
274
+ "loss": 0.7143,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.7739307535641547,
279
+ "grad_norm": 0.5171541571617126,
280
+ "learning_rate": 0.00015510204081632654,
281
+ "loss": 0.714,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.7942973523421588,
286
+ "grad_norm": 0.5747414827346802,
287
+ "learning_rate": 0.00015918367346938776,
288
+ "loss": 0.7192,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.814663951120163,
293
+ "grad_norm": 0.703008770942688,
294
+ "learning_rate": 0.00016326530612244898,
295
+ "loss": 0.7094,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.835030549898167,
300
+ "grad_norm": 0.41933196783065796,
301
+ "learning_rate": 0.00016734693877551023,
302
+ "loss": 0.7027,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.8553971486761711,
307
+ "grad_norm": 0.8496442437171936,
308
+ "learning_rate": 0.00017142857142857143,
309
+ "loss": 0.7086,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.8757637474541752,
314
+ "grad_norm": 0.44953274726867676,
315
+ "learning_rate": 0.00017551020408163265,
316
+ "loss": 0.7104,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.8961303462321792,
321
+ "grad_norm": 0.49215880036354065,
322
+ "learning_rate": 0.0001795918367346939,
323
+ "loss": 0.6998,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.9164969450101833,
328
+ "grad_norm": 0.4515603482723236,
329
+ "learning_rate": 0.00018367346938775512,
330
+ "loss": 0.6994,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.9368635437881874,
335
+ "grad_norm": 0.48363256454467773,
336
+ "learning_rate": 0.00018775510204081634,
337
+ "loss": 0.697,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.9572301425661914,
342
+ "grad_norm": 0.504764974117279,
343
+ "learning_rate": 0.00019183673469387756,
344
+ "loss": 0.6937,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.9775967413441955,
349
+ "grad_norm": 0.6177113056182861,
350
+ "learning_rate": 0.0001959183673469388,
351
+ "loss": 0.702,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.9979633401221996,
356
+ "grad_norm": 0.6133261919021606,
357
+ "learning_rate": 0.0002,
358
+ "loss": 0.6982,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.9979633401221996,
363
+ "eval_loss": 1.8247634172439575,
364
+ "eval_runtime": 0.3801,
365
+ "eval_samples_per_second": 31.574,
366
+ "eval_steps_per_second": 2.631,
367
+ "step": 245
368
+ },
369
+ {
370
+ "epoch": 1.0183299389002036,
371
+ "grad_norm": 0.6387724876403809,
372
+ "learning_rate": 0.00019999746258949147,
373
+ "loss": 0.6786,
374
+ "step": 250
375
+ },
376
+ {
377
+ "epoch": 1.0386965376782078,
378
+ "grad_norm": 0.4179505705833435,
379
+ "learning_rate": 0.00019998985048673486,
380
+ "loss": 0.6806,
381
+ "step": 255
382
+ },
383
+ {
384
+ "epoch": 1.0590631364562118,
385
+ "grad_norm": 0.7707039713859558,
386
+ "learning_rate": 0.0001999771640780308,
387
+ "loss": 0.6828,
388
+ "step": 260
389
+ },
390
+ {
391
+ "epoch": 1.079429735234216,
392
+ "grad_norm": 0.735935628414154,
393
+ "learning_rate": 0.0001999594040071918,
394
+ "loss": 0.6832,
395
+ "step": 265
396
+ },
397
+ {
398
+ "epoch": 1.0997963340122199,
399
+ "grad_norm": 0.6434056758880615,
400
+ "learning_rate": 0.00019993657117550973,
401
+ "loss": 0.681,
402
+ "step": 270
403
+ },
404
+ {
405
+ "epoch": 1.120162932790224,
406
+ "grad_norm": 0.7113597393035889,
407
+ "learning_rate": 0.00019990866674170983,
408
+ "loss": 0.6735,
409
+ "step": 275
410
+ },
411
+ {
412
+ "epoch": 1.140529531568228,
413
+ "grad_norm": 0.7098330855369568,
414
+ "learning_rate": 0.00019987569212189224,
415
+ "loss": 0.6786,
416
+ "step": 280
417
+ },
418
+ {
419
+ "epoch": 1.1608961303462322,
420
+ "grad_norm": 0.38251993060112,
421
+ "learning_rate": 0.0001998376489894599,
422
+ "loss": 0.6794,
423
+ "step": 285
424
+ },
425
+ {
426
+ "epoch": 1.1812627291242364,
427
+ "grad_norm": 0.6434310674667358,
428
+ "learning_rate": 0.00019979453927503364,
429
+ "loss": 0.6846,
430
+ "step": 290
431
+ },
432
+ {
433
+ "epoch": 1.2016293279022403,
434
+ "grad_norm": 0.5492526292800903,
435
+ "learning_rate": 0.00019974636516635434,
436
+ "loss": 0.6697,
437
+ "step": 295
438
+ },
439
+ {
440
+ "epoch": 1.2219959266802445,
441
+ "grad_norm": 0.48028430342674255,
442
+ "learning_rate": 0.00019969312910817183,
443
+ "loss": 0.6778,
444
+ "step": 300
445
+ },
446
+ {
447
+ "epoch": 1.2423625254582484,
448
+ "grad_norm": 0.35454341769218445,
449
+ "learning_rate": 0.00019963483380212068,
450
+ "loss": 0.6671,
451
+ "step": 305
452
+ },
453
+ {
454
+ "epoch": 1.2627291242362526,
455
+ "grad_norm": 0.3555687665939331,
456
+ "learning_rate": 0.00019957148220658345,
457
+ "loss": 0.6646,
458
+ "step": 310
459
+ },
460
+ {
461
+ "epoch": 1.2830957230142566,
462
+ "grad_norm": 0.5027297735214233,
463
+ "learning_rate": 0.00019950307753654017,
464
+ "loss": 0.6723,
465
+ "step": 315
466
+ },
467
+ {
468
+ "epoch": 1.3034623217922607,
469
+ "grad_norm": 0.34120357036590576,
470
+ "learning_rate": 0.00019942962326340537,
471
+ "loss": 0.6669,
472
+ "step": 320
473
+ },
474
+ {
475
+ "epoch": 1.3238289205702647,
476
+ "grad_norm": 0.3805827498435974,
477
+ "learning_rate": 0.000199351123114852,
478
+ "loss": 0.6682,
479
+ "step": 325
480
+ },
481
+ {
482
+ "epoch": 1.3441955193482689,
483
+ "grad_norm": 0.4035264551639557,
484
+ "learning_rate": 0.00019926758107462206,
485
+ "loss": 0.6665,
486
+ "step": 330
487
+ },
488
+ {
489
+ "epoch": 1.364562118126273,
490
+ "grad_norm": 0.43114498257637024,
491
+ "learning_rate": 0.0001991790013823246,
492
+ "loss": 0.6687,
493
+ "step": 335
494
+ },
495
+ {
496
+ "epoch": 1.384928716904277,
497
+ "grad_norm": 0.43574780225753784,
498
+ "learning_rate": 0.00019908538853322048,
499
+ "loss": 0.6648,
500
+ "step": 340
501
+ },
502
+ {
503
+ "epoch": 1.405295315682281,
504
+ "grad_norm": 0.36844050884246826,
505
+ "learning_rate": 0.00019898674727799419,
506
+ "loss": 0.6635,
507
+ "step": 345
508
+ },
509
+ {
510
+ "epoch": 1.4256619144602851,
511
+ "grad_norm": 0.360999196767807,
512
+ "learning_rate": 0.00019888308262251285,
513
+ "loss": 0.6715,
514
+ "step": 350
515
+ },
516
+ {
517
+ "epoch": 1.4460285132382893,
518
+ "grad_norm": 0.47190627455711365,
519
+ "learning_rate": 0.0001987743998275723,
520
+ "loss": 0.6595,
521
+ "step": 355
522
+ },
523
+ {
524
+ "epoch": 1.4663951120162932,
525
+ "grad_norm": 0.4380181133747101,
526
+ "learning_rate": 0.00019866070440862976,
527
+ "loss": 0.6589,
528
+ "step": 360
529
+ },
530
+ {
531
+ "epoch": 1.4867617107942974,
532
+ "grad_norm": 0.3873290419578552,
533
+ "learning_rate": 0.00019854200213552424,
534
+ "loss": 0.6649,
535
+ "step": 365
536
+ },
537
+ {
538
+ "epoch": 1.5071283095723014,
539
+ "grad_norm": 0.4168381094932556,
540
+ "learning_rate": 0.00019841829903218376,
541
+ "loss": 0.6673,
542
+ "step": 370
543
+ },
544
+ {
545
+ "epoch": 1.5274949083503055,
546
+ "grad_norm": 0.4359332025051117,
547
+ "learning_rate": 0.00019828960137631928,
548
+ "loss": 0.6666,
549
+ "step": 375
550
+ },
551
+ {
552
+ "epoch": 1.5478615071283097,
553
+ "grad_norm": 0.33967724442481995,
554
+ "learning_rate": 0.00019815591569910654,
555
+ "loss": 0.6663,
556
+ "step": 380
557
+ },
558
+ {
559
+ "epoch": 1.5682281059063137,
560
+ "grad_norm": 0.33921679854393005,
561
+ "learning_rate": 0.00019801724878485438,
562
+ "loss": 0.6557,
563
+ "step": 385
564
+ },
565
+ {
566
+ "epoch": 1.5885947046843176,
567
+ "grad_norm": 0.3741433024406433,
568
+ "learning_rate": 0.00019787360767066053,
569
+ "loss": 0.6522,
570
+ "step": 390
571
+ },
572
+ {
573
+ "epoch": 1.6089613034623218,
574
+ "grad_norm": 0.3441908359527588,
575
+ "learning_rate": 0.0001977249996460544,
576
+ "loss": 0.653,
577
+ "step": 395
578
+ },
579
+ {
580
+ "epoch": 1.629327902240326,
581
+ "grad_norm": 0.36859628558158875,
582
+ "learning_rate": 0.00019757143225262728,
583
+ "loss": 0.6582,
584
+ "step": 400
585
+ },
586
+ {
587
+ "epoch": 1.64969450101833,
588
+ "grad_norm": 0.3605320453643799,
589
+ "learning_rate": 0.00019741291328364955,
590
+ "loss": 0.6546,
591
+ "step": 405
592
+ },
593
+ {
594
+ "epoch": 1.6700610997963339,
595
+ "grad_norm": 0.6110367178916931,
596
+ "learning_rate": 0.00019724945078367513,
597
+ "loss": 0.6567,
598
+ "step": 410
599
+ },
600
+ {
601
+ "epoch": 1.690427698574338,
602
+ "grad_norm": 0.3475343585014343,
603
+ "learning_rate": 0.00019708105304813332,
604
+ "loss": 0.6658,
605
+ "step": 415
606
+ },
607
+ {
608
+ "epoch": 1.7107942973523422,
609
+ "grad_norm": 0.45948854088783264,
610
+ "learning_rate": 0.0001969077286229078,
611
+ "loss": 0.6584,
612
+ "step": 420
613
+ },
614
+ {
615
+ "epoch": 1.7311608961303462,
616
+ "grad_norm": 0.31532639265060425,
617
+ "learning_rate": 0.00019672948630390294,
618
+ "loss": 0.6579,
619
+ "step": 425
620
+ },
621
+ {
622
+ "epoch": 1.7515274949083504,
623
+ "grad_norm": 0.3328857421875,
624
+ "learning_rate": 0.00019654633513659743,
625
+ "loss": 0.6583,
626
+ "step": 430
627
+ },
628
+ {
629
+ "epoch": 1.7718940936863543,
630
+ "grad_norm": 0.3420257866382599,
631
+ "learning_rate": 0.00019635828441558515,
632
+ "loss": 0.6493,
633
+ "step": 435
634
+ },
635
+ {
636
+ "epoch": 1.7922606924643585,
637
+ "grad_norm": 0.31616052985191345,
638
+ "learning_rate": 0.00019616534368410365,
639
+ "loss": 0.6536,
640
+ "step": 440
641
+ },
642
+ {
643
+ "epoch": 1.8126272912423627,
644
+ "grad_norm": 0.30928483605384827,
645
+ "learning_rate": 0.0001959675227335497,
646
+ "loss": 0.6583,
647
+ "step": 445
648
+ },
649
+ {
650
+ "epoch": 1.8329938900203666,
651
+ "grad_norm": 0.3872964084148407,
652
+ "learning_rate": 0.00019576483160298246,
653
+ "loss": 0.6467,
654
+ "step": 450
655
+ },
656
+ {
657
+ "epoch": 1.8533604887983706,
658
+ "grad_norm": 0.3449136018753052,
659
+ "learning_rate": 0.0001955572805786141,
660
+ "loss": 0.6513,
661
+ "step": 455
662
+ },
663
+ {
664
+ "epoch": 1.8737270875763747,
665
+ "grad_norm": 0.3003346621990204,
666
+ "learning_rate": 0.00019534488019328752,
667
+ "loss": 0.6542,
668
+ "step": 460
669
+ },
670
+ {
671
+ "epoch": 1.894093686354379,
672
+ "grad_norm": 0.3554345965385437,
673
+ "learning_rate": 0.0001951276412259422,
674
+ "loss": 0.6496,
675
+ "step": 465
676
+ },
677
+ {
678
+ "epoch": 1.9144602851323829,
679
+ "grad_norm": 0.3109475374221802,
680
+ "learning_rate": 0.00019490557470106686,
681
+ "loss": 0.6544,
682
+ "step": 470
683
+ },
684
+ {
685
+ "epoch": 1.9348268839103868,
686
+ "grad_norm": 0.35385647416114807,
687
+ "learning_rate": 0.00019467869188814023,
688
+ "loss": 0.6456,
689
+ "step": 475
690
+ },
691
+ {
692
+ "epoch": 1.955193482688391,
693
+ "grad_norm": 0.3411131203174591,
694
+ "learning_rate": 0.00019444700430105893,
695
+ "loss": 0.6478,
696
+ "step": 480
697
+ },
698
+ {
699
+ "epoch": 1.9755600814663952,
700
+ "grad_norm": 0.3149469792842865,
701
+ "learning_rate": 0.00019421052369755334,
702
+ "loss": 0.6541,
703
+ "step": 485
704
+ },
705
+ {
706
+ "epoch": 1.9959266802443993,
707
+ "grad_norm": 0.4090039134025574,
708
+ "learning_rate": 0.00019396926207859084,
709
+ "loss": 0.6596,
710
+ "step": 490
711
+ },
712
+ {
713
+ "epoch": 2.0,
714
+ "eval_loss": 1.833816647529602,
715
+ "eval_runtime": 0.3787,
716
+ "eval_samples_per_second": 31.686,
717
+ "eval_steps_per_second": 2.641,
718
+ "step": 491
719
+ },
720
+ {
721
+ "epoch": 2.016293279022403,
722
+ "grad_norm": 0.4153566062450409,
723
+ "learning_rate": 0.0001937232316877668,
724
+ "loss": 0.6285,
725
+ "step": 495
726
+ },
727
+ {
728
+ "epoch": 2.0366598778004072,
729
+ "grad_norm": 0.41273799538612366,
730
+ "learning_rate": 0.00019347244501068312,
731
+ "loss": 0.6309,
732
+ "step": 500
733
+ },
734
+ {
735
+ "epoch": 2.0570264765784114,
736
+ "grad_norm": 0.40306323766708374,
737
+ "learning_rate": 0.00019321691477431485,
738
+ "loss": 0.6294,
739
+ "step": 505
740
+ },
741
+ {
742
+ "epoch": 2.0773930753564156,
743
+ "grad_norm": 0.37823185324668884,
744
+ "learning_rate": 0.00019295665394636414,
745
+ "loss": 0.6333,
746
+ "step": 510
747
+ },
748
+ {
749
+ "epoch": 2.0977596741344193,
750
+ "grad_norm": 0.31898233294487,
751
+ "learning_rate": 0.0001926916757346022,
752
+ "loss": 0.6217,
753
+ "step": 515
754
+ },
755
+ {
756
+ "epoch": 2.1181262729124235,
757
+ "grad_norm": 0.3543696105480194,
758
+ "learning_rate": 0.00019242199358619893,
759
+ "loss": 0.6268,
760
+ "step": 520
761
+ },
762
+ {
763
+ "epoch": 2.1384928716904277,
764
+ "grad_norm": 0.4415835738182068,
765
+ "learning_rate": 0.00019214762118704076,
766
+ "loss": 0.6252,
767
+ "step": 525
768
+ },
769
+ {
770
+ "epoch": 2.158859470468432,
771
+ "grad_norm": 0.40828588604927063,
772
+ "learning_rate": 0.00019186857246103584,
773
+ "loss": 0.624,
774
+ "step": 530
775
+ },
776
+ {
777
+ "epoch": 2.179226069246436,
778
+ "grad_norm": 0.37648454308509827,
779
+ "learning_rate": 0.00019158486156940757,
780
+ "loss": 0.6228,
781
+ "step": 535
782
+ },
783
+ {
784
+ "epoch": 2.1995926680244398,
785
+ "grad_norm": 0.3546181321144104,
786
+ "learning_rate": 0.0001912965029099759,
787
+ "loss": 0.62,
788
+ "step": 540
789
+ },
790
+ {
791
+ "epoch": 2.219959266802444,
792
+ "grad_norm": 0.3437698185443878,
793
+ "learning_rate": 0.00019100351111642666,
794
+ "loss": 0.6228,
795
+ "step": 545
796
+ },
797
+ {
798
+ "epoch": 2.240325865580448,
799
+ "grad_norm": 0.3919028639793396,
800
+ "learning_rate": 0.000190705901057569,
801
+ "loss": 0.623,
802
+ "step": 550
803
+ },
804
+ {
805
+ "epoch": 2.2606924643584523,
806
+ "grad_norm": 0.36673861742019653,
807
+ "learning_rate": 0.00019040368783658073,
808
+ "loss": 0.6222,
809
+ "step": 555
810
+ },
811
+ {
812
+ "epoch": 2.281059063136456,
813
+ "grad_norm": 0.3100906312465668,
814
+ "learning_rate": 0.0001900968867902419,
815
+ "loss": 0.6276,
816
+ "step": 560
817
+ },
818
+ {
819
+ "epoch": 2.30142566191446,
820
+ "grad_norm": 0.33423855900764465,
821
+ "learning_rate": 0.00018978551348815652,
822
+ "loss": 0.6304,
823
+ "step": 565
824
+ },
825
+ {
826
+ "epoch": 2.3217922606924644,
827
+ "grad_norm": 0.3217325210571289,
828
+ "learning_rate": 0.00018946958373196231,
829
+ "loss": 0.6255,
830
+ "step": 570
831
+ },
832
+ {
833
+ "epoch": 2.3421588594704685,
834
+ "grad_norm": 0.32845550775527954,
835
+ "learning_rate": 0.00018914911355452895,
836
+ "loss": 0.6276,
837
+ "step": 575
838
+ },
839
+ {
840
+ "epoch": 2.3625254582484727,
841
+ "grad_norm": 0.3502614498138428,
842
+ "learning_rate": 0.0001888241192191444,
843
+ "loss": 0.6345,
844
+ "step": 580
845
+ },
846
+ {
847
+ "epoch": 2.3828920570264764,
848
+ "grad_norm": 0.3093807101249695,
849
+ "learning_rate": 0.00018849461721868945,
850
+ "loss": 0.6231,
851
+ "step": 585
852
+ },
853
+ {
854
+ "epoch": 2.4032586558044806,
855
+ "grad_norm": 0.34325292706489563,
856
+ "learning_rate": 0.0001881606242748009,
857
+ "loss": 0.6356,
858
+ "step": 590
859
+ },
860
+ {
861
+ "epoch": 2.423625254582485,
862
+ "grad_norm": 0.3460986018180847,
863
+ "learning_rate": 0.00018782215733702286,
864
+ "loss": 0.6228,
865
+ "step": 595
866
+ },
867
+ {
868
+ "epoch": 2.443991853360489,
869
+ "grad_norm": 0.31046947836875916,
870
+ "learning_rate": 0.00018747923358194662,
871
+ "loss": 0.6264,
872
+ "step": 600
873
+ },
874
+ {
875
+ "epoch": 2.4643584521384927,
876
+ "grad_norm": 0.318236380815506,
877
+ "learning_rate": 0.00018713187041233896,
878
+ "loss": 0.6251,
879
+ "step": 605
880
+ },
881
+ {
882
+ "epoch": 2.484725050916497,
883
+ "grad_norm": 0.33597373962402344,
884
+ "learning_rate": 0.000186780085456259,
885
+ "loss": 0.6333,
886
+ "step": 610
887
+ },
888
+ {
889
+ "epoch": 2.505091649694501,
890
+ "grad_norm": 0.32059183716773987,
891
+ "learning_rate": 0.0001864238965661637,
892
+ "loss": 0.6322,
893
+ "step": 615
894
+ },
895
+ {
896
+ "epoch": 2.525458248472505,
897
+ "grad_norm": 0.31177854537963867,
898
+ "learning_rate": 0.00018606332181800165,
899
+ "loss": 0.6254,
900
+ "step": 620
901
+ },
902
+ {
903
+ "epoch": 2.5458248472505094,
904
+ "grad_norm": 0.35773152112960815,
905
+ "learning_rate": 0.00018569837951029595,
906
+ "loss": 0.6282,
907
+ "step": 625
908
+ },
909
+ {
910
+ "epoch": 2.566191446028513,
911
+ "grad_norm": 0.31747111678123474,
912
+ "learning_rate": 0.00018532908816321558,
913
+ "loss": 0.6229,
914
+ "step": 630
915
+ },
916
+ {
917
+ "epoch": 2.5865580448065173,
918
+ "grad_norm": 0.3057750463485718,
919
+ "learning_rate": 0.0001849554665176354,
920
+ "loss": 0.6257,
921
+ "step": 635
922
+ },
923
+ {
924
+ "epoch": 2.6069246435845215,
925
+ "grad_norm": 0.30599597096443176,
926
+ "learning_rate": 0.0001845775335341852,
927
+ "loss": 0.6199,
928
+ "step": 640
929
+ },
930
+ {
931
+ "epoch": 2.627291242362525,
932
+ "grad_norm": 0.3067176043987274,
933
+ "learning_rate": 0.0001841953083922875,
934
+ "loss": 0.6244,
935
+ "step": 645
936
+ },
937
+ {
938
+ "epoch": 2.6476578411405294,
939
+ "grad_norm": 0.32527825236320496,
940
+ "learning_rate": 0.00018380881048918405,
941
+ "loss": 0.6258,
942
+ "step": 650
943
+ },
944
+ {
945
+ "epoch": 2.6680244399185336,
946
+ "grad_norm": 0.3099977970123291,
947
+ "learning_rate": 0.00018341805943895178,
948
+ "loss": 0.6298,
949
+ "step": 655
950
+ },
951
+ {
952
+ "epoch": 2.6883910386965377,
953
+ "grad_norm": 0.3218511641025543,
954
+ "learning_rate": 0.00018302307507150702,
955
+ "loss": 0.624,
956
+ "step": 660
957
+ },
958
+ {
959
+ "epoch": 2.708757637474542,
960
+ "grad_norm": 0.3705076277256012,
961
+ "learning_rate": 0.0001826238774315995,
962
+ "loss": 0.6219,
963
+ "step": 665
964
+ },
965
+ {
966
+ "epoch": 2.729124236252546,
967
+ "grad_norm": 0.4094727337360382,
968
+ "learning_rate": 0.00018222048677779494,
969
+ "loss": 0.6244,
970
+ "step": 670
971
+ },
972
+ {
973
+ "epoch": 2.74949083503055,
974
+ "grad_norm": 0.327188640832901,
975
+ "learning_rate": 0.00018181292358144703,
976
+ "loss": 0.6195,
977
+ "step": 675
978
+ },
979
+ {
980
+ "epoch": 2.769857433808554,
981
+ "grad_norm": 0.3251926302909851,
982
+ "learning_rate": 0.0001814012085256585,
983
+ "loss": 0.6235,
984
+ "step": 680
985
+ },
986
+ {
987
+ "epoch": 2.790224032586558,
988
+ "grad_norm": 0.320218950510025,
989
+ "learning_rate": 0.00018098536250423154,
990
+ "loss": 0.6236,
991
+ "step": 685
992
+ },
993
+ {
994
+ "epoch": 2.810590631364562,
995
+ "grad_norm": 0.32766249775886536,
996
+ "learning_rate": 0.00018056540662060745,
997
+ "loss": 0.6188,
998
+ "step": 690
999
+ },
1000
+ {
1001
+ "epoch": 2.830957230142566,
1002
+ "grad_norm": 0.35727354884147644,
1003
+ "learning_rate": 0.00018014136218679567,
1004
+ "loss": 0.619,
1005
+ "step": 695
1006
+ },
1007
+ {
1008
+ "epoch": 2.8513238289205702,
1009
+ "grad_norm": 0.32284310460090637,
1010
+ "learning_rate": 0.00017971325072229226,
1011
+ "loss": 0.6224,
1012
+ "step": 700
1013
+ },
1014
+ {
1015
+ "epoch": 2.8716904276985744,
1016
+ "grad_norm": 0.34942692518234253,
1017
+ "learning_rate": 0.00017928109395298777,
1018
+ "loss": 0.617,
1019
+ "step": 705
1020
+ },
1021
+ {
1022
+ "epoch": 2.8920570264765786,
1023
+ "grad_norm": 0.3333948850631714,
1024
+ "learning_rate": 0.00017884491381006478,
1025
+ "loss": 0.6269,
1026
+ "step": 710
1027
+ },
1028
+ {
1029
+ "epoch": 2.9124236252545828,
1030
+ "grad_norm": 0.3345637321472168,
1031
+ "learning_rate": 0.00017840473242888486,
1032
+ "loss": 0.6226,
1033
+ "step": 715
1034
+ },
1035
+ {
1036
+ "epoch": 2.9327902240325865,
1037
+ "grad_norm": 0.3559291958808899,
1038
+ "learning_rate": 0.0001779605721478652,
1039
+ "loss": 0.6173,
1040
+ "step": 720
1041
+ },
1042
+ {
1043
+ "epoch": 2.9531568228105907,
1044
+ "grad_norm": 0.3167003393173218,
1045
+ "learning_rate": 0.0001775124555073452,
1046
+ "loss": 0.6224,
1047
+ "step": 725
1048
+ },
1049
+ {
1050
+ "epoch": 2.973523421588595,
1051
+ "grad_norm": 0.3369687497615814,
1052
+ "learning_rate": 0.00017706040524844221,
1053
+ "loss": 0.6155,
1054
+ "step": 730
1055
+ },
1056
+ {
1057
+ "epoch": 2.9938900203665986,
1058
+ "grad_norm": 0.30602747201919556,
1059
+ "learning_rate": 0.0001766044443118978,
1060
+ "loss": 0.6197,
1061
+ "step": 735
1062
+ },
1063
+ {
1064
+ "epoch": 2.9979633401221997,
1065
+ "eval_loss": 1.8432329893112183,
1066
+ "eval_runtime": 0.4594,
1067
+ "eval_samples_per_second": 26.122,
1068
+ "eval_steps_per_second": 2.177,
1069
+ "step": 736
1070
+ },
1071
+ {
1072
+ "epoch": 3.0142566191446027,
1073
+ "grad_norm": 0.3442608416080475,
1074
+ "learning_rate": 0.00017614459583691346,
1075
+ "loss": 0.6108,
1076
+ "step": 740
1077
+ },
1078
+ {
1079
+ "epoch": 3.034623217922607,
1080
+ "grad_norm": 0.30495738983154297,
1081
+ "learning_rate": 0.0001756808831599762,
1082
+ "loss": 0.6031,
1083
+ "step": 745
1084
+ },
1085
+ {
1086
+ "epoch": 3.054989816700611,
1087
+ "grad_norm": 0.34981706738471985,
1088
+ "learning_rate": 0.0001752133298136744,
1089
+ "loss": 0.5959,
1090
+ "step": 750
1091
+ },
1092
+ {
1093
+ "epoch": 3.0753564154786153,
1094
+ "grad_norm": 0.32501649856567383,
1095
+ "learning_rate": 0.00017474195952550355,
1096
+ "loss": 0.5964,
1097
+ "step": 755
1098
+ },
1099
+ {
1100
+ "epoch": 3.095723014256619,
1101
+ "grad_norm": 0.3137637972831726,
1102
+ "learning_rate": 0.00017426679621666212,
1103
+ "loss": 0.5885,
1104
+ "step": 760
1105
+ },
1106
+ {
1107
+ "epoch": 3.116089613034623,
1108
+ "grad_norm": 0.3315506875514984,
1109
+ "learning_rate": 0.00017378786400083757,
1110
+ "loss": 0.5914,
1111
+ "step": 765
1112
+ },
1113
+ {
1114
+ "epoch": 3.1364562118126273,
1115
+ "grad_norm": 0.33116060495376587,
1116
+ "learning_rate": 0.00017330518718298264,
1117
+ "loss": 0.5997,
1118
+ "step": 770
1119
+ },
1120
+ {
1121
+ "epoch": 3.1568228105906315,
1122
+ "grad_norm": 0.33854183554649353,
1123
+ "learning_rate": 0.0001728187902580819,
1124
+ "loss": 0.5971,
1125
+ "step": 775
1126
+ },
1127
+ {
1128
+ "epoch": 3.1771894093686353,
1129
+ "grad_norm": 0.31813180446624756,
1130
+ "learning_rate": 0.00017232869790990879,
1131
+ "loss": 0.5994,
1132
+ "step": 780
1133
+ },
1134
+ {
1135
+ "epoch": 3.1975560081466394,
1136
+ "grad_norm": 0.30412253737449646,
1137
+ "learning_rate": 0.00017183493500977278,
1138
+ "loss": 0.5979,
1139
+ "step": 785
1140
+ },
1141
+ {
1142
+ "epoch": 3.2179226069246436,
1143
+ "grad_norm": 0.3499339520931244,
1144
+ "learning_rate": 0.0001713375266152572,
1145
+ "loss": 0.5981,
1146
+ "step": 790
1147
+ },
1148
+ {
1149
+ "epoch": 3.2382892057026478,
1150
+ "grad_norm": 0.3247123956680298,
1151
+ "learning_rate": 0.00017083649796894795,
1152
+ "loss": 0.5955,
1153
+ "step": 795
1154
+ },
1155
+ {
1156
+ "epoch": 3.258655804480652,
1157
+ "grad_norm": 0.3245786726474762,
1158
+ "learning_rate": 0.00017033187449715196,
1159
+ "loss": 0.6019,
1160
+ "step": 800
1161
+ },
1162
+ {
1163
+ "epoch": 3.2790224032586557,
1164
+ "grad_norm": 0.3269343674182892,
1165
+ "learning_rate": 0.00016982368180860728,
1166
+ "loss": 0.5979,
1167
+ "step": 805
1168
+ },
1169
+ {
1170
+ "epoch": 3.29938900203666,
1171
+ "grad_norm": 0.4949992299079895,
1172
+ "learning_rate": 0.00016931194569318327,
1173
+ "loss": 0.6037,
1174
+ "step": 810
1175
+ },
1176
+ {
1177
+ "epoch": 3.319755600814664,
1178
+ "grad_norm": 0.3468710780143738,
1179
+ "learning_rate": 0.00016879669212057187,
1180
+ "loss": 0.5943,
1181
+ "step": 815
1182
+ },
1183
+ {
1184
+ "epoch": 3.340122199592668,
1185
+ "grad_norm": 0.323321670293808,
1186
+ "learning_rate": 0.00016827794723896968,
1187
+ "loss": 0.6003,
1188
+ "step": 820
1189
+ },
1190
+ {
1191
+ "epoch": 3.360488798370672,
1192
+ "grad_norm": 0.3203057646751404,
1193
+ "learning_rate": 0.00016775573737375096,
1194
+ "loss": 0.6023,
1195
+ "step": 825
1196
+ },
1197
+ {
1198
+ "epoch": 3.380855397148676,
1199
+ "grad_norm": 0.32133370637893677,
1200
+ "learning_rate": 0.0001672300890261317,
1201
+ "loss": 0.6043,
1202
+ "step": 830
1203
+ },
1204
+ {
1205
+ "epoch": 3.4012219959266803,
1206
+ "grad_norm": 0.32316601276397705,
1207
+ "learning_rate": 0.0001667010288718247,
1208
+ "loss": 0.6051,
1209
+ "step": 835
1210
+ },
1211
+ {
1212
+ "epoch": 3.4215885947046845,
1213
+ "grad_norm": 0.34438490867614746,
1214
+ "learning_rate": 0.00016616858375968595,
1215
+ "loss": 0.6039,
1216
+ "step": 840
1217
+ },
1218
+ {
1219
+ "epoch": 3.4419551934826886,
1220
+ "grad_norm": 0.3012474477291107,
1221
+ "learning_rate": 0.0001656327807103518,
1222
+ "loss": 0.599,
1223
+ "step": 845
1224
+ },
1225
+ {
1226
+ "epoch": 3.4623217922606924,
1227
+ "grad_norm": 0.3228248059749603,
1228
+ "learning_rate": 0.0001650936469148681,
1229
+ "loss": 0.604,
1230
+ "step": 850
1231
+ },
1232
+ {
1233
+ "epoch": 3.4826883910386965,
1234
+ "grad_norm": 0.3279968798160553,
1235
+ "learning_rate": 0.00016455120973331,
1236
+ "loss": 0.5953,
1237
+ "step": 855
1238
+ },
1239
+ {
1240
+ "epoch": 3.5030549898167007,
1241
+ "grad_norm": 0.3526194393634796,
1242
+ "learning_rate": 0.0001640054966933935,
1243
+ "loss": 0.6029,
1244
+ "step": 860
1245
+ },
1246
+ {
1247
+ "epoch": 3.5234215885947044,
1248
+ "grad_norm": 0.37160396575927734,
1249
+ "learning_rate": 0.00016345653548907873,
1250
+ "loss": 0.6005,
1251
+ "step": 865
1252
+ },
1253
+ {
1254
+ "epoch": 3.5437881873727086,
1255
+ "grad_norm": 0.33020690083503723,
1256
+ "learning_rate": 0.00016290435397916424,
1257
+ "loss": 0.6049,
1258
+ "step": 870
1259
+ },
1260
+ {
1261
+ "epoch": 3.564154786150713,
1262
+ "grad_norm": 0.33525606989860535,
1263
+ "learning_rate": 0.00016234898018587337,
1264
+ "loss": 0.5942,
1265
+ "step": 875
1266
+ },
1267
+ {
1268
+ "epoch": 3.584521384928717,
1269
+ "grad_norm": 0.33215492963790894,
1270
+ "learning_rate": 0.00016179044229343206,
1271
+ "loss": 0.6,
1272
+ "step": 880
1273
+ },
1274
+ {
1275
+ "epoch": 3.604887983706721,
1276
+ "grad_norm": 0.3076721429824829,
1277
+ "learning_rate": 0.00016122876864663868,
1278
+ "loss": 0.5984,
1279
+ "step": 885
1280
+ },
1281
+ {
1282
+ "epoch": 3.6252545824847253,
1283
+ "grad_norm": 0.379398375749588,
1284
+ "learning_rate": 0.00016066398774942554,
1285
+ "loss": 0.6005,
1286
+ "step": 890
1287
+ },
1288
+ {
1289
+ "epoch": 3.645621181262729,
1290
+ "grad_norm": 0.3342379629611969,
1291
+ "learning_rate": 0.00016009612826341227,
1292
+ "loss": 0.5987,
1293
+ "step": 895
1294
+ },
1295
+ {
1296
+ "epoch": 3.6659877800407332,
1297
+ "grad_norm": 0.3370605707168579,
1298
+ "learning_rate": 0.00015952521900645144,
1299
+ "loss": 0.6013,
1300
+ "step": 900
1301
+ },
1302
+ {
1303
+ "epoch": 3.6863543788187374,
1304
+ "grad_norm": 0.3159192204475403,
1305
+ "learning_rate": 0.000158951288951166,
1306
+ "loss": 0.5992,
1307
+ "step": 905
1308
+ },
1309
+ {
1310
+ "epoch": 3.706720977596741,
1311
+ "grad_norm": 0.3914301097393036,
1312
+ "learning_rate": 0.000158374367223479,
1313
+ "loss": 0.5994,
1314
+ "step": 910
1315
+ },
1316
+ {
1317
+ "epoch": 3.7270875763747453,
1318
+ "grad_norm": 0.33679434657096863,
1319
+ "learning_rate": 0.00015779448310113554,
1320
+ "loss": 0.5949,
1321
+ "step": 915
1322
+ },
1323
+ {
1324
+ "epoch": 3.7474541751527495,
1325
+ "grad_norm": 0.3156144618988037,
1326
+ "learning_rate": 0.00015721166601221698,
1327
+ "loss": 0.595,
1328
+ "step": 920
1329
+ },
1330
+ {
1331
+ "epoch": 3.7678207739307537,
1332
+ "grad_norm": 0.3130475878715515,
1333
+ "learning_rate": 0.0001566259455336474,
1334
+ "loss": 0.596,
1335
+ "step": 925
1336
+ },
1337
+ {
1338
+ "epoch": 3.788187372708758,
1339
+ "grad_norm": 0.303627610206604,
1340
+ "learning_rate": 0.00015603735138969272,
1341
+ "loss": 0.6036,
1342
+ "step": 930
1343
+ },
1344
+ {
1345
+ "epoch": 3.8085539714867616,
1346
+ "grad_norm": 0.32147976756095886,
1347
+ "learning_rate": 0.0001554459134504523,
1348
+ "loss": 0.5971,
1349
+ "step": 935
1350
+ },
1351
+ {
1352
+ "epoch": 3.8289205702647657,
1353
+ "grad_norm": 0.33086270093917847,
1354
+ "learning_rate": 0.000154851661730343,
1355
+ "loss": 0.5979,
1356
+ "step": 940
1357
+ },
1358
+ {
1359
+ "epoch": 3.84928716904277,
1360
+ "grad_norm": 0.3000107407569885,
1361
+ "learning_rate": 0.00015425462638657595,
1362
+ "loss": 0.5914,
1363
+ "step": 945
1364
+ },
1365
+ {
1366
+ "epoch": 3.869653767820774,
1367
+ "grad_norm": 0.292559415102005,
1368
+ "learning_rate": 0.0001536548377176263,
1369
+ "loss": 0.5941,
1370
+ "step": 950
1371
+ },
1372
+ {
1373
+ "epoch": 3.890020366598778,
1374
+ "grad_norm": 0.30751997232437134,
1375
+ "learning_rate": 0.00015305232616169548,
1376
+ "loss": 0.6094,
1377
+ "step": 955
1378
+ },
1379
+ {
1380
+ "epoch": 3.910386965376782,
1381
+ "grad_norm": 0.3731157183647156,
1382
+ "learning_rate": 0.00015244712229516656,
1383
+ "loss": 0.5955,
1384
+ "step": 960
1385
+ },
1386
+ {
1387
+ "epoch": 3.930753564154786,
1388
+ "grad_norm": 0.3387170732021332,
1389
+ "learning_rate": 0.00015183925683105254,
1390
+ "loss": 0.5972,
1391
+ "step": 965
1392
+ },
1393
+ {
1394
+ "epoch": 3.9511201629327903,
1395
+ "grad_norm": 0.3645428717136383,
1396
+ "learning_rate": 0.0001512287606174377,
1397
+ "loss": 0.5998,
1398
+ "step": 970
1399
+ },
1400
+ {
1401
+ "epoch": 3.9714867617107945,
1402
+ "grad_norm": 0.29603078961372375,
1403
+ "learning_rate": 0.0001506156646359123,
1404
+ "loss": 0.596,
1405
+ "step": 975
1406
+ },
1407
+ {
1408
+ "epoch": 3.9918533604887982,
1409
+ "grad_norm": 0.30991217494010925,
1410
+ "learning_rate": 0.00015000000000000001,
1411
+ "loss": 0.6011,
1412
+ "step": 980
1413
+ },
1414
+ {
1415
+ "epoch": 4.0,
1416
+ "eval_loss": 1.870729923248291,
1417
+ "eval_runtime": 0.3769,
1418
+ "eval_samples_per_second": 31.837,
1419
+ "eval_steps_per_second": 2.653,
1420
+ "step": 982
1421
+ },
1422
+ {
1423
+ "epoch": 4.012219959266803,
1424
+ "grad_norm": 0.33605799078941345,
1425
+ "learning_rate": 0.00014938179795357916,
1426
+ "loss": 0.5858,
1427
+ "step": 985
1428
+ },
1429
+ {
1430
+ "epoch": 4.032586558044806,
1431
+ "grad_norm": 0.3564818203449249,
1432
+ "learning_rate": 0.00014876108986929717,
1433
+ "loss": 0.5735,
1434
+ "step": 990
1435
+ },
1436
+ {
1437
+ "epoch": 4.05295315682281,
1438
+ "grad_norm": 0.31967151165008545,
1439
+ "learning_rate": 0.00014813790724697832,
1440
+ "loss": 0.579,
1441
+ "step": 995
1442
+ },
1443
+ {
1444
+ "epoch": 4.0733197556008145,
1445
+ "grad_norm": 0.33131125569343567,
1446
+ "learning_rate": 0.0001475122817120253,
1447
+ "loss": 0.57,
1448
+ "step": 1000
1449
+ },
1450
+ {
1451
+ "epoch": 4.093686354378819,
1452
+ "grad_norm": 0.3302120864391327,
1453
+ "learning_rate": 0.00014688424501381424,
1454
+ "loss": 0.5658,
1455
+ "step": 1005
1456
+ },
1457
+ {
1458
+ "epoch": 4.114052953156823,
1459
+ "grad_norm": 0.356545627117157,
1460
+ "learning_rate": 0.00014625382902408356,
1461
+ "loss": 0.5722,
1462
+ "step": 1010
1463
+ },
1464
+ {
1465
+ "epoch": 4.134419551934827,
1466
+ "grad_norm": 0.30831289291381836,
1467
+ "learning_rate": 0.0001456210657353163,
1468
+ "loss": 0.5775,
1469
+ "step": 1015
1470
+ },
1471
+ {
1472
+ "epoch": 4.154786150712831,
1473
+ "grad_norm": 0.32479575276374817,
1474
+ "learning_rate": 0.00014498598725911691,
1475
+ "loss": 0.5762,
1476
+ "step": 1020
1477
+ },
1478
+ {
1479
+ "epoch": 4.175152749490835,
1480
+ "grad_norm": 0.3275298476219177,
1481
+ "learning_rate": 0.00014434862582458135,
1482
+ "loss": 0.5742,
1483
+ "step": 1025
1484
+ },
1485
+ {
1486
+ "epoch": 4.195519348268839,
1487
+ "grad_norm": 0.32563847303390503,
1488
+ "learning_rate": 0.00014370901377666167,
1489
+ "loss": 0.5696,
1490
+ "step": 1030
1491
+ },
1492
+ {
1493
+ "epoch": 4.215885947046843,
1494
+ "grad_norm": 0.3277311325073242,
1495
+ "learning_rate": 0.00014306718357452446,
1496
+ "loss": 0.5683,
1497
+ "step": 1035
1498
+ },
1499
+ {
1500
+ "epoch": 4.236252545824847,
1501
+ "grad_norm": 0.3310577869415283,
1502
+ "learning_rate": 0.00014242316778990372,
1503
+ "loss": 0.5724,
1504
+ "step": 1040
1505
+ },
1506
+ {
1507
+ "epoch": 4.256619144602851,
1508
+ "grad_norm": 0.3116869330406189,
1509
+ "learning_rate": 0.00014177699910544793,
1510
+ "loss": 0.5748,
1511
+ "step": 1045
1512
+ },
1513
+ {
1514
+ "epoch": 4.276985743380855,
1515
+ "grad_norm": 0.4322071969509125,
1516
+ "learning_rate": 0.00014112871031306119,
1517
+ "loss": 0.5848,
1518
+ "step": 1050
1519
+ },
1520
+ {
1521
+ "epoch": 4.2973523421588595,
1522
+ "grad_norm": 0.3503554165363312,
1523
+ "learning_rate": 0.00014047833431223938,
1524
+ "loss": 0.5732,
1525
+ "step": 1055
1526
+ },
1527
+ {
1528
+ "epoch": 4.317718940936864,
1529
+ "grad_norm": 0.31962850689888,
1530
+ "learning_rate": 0.00013982590410840056,
1531
+ "loss": 0.5774,
1532
+ "step": 1060
1533
+ },
1534
+ {
1535
+ "epoch": 4.338085539714868,
1536
+ "grad_norm": 0.32895031571388245,
1537
+ "learning_rate": 0.00013917145281120983,
1538
+ "loss": 0.5765,
1539
+ "step": 1065
1540
+ },
1541
+ {
1542
+ "epoch": 4.358452138492872,
1543
+ "grad_norm": 0.3837604522705078,
1544
+ "learning_rate": 0.00013851501363289906,
1545
+ "loss": 0.5817,
1546
+ "step": 1070
1547
+ },
1548
+ {
1549
+ "epoch": 4.378818737270876,
1550
+ "grad_norm": 0.35425829887390137,
1551
+ "learning_rate": 0.0001378566198865818,
1552
+ "loss": 0.58,
1553
+ "step": 1075
1554
+ },
1555
+ {
1556
+ "epoch": 4.3991853360488795,
1557
+ "grad_norm": 0.33126357197761536,
1558
+ "learning_rate": 0.00013719630498456212,
1559
+ "loss": 0.5827,
1560
+ "step": 1080
1561
+ },
1562
+ {
1563
+ "epoch": 4.419551934826884,
1564
+ "grad_norm": 0.3265593945980072,
1565
+ "learning_rate": 0.00013653410243663952,
1566
+ "loss": 0.5826,
1567
+ "step": 1085
1568
+ },
1569
+ {
1570
+ "epoch": 4.439918533604888,
1571
+ "grad_norm": 0.4005591869354248,
1572
+ "learning_rate": 0.00013587004584840804,
1573
+ "loss": 0.5795,
1574
+ "step": 1090
1575
+ },
1576
+ {
1577
+ "epoch": 4.460285132382892,
1578
+ "grad_norm": 0.36212101578712463,
1579
+ "learning_rate": 0.00013520416891955102,
1580
+ "loss": 0.5711,
1581
+ "step": 1095
1582
+ },
1583
+ {
1584
+ "epoch": 4.480651731160896,
1585
+ "grad_norm": 0.340218186378479,
1586
+ "learning_rate": 0.00013453650544213076,
1587
+ "loss": 0.5821,
1588
+ "step": 1100
1589
+ },
1590
+ {
1591
+ "epoch": 4.5010183299389,
1592
+ "grad_norm": 0.31296971440315247,
1593
+ "learning_rate": 0.00013386708929887377,
1594
+ "loss": 0.5798,
1595
+ "step": 1105
1596
+ },
1597
+ {
1598
+ "epoch": 4.521384928716905,
1599
+ "grad_norm": 0.31503763794898987,
1600
+ "learning_rate": 0.00013319595446145116,
1601
+ "loss": 0.5757,
1602
+ "step": 1110
1603
+ },
1604
+ {
1605
+ "epoch": 4.541751527494909,
1606
+ "grad_norm": 0.3179926574230194,
1607
+ "learning_rate": 0.00013252313498875472,
1608
+ "loss": 0.5822,
1609
+ "step": 1115
1610
+ },
1611
+ {
1612
+ "epoch": 4.562118126272912,
1613
+ "grad_norm": 0.3273943066596985,
1614
+ "learning_rate": 0.00013184866502516845,
1615
+ "loss": 0.5796,
1616
+ "step": 1120
1617
+ },
1618
+ {
1619
+ "epoch": 4.582484725050916,
1620
+ "grad_norm": 0.3253306448459625,
1621
+ "learning_rate": 0.00013117257879883583,
1622
+ "loss": 0.5789,
1623
+ "step": 1125
1624
+ },
1625
+ {
1626
+ "epoch": 4.60285132382892,
1627
+ "grad_norm": 0.34257039427757263,
1628
+ "learning_rate": 0.00013049491061992274,
1629
+ "loss": 0.5798,
1630
+ "step": 1130
1631
+ },
1632
+ {
1633
+ "epoch": 4.6232179226069245,
1634
+ "grad_norm": 0.32451459765434265,
1635
+ "learning_rate": 0.00012981569487887637,
1636
+ "loss": 0.5766,
1637
+ "step": 1135
1638
+ },
1639
+ {
1640
+ "epoch": 4.643584521384929,
1641
+ "grad_norm": 0.31603989005088806,
1642
+ "learning_rate": 0.0001291349660446799,
1643
+ "loss": 0.5765,
1644
+ "step": 1140
1645
+ },
1646
+ {
1647
+ "epoch": 4.663951120162933,
1648
+ "grad_norm": 0.3706742525100708,
1649
+ "learning_rate": 0.00012845275866310324,
1650
+ "loss": 0.5809,
1651
+ "step": 1145
1652
+ },
1653
+ {
1654
+ "epoch": 4.684317718940937,
1655
+ "grad_norm": 0.32328835129737854,
1656
+ "learning_rate": 0.00012776910735495003,
1657
+ "loss": 0.5784,
1658
+ "step": 1150
1659
+ },
1660
+ {
1661
+ "epoch": 4.704684317718941,
1662
+ "grad_norm": 0.3305988907814026,
1663
+ "learning_rate": 0.00012708404681430053,
1664
+ "loss": 0.5678,
1665
+ "step": 1155
1666
+ },
1667
+ {
1668
+ "epoch": 4.725050916496945,
1669
+ "grad_norm": 0.33260881900787354,
1670
+ "learning_rate": 0.00012639761180675098,
1671
+ "loss": 0.5895,
1672
+ "step": 1160
1673
+ },
1674
+ {
1675
+ "epoch": 4.745417515274949,
1676
+ "grad_norm": 0.34639254212379456,
1677
+ "learning_rate": 0.0001257098371676495,
1678
+ "loss": 0.5823,
1679
+ "step": 1165
1680
+ },
1681
+ {
1682
+ "epoch": 4.765784114052953,
1683
+ "grad_norm": 0.3303966224193573,
1684
+ "learning_rate": 0.0001250207578003279,
1685
+ "loss": 0.5716,
1686
+ "step": 1170
1687
+ },
1688
+ {
1689
+ "epoch": 4.786150712830957,
1690
+ "grad_norm": 0.3739718496799469,
1691
+ "learning_rate": 0.0001243304086743309,
1692
+ "loss": 0.5811,
1693
+ "step": 1175
1694
+ },
1695
+ {
1696
+ "epoch": 4.806517311608961,
1697
+ "grad_norm": 0.36287903785705566,
1698
+ "learning_rate": 0.0001236388248236409,
1699
+ "loss": 0.5791,
1700
+ "step": 1180
1701
+ },
1702
+ {
1703
+ "epoch": 4.826883910386965,
1704
+ "grad_norm": 0.3199651837348938,
1705
+ "learning_rate": 0.00012294604134490056,
1706
+ "loss": 0.5769,
1707
+ "step": 1185
1708
+ },
1709
+ {
1710
+ "epoch": 4.84725050916497,
1711
+ "grad_norm": 0.3307904899120331,
1712
+ "learning_rate": 0.00012225209339563145,
1713
+ "loss": 0.5781,
1714
+ "step": 1190
1715
+ },
1716
+ {
1717
+ "epoch": 4.867617107942974,
1718
+ "grad_norm": 0.3095554709434509,
1719
+ "learning_rate": 0.00012155701619244997,
1720
+ "loss": 0.5776,
1721
+ "step": 1195
1722
+ },
1723
+ {
1724
+ "epoch": 4.887983706720978,
1725
+ "grad_norm": 0.318012535572052,
1726
+ "learning_rate": 0.0001208608450092801,
1727
+ "loss": 0.5816,
1728
+ "step": 1200
1729
+ },
1730
+ {
1731
+ "epoch": 4.908350305498981,
1732
+ "grad_norm": 0.31566402316093445,
1733
+ "learning_rate": 0.00012016361517556334,
1734
+ "loss": 0.578,
1735
+ "step": 1205
1736
+ },
1737
+ {
1738
+ "epoch": 4.928716904276985,
1739
+ "grad_norm": 0.32222023606300354,
1740
+ "learning_rate": 0.00011946536207446586,
1741
+ "loss": 0.5776,
1742
+ "step": 1210
1743
+ },
1744
+ {
1745
+ "epoch": 4.94908350305499,
1746
+ "grad_norm": 0.31605854630470276,
1747
+ "learning_rate": 0.00011876612114108277,
1748
+ "loss": 0.5793,
1749
+ "step": 1215
1750
+ },
1751
+ {
1752
+ "epoch": 4.969450101832994,
1753
+ "grad_norm": 0.3147432804107666,
1754
+ "learning_rate": 0.0001180659278606399,
1755
+ "loss": 0.5753,
1756
+ "step": 1220
1757
+ },
1758
+ {
1759
+ "epoch": 4.989816700610998,
1760
+ "grad_norm": 0.3298138380050659,
1761
+ "learning_rate": 0.00011736481776669306,
1762
+ "loss": 0.5805,
1763
+ "step": 1225
1764
+ },
1765
+ {
1766
+ "epoch": 4.997963340122199,
1767
+ "eval_loss": 1.9009366035461426,
1768
+ "eval_runtime": 0.3793,
1769
+ "eval_samples_per_second": 31.637,
1770
+ "eval_steps_per_second": 2.636,
1771
+ "step": 1227
1772
+ },
1773
+ {
1774
+ "epoch": 5.010183299389002,
1775
+ "grad_norm": 0.3077872395515442,
1776
+ "learning_rate": 0.00011666282643932458,
1777
+ "loss": 0.5659,
1778
+ "step": 1230
1779
+ },
1780
+ {
1781
+ "epoch": 5.030549898167006,
1782
+ "grad_norm": 0.3151206374168396,
1783
+ "learning_rate": 0.00011595998950333793,
1784
+ "loss": 0.5451,
1785
+ "step": 1235
1786
+ },
1787
+ {
1788
+ "epoch": 5.05091649694501,
1789
+ "grad_norm": 0.31535080075263977,
1790
+ "learning_rate": 0.00011525634262644964,
1791
+ "loss": 0.5478,
1792
+ "step": 1240
1793
+ },
1794
+ {
1795
+ "epoch": 5.071283095723015,
1796
+ "grad_norm": 0.3317250907421112,
1797
+ "learning_rate": 0.00011455192151747932,
1798
+ "loss": 0.5568,
1799
+ "step": 1245
1800
+ },
1801
+ {
1802
+ "epoch": 5.091649694501018,
1803
+ "grad_norm": 0.34287726879119873,
1804
+ "learning_rate": 0.0001138467619245374,
1805
+ "loss": 0.5529,
1806
+ "step": 1250
1807
+ },
1808
+ {
1809
+ "epoch": 5.112016293279022,
1810
+ "grad_norm": 0.34103691577911377,
1811
+ "learning_rate": 0.00011314089963321119,
1812
+ "loss": 0.5546,
1813
+ "step": 1255
1814
+ },
1815
+ {
1816
+ "epoch": 5.132382892057026,
1817
+ "grad_norm": 0.34115347266197205,
1818
+ "learning_rate": 0.00011243437046474853,
1819
+ "loss": 0.5571,
1820
+ "step": 1260
1821
+ },
1822
+ {
1823
+ "epoch": 5.15274949083503,
1824
+ "grad_norm": 0.350697785615921,
1825
+ "learning_rate": 0.0001117272102742402,
1826
+ "loss": 0.5534,
1827
+ "step": 1265
1828
+ },
1829
+ {
1830
+ "epoch": 5.173116089613035,
1831
+ "grad_norm": 0.34019774198532104,
1832
+ "learning_rate": 0.00011101945494880012,
1833
+ "loss": 0.5536,
1834
+ "step": 1270
1835
+ },
1836
+ {
1837
+ "epoch": 5.193482688391039,
1838
+ "grad_norm": 0.34322109818458557,
1839
+ "learning_rate": 0.00011031114040574437,
1840
+ "loss": 0.5577,
1841
+ "step": 1275
1842
+ },
1843
+ {
1844
+ "epoch": 5.213849287169043,
1845
+ "grad_norm": 0.33681756258010864,
1846
+ "learning_rate": 0.00010960230259076818,
1847
+ "loss": 0.5555,
1848
+ "step": 1280
1849
+ },
1850
+ {
1851
+ "epoch": 5.234215885947047,
1852
+ "grad_norm": 0.335644394159317,
1853
+ "learning_rate": 0.00010889297747612202,
1854
+ "loss": 0.5559,
1855
+ "step": 1285
1856
+ },
1857
+ {
1858
+ "epoch": 5.254582484725051,
1859
+ "grad_norm": 0.33518001437187195,
1860
+ "learning_rate": 0.00010818320105878584,
1861
+ "loss": 0.5547,
1862
+ "step": 1290
1863
+ },
1864
+ {
1865
+ "epoch": 5.274949083503055,
1866
+ "grad_norm": 0.32509303092956543,
1867
+ "learning_rate": 0.00010747300935864243,
1868
+ "loss": 0.5539,
1869
+ "step": 1295
1870
+ },
1871
+ {
1872
+ "epoch": 5.295315682281059,
1873
+ "grad_norm": 0.33121034502983093,
1874
+ "learning_rate": 0.0001067624384166495,
1875
+ "loss": 0.5609,
1876
+ "step": 1300
1877
+ },
1878
+ {
1879
+ "epoch": 5.315682281059063,
1880
+ "grad_norm": 0.34210404753685,
1881
+ "learning_rate": 0.00010605152429301055,
1882
+ "loss": 0.5629,
1883
+ "step": 1305
1884
+ },
1885
+ {
1886
+ "epoch": 5.336048879837067,
1887
+ "grad_norm": 0.3202488422393799,
1888
+ "learning_rate": 0.0001053403030653449,
1889
+ "loss": 0.5616,
1890
+ "step": 1310
1891
+ },
1892
+ {
1893
+ "epoch": 5.356415478615071,
1894
+ "grad_norm": 0.33203092217445374,
1895
+ "learning_rate": 0.00010462881082685691,
1896
+ "loss": 0.5625,
1897
+ "step": 1315
1898
+ },
1899
+ {
1900
+ "epoch": 5.3767820773930755,
1901
+ "grad_norm": 0.37128540873527527,
1902
+ "learning_rate": 0.00010391708368450427,
1903
+ "loss": 0.5531,
1904
+ "step": 1320
1905
+ },
1906
+ {
1907
+ "epoch": 5.39714867617108,
1908
+ "grad_norm": 0.32188987731933594,
1909
+ "learning_rate": 0.00010320515775716555,
1910
+ "loss": 0.5559,
1911
+ "step": 1325
1912
+ },
1913
+ {
1914
+ "epoch": 5.417515274949084,
1915
+ "grad_norm": 0.33244988322257996,
1916
+ "learning_rate": 0.0001024930691738073,
1917
+ "loss": 0.5579,
1918
+ "step": 1330
1919
+ },
1920
+ {
1921
+ "epoch": 5.437881873727088,
1922
+ "grad_norm": 0.3311491310596466,
1923
+ "learning_rate": 0.00010178085407165066,
1924
+ "loss": 0.5545,
1925
+ "step": 1335
1926
+ },
1927
+ {
1928
+ "epoch": 5.458248472505091,
1929
+ "grad_norm": 0.3205713629722595,
1930
+ "learning_rate": 0.00010106854859433734,
1931
+ "loss": 0.5596,
1932
+ "step": 1340
1933
+ },
1934
+ {
1935
+ "epoch": 5.478615071283095,
1936
+ "grad_norm": 0.3317239284515381,
1937
+ "learning_rate": 0.00010035618889009535,
1938
+ "loss": 0.5669,
1939
+ "step": 1345
1940
+ },
1941
+ {
1942
+ "epoch": 5.4989816700611,
1943
+ "grad_norm": 0.3288976848125458,
1944
+ "learning_rate": 9.96438111099047e-05,
1945
+ "loss": 0.5633,
1946
+ "step": 1350
1947
+ },
1948
+ {
1949
+ "epoch": 5.519348268839104,
1950
+ "grad_norm": 0.33682990074157715,
1951
+ "learning_rate": 9.893145140566269e-05,
1952
+ "loss": 0.5603,
1953
+ "step": 1355
1954
+ },
1955
+ {
1956
+ "epoch": 5.539714867617108,
1957
+ "grad_norm": 0.3263765871524811,
1958
+ "learning_rate": 9.821914592834935e-05,
1959
+ "loss": 0.5604,
1960
+ "step": 1360
1961
+ },
1962
+ {
1963
+ "epoch": 5.560081466395112,
1964
+ "grad_norm": 0.3341580033302307,
1965
+ "learning_rate": 9.750693082619273e-05,
1966
+ "loss": 0.5627,
1967
+ "step": 1365
1968
+ },
1969
+ {
1970
+ "epoch": 5.580448065173116,
1971
+ "grad_norm": 0.3362567126750946,
1972
+ "learning_rate": 9.679484224283449e-05,
1973
+ "loss": 0.5595,
1974
+ "step": 1370
1975
+ },
1976
+ {
1977
+ "epoch": 5.6008146639511205,
1978
+ "grad_norm": 0.33394739031791687,
1979
+ "learning_rate": 9.608291631549574e-05,
1980
+ "loss": 0.5548,
1981
+ "step": 1375
1982
+ },
1983
+ {
1984
+ "epoch": 5.621181262729124,
1985
+ "grad_norm": 0.3413245975971222,
1986
+ "learning_rate": 9.537118917314311e-05,
1987
+ "loss": 0.5509,
1988
+ "step": 1380
1989
+ },
1990
+ {
1991
+ "epoch": 5.641547861507128,
1992
+ "grad_norm": 0.32499754428863525,
1993
+ "learning_rate": 9.46596969346551e-05,
1994
+ "loss": 0.5582,
1995
+ "step": 1385
1996
+ },
1997
+ {
1998
+ "epoch": 5.661914460285132,
1999
+ "grad_norm": 0.3440452218055725,
2000
+ "learning_rate": 9.39484757069895e-05,
2001
+ "loss": 0.5638,
2002
+ "step": 1390
2003
+ },
2004
+ {
2005
+ "epoch": 5.682281059063136,
2006
+ "grad_norm": 0.3295697271823883,
2007
+ "learning_rate": 9.323756158335053e-05,
2008
+ "loss": 0.5592,
2009
+ "step": 1395
2010
+ },
2011
+ {
2012
+ "epoch": 5.7026476578411405,
2013
+ "grad_norm": 0.32334938645362854,
2014
+ "learning_rate": 9.252699064135758e-05,
2015
+ "loss": 0.5609,
2016
+ "step": 1400
2017
+ },
2018
+ {
2019
+ "epoch": 5.723014256619145,
2020
+ "grad_norm": 0.33664849400520325,
2021
+ "learning_rate": 9.181679894121421e-05,
2022
+ "loss": 0.5584,
2023
+ "step": 1405
2024
+ },
2025
+ {
2026
+ "epoch": 5.743380855397149,
2027
+ "grad_norm": 0.3422396779060364,
2028
+ "learning_rate": 9.1107022523878e-05,
2029
+ "loss": 0.5553,
2030
+ "step": 1410
2031
+ },
2032
+ {
2033
+ "epoch": 5.763747454175153,
2034
+ "grad_norm": 0.3184050917625427,
2035
+ "learning_rate": 9.039769740923183e-05,
2036
+ "loss": 0.5604,
2037
+ "step": 1415
2038
+ },
2039
+ {
2040
+ "epoch": 5.784114052953157,
2041
+ "grad_norm": 0.326419860124588,
2042
+ "learning_rate": 8.968885959425567e-05,
2043
+ "loss": 0.5645,
2044
+ "step": 1420
2045
+ },
2046
+ {
2047
+ "epoch": 5.804480651731161,
2048
+ "grad_norm": 0.33074718713760376,
2049
+ "learning_rate": 8.898054505119989e-05,
2050
+ "loss": 0.5654,
2051
+ "step": 1425
2052
+ },
2053
+ {
2054
+ "epoch": 5.824847250509165,
2055
+ "grad_norm": 0.3398876488208771,
2056
+ "learning_rate": 8.827278972575983e-05,
2057
+ "loss": 0.5635,
2058
+ "step": 1430
2059
+ },
2060
+ {
2061
+ "epoch": 5.845213849287169,
2062
+ "grad_norm": 0.33468544483184814,
2063
+ "learning_rate": 8.756562953525152e-05,
2064
+ "loss": 0.5557,
2065
+ "step": 1435
2066
+ },
2067
+ {
2068
+ "epoch": 5.865580448065173,
2069
+ "grad_norm": 0.3315589427947998,
2070
+ "learning_rate": 8.685910036678883e-05,
2071
+ "loss": 0.5626,
2072
+ "step": 1440
2073
+ },
2074
+ {
2075
+ "epoch": 5.885947046843177,
2076
+ "grad_norm": 0.3360842764377594,
2077
+ "learning_rate": 8.615323807546258e-05,
2078
+ "loss": 0.5588,
2079
+ "step": 1445
2080
+ },
2081
+ {
2082
+ "epoch": 5.906313645621181,
2083
+ "grad_norm": 0.3325459063053131,
2084
+ "learning_rate": 8.54480784825207e-05,
2085
+ "loss": 0.5569,
2086
+ "step": 1450
2087
+ },
2088
+ {
2089
+ "epoch": 5.9266802443991855,
2090
+ "grad_norm": 0.3266001343727112,
2091
+ "learning_rate": 8.474365737355038e-05,
2092
+ "loss": 0.5617,
2093
+ "step": 1455
2094
+ },
2095
+ {
2096
+ "epoch": 5.94704684317719,
2097
+ "grad_norm": 0.3289891481399536,
2098
+ "learning_rate": 8.404001049666211e-05,
2099
+ "loss": 0.5572,
2100
+ "step": 1460
2101
+ },
2102
+ {
2103
+ "epoch": 5.967413441955194,
2104
+ "grad_norm": 0.32171157002449036,
2105
+ "learning_rate": 8.333717356067543e-05,
2106
+ "loss": 0.5571,
2107
+ "step": 1465
2108
+ },
2109
+ {
2110
+ "epoch": 5.987780040733197,
2111
+ "grad_norm": 0.3251187205314636,
2112
+ "learning_rate": 8.263518223330697e-05,
2113
+ "loss": 0.5585,
2114
+ "step": 1470
2115
+ },
2116
+ {
2117
+ "epoch": 6.0,
2118
+ "eval_loss": 1.9298146963119507,
2119
+ "eval_runtime": 0.3781,
2120
+ "eval_samples_per_second": 31.738,
2121
+ "eval_steps_per_second": 2.645,
2122
+ "step": 1473
2123
+ },
2124
+ {
2125
+ "epoch": 6.008146639511201,
2126
+ "grad_norm": 0.32297611236572266,
2127
+ "learning_rate": 8.193407213936012e-05,
2128
+ "loss": 0.5502,
2129
+ "step": 1475
2130
+ },
2131
+ {
2132
+ "epoch": 6.0285132382892055,
2133
+ "grad_norm": 0.32624468207359314,
2134
+ "learning_rate": 8.123387885891725e-05,
2135
+ "loss": 0.5355,
2136
+ "step": 1480
2137
+ },
2138
+ {
2139
+ "epoch": 6.04887983706721,
2140
+ "grad_norm": 0.34197378158569336,
2141
+ "learning_rate": 8.053463792553416e-05,
2142
+ "loss": 0.5415,
2143
+ "step": 1485
2144
+ },
2145
+ {
2146
+ "epoch": 6.069246435845214,
2147
+ "grad_norm": 0.3497610092163086,
2148
+ "learning_rate": 7.98363848244367e-05,
2149
+ "loss": 0.5418,
2150
+ "step": 1490
2151
+ },
2152
+ {
2153
+ "epoch": 6.089613034623218,
2154
+ "grad_norm": 0.35511311888694763,
2155
+ "learning_rate": 7.913915499071993e-05,
2156
+ "loss": 0.5353,
2157
+ "step": 1495
2158
+ },
2159
+ {
2160
+ "epoch": 6.109979633401222,
2161
+ "grad_norm": 0.33935195207595825,
2162
+ "learning_rate": 7.844298380755003e-05,
2163
+ "loss": 0.5371,
2164
+ "step": 1500
2165
+ },
2166
+ {
2167
+ "epoch": 6.130346232179226,
2168
+ "grad_norm": 0.33899983763694763,
2169
+ "learning_rate": 7.774790660436858e-05,
2170
+ "loss": 0.5379,
2171
+ "step": 1505
2172
+ },
2173
+ {
2174
+ "epoch": 6.1507128309572305,
2175
+ "grad_norm": 0.35454773902893066,
2176
+ "learning_rate": 7.705395865509947e-05,
2177
+ "loss": 0.5353,
2178
+ "step": 1510
2179
+ },
2180
+ {
2181
+ "epoch": 6.171079429735234,
2182
+ "grad_norm": 0.3619644045829773,
2183
+ "learning_rate": 7.636117517635912e-05,
2184
+ "loss": 0.5402,
2185
+ "step": 1515
2186
+ },
2187
+ {
2188
+ "epoch": 6.191446028513238,
2189
+ "grad_norm": 0.34515708684921265,
2190
+ "learning_rate": 7.566959132566915e-05,
2191
+ "loss": 0.5377,
2192
+ "step": 1520
2193
+ },
2194
+ {
2195
+ "epoch": 6.211812627291242,
2196
+ "grad_norm": 0.347515344619751,
2197
+ "learning_rate": 7.497924219967209e-05,
2198
+ "loss": 0.535,
2199
+ "step": 1525
2200
+ },
2201
+ {
2202
+ "epoch": 6.232179226069246,
2203
+ "grad_norm": 0.34020859003067017,
2204
+ "learning_rate": 7.429016283235053e-05,
2205
+ "loss": 0.5406,
2206
+ "step": 1530
2207
+ },
2208
+ {
2209
+ "epoch": 6.2525458248472505,
2210
+ "grad_norm": 0.34483760595321655,
2211
+ "learning_rate": 7.360238819324903e-05,
2212
+ "loss": 0.5377,
2213
+ "step": 1535
2214
+ },
2215
+ {
2216
+ "epoch": 6.272912423625255,
2217
+ "grad_norm": 0.34881579875946045,
2218
+ "learning_rate": 7.291595318569951e-05,
2219
+ "loss": 0.5372,
2220
+ "step": 1540
2221
+ },
2222
+ {
2223
+ "epoch": 6.293279022403259,
2224
+ "grad_norm": 0.37821272015571594,
2225
+ "learning_rate": 7.223089264505e-05,
2226
+ "loss": 0.5383,
2227
+ "step": 1545
2228
+ },
2229
+ {
2230
+ "epoch": 6.313645621181263,
2231
+ "grad_norm": 0.35509517788887024,
2232
+ "learning_rate": 7.154724133689677e-05,
2233
+ "loss": 0.5464,
2234
+ "step": 1550
2235
+ },
2236
+ {
2237
+ "epoch": 6.334012219959266,
2238
+ "grad_norm": 0.34138378500938416,
2239
+ "learning_rate": 7.086503395532012e-05,
2240
+ "loss": 0.5366,
2241
+ "step": 1555
2242
+ },
2243
+ {
2244
+ "epoch": 6.3543788187372705,
2245
+ "grad_norm": 0.3617904484272003,
2246
+ "learning_rate": 7.018430512112366e-05,
2247
+ "loss": 0.541,
2248
+ "step": 1560
2249
+ },
2250
+ {
2251
+ "epoch": 6.374745417515275,
2252
+ "grad_norm": 0.3442498743534088,
2253
+ "learning_rate": 6.950508938007729e-05,
2254
+ "loss": 0.5388,
2255
+ "step": 1565
2256
+ },
2257
+ {
2258
+ "epoch": 6.395112016293279,
2259
+ "grad_norm": 0.3558500111103058,
2260
+ "learning_rate": 6.88274212011642e-05,
2261
+ "loss": 0.5363,
2262
+ "step": 1570
2263
+ },
2264
+ {
2265
+ "epoch": 6.415478615071283,
2266
+ "grad_norm": 0.35669848322868347,
2267
+ "learning_rate": 6.815133497483157e-05,
2268
+ "loss": 0.5462,
2269
+ "step": 1575
2270
+ },
2271
+ {
2272
+ "epoch": 6.435845213849287,
2273
+ "grad_norm": 0.3383665084838867,
2274
+ "learning_rate": 6.74768650112453e-05,
2275
+ "loss": 0.5389,
2276
+ "step": 1580
2277
+ },
2278
+ {
2279
+ "epoch": 6.456211812627291,
2280
+ "grad_norm": 0.3450273275375366,
2281
+ "learning_rate": 6.680404553854885e-05,
2282
+ "loss": 0.5378,
2283
+ "step": 1585
2284
+ },
2285
+ {
2286
+ "epoch": 6.4765784114052956,
2287
+ "grad_norm": 0.34580737352371216,
2288
+ "learning_rate": 6.613291070112624e-05,
2289
+ "loss": 0.5401,
2290
+ "step": 1590
2291
+ },
2292
+ {
2293
+ "epoch": 6.4969450101833,
2294
+ "grad_norm": 0.34363240003585815,
2295
+ "learning_rate": 6.546349455786926e-05,
2296
+ "loss": 0.5378,
2297
+ "step": 1595
2298
+ },
2299
+ {
2300
+ "epoch": 6.517311608961304,
2301
+ "grad_norm": 0.35278892517089844,
2302
+ "learning_rate": 6.479583108044899e-05,
2303
+ "loss": 0.5387,
2304
+ "step": 1600
2305
+ },
2306
+ {
2307
+ "epoch": 6.537678207739307,
2308
+ "grad_norm": 0.36023351550102234,
2309
+ "learning_rate": 6.412995415159197e-05,
2310
+ "loss": 0.5421,
2311
+ "step": 1605
2312
+ },
2313
+ {
2314
+ "epoch": 6.558044806517311,
2315
+ "grad_norm": 0.3527635633945465,
2316
+ "learning_rate": 6.34658975633605e-05,
2317
+ "loss": 0.5469,
2318
+ "step": 1610
2319
+ },
2320
+ {
2321
+ "epoch": 6.5784114052953155,
2322
+ "grad_norm": 0.3474122881889343,
2323
+ "learning_rate": 6.28036950154379e-05,
2324
+ "loss": 0.5468,
2325
+ "step": 1615
2326
+ },
2327
+ {
2328
+ "epoch": 6.59877800407332,
2329
+ "grad_norm": 0.336265504360199,
2330
+ "learning_rate": 6.214338011341824e-05,
2331
+ "loss": 0.5459,
2332
+ "step": 1620
2333
+ },
2334
+ {
2335
+ "epoch": 6.619144602851324,
2336
+ "grad_norm": 0.3502029776573181,
2337
+ "learning_rate": 6.148498636710092e-05,
2338
+ "loss": 0.5399,
2339
+ "step": 1625
2340
+ },
2341
+ {
2342
+ "epoch": 6.639511201629328,
2343
+ "grad_norm": 0.3454211950302124,
2344
+ "learning_rate": 6.082854718879021e-05,
2345
+ "loss": 0.5376,
2346
+ "step": 1630
2347
+ },
2348
+ {
2349
+ "epoch": 6.659877800407332,
2350
+ "grad_norm": 0.3441862165927887,
2351
+ "learning_rate": 6.017409589159946e-05,
2352
+ "loss": 0.543,
2353
+ "step": 1635
2354
+ },
2355
+ {
2356
+ "epoch": 6.680244399185336,
2357
+ "grad_norm": 0.33739784359931946,
2358
+ "learning_rate": 5.952166568776062e-05,
2359
+ "loss": 0.5441,
2360
+ "step": 1640
2361
+ },
2362
+ {
2363
+ "epoch": 6.70061099796334,
2364
+ "grad_norm": 0.3396100103855133,
2365
+ "learning_rate": 5.887128968693887e-05,
2366
+ "loss": 0.5471,
2367
+ "step": 1645
2368
+ },
2369
+ {
2370
+ "epoch": 6.720977596741344,
2371
+ "grad_norm": 0.35324475169181824,
2372
+ "learning_rate": 5.822300089455211e-05,
2373
+ "loss": 0.5408,
2374
+ "step": 1650
2375
+ },
2376
+ {
2377
+ "epoch": 6.741344195519348,
2378
+ "grad_norm": 0.3377906084060669,
2379
+ "learning_rate": 5.7576832210096245e-05,
2380
+ "loss": 0.5416,
2381
+ "step": 1655
2382
+ },
2383
+ {
2384
+ "epoch": 6.761710794297352,
2385
+ "grad_norm": 0.3413607180118561,
2386
+ "learning_rate": 5.6932816425475554e-05,
2387
+ "loss": 0.5425,
2388
+ "step": 1660
2389
+ },
2390
+ {
2391
+ "epoch": 6.782077393075356,
2392
+ "grad_norm": 0.3485510051250458,
2393
+ "learning_rate": 5.629098622333837e-05,
2394
+ "loss": 0.5459,
2395
+ "step": 1665
2396
+ },
2397
+ {
2398
+ "epoch": 6.802443991853361,
2399
+ "grad_norm": 0.3555828332901001,
2400
+ "learning_rate": 5.5651374175418656e-05,
2401
+ "loss": 0.5473,
2402
+ "step": 1670
2403
+ },
2404
+ {
2405
+ "epoch": 6.822810590631365,
2406
+ "grad_norm": 0.34203040599823,
2407
+ "learning_rate": 5.5014012740883115e-05,
2408
+ "loss": 0.539,
2409
+ "step": 1675
2410
+ },
2411
+ {
2412
+ "epoch": 6.843177189409369,
2413
+ "grad_norm": 0.34898054599761963,
2414
+ "learning_rate": 5.43789342646837e-05,
2415
+ "loss": 0.5388,
2416
+ "step": 1680
2417
+ },
2418
+ {
2419
+ "epoch": 6.863543788187373,
2420
+ "grad_norm": 0.3571433126926422,
2421
+ "learning_rate": 5.37461709759165e-05,
2422
+ "loss": 0.5486,
2423
+ "step": 1685
2424
+ },
2425
+ {
2426
+ "epoch": 6.883910386965377,
2427
+ "grad_norm": 0.34400326013565063,
2428
+ "learning_rate": 5.3115754986185774e-05,
2429
+ "loss": 0.545,
2430
+ "step": 1690
2431
+ },
2432
+ {
2433
+ "epoch": 6.904276985743381,
2434
+ "grad_norm": 0.3509522080421448,
2435
+ "learning_rate": 5.248771828797474e-05,
2436
+ "loss": 0.5438,
2437
+ "step": 1695
2438
+ },
2439
+ {
2440
+ "epoch": 6.924643584521385,
2441
+ "grad_norm": 0.33699506521224976,
2442
+ "learning_rate": 5.1862092753021754e-05,
2443
+ "loss": 0.5396,
2444
+ "step": 1700
2445
+ },
2446
+ {
2447
+ "epoch": 6.945010183299389,
2448
+ "grad_norm": 0.3432750105857849,
2449
+ "learning_rate": 5.123891013070288e-05,
2450
+ "loss": 0.5468,
2451
+ "step": 1705
2452
+ },
2453
+ {
2454
+ "epoch": 6.965376782077393,
2455
+ "grad_norm": 0.3491397500038147,
2456
+ "learning_rate": 5.061820204642085e-05,
2457
+ "loss": 0.5467,
2458
+ "step": 1710
2459
+ },
2460
+ {
2461
+ "epoch": 6.985743380855397,
2462
+ "grad_norm": 0.34977835416793823,
2463
+ "learning_rate": 5.000000000000002e-05,
2464
+ "loss": 0.5413,
2465
+ "step": 1715
2466
+ },
2467
+ {
2468
+ "epoch": 6.997963340122199,
2469
+ "eval_loss": 1.9540338516235352,
2470
+ "eval_runtime": 0.3818,
2471
+ "eval_samples_per_second": 31.43,
2472
+ "eval_steps_per_second": 2.619,
2473
+ "step": 1718
2474
+ },
2475
+ {
2476
+ "epoch": 7.006109979633401,
2477
+ "grad_norm": 0.35306668281555176,
2478
+ "learning_rate": 4.938433536408771e-05,
2479
+ "loss": 0.5349,
2480
+ "step": 1720
2481
+ },
2482
+ {
2483
+ "epoch": 7.026476578411406,
2484
+ "grad_norm": 0.3659164011478424,
2485
+ "learning_rate": 4.8771239382562287e-05,
2486
+ "loss": 0.5277,
2487
+ "step": 1725
2488
+ },
2489
+ {
2490
+ "epoch": 7.04684317718941,
2491
+ "grad_norm": 0.35312947630882263,
2492
+ "learning_rate": 4.8160743168947496e-05,
2493
+ "loss": 0.5283,
2494
+ "step": 1730
2495
+ },
2496
+ {
2497
+ "epoch": 7.067209775967413,
2498
+ "grad_norm": 0.37476396560668945,
2499
+ "learning_rate": 4.755287770483349e-05,
2500
+ "loss": 0.5254,
2501
+ "step": 1735
2502
+ },
2503
+ {
2504
+ "epoch": 7.087576374745417,
2505
+ "grad_norm": 0.37969648838043213,
2506
+ "learning_rate": 4.694767383830453e-05,
2507
+ "loss": 0.5267,
2508
+ "step": 1740
2509
+ },
2510
+ {
2511
+ "epoch": 7.107942973523421,
2512
+ "grad_norm": 0.3799395263195038,
2513
+ "learning_rate": 4.634516228237372e-05,
2514
+ "loss": 0.5191,
2515
+ "step": 1745
2516
+ },
2517
+ {
2518
+ "epoch": 7.128309572301426,
2519
+ "grad_norm": 0.3764006495475769,
2520
+ "learning_rate": 4.574537361342407e-05,
2521
+ "loss": 0.5243,
2522
+ "step": 1750
2523
+ },
2524
+ {
2525
+ "epoch": 7.14867617107943,
2526
+ "grad_norm": 0.34774523973464966,
2527
+ "learning_rate": 4.514833826965705e-05,
2528
+ "loss": 0.5261,
2529
+ "step": 1755
2530
+ },
2531
+ {
2532
+ "epoch": 7.169042769857434,
2533
+ "grad_norm": 0.3704371750354767,
2534
+ "learning_rate": 4.4554086549547715e-05,
2535
+ "loss": 0.5313,
2536
+ "step": 1760
2537
+ },
2538
+ {
2539
+ "epoch": 7.189409368635438,
2540
+ "grad_norm": 0.3685317039489746,
2541
+ "learning_rate": 4.3962648610307286e-05,
2542
+ "loss": 0.5301,
2543
+ "step": 1765
2544
+ },
2545
+ {
2546
+ "epoch": 7.209775967413442,
2547
+ "grad_norm": 0.35810336470603943,
2548
+ "learning_rate": 4.337405446635264e-05,
2549
+ "loss": 0.5253,
2550
+ "step": 1770
2551
+ },
2552
+ {
2553
+ "epoch": 7.2301425661914465,
2554
+ "grad_norm": 0.3616923987865448,
2555
+ "learning_rate": 4.278833398778306e-05,
2556
+ "loss": 0.5272,
2557
+ "step": 1775
2558
+ },
2559
+ {
2560
+ "epoch": 7.25050916496945,
2561
+ "grad_norm": 0.3660266399383545,
2562
+ "learning_rate": 4.2205516898864463e-05,
2563
+ "loss": 0.5304,
2564
+ "step": 1780
2565
+ },
2566
+ {
2567
+ "epoch": 7.270875763747454,
2568
+ "grad_norm": 0.36601680517196655,
2569
+ "learning_rate": 4.1625632776521037e-05,
2570
+ "loss": 0.5327,
2571
+ "step": 1785
2572
+ },
2573
+ {
2574
+ "epoch": 7.291242362525458,
2575
+ "grad_norm": 0.36126160621643066,
2576
+ "learning_rate": 4.1048711048834033e-05,
2577
+ "loss": 0.5256,
2578
+ "step": 1790
2579
+ },
2580
+ {
2581
+ "epoch": 7.311608961303462,
2582
+ "grad_norm": 0.3732444941997528,
2583
+ "learning_rate": 4.0474780993548566e-05,
2584
+ "loss": 0.5261,
2585
+ "step": 1795
2586
+ },
2587
+ {
2588
+ "epoch": 7.3319755600814664,
2589
+ "grad_norm": 0.36716046929359436,
2590
+ "learning_rate": 3.990387173658774e-05,
2591
+ "loss": 0.53,
2592
+ "step": 1800
2593
+ },
2594
+ {
2595
+ "epoch": 7.352342158859471,
2596
+ "grad_norm": 0.3701815903186798,
2597
+ "learning_rate": 3.933601225057446e-05,
2598
+ "loss": 0.532,
2599
+ "step": 1805
2600
+ },
2601
+ {
2602
+ "epoch": 7.372708757637475,
2603
+ "grad_norm": 0.3797333836555481,
2604
+ "learning_rate": 3.8771231353361326e-05,
2605
+ "loss": 0.524,
2606
+ "step": 1810
2607
+ },
2608
+ {
2609
+ "epoch": 7.393075356415479,
2610
+ "grad_norm": 0.364581435918808,
2611
+ "learning_rate": 3.820955770656798e-05,
2612
+ "loss": 0.524,
2613
+ "step": 1815
2614
+ },
2615
+ {
2616
+ "epoch": 7.413441955193482,
2617
+ "grad_norm": 0.36119377613067627,
2618
+ "learning_rate": 3.7651019814126654e-05,
2619
+ "loss": 0.5268,
2620
+ "step": 1820
2621
+ },
2622
+ {
2623
+ "epoch": 7.433808553971486,
2624
+ "grad_norm": 0.35705694556236267,
2625
+ "learning_rate": 3.7095646020835754e-05,
2626
+ "loss": 0.524,
2627
+ "step": 1825
2628
+ },
2629
+ {
2630
+ "epoch": 7.454175152749491,
2631
+ "grad_norm": 0.3591172993183136,
2632
+ "learning_rate": 3.654346451092129e-05,
2633
+ "loss": 0.5306,
2634
+ "step": 1830
2635
+ },
2636
+ {
2637
+ "epoch": 7.474541751527495,
2638
+ "grad_norm": 0.3496874272823334,
2639
+ "learning_rate": 3.5994503306606497e-05,
2640
+ "loss": 0.5292,
2641
+ "step": 1835
2642
+ },
2643
+ {
2644
+ "epoch": 7.494908350305499,
2645
+ "grad_norm": 0.3553576171398163,
2646
+ "learning_rate": 3.544879026669005e-05,
2647
+ "loss": 0.5273,
2648
+ "step": 1840
2649
+ },
2650
+ {
2651
+ "epoch": 7.515274949083503,
2652
+ "grad_norm": 0.3603392541408539,
2653
+ "learning_rate": 3.4906353085131914e-05,
2654
+ "loss": 0.5367,
2655
+ "step": 1845
2656
+ },
2657
+ {
2658
+ "epoch": 7.535641547861507,
2659
+ "grad_norm": 0.3681369721889496,
2660
+ "learning_rate": 3.436721928964819e-05,
2661
+ "loss": 0.5243,
2662
+ "step": 1850
2663
+ },
2664
+ {
2665
+ "epoch": 7.5560081466395115,
2666
+ "grad_norm": 0.36058658361434937,
2667
+ "learning_rate": 3.383141624031408e-05,
2668
+ "loss": 0.5177,
2669
+ "step": 1855
2670
+ },
2671
+ {
2672
+ "epoch": 7.576374745417516,
2673
+ "grad_norm": 0.3690408170223236,
2674
+ "learning_rate": 3.329897112817529e-05,
2675
+ "loss": 0.5168,
2676
+ "step": 1860
2677
+ },
2678
+ {
2679
+ "epoch": 7.59674134419552,
2680
+ "grad_norm": 0.3683675229549408,
2681
+ "learning_rate": 3.276991097386831e-05,
2682
+ "loss": 0.5259,
2683
+ "step": 1865
2684
+ },
2685
+ {
2686
+ "epoch": 7.617107942973523,
2687
+ "grad_norm": 0.3538174033164978,
2688
+ "learning_rate": 3.2244262626249075e-05,
2689
+ "loss": 0.5241,
2690
+ "step": 1870
2691
+ },
2692
+ {
2693
+ "epoch": 7.637474541751527,
2694
+ "grad_norm": 0.357802152633667,
2695
+ "learning_rate": 3.172205276103033e-05,
2696
+ "loss": 0.5203,
2697
+ "step": 1875
2698
+ },
2699
+ {
2700
+ "epoch": 7.6578411405295315,
2701
+ "grad_norm": 0.3668569028377533,
2702
+ "learning_rate": 3.120330787942815e-05,
2703
+ "loss": 0.5295,
2704
+ "step": 1880
2705
+ },
2706
+ {
2707
+ "epoch": 7.678207739307536,
2708
+ "grad_norm": 0.3501560389995575,
2709
+ "learning_rate": 3.068805430681675e-05,
2710
+ "loss": 0.534,
2711
+ "step": 1885
2712
+ },
2713
+ {
2714
+ "epoch": 7.69857433808554,
2715
+ "grad_norm": 0.35364505648612976,
2716
+ "learning_rate": 3.0176318191392726e-05,
2717
+ "loss": 0.5311,
2718
+ "step": 1890
2719
+ },
2720
+ {
2721
+ "epoch": 7.718940936863544,
2722
+ "grad_norm": 0.3579385578632355,
2723
+ "learning_rate": 2.966812550284803e-05,
2724
+ "loss": 0.5261,
2725
+ "step": 1895
2726
+ },
2727
+ {
2728
+ "epoch": 7.739307535641548,
2729
+ "grad_norm": 0.3566991090774536,
2730
+ "learning_rate": 2.916350203105207e-05,
2731
+ "loss": 0.5238,
2732
+ "step": 1900
2733
+ },
2734
+ {
2735
+ "epoch": 7.7596741344195515,
2736
+ "grad_norm": 0.3725852966308594,
2737
+ "learning_rate": 2.8662473384742773e-05,
2738
+ "loss": 0.5279,
2739
+ "step": 1905
2740
+ },
2741
+ {
2742
+ "epoch": 7.780040733197556,
2743
+ "grad_norm": 0.3531646132469177,
2744
+ "learning_rate": 2.8165064990227252e-05,
2745
+ "loss": 0.5266,
2746
+ "step": 1910
2747
+ },
2748
+ {
2749
+ "epoch": 7.80040733197556,
2750
+ "grad_norm": 0.36464017629623413,
2751
+ "learning_rate": 2.76713020900912e-05,
2752
+ "loss": 0.5345,
2753
+ "step": 1915
2754
+ },
2755
+ {
2756
+ "epoch": 7.820773930753564,
2757
+ "grad_norm": 0.36327338218688965,
2758
+ "learning_rate": 2.718120974191809e-05,
2759
+ "loss": 0.5211,
2760
+ "step": 1920
2761
+ },
2762
+ {
2763
+ "epoch": 7.841140529531568,
2764
+ "grad_norm": 0.3583681583404541,
2765
+ "learning_rate": 2.669481281701739e-05,
2766
+ "loss": 0.531,
2767
+ "step": 1925
2768
+ },
2769
+ {
2770
+ "epoch": 7.861507128309572,
2771
+ "grad_norm": 0.36573490500450134,
2772
+ "learning_rate": 2.6212135999162445e-05,
2773
+ "loss": 0.5236,
2774
+ "step": 1930
2775
+ },
2776
+ {
2777
+ "epoch": 7.8818737270875765,
2778
+ "grad_norm": 0.3562600910663605,
2779
+ "learning_rate": 2.573320378333789e-05,
2780
+ "loss": 0.5273,
2781
+ "step": 1935
2782
+ },
2783
+ {
2784
+ "epoch": 7.902240325865581,
2785
+ "grad_norm": 0.3540510833263397,
2786
+ "learning_rate": 2.525804047449648e-05,
2787
+ "loss": 0.53,
2788
+ "step": 1940
2789
+ },
2790
+ {
2791
+ "epoch": 7.922606924643585,
2792
+ "grad_norm": 0.35902467370033264,
2793
+ "learning_rate": 2.478667018632562e-05,
2794
+ "loss": 0.5273,
2795
+ "step": 1945
2796
+ },
2797
+ {
2798
+ "epoch": 7.942973523421589,
2799
+ "grad_norm": 0.37109845876693726,
2800
+ "learning_rate": 2.4319116840023813e-05,
2801
+ "loss": 0.5305,
2802
+ "step": 1950
2803
+ },
2804
+ {
2805
+ "epoch": 7.963340122199592,
2806
+ "grad_norm": 0.36434054374694824,
2807
+ "learning_rate": 2.3855404163086558e-05,
2808
+ "loss": 0.5287,
2809
+ "step": 1955
2810
+ },
2811
+ {
2812
+ "epoch": 7.9837067209775965,
2813
+ "grad_norm": 0.35995838046073914,
2814
+ "learning_rate": 2.339555568810221e-05,
2815
+ "loss": 0.5295,
2816
+ "step": 1960
2817
+ },
2818
+ {
2819
+ "epoch": 8.0,
2820
+ "eval_loss": 1.981424331665039,
2821
+ "eval_runtime": 0.3785,
2822
+ "eval_samples_per_second": 31.705,
2823
+ "eval_steps_per_second": 2.642,
2824
+ "step": 1964
2825
+ },
2826
+ {
2827
+ "epoch": 8.004073319755602,
2828
+ "grad_norm": 0.3557198941707611,
2829
+ "learning_rate": 2.2939594751557802e-05,
2830
+ "loss": 0.5225,
2831
+ "step": 1965
2832
+ },
2833
+ {
2834
+ "epoch": 8.024439918533606,
2835
+ "grad_norm": 0.362589955329895,
2836
+ "learning_rate": 2.248754449265483e-05,
2837
+ "loss": 0.5222,
2838
+ "step": 1970
2839
+ },
2840
+ {
2841
+ "epoch": 8.044806517311608,
2842
+ "grad_norm": 0.36456504464149475,
2843
+ "learning_rate": 2.2039427852134788e-05,
2844
+ "loss": 0.5174,
2845
+ "step": 1975
2846
+ },
2847
+ {
2848
+ "epoch": 8.065173116089612,
2849
+ "grad_norm": 0.35784122347831726,
2850
+ "learning_rate": 2.1595267571115163e-05,
2851
+ "loss": 0.5102,
2852
+ "step": 1980
2853
+ },
2854
+ {
2855
+ "epoch": 8.085539714867616,
2856
+ "grad_norm": 0.3696603775024414,
2857
+ "learning_rate": 2.1155086189935224e-05,
2858
+ "loss": 0.5194,
2859
+ "step": 1985
2860
+ },
2861
+ {
2862
+ "epoch": 8.10590631364562,
2863
+ "grad_norm": 0.3742619454860687,
2864
+ "learning_rate": 2.0718906047012242e-05,
2865
+ "loss": 0.5176,
2866
+ "step": 1990
2867
+ },
2868
+ {
2869
+ "epoch": 8.126272912423625,
2870
+ "grad_norm": 0.368327260017395,
2871
+ "learning_rate": 2.0286749277707782e-05,
2872
+ "loss": 0.5175,
2873
+ "step": 1995
2874
+ },
2875
+ {
2876
+ "epoch": 8.146639511201629,
2877
+ "grad_norm": 0.3673515319824219,
2878
+ "learning_rate": 1.985863781320435e-05,
2879
+ "loss": 0.5188,
2880
+ "step": 2000
2881
+ },
2882
+ {
2883
+ "epoch": 8.167006109979633,
2884
+ "grad_norm": 0.3596293330192566,
2885
+ "learning_rate": 1.9434593379392562e-05,
2886
+ "loss": 0.5179,
2887
+ "step": 2005
2888
+ },
2889
+ {
2890
+ "epoch": 8.187372708757637,
2891
+ "grad_norm": 0.36756983399391174,
2892
+ "learning_rate": 1.9014637495768483e-05,
2893
+ "loss": 0.5137,
2894
+ "step": 2010
2895
+ },
2896
+ {
2897
+ "epoch": 8.207739307535642,
2898
+ "grad_norm": 0.3634319603443146,
2899
+ "learning_rate": 1.8598791474341514e-05,
2900
+ "loss": 0.5173,
2901
+ "step": 2015
2902
+ },
2903
+ {
2904
+ "epoch": 8.228105906313646,
2905
+ "grad_norm": 0.37804871797561646,
2906
+ "learning_rate": 1.8187076418552974e-05,
2907
+ "loss": 0.5177,
2908
+ "step": 2020
2909
+ },
2910
+ {
2911
+ "epoch": 8.24847250509165,
2912
+ "grad_norm": 0.3717120885848999,
2913
+ "learning_rate": 1.777951322220508e-05,
2914
+ "loss": 0.5151,
2915
+ "step": 2025
2916
+ },
2917
+ {
2918
+ "epoch": 8.268839103869654,
2919
+ "grad_norm": 0.3710237443447113,
2920
+ "learning_rate": 1.7376122568400532e-05,
2921
+ "loss": 0.5186,
2922
+ "step": 2030
2923
+ },
2924
+ {
2925
+ "epoch": 8.289205702647658,
2926
+ "grad_norm": 0.369852215051651,
2927
+ "learning_rate": 1.697692492849299e-05,
2928
+ "loss": 0.5146,
2929
+ "step": 2035
2930
+ },
2931
+ {
2932
+ "epoch": 8.309572301425662,
2933
+ "grad_norm": 0.3662493824958801,
2934
+ "learning_rate": 1.658194056104825e-05,
2935
+ "loss": 0.5163,
2936
+ "step": 2040
2937
+ },
2938
+ {
2939
+ "epoch": 8.329938900203667,
2940
+ "grad_norm": 0.3654170334339142,
2941
+ "learning_rate": 1.619118951081594e-05,
2942
+ "loss": 0.5182,
2943
+ "step": 2045
2944
+ },
2945
+ {
2946
+ "epoch": 8.35030549898167,
2947
+ "grad_norm": 0.3634709119796753,
2948
+ "learning_rate": 1.580469160771253e-05,
2949
+ "loss": 0.5182,
2950
+ "step": 2050
2951
+ },
2952
+ {
2953
+ "epoch": 8.370672097759675,
2954
+ "grad_norm": 0.3728494942188263,
2955
+ "learning_rate": 1.54224664658148e-05,
2956
+ "loss": 0.5193,
2957
+ "step": 2055
2958
+ },
2959
+ {
2960
+ "epoch": 8.391038696537677,
2961
+ "grad_norm": 0.3711146116256714,
2962
+ "learning_rate": 1.504453348236461e-05,
2963
+ "loss": 0.5183,
2964
+ "step": 2060
2965
+ },
2966
+ {
2967
+ "epoch": 8.411405295315681,
2968
+ "grad_norm": 0.36539244651794434,
2969
+ "learning_rate": 1.467091183678444e-05,
2970
+ "loss": 0.5167,
2971
+ "step": 2065
2972
+ },
2973
+ {
2974
+ "epoch": 8.431771894093686,
2975
+ "grad_norm": 0.367108017206192,
2976
+ "learning_rate": 1.430162048970407e-05,
2977
+ "loss": 0.525,
2978
+ "step": 2070
2979
+ },
2980
+ {
2981
+ "epoch": 8.45213849287169,
2982
+ "grad_norm": 0.3688015341758728,
2983
+ "learning_rate": 1.3936678181998374e-05,
2984
+ "loss": 0.5202,
2985
+ "step": 2075
2986
+ },
2987
+ {
2988
+ "epoch": 8.472505091649694,
2989
+ "grad_norm": 0.36969494819641113,
2990
+ "learning_rate": 1.357610343383634e-05,
2991
+ "loss": 0.5214,
2992
+ "step": 2080
2993
+ },
2994
+ {
2995
+ "epoch": 8.492871690427698,
2996
+ "grad_norm": 0.36953508853912354,
2997
+ "learning_rate": 1.3219914543741008e-05,
2998
+ "loss": 0.5217,
2999
+ "step": 2085
3000
+ },
3001
+ {
3002
+ "epoch": 8.513238289205702,
3003
+ "grad_norm": 0.3687889575958252,
3004
+ "learning_rate": 1.286812958766106e-05,
3005
+ "loss": 0.5153,
3006
+ "step": 2090
3007
+ },
3008
+ {
3009
+ "epoch": 8.533604887983707,
3010
+ "grad_norm": 0.36163973808288574,
3011
+ "learning_rate": 1.2520766418053408e-05,
3012
+ "loss": 0.5167,
3013
+ "step": 2095
3014
+ },
3015
+ {
3016
+ "epoch": 8.55397148676171,
3017
+ "grad_norm": 0.37320175766944885,
3018
+ "learning_rate": 1.2177842662977135e-05,
3019
+ "loss": 0.5144,
3020
+ "step": 2100
3021
+ },
3022
+ {
3023
+ "epoch": 8.574338085539715,
3024
+ "grad_norm": 0.36868005990982056,
3025
+ "learning_rate": 1.1839375725199098e-05,
3026
+ "loss": 0.5227,
3027
+ "step": 2105
3028
+ },
3029
+ {
3030
+ "epoch": 8.594704684317719,
3031
+ "grad_norm": 0.36514589190483093,
3032
+ "learning_rate": 1.1505382781310559e-05,
3033
+ "loss": 0.5157,
3034
+ "step": 2110
3035
+ },
3036
+ {
3037
+ "epoch": 8.615071283095723,
3038
+ "grad_norm": 0.3700886070728302,
3039
+ "learning_rate": 1.1175880780855608e-05,
3040
+ "loss": 0.5187,
3041
+ "step": 2115
3042
+ },
3043
+ {
3044
+ "epoch": 8.635437881873727,
3045
+ "grad_norm": 0.3674730956554413,
3046
+ "learning_rate": 1.0850886445471054e-05,
3047
+ "loss": 0.5153,
3048
+ "step": 2120
3049
+ },
3050
+ {
3051
+ "epoch": 8.655804480651732,
3052
+ "grad_norm": 0.37101948261260986,
3053
+ "learning_rate": 1.0530416268037702e-05,
3054
+ "loss": 0.5149,
3055
+ "step": 2125
3056
+ },
3057
+ {
3058
+ "epoch": 8.676171079429736,
3059
+ "grad_norm": 0.36893007159233093,
3060
+ "learning_rate": 1.021448651184349e-05,
3061
+ "loss": 0.5183,
3062
+ "step": 2130
3063
+ },
3064
+ {
3065
+ "epoch": 8.69653767820774,
3066
+ "grad_norm": 0.3680102527141571,
3067
+ "learning_rate": 9.903113209758096e-06,
3068
+ "loss": 0.5163,
3069
+ "step": 2135
3070
+ },
3071
+ {
3072
+ "epoch": 8.716904276985744,
3073
+ "grad_norm": 0.36099961400032043,
3074
+ "learning_rate": 9.596312163419274e-06,
3075
+ "loss": 0.5188,
3076
+ "step": 2140
3077
+ },
3078
+ {
3079
+ "epoch": 8.737270875763748,
3080
+ "grad_norm": 0.36749574542045593,
3081
+ "learning_rate": 9.294098942430996e-06,
3082
+ "loss": 0.5181,
3083
+ "step": 2145
3084
+ },
3085
+ {
3086
+ "epoch": 8.757637474541752,
3087
+ "grad_norm": 0.36886829137802124,
3088
+ "learning_rate": 8.99648888357335e-06,
3089
+ "loss": 0.5171,
3090
+ "step": 2150
3091
+ },
3092
+ {
3093
+ "epoch": 8.778004073319755,
3094
+ "grad_norm": 0.3683699071407318,
3095
+ "learning_rate": 8.703497090024116e-06,
3096
+ "loss": 0.5118,
3097
+ "step": 2155
3098
+ },
3099
+ {
3100
+ "epoch": 8.798370672097759,
3101
+ "grad_norm": 0.3667095899581909,
3102
+ "learning_rate": 8.415138430592428e-06,
3103
+ "loss": 0.5157,
3104
+ "step": 2160
3105
+ },
3106
+ {
3107
+ "epoch": 8.818737270875763,
3108
+ "grad_norm": 0.36200326681137085,
3109
+ "learning_rate": 8.131427538964164e-06,
3110
+ "loss": 0.5167,
3111
+ "step": 2165
3112
+ },
3113
+ {
3114
+ "epoch": 8.839103869653767,
3115
+ "grad_norm": 0.3657187521457672,
3116
+ "learning_rate": 7.852378812959227e-06,
3117
+ "loss": 0.5155,
3118
+ "step": 2170
3119
+ },
3120
+ {
3121
+ "epoch": 8.859470468431772,
3122
+ "grad_norm": 0.3640839457511902,
3123
+ "learning_rate": 7.578006413801075e-06,
3124
+ "loss": 0.5179,
3125
+ "step": 2175
3126
+ },
3127
+ {
3128
+ "epoch": 8.879837067209776,
3129
+ "grad_norm": 0.3747439980506897,
3130
+ "learning_rate": 7.308324265397836e-06,
3131
+ "loss": 0.5154,
3132
+ "step": 2180
3133
+ },
3134
+ {
3135
+ "epoch": 8.90020366598778,
3136
+ "grad_norm": 0.366439551115036,
3137
+ "learning_rate": 7.0433460536358685e-06,
3138
+ "loss": 0.5147,
3139
+ "step": 2185
3140
+ },
3141
+ {
3142
+ "epoch": 8.920570264765784,
3143
+ "grad_norm": 0.37617239356040955,
3144
+ "learning_rate": 6.783085225685148e-06,
3145
+ "loss": 0.52,
3146
+ "step": 2190
3147
+ },
3148
+ {
3149
+ "epoch": 8.940936863543788,
3150
+ "grad_norm": 0.3725389540195465,
3151
+ "learning_rate": 6.527554989316897e-06,
3152
+ "loss": 0.517,
3153
+ "step": 2195
3154
+ },
3155
+ {
3156
+ "epoch": 8.961303462321792,
3157
+ "grad_norm": 0.3703247606754303,
3158
+ "learning_rate": 6.276768312233228e-06,
3159
+ "loss": 0.52,
3160
+ "step": 2200
3161
+ },
3162
+ {
3163
+ "epoch": 8.981670061099797,
3164
+ "grad_norm": 0.35923415422439575,
3165
+ "learning_rate": 6.030737921409169e-06,
3166
+ "loss": 0.5154,
3167
+ "step": 2205
3168
+ },
3169
+ {
3170
+ "epoch": 8.9979633401222,
3171
+ "eval_loss": 1.9978961944580078,
3172
+ "eval_runtime": 0.3817,
3173
+ "eval_samples_per_second": 31.441,
3174
+ "eval_steps_per_second": 2.62,
3175
+ "step": 2209
3176
+ },
3177
+ {
3178
+ "epoch": 9.0020366598778,
3179
+ "grad_norm": 0.35924673080444336,
3180
+ "learning_rate": 5.789476302446662e-06,
3181
+ "loss": 0.5142,
3182
+ "step": 2210
3183
+ },
3184
+ {
3185
+ "epoch": 9.022403258655805,
3186
+ "grad_norm": 0.3611084818840027,
3187
+ "learning_rate": 5.552995698941088e-06,
3188
+ "loss": 0.5042,
3189
+ "step": 2215
3190
+ },
3191
+ {
3192
+ "epoch": 9.04276985743381,
3193
+ "grad_norm": 0.3653542101383209,
3194
+ "learning_rate": 5.321308111859791e-06,
3195
+ "loss": 0.514,
3196
+ "step": 2220
3197
+ },
3198
+ {
3199
+ "epoch": 9.063136456211813,
3200
+ "grad_norm": 0.36559605598449707,
3201
+ "learning_rate": 5.094425298933136e-06,
3202
+ "loss": 0.508,
3203
+ "step": 2225
3204
+ },
3205
+ {
3206
+ "epoch": 9.083503054989817,
3207
+ "grad_norm": 0.3634701669216156,
3208
+ "learning_rate": 4.872358774057806e-06,
3209
+ "loss": 0.5073,
3210
+ "step": 2230
3211
+ },
3212
+ {
3213
+ "epoch": 9.103869653767822,
3214
+ "grad_norm": 0.36651164293289185,
3215
+ "learning_rate": 4.655119806712482e-06,
3216
+ "loss": 0.5087,
3217
+ "step": 2235
3218
+ },
3219
+ {
3220
+ "epoch": 9.124236252545824,
3221
+ "grad_norm": 0.36734244227409363,
3222
+ "learning_rate": 4.442719421385922e-06,
3223
+ "loss": 0.5099,
3224
+ "step": 2240
3225
+ },
3226
+ {
3227
+ "epoch": 9.144602851323828,
3228
+ "grad_norm": 0.3621695339679718,
3229
+ "learning_rate": 4.235168397017541e-06,
3230
+ "loss": 0.5093,
3231
+ "step": 2245
3232
+ },
3233
+ {
3234
+ "epoch": 9.164969450101832,
3235
+ "grad_norm": 0.36267393827438354,
3236
+ "learning_rate": 4.0324772664503296e-06,
3237
+ "loss": 0.5087,
3238
+ "step": 2250
3239
+ },
3240
+ {
3241
+ "epoch": 9.185336048879837,
3242
+ "grad_norm": 0.36996185779571533,
3243
+ "learning_rate": 3.8346563158963785e-06,
3244
+ "loss": 0.5129,
3245
+ "step": 2255
3246
+ },
3247
+ {
3248
+ "epoch": 9.20570264765784,
3249
+ "grad_norm": 0.3650117814540863,
3250
+ "learning_rate": 3.641715584414862e-06,
3251
+ "loss": 0.5145,
3252
+ "step": 2260
3253
+ },
3254
+ {
3255
+ "epoch": 9.226069246435845,
3256
+ "grad_norm": 0.37506943941116333,
3257
+ "learning_rate": 3.453664863402595e-06,
3258
+ "loss": 0.5174,
3259
+ "step": 2265
3260
+ },
3261
+ {
3262
+ "epoch": 9.246435845213849,
3263
+ "grad_norm": 0.37266090512275696,
3264
+ "learning_rate": 3.270513696097055e-06,
3265
+ "loss": 0.5149,
3266
+ "step": 2270
3267
+ },
3268
+ {
3269
+ "epoch": 9.266802443991853,
3270
+ "grad_norm": 0.371489554643631,
3271
+ "learning_rate": 3.092271377092215e-06,
3272
+ "loss": 0.5155,
3273
+ "step": 2275
3274
+ },
3275
+ {
3276
+ "epoch": 9.287169042769857,
3277
+ "grad_norm": 0.36911362409591675,
3278
+ "learning_rate": 2.9189469518666967e-06,
3279
+ "loss": 0.5125,
3280
+ "step": 2280
3281
+ },
3282
+ {
3283
+ "epoch": 9.307535641547862,
3284
+ "grad_norm": 0.37086358666419983,
3285
+ "learning_rate": 2.7505492163248934e-06,
3286
+ "loss": 0.5116,
3287
+ "step": 2285
3288
+ },
3289
+ {
3290
+ "epoch": 9.327902240325866,
3291
+ "grad_norm": 0.37481385469436646,
3292
+ "learning_rate": 2.587086716350473e-06,
3293
+ "loss": 0.5127,
3294
+ "step": 2290
3295
+ },
3296
+ {
3297
+ "epoch": 9.34826883910387,
3298
+ "grad_norm": 0.3686206638813019,
3299
+ "learning_rate": 2.4285677473727118e-06,
3300
+ "loss": 0.5168,
3301
+ "step": 2295
3302
+ },
3303
+ {
3304
+ "epoch": 9.368635437881874,
3305
+ "grad_norm": 0.37265482544898987,
3306
+ "learning_rate": 2.2750003539455998e-06,
3307
+ "loss": 0.5067,
3308
+ "step": 2300
3309
+ },
3310
+ {
3311
+ "epoch": 9.389002036659878,
3312
+ "grad_norm": 0.36506715416908264,
3313
+ "learning_rate": 2.1263923293394774e-06,
3314
+ "loss": 0.5135,
3315
+ "step": 2305
3316
+ },
3317
+ {
3318
+ "epoch": 9.409368635437882,
3319
+ "grad_norm": 0.36821919679641724,
3320
+ "learning_rate": 1.9827512151456173e-06,
3321
+ "loss": 0.514,
3322
+ "step": 2310
3323
+ },
3324
+ {
3325
+ "epoch": 9.429735234215887,
3326
+ "grad_norm": 0.3649906814098358,
3327
+ "learning_rate": 1.8440843008934561e-06,
3328
+ "loss": 0.5127,
3329
+ "step": 2315
3330
+ },
3331
+ {
3332
+ "epoch": 9.45010183299389,
3333
+ "grad_norm": 0.36437344551086426,
3334
+ "learning_rate": 1.7103986236807313e-06,
3335
+ "loss": 0.5087,
3336
+ "step": 2320
3337
+ },
3338
+ {
3339
+ "epoch": 9.470468431771893,
3340
+ "grad_norm": 0.36268892884254456,
3341
+ "learning_rate": 1.5817009678162685e-06,
3342
+ "loss": 0.5157,
3343
+ "step": 2325
3344
+ },
3345
+ {
3346
+ "epoch": 9.490835030549897,
3347
+ "grad_norm": 0.37203824520111084,
3348
+ "learning_rate": 1.4579978644757464e-06,
3349
+ "loss": 0.5097,
3350
+ "step": 2330
3351
+ },
3352
+ {
3353
+ "epoch": 9.511201629327902,
3354
+ "grad_norm": 0.3669569492340088,
3355
+ "learning_rate": 1.339295591370271e-06,
3356
+ "loss": 0.5134,
3357
+ "step": 2335
3358
+ },
3359
+ {
3360
+ "epoch": 9.531568228105906,
3361
+ "grad_norm": 0.37304890155792236,
3362
+ "learning_rate": 1.2256001724277321e-06,
3363
+ "loss": 0.5177,
3364
+ "step": 2340
3365
+ },
3366
+ {
3367
+ "epoch": 9.55193482688391,
3368
+ "grad_norm": 0.36801040172576904,
3369
+ "learning_rate": 1.1169173774871478e-06,
3370
+ "loss": 0.5135,
3371
+ "step": 2345
3372
+ },
3373
+ {
3374
+ "epoch": 9.572301425661914,
3375
+ "grad_norm": 0.3649773895740509,
3376
+ "learning_rate": 1.013252722005842e-06,
3377
+ "loss": 0.5096,
3378
+ "step": 2350
3379
+ },
3380
+ {
3381
+ "epoch": 9.592668024439918,
3382
+ "grad_norm": 0.3708580732345581,
3383
+ "learning_rate": 9.146114667795358e-07,
3384
+ "loss": 0.5084,
3385
+ "step": 2355
3386
+ },
3387
+ {
3388
+ "epoch": 9.613034623217922,
3389
+ "grad_norm": 0.3649328351020813,
3390
+ "learning_rate": 8.209986176753948e-07,
3391
+ "loss": 0.5143,
3392
+ "step": 2360
3393
+ },
3394
+ {
3395
+ "epoch": 9.633401221995927,
3396
+ "grad_norm": 0.3666220009326935,
3397
+ "learning_rate": 7.324189253779312e-07,
3398
+ "loss": 0.508,
3399
+ "step": 2365
3400
+ },
3401
+ {
3402
+ "epoch": 9.65376782077393,
3403
+ "grad_norm": 0.36750587821006775,
3404
+ "learning_rate": 6.488768851480087e-07,
3405
+ "loss": 0.51,
3406
+ "step": 2370
3407
+ },
3408
+ {
3409
+ "epoch": 9.674134419551935,
3410
+ "grad_norm": 0.36811190843582153,
3411
+ "learning_rate": 5.703767365946466e-07,
3412
+ "loss": 0.512,
3413
+ "step": 2375
3414
+ },
3415
+ {
3416
+ "epoch": 9.69450101832994,
3417
+ "grad_norm": 0.37304404377937317,
3418
+ "learning_rate": 4.969224634598591e-07,
3419
+ "loss": 0.5131,
3420
+ "step": 2380
3421
+ },
3422
+ {
3423
+ "epoch": 9.714867617107943,
3424
+ "grad_norm": 0.37467247247695923,
3425
+ "learning_rate": 4.2851779341654964e-07,
3426
+ "loss": 0.5167,
3427
+ "step": 2385
3428
+ },
3429
+ {
3430
+ "epoch": 9.735234215885948,
3431
+ "grad_norm": 0.37464529275894165,
3432
+ "learning_rate": 3.651661978793075e-07,
3433
+ "loss": 0.5116,
3434
+ "step": 2390
3435
+ },
3436
+ {
3437
+ "epoch": 9.755600814663952,
3438
+ "grad_norm": 0.36434635519981384,
3439
+ "learning_rate": 3.068708918281926e-07,
3440
+ "loss": 0.5088,
3441
+ "step": 2395
3442
+ },
3443
+ {
3444
+ "epoch": 9.775967413441956,
3445
+ "grad_norm": 0.3670872747898102,
3446
+ "learning_rate": 2.536348336456551e-07,
3447
+ "loss": 0.5172,
3448
+ "step": 2400
3449
+ },
3450
+ {
3451
+ "epoch": 9.79633401221996,
3452
+ "grad_norm": 0.36443930864334106,
3453
+ "learning_rate": 2.054607249663665e-07,
3454
+ "loss": 0.5135,
3455
+ "step": 2405
3456
+ },
3457
+ {
3458
+ "epoch": 9.816700610997962,
3459
+ "grad_norm": 0.3700142204761505,
3460
+ "learning_rate": 1.6235101054011824e-07,
3461
+ "loss": 0.5085,
3462
+ "step": 2410
3463
+ },
3464
+ {
3465
+ "epoch": 9.837067209775967,
3466
+ "grad_norm": 0.3709539473056793,
3467
+ "learning_rate": 1.2430787810776555e-07,
3468
+ "loss": 0.5164,
3469
+ "step": 2415
3470
+ },
3471
+ {
3472
+ "epoch": 9.85743380855397,
3473
+ "grad_norm": 0.36750784516334534,
3474
+ "learning_rate": 9.133325829017158e-08,
3475
+ "loss": 0.5163,
3476
+ "step": 2420
3477
+ },
3478
+ {
3479
+ "epoch": 9.877800407331975,
3480
+ "grad_norm": 0.3683048188686371,
3481
+ "learning_rate": 6.342882449029696e-08,
3482
+ "loss": 0.5113,
3483
+ "step": 2425
3484
+ },
3485
+ {
3486
+ "epoch": 9.89816700610998,
3487
+ "grad_norm": 0.37231889367103577,
3488
+ "learning_rate": 4.059599280819004e-08,
3489
+ "loss": 0.5136,
3490
+ "step": 2430
3491
+ },
3492
+ {
3493
+ "epoch": 9.918533604887983,
3494
+ "grad_norm": 0.36660727858543396,
3495
+ "learning_rate": 2.2835921969210917e-08,
3496
+ "loss": 0.5183,
3497
+ "step": 2435
3498
+ },
3499
+ {
3500
+ "epoch": 9.938900203665987,
3501
+ "grad_norm": 0.3696270287036896,
3502
+ "learning_rate": 1.0149513265145238e-08,
3503
+ "loss": 0.5079,
3504
+ "step": 2440
3505
+ },
3506
+ {
3507
+ "epoch": 9.959266802443992,
3508
+ "grad_norm": 0.36083751916885376,
3509
+ "learning_rate": 2.5374105085518295e-09,
3510
+ "loss": 0.5151,
3511
+ "step": 2445
3512
+ },
3513
+ {
3514
+ "epoch": 9.979633401221996,
3515
+ "grad_norm": 0.3677830100059509,
3516
+ "learning_rate": 0.0,
3517
+ "loss": 0.508,
3518
+ "step": 2450
3519
+ },
3520
+ {
3521
+ "epoch": 9.979633401221996,
3522
+ "eval_loss": 2.0012366771698,
3523
+ "eval_runtime": 0.3701,
3524
+ "eval_samples_per_second": 32.425,
3525
+ "eval_steps_per_second": 2.702,
3526
+ "step": 2450
3527
+ },
3528
+ {
3529
+ "epoch": 9.979633401221996,
3530
+ "step": 2450,
3531
+ "total_flos": 6.866432485157241e+18,
3532
+ "train_loss": 0.5986210168137842,
3533
+ "train_runtime": 9994.3917,
3534
+ "train_samples_per_second": 15.694,
3535
+ "train_steps_per_second": 0.245
3536
+ }
3537
+ ],
3538
+ "logging_steps": 5,
3539
+ "max_steps": 2450,
3540
+ "num_input_tokens_seen": 0,
3541
+ "num_train_epochs": 10,
3542
+ "save_steps": 100,
3543
+ "stateful_callbacks": {
3544
+ "TrainerControl": {
3545
+ "args": {
3546
+ "should_epoch_stop": false,
3547
+ "should_evaluate": false,
3548
+ "should_log": false,
3549
+ "should_save": true,
3550
+ "should_training_stop": true
3551
+ },
3552
+ "attributes": {}
3553
+ }
3554
+ },
3555
+ "total_flos": 6.866432485157241e+18,
3556
+ "train_batch_size": 4,
3557
+ "trial_name": null,
3558
+ "trial_params": null
3559
+ }