chansung commited on
Commit
7534f13
·
verified ·
1 Parent(s): f9307a0

Model save

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B
3
+ datasets:
4
+ - generator
5
+ library_name: peft
6
+ license: llama3.1
7
+ tags:
8
+ - trl
9
+ - sft
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: llama3.1-8b-classification-gpt4o-100k
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
+ # llama3.1-8b-classification-gpt4o-100k
20
+
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.8520
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: 4
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
50
+ - total_eval_batch_size: 8
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
+ | 1.4961 | 0.9978 | 225 | 1.7708 |
61
+ | 1.3952 | 2.0 | 451 | 1.7770 |
62
+ | 1.3491 | 2.9978 | 676 | 1.7484 |
63
+ | 1.3025 | 4.0 | 902 | 1.7902 |
64
+ | 1.2904 | 4.9978 | 1127 | 1.7997 |
65
+ | 1.2729 | 6.0 | 1353 | 1.8170 |
66
+ | 1.2451 | 6.9978 | 1578 | 1.8180 |
67
+ | 1.229 | 8.0 | 1804 | 1.8372 |
68
+ | 1.2239 | 8.9978 | 2029 | 1.8482 |
69
+ | 1.2051 | 9.9778 | 2250 | 1.8520 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.12.0
75
+ - Transformers 4.44.0
76
+ - Pytorch 2.4.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:9f62c6fb341b997be00080f4a51b37b6a2f4ba37ebd81b80f5b73fb1b2f2c1c9
3
  size 54543184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86f1cfeb88fbe70e4be179ab218ab1bc579967772e41ebae9266568b845551f
3
  size 54543184
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.977827050997783,
3
+ "total_flos": 3.3259687719144e+18,
4
+ "train_loss": 1.3362829395929972,
5
+ "train_runtime": 6815.0283,
6
+ "train_samples": 92634,
7
+ "train_samples_per_second": 10.572,
8
+ "train_steps_per_second": 0.33
9
+ }
runs/Aug06_18-41-54_deep-diver-main-brown-mule-1-0-0/events.out.tfevents.1722984353.deep-diver-main-brown-mule-1-0-0.532.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74b21b8e7a6b6b3ae40b72c462d5b09412fe66ffe69804238ca688933f0e6583
3
- size 102252
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:523fef5bf7d4ec125ad2698ad5905b36871d261f579ea0eec38142b2159347ac
3
+ size 104987
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.977827050997783,
3
+ "total_flos": 3.3259687719144e+18,
4
+ "train_loss": 1.3362829395929972,
5
+ "train_runtime": 6815.0283,
6
+ "train_samples": 92634,
7
+ "train_samples_per_second": 10.572,
8
+ "train_steps_per_second": 0.33
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,3279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.977827050997783,
5
+ "eval_steps": 500,
6
+ "global_step": 2250,
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.004434589800443459,
13
+ "grad_norm": 10.587126731872559,
14
+ "learning_rate": 8.88888888888889e-07,
15
+ "loss": 3.0058,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.022172949002217297,
20
+ "grad_norm": 10.391400337219238,
21
+ "learning_rate": 4.444444444444445e-06,
22
+ "loss": 3.0384,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.04434589800443459,
27
+ "grad_norm": 10.358064651489258,
28
+ "learning_rate": 8.88888888888889e-06,
29
+ "loss": 2.9329,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.06651884700665188,
34
+ "grad_norm": 9.945845603942871,
35
+ "learning_rate": 1.3333333333333333e-05,
36
+ "loss": 2.8718,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.08869179600886919,
41
+ "grad_norm": 7.753511905670166,
42
+ "learning_rate": 1.777777777777778e-05,
43
+ "loss": 2.7228,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.11086474501108648,
48
+ "grad_norm": 3.560798406600952,
49
+ "learning_rate": 2.2222222222222223e-05,
50
+ "loss": 2.5677,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.13303769401330376,
55
+ "grad_norm": 1.3562530279159546,
56
+ "learning_rate": 2.6666666666666667e-05,
57
+ "loss": 2.4311,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.15521064301552107,
62
+ "grad_norm": 0.9185900092124939,
63
+ "learning_rate": 3.111111111111111e-05,
64
+ "loss": 2.335,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.17738359201773837,
69
+ "grad_norm": 0.7675415277481079,
70
+ "learning_rate": 3.555555555555556e-05,
71
+ "loss": 2.2184,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.19955654101995565,
76
+ "grad_norm": 0.6789694428443909,
77
+ "learning_rate": 4e-05,
78
+ "loss": 2.1433,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.22172949002217296,
83
+ "grad_norm": 0.583677351474762,
84
+ "learning_rate": 4.4444444444444447e-05,
85
+ "loss": 2.0729,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.24390243902439024,
90
+ "grad_norm": 0.5190356969833374,
91
+ "learning_rate": 4.888888888888889e-05,
92
+ "loss": 1.9766,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.2660753880266075,
97
+ "grad_norm": 0.4500294327735901,
98
+ "learning_rate": 5.333333333333333e-05,
99
+ "loss": 1.9329,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.28824833702882485,
104
+ "grad_norm": 0.4370773136615753,
105
+ "learning_rate": 5.7777777777777776e-05,
106
+ "loss": 1.8666,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.31042128603104213,
111
+ "grad_norm": 0.4395270049571991,
112
+ "learning_rate": 6.222222222222222e-05,
113
+ "loss": 1.806,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.3325942350332594,
118
+ "grad_norm": 0.3201618492603302,
119
+ "learning_rate": 6.666666666666667e-05,
120
+ "loss": 1.785,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.35476718403547675,
125
+ "grad_norm": 0.36038511991500854,
126
+ "learning_rate": 7.111111111111112e-05,
127
+ "loss": 1.7624,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.376940133037694,
132
+ "grad_norm": 0.32811540365219116,
133
+ "learning_rate": 7.555555555555556e-05,
134
+ "loss": 1.7255,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.3991130820399113,
139
+ "grad_norm": 0.3289714753627777,
140
+ "learning_rate": 8e-05,
141
+ "loss": 1.7171,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.4212860310421286,
146
+ "grad_norm": 0.3439875543117523,
147
+ "learning_rate": 8.444444444444444e-05,
148
+ "loss": 1.69,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.4434589800443459,
153
+ "grad_norm": 0.3265211880207062,
154
+ "learning_rate": 8.888888888888889e-05,
155
+ "loss": 1.6868,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.4656319290465632,
160
+ "grad_norm": 0.3699732720851898,
161
+ "learning_rate": 9.333333333333334e-05,
162
+ "loss": 1.6765,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.4878048780487805,
167
+ "grad_norm": 0.3702254891395569,
168
+ "learning_rate": 9.777777777777778e-05,
169
+ "loss": 1.6533,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.5099778270509978,
174
+ "grad_norm": 0.3689574599266052,
175
+ "learning_rate": 0.00010222222222222222,
176
+ "loss": 1.6488,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.532150776053215,
181
+ "grad_norm": 0.42295676469802856,
182
+ "learning_rate": 0.00010666666666666667,
183
+ "loss": 1.6136,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.5543237250554324,
188
+ "grad_norm": 0.4599798917770386,
189
+ "learning_rate": 0.00011111111111111112,
190
+ "loss": 1.5929,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.5764966740576497,
195
+ "grad_norm": 0.40791696310043335,
196
+ "learning_rate": 0.00011555555555555555,
197
+ "loss": 1.5782,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.5986696230598669,
202
+ "grad_norm": 0.5501047372817993,
203
+ "learning_rate": 0.00012,
204
+ "loss": 1.5679,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.6208425720620843,
209
+ "grad_norm": 0.4360973536968231,
210
+ "learning_rate": 0.00012444444444444444,
211
+ "loss": 1.5719,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.6430155210643016,
216
+ "grad_norm": 0.6553646922111511,
217
+ "learning_rate": 0.00012888888888888892,
218
+ "loss": 1.5643,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.6651884700665188,
223
+ "grad_norm": 0.6760438680648804,
224
+ "learning_rate": 0.00013333333333333334,
225
+ "loss": 1.5642,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.6873614190687362,
230
+ "grad_norm": 0.6198329329490662,
231
+ "learning_rate": 0.0001377777777777778,
232
+ "loss": 1.5522,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.7095343680709535,
237
+ "grad_norm": 0.5623511672019958,
238
+ "learning_rate": 0.00014222222222222224,
239
+ "loss": 1.5425,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.7317073170731707,
244
+ "grad_norm": 0.4507710337638855,
245
+ "learning_rate": 0.00014666666666666666,
246
+ "loss": 1.52,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.753880266075388,
251
+ "grad_norm": 0.4668518602848053,
252
+ "learning_rate": 0.0001511111111111111,
253
+ "loss": 1.5275,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.7760532150776053,
258
+ "grad_norm": 0.40650302171707153,
259
+ "learning_rate": 0.00015555555555555556,
260
+ "loss": 1.5356,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.7982261640798226,
265
+ "grad_norm": 0.47852110862731934,
266
+ "learning_rate": 0.00016,
267
+ "loss": 1.5367,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.8203991130820399,
272
+ "grad_norm": 0.41115882992744446,
273
+ "learning_rate": 0.00016444444444444444,
274
+ "loss": 1.5142,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.8425720620842572,
279
+ "grad_norm": 0.48749256134033203,
280
+ "learning_rate": 0.00016888888888888889,
281
+ "loss": 1.5132,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.8647450110864745,
286
+ "grad_norm": 0.45032379031181335,
287
+ "learning_rate": 0.00017333333333333334,
288
+ "loss": 1.4971,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.8869179600886918,
293
+ "grad_norm": 0.4163128435611725,
294
+ "learning_rate": 0.00017777777777777779,
295
+ "loss": 1.511,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.9090909090909091,
300
+ "grad_norm": 0.43136799335479736,
301
+ "learning_rate": 0.00018222222222222224,
302
+ "loss": 1.4945,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.9312638580931264,
307
+ "grad_norm": 0.4096197783946991,
308
+ "learning_rate": 0.0001866666666666667,
309
+ "loss": 1.4786,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.9534368070953437,
314
+ "grad_norm": 0.5415340065956116,
315
+ "learning_rate": 0.00019111111111111114,
316
+ "loss": 1.4733,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.975609756097561,
321
+ "grad_norm": 0.5372570753097534,
322
+ "learning_rate": 0.00019555555555555556,
323
+ "loss": 1.4994,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.9977827050997783,
328
+ "grad_norm": 0.4384077787399292,
329
+ "learning_rate": 0.0002,
330
+ "loss": 1.4961,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.9977827050997783,
335
+ "eval_loss": 1.770818829536438,
336
+ "eval_runtime": 0.3325,
337
+ "eval_samples_per_second": 3.008,
338
+ "eval_steps_per_second": 3.008,
339
+ "step": 225
340
+ },
341
+ {
342
+ "epoch": 1.0199556541019956,
343
+ "grad_norm": 0.592540979385376,
344
+ "learning_rate": 0.00019999699144797678,
345
+ "loss": 1.4664,
346
+ "step": 230
347
+ },
348
+ {
349
+ "epoch": 1.042128603104213,
350
+ "grad_norm": 0.4885026514530182,
351
+ "learning_rate": 0.00019998796597293477,
352
+ "loss": 1.4644,
353
+ "step": 235
354
+ },
355
+ {
356
+ "epoch": 1.06430155210643,
357
+ "grad_norm": 0.3968167006969452,
358
+ "learning_rate": 0.00019997292411794618,
359
+ "loss": 1.4751,
360
+ "step": 240
361
+ },
362
+ {
363
+ "epoch": 1.0864745011086474,
364
+ "grad_norm": 0.37674403190612793,
365
+ "learning_rate": 0.00019995186678809513,
366
+ "loss": 1.4596,
367
+ "step": 245
368
+ },
369
+ {
370
+ "epoch": 1.1086474501108647,
371
+ "grad_norm": 0.4001663029193878,
372
+ "learning_rate": 0.00019992479525042303,
373
+ "loss": 1.4788,
374
+ "step": 250
375
+ },
376
+ {
377
+ "epoch": 1.130820399113082,
378
+ "grad_norm": 0.3921445608139038,
379
+ "learning_rate": 0.0001998917111338525,
380
+ "loss": 1.4625,
381
+ "step": 255
382
+ },
383
+ {
384
+ "epoch": 1.1529933481152994,
385
+ "grad_norm": 0.3944418132305145,
386
+ "learning_rate": 0.00019985261642908918,
387
+ "loss": 1.4488,
388
+ "step": 260
389
+ },
390
+ {
391
+ "epoch": 1.1751662971175167,
392
+ "grad_norm": 0.4203372001647949,
393
+ "learning_rate": 0.00019980751348850219,
394
+ "loss": 1.4565,
395
+ "step": 265
396
+ },
397
+ {
398
+ "epoch": 1.1973392461197339,
399
+ "grad_norm": 0.4535711109638214,
400
+ "learning_rate": 0.00019975640502598244,
401
+ "loss": 1.4549,
402
+ "step": 270
403
+ },
404
+ {
405
+ "epoch": 1.2195121951219512,
406
+ "grad_norm": 0.41691839694976807,
407
+ "learning_rate": 0.0001996992941167792,
408
+ "loss": 1.432,
409
+ "step": 275
410
+ },
411
+ {
412
+ "epoch": 1.2416851441241685,
413
+ "grad_norm": 0.38892751932144165,
414
+ "learning_rate": 0.00019963618419731538,
415
+ "loss": 1.4378,
416
+ "step": 280
417
+ },
418
+ {
419
+ "epoch": 1.2638580931263859,
420
+ "grad_norm": 0.3704243302345276,
421
+ "learning_rate": 0.00019956707906498044,
422
+ "loss": 1.4547,
423
+ "step": 285
424
+ },
425
+ {
426
+ "epoch": 1.2860310421286032,
427
+ "grad_norm": 0.4061298668384552,
428
+ "learning_rate": 0.00019949198287790213,
429
+ "loss": 1.4309,
430
+ "step": 290
431
+ },
432
+ {
433
+ "epoch": 1.3082039911308203,
434
+ "grad_norm": 0.41798922419548035,
435
+ "learning_rate": 0.00019941090015469613,
436
+ "loss": 1.4253,
437
+ "step": 295
438
+ },
439
+ {
440
+ "epoch": 1.3303769401330376,
441
+ "grad_norm": 0.4110168516635895,
442
+ "learning_rate": 0.00019932383577419432,
443
+ "loss": 1.4368,
444
+ "step": 300
445
+ },
446
+ {
447
+ "epoch": 1.352549889135255,
448
+ "grad_norm": 0.43604379892349243,
449
+ "learning_rate": 0.00019923079497515098,
450
+ "loss": 1.429,
451
+ "step": 305
452
+ },
453
+ {
454
+ "epoch": 1.3747228381374723,
455
+ "grad_norm": 0.3890831172466278,
456
+ "learning_rate": 0.00019913178335592783,
457
+ "loss": 1.4165,
458
+ "step": 310
459
+ },
460
+ {
461
+ "epoch": 1.3968957871396896,
462
+ "grad_norm": 0.3936193585395813,
463
+ "learning_rate": 0.00019902680687415705,
464
+ "loss": 1.4299,
465
+ "step": 315
466
+ },
467
+ {
468
+ "epoch": 1.4190687361419068,
469
+ "grad_norm": 0.4455225467681885,
470
+ "learning_rate": 0.00019891587184638272,
471
+ "loss": 1.4098,
472
+ "step": 320
473
+ },
474
+ {
475
+ "epoch": 1.441241685144124,
476
+ "grad_norm": 0.3836926817893982,
477
+ "learning_rate": 0.00019879898494768093,
478
+ "loss": 1.4046,
479
+ "step": 325
480
+ },
481
+ {
482
+ "epoch": 1.4634146341463414,
483
+ "grad_norm": 0.41238486766815186,
484
+ "learning_rate": 0.00019867615321125795,
485
+ "loss": 1.42,
486
+ "step": 330
487
+ },
488
+ {
489
+ "epoch": 1.4855875831485588,
490
+ "grad_norm": 0.3580898940563202,
491
+ "learning_rate": 0.00019854738402802716,
492
+ "loss": 1.4199,
493
+ "step": 335
494
+ },
495
+ {
496
+ "epoch": 1.507760532150776,
497
+ "grad_norm": 0.3761023283004761,
498
+ "learning_rate": 0.00019841268514616433,
499
+ "loss": 1.4222,
500
+ "step": 340
501
+ },
502
+ {
503
+ "epoch": 1.5299334811529932,
504
+ "grad_norm": 0.3899005055427551,
505
+ "learning_rate": 0.00019827206467064133,
506
+ "loss": 1.4159,
507
+ "step": 345
508
+ },
509
+ {
510
+ "epoch": 1.5521064301552108,
511
+ "grad_norm": 0.38497841358184814,
512
+ "learning_rate": 0.00019812553106273847,
513
+ "loss": 1.4089,
514
+ "step": 350
515
+ },
516
+ {
517
+ "epoch": 1.5742793791574279,
518
+ "grad_norm": 0.3658756911754608,
519
+ "learning_rate": 0.00019797309313953541,
520
+ "loss": 1.4181,
521
+ "step": 355
522
+ },
523
+ {
524
+ "epoch": 1.5964523281596452,
525
+ "grad_norm": 0.3782854378223419,
526
+ "learning_rate": 0.00019781476007338058,
527
+ "loss": 1.4143,
528
+ "step": 360
529
+ },
530
+ {
531
+ "epoch": 1.6186252771618626,
532
+ "grad_norm": 0.5063923001289368,
533
+ "learning_rate": 0.0001976505413913393,
534
+ "loss": 1.4154,
535
+ "step": 365
536
+ },
537
+ {
538
+ "epoch": 1.6407982261640797,
539
+ "grad_norm": 0.38294726610183716,
540
+ "learning_rate": 0.00019748044697462058,
541
+ "loss": 1.4268,
542
+ "step": 370
543
+ },
544
+ {
545
+ "epoch": 1.6629711751662972,
546
+ "grad_norm": 0.35021841526031494,
547
+ "learning_rate": 0.00019730448705798239,
548
+ "loss": 1.4065,
549
+ "step": 375
550
+ },
551
+ {
552
+ "epoch": 1.6851441241685143,
553
+ "grad_norm": 0.3741037845611572,
554
+ "learning_rate": 0.00019712267222911606,
555
+ "loss": 1.4079,
556
+ "step": 380
557
+ },
558
+ {
559
+ "epoch": 1.7073170731707317,
560
+ "grad_norm": 0.3381967842578888,
561
+ "learning_rate": 0.00019693501342800892,
562
+ "loss": 1.4137,
563
+ "step": 385
564
+ },
565
+ {
566
+ "epoch": 1.729490022172949,
567
+ "grad_norm": 0.38490810990333557,
568
+ "learning_rate": 0.00019674152194628638,
569
+ "loss": 1.4005,
570
+ "step": 390
571
+ },
572
+ {
573
+ "epoch": 1.7516629711751663,
574
+ "grad_norm": 0.36805257201194763,
575
+ "learning_rate": 0.0001965422094265322,
576
+ "loss": 1.3987,
577
+ "step": 395
578
+ },
579
+ {
580
+ "epoch": 1.7738359201773837,
581
+ "grad_norm": 0.3764079213142395,
582
+ "learning_rate": 0.00019633708786158806,
583
+ "loss": 1.4124,
584
+ "step": 400
585
+ },
586
+ {
587
+ "epoch": 1.7960088691796008,
588
+ "grad_norm": 0.3698968291282654,
589
+ "learning_rate": 0.0001961261695938319,
590
+ "loss": 1.4082,
591
+ "step": 405
592
+ },
593
+ {
594
+ "epoch": 1.8181818181818183,
595
+ "grad_norm": 0.38398101925849915,
596
+ "learning_rate": 0.0001959094673144354,
597
+ "loss": 1.3864,
598
+ "step": 410
599
+ },
600
+ {
601
+ "epoch": 1.8403547671840355,
602
+ "grad_norm": 0.3575521409511566,
603
+ "learning_rate": 0.00019568699406260015,
604
+ "loss": 1.3982,
605
+ "step": 415
606
+ },
607
+ {
608
+ "epoch": 1.8625277161862528,
609
+ "grad_norm": 0.4014054834842682,
610
+ "learning_rate": 0.0001954587632247732,
611
+ "loss": 1.3862,
612
+ "step": 420
613
+ },
614
+ {
615
+ "epoch": 1.8847006651884701,
616
+ "grad_norm": 0.42844465374946594,
617
+ "learning_rate": 0.00019522478853384155,
618
+ "loss": 1.4102,
619
+ "step": 425
620
+ },
621
+ {
622
+ "epoch": 1.9068736141906872,
623
+ "grad_norm": 0.43658122420310974,
624
+ "learning_rate": 0.00019498508406830576,
625
+ "loss": 1.4125,
626
+ "step": 430
627
+ },
628
+ {
629
+ "epoch": 1.9290465631929048,
630
+ "grad_norm": 0.37285885214805603,
631
+ "learning_rate": 0.00019473966425143292,
632
+ "loss": 1.3878,
633
+ "step": 435
634
+ },
635
+ {
636
+ "epoch": 1.951219512195122,
637
+ "grad_norm": 0.39875471591949463,
638
+ "learning_rate": 0.0001944885438503888,
639
+ "loss": 1.3991,
640
+ "step": 440
641
+ },
642
+ {
643
+ "epoch": 1.9733924611973392,
644
+ "grad_norm": 0.384593665599823,
645
+ "learning_rate": 0.00019423173797534924,
646
+ "loss": 1.3938,
647
+ "step": 445
648
+ },
649
+ {
650
+ "epoch": 1.9955654101995566,
651
+ "grad_norm": 0.4125775098800659,
652
+ "learning_rate": 0.00019396926207859084,
653
+ "loss": 1.3952,
654
+ "step": 450
655
+ },
656
+ {
657
+ "epoch": 2.0,
658
+ "eval_loss": 1.7769551277160645,
659
+ "eval_runtime": 0.3268,
660
+ "eval_samples_per_second": 3.06,
661
+ "eval_steps_per_second": 3.06,
662
+ "step": 451
663
+ },
664
+ {
665
+ "epoch": 2.0177383592017737,
666
+ "grad_norm": 0.40251436829566956,
667
+ "learning_rate": 0.0001937011319535615,
668
+ "loss": 1.3874,
669
+ "step": 455
670
+ },
671
+ {
672
+ "epoch": 2.0399113082039912,
673
+ "grad_norm": 0.4194943904876709,
674
+ "learning_rate": 0.00019342736373392975,
675
+ "loss": 1.3625,
676
+ "step": 460
677
+ },
678
+ {
679
+ "epoch": 2.0620842572062084,
680
+ "grad_norm": 0.3550240099430084,
681
+ "learning_rate": 0.00019314797389261424,
682
+ "loss": 1.3776,
683
+ "step": 465
684
+ },
685
+ {
686
+ "epoch": 2.084257206208426,
687
+ "grad_norm": 0.360365629196167,
688
+ "learning_rate": 0.00019286297924079243,
689
+ "loss": 1.3611,
690
+ "step": 470
691
+ },
692
+ {
693
+ "epoch": 2.106430155210643,
694
+ "grad_norm": 0.39108407497406006,
695
+ "learning_rate": 0.00019257239692688907,
696
+ "loss": 1.3671,
697
+ "step": 475
698
+ },
699
+ {
700
+ "epoch": 2.12860310421286,
701
+ "grad_norm": 0.4020346701145172,
702
+ "learning_rate": 0.00019227624443554425,
703
+ "loss": 1.3647,
704
+ "step": 480
705
+ },
706
+ {
707
+ "epoch": 2.1507760532150777,
708
+ "grad_norm": 0.3887872099876404,
709
+ "learning_rate": 0.00019197453958656158,
710
+ "loss": 1.346,
711
+ "step": 485
712
+ },
713
+ {
714
+ "epoch": 2.172949002217295,
715
+ "grad_norm": 0.374032199382782,
716
+ "learning_rate": 0.00019166730053383568,
717
+ "loss": 1.3442,
718
+ "step": 490
719
+ },
720
+ {
721
+ "epoch": 2.1951219512195124,
722
+ "grad_norm": 0.3590153157711029,
723
+ "learning_rate": 0.0001913545457642601,
724
+ "loss": 1.3695,
725
+ "step": 495
726
+ },
727
+ {
728
+ "epoch": 2.2172949002217295,
729
+ "grad_norm": 0.3909887969493866,
730
+ "learning_rate": 0.0001910362940966147,
731
+ "loss": 1.3629,
732
+ "step": 500
733
+ },
734
+ {
735
+ "epoch": 2.2394678492239466,
736
+ "grad_norm": 0.35918113589286804,
737
+ "learning_rate": 0.00019071256468043338,
738
+ "loss": 1.3759,
739
+ "step": 505
740
+ },
741
+ {
742
+ "epoch": 2.261640798226164,
743
+ "grad_norm": 0.3407536447048187,
744
+ "learning_rate": 0.00019038337699485208,
745
+ "loss": 1.3631,
746
+ "step": 510
747
+ },
748
+ {
749
+ "epoch": 2.2838137472283813,
750
+ "grad_norm": 0.3984699845314026,
751
+ "learning_rate": 0.00019004875084743624,
752
+ "loss": 1.3561,
753
+ "step": 515
754
+ },
755
+ {
756
+ "epoch": 2.305986696230599,
757
+ "grad_norm": 0.4278836250305176,
758
+ "learning_rate": 0.00018970870637298934,
759
+ "loss": 1.3511,
760
+ "step": 520
761
+ },
762
+ {
763
+ "epoch": 2.328159645232816,
764
+ "grad_norm": 0.3488403260707855,
765
+ "learning_rate": 0.00018936326403234125,
766
+ "loss": 1.3579,
767
+ "step": 525
768
+ },
769
+ {
770
+ "epoch": 2.3503325942350335,
771
+ "grad_norm": 0.3680429756641388,
772
+ "learning_rate": 0.00018901244461111695,
773
+ "loss": 1.3565,
774
+ "step": 530
775
+ },
776
+ {
777
+ "epoch": 2.3725055432372506,
778
+ "grad_norm": 0.34674274921417236,
779
+ "learning_rate": 0.00018865626921848615,
780
+ "loss": 1.363,
781
+ "step": 535
782
+ },
783
+ {
784
+ "epoch": 2.3946784922394677,
785
+ "grad_norm": 0.404840886592865,
786
+ "learning_rate": 0.00018829475928589271,
787
+ "loss": 1.3662,
788
+ "step": 540
789
+ },
790
+ {
791
+ "epoch": 2.4168514412416853,
792
+ "grad_norm": 0.3971501588821411,
793
+ "learning_rate": 0.00018792793656576543,
794
+ "loss": 1.3684,
795
+ "step": 545
796
+ },
797
+ {
798
+ "epoch": 2.4390243902439024,
799
+ "grad_norm": 0.4021252393722534,
800
+ "learning_rate": 0.0001875558231302091,
801
+ "loss": 1.3597,
802
+ "step": 550
803
+ },
804
+ {
805
+ "epoch": 2.4611973392461195,
806
+ "grad_norm": 0.49484843015670776,
807
+ "learning_rate": 0.00018717844136967624,
808
+ "loss": 1.3632,
809
+ "step": 555
810
+ },
811
+ {
812
+ "epoch": 2.483370288248337,
813
+ "grad_norm": 0.425786554813385,
814
+ "learning_rate": 0.00018679581399162008,
815
+ "loss": 1.3433,
816
+ "step": 560
817
+ },
818
+ {
819
+ "epoch": 2.505543237250554,
820
+ "grad_norm": 0.35825788974761963,
821
+ "learning_rate": 0.00018640796401912807,
822
+ "loss": 1.3605,
823
+ "step": 565
824
+ },
825
+ {
826
+ "epoch": 2.5277161862527717,
827
+ "grad_norm": 0.3355163335800171,
828
+ "learning_rate": 0.00018601491478953657,
829
+ "loss": 1.355,
830
+ "step": 570
831
+ },
832
+ {
833
+ "epoch": 2.549889135254989,
834
+ "grad_norm": 0.3719523251056671,
835
+ "learning_rate": 0.00018561668995302667,
836
+ "loss": 1.3596,
837
+ "step": 575
838
+ },
839
+ {
840
+ "epoch": 2.5720620842572064,
841
+ "grad_norm": 0.37250471115112305,
842
+ "learning_rate": 0.00018521331347120114,
843
+ "loss": 1.3569,
844
+ "step": 580
845
+ },
846
+ {
847
+ "epoch": 2.5942350332594235,
848
+ "grad_norm": 0.3406711518764496,
849
+ "learning_rate": 0.0001848048096156426,
850
+ "loss": 1.3493,
851
+ "step": 585
852
+ },
853
+ {
854
+ "epoch": 2.6164079822616406,
855
+ "grad_norm": 0.3547060489654541,
856
+ "learning_rate": 0.00018439120296645308,
857
+ "loss": 1.3702,
858
+ "step": 590
859
+ },
860
+ {
861
+ "epoch": 2.638580931263858,
862
+ "grad_norm": 0.3630983531475067,
863
+ "learning_rate": 0.000183972518410775,
864
+ "loss": 1.3761,
865
+ "step": 595
866
+ },
867
+ {
868
+ "epoch": 2.6607538802660753,
869
+ "grad_norm": 0.36963704228401184,
870
+ "learning_rate": 0.00018354878114129367,
871
+ "loss": 1.3614,
872
+ "step": 600
873
+ },
874
+ {
875
+ "epoch": 2.682926829268293,
876
+ "grad_norm": 0.3835570812225342,
877
+ "learning_rate": 0.00018312001665472146,
878
+ "loss": 1.3464,
879
+ "step": 605
880
+ },
881
+ {
882
+ "epoch": 2.70509977827051,
883
+ "grad_norm": 0.33551275730133057,
884
+ "learning_rate": 0.00018268625075026375,
885
+ "loss": 1.338,
886
+ "step": 610
887
+ },
888
+ {
889
+ "epoch": 2.7272727272727275,
890
+ "grad_norm": 0.34833574295043945,
891
+ "learning_rate": 0.00018224750952806624,
892
+ "loss": 1.3413,
893
+ "step": 615
894
+ },
895
+ {
896
+ "epoch": 2.7494456762749446,
897
+ "grad_norm": 0.3694487512111664,
898
+ "learning_rate": 0.00018180381938764478,
899
+ "loss": 1.3616,
900
+ "step": 620
901
+ },
902
+ {
903
+ "epoch": 2.7716186252771617,
904
+ "grad_norm": 0.36651611328125,
905
+ "learning_rate": 0.00018135520702629675,
906
+ "loss": 1.3556,
907
+ "step": 625
908
+ },
909
+ {
910
+ "epoch": 2.7937915742793793,
911
+ "grad_norm": 0.36336463689804077,
912
+ "learning_rate": 0.00018090169943749476,
913
+ "loss": 1.3505,
914
+ "step": 630
915
+ },
916
+ {
917
+ "epoch": 2.8159645232815964,
918
+ "grad_norm": 0.3422740399837494,
919
+ "learning_rate": 0.00018044332390926223,
920
+ "loss": 1.3473,
921
+ "step": 635
922
+ },
923
+ {
924
+ "epoch": 2.8381374722838135,
925
+ "grad_norm": 0.32323065400123596,
926
+ "learning_rate": 0.0001799801080225316,
927
+ "loss": 1.3328,
928
+ "step": 640
929
+ },
930
+ {
931
+ "epoch": 2.860310421286031,
932
+ "grad_norm": 0.32829082012176514,
933
+ "learning_rate": 0.0001795120796494848,
934
+ "loss": 1.3483,
935
+ "step": 645
936
+ },
937
+ {
938
+ "epoch": 2.882483370288248,
939
+ "grad_norm": 0.3510291576385498,
940
+ "learning_rate": 0.00017903926695187595,
941
+ "loss": 1.3489,
942
+ "step": 650
943
+ },
944
+ {
945
+ "epoch": 2.9046563192904657,
946
+ "grad_norm": 0.36246925592422485,
947
+ "learning_rate": 0.000178561698379337,
948
+ "loss": 1.3463,
949
+ "step": 655
950
+ },
951
+ {
952
+ "epoch": 2.926829268292683,
953
+ "grad_norm": 0.3481374680995941,
954
+ "learning_rate": 0.00017807940266766593,
955
+ "loss": 1.358,
956
+ "step": 660
957
+ },
958
+ {
959
+ "epoch": 2.9490022172949004,
960
+ "grad_norm": 0.32869285345077515,
961
+ "learning_rate": 0.00017759240883709744,
962
+ "loss": 1.3644,
963
+ "step": 665
964
+ },
965
+ {
966
+ "epoch": 2.9711751662971175,
967
+ "grad_norm": 0.3213963806629181,
968
+ "learning_rate": 0.00017710074619055707,
969
+ "loss": 1.3428,
970
+ "step": 670
971
+ },
972
+ {
973
+ "epoch": 2.9933481152993346,
974
+ "grad_norm": 0.3256833553314209,
975
+ "learning_rate": 0.0001766044443118978,
976
+ "loss": 1.3491,
977
+ "step": 675
978
+ },
979
+ {
980
+ "epoch": 2.9977827050997785,
981
+ "eval_loss": 1.7484476566314697,
982
+ "eval_runtime": 0.3309,
983
+ "eval_samples_per_second": 3.022,
984
+ "eval_steps_per_second": 3.022,
985
+ "step": 676
986
+ },
987
+ {
988
+ "epoch": 3.015521064301552,
989
+ "grad_norm": 0.34128889441490173,
990
+ "learning_rate": 0.00017610353306412007,
991
+ "loss": 1.3328,
992
+ "step": 680
993
+ },
994
+ {
995
+ "epoch": 3.0376940133037693,
996
+ "grad_norm": 0.34881681203842163,
997
+ "learning_rate": 0.0001755980425875748,
998
+ "loss": 1.3193,
999
+ "step": 685
1000
+ },
1001
+ {
1002
+ "epoch": 3.059866962305987,
1003
+ "grad_norm": 0.3570633828639984,
1004
+ "learning_rate": 0.00017508800329814995,
1005
+ "loss": 1.3245,
1006
+ "step": 690
1007
+ },
1008
+ {
1009
+ "epoch": 3.082039911308204,
1010
+ "grad_norm": 0.33681634068489075,
1011
+ "learning_rate": 0.00017457344588544017,
1012
+ "loss": 1.3074,
1013
+ "step": 695
1014
+ },
1015
+ {
1016
+ "epoch": 3.104212860310421,
1017
+ "grad_norm": 0.34801220893859863,
1018
+ "learning_rate": 0.00017405440131090048,
1019
+ "loss": 1.3033,
1020
+ "step": 700
1021
+ },
1022
+ {
1023
+ "epoch": 3.1263858093126387,
1024
+ "grad_norm": 0.34218576550483704,
1025
+ "learning_rate": 0.0001735309008059829,
1026
+ "loss": 1.3135,
1027
+ "step": 705
1028
+ },
1029
+ {
1030
+ "epoch": 3.1485587583148558,
1031
+ "grad_norm": 0.37351498007774353,
1032
+ "learning_rate": 0.00017300297587025747,
1033
+ "loss": 1.3212,
1034
+ "step": 710
1035
+ },
1036
+ {
1037
+ "epoch": 3.1707317073170733,
1038
+ "grad_norm": 0.3948318064212799,
1039
+ "learning_rate": 0.00017247065826951695,
1040
+ "loss": 1.3142,
1041
+ "step": 715
1042
+ },
1043
+ {
1044
+ "epoch": 3.1929046563192904,
1045
+ "grad_norm": 0.35082143545150757,
1046
+ "learning_rate": 0.0001719339800338651,
1047
+ "loss": 1.3088,
1048
+ "step": 720
1049
+ },
1050
+ {
1051
+ "epoch": 3.2150776053215075,
1052
+ "grad_norm": 0.34117066860198975,
1053
+ "learning_rate": 0.00017139297345578994,
1054
+ "loss": 1.3219,
1055
+ "step": 725
1056
+ },
1057
+ {
1058
+ "epoch": 3.237250554323725,
1059
+ "grad_norm": 0.35672473907470703,
1060
+ "learning_rate": 0.00017084767108822,
1061
+ "loss": 1.3296,
1062
+ "step": 730
1063
+ },
1064
+ {
1065
+ "epoch": 3.259423503325942,
1066
+ "grad_norm": 0.37271085381507874,
1067
+ "learning_rate": 0.0001702981057425662,
1068
+ "loss": 1.3428,
1069
+ "step": 735
1070
+ },
1071
+ {
1072
+ "epoch": 3.2815964523281598,
1073
+ "grad_norm": 0.38227108120918274,
1074
+ "learning_rate": 0.00016974431048674715,
1075
+ "loss": 1.327,
1076
+ "step": 740
1077
+ },
1078
+ {
1079
+ "epoch": 3.303769401330377,
1080
+ "grad_norm": 0.34224027395248413,
1081
+ "learning_rate": 0.00016918631864319957,
1082
+ "loss": 1.3148,
1083
+ "step": 745
1084
+ },
1085
+ {
1086
+ "epoch": 3.3259423503325944,
1087
+ "grad_norm": 0.3518960177898407,
1088
+ "learning_rate": 0.0001686241637868734,
1089
+ "loss": 1.3175,
1090
+ "step": 750
1091
+ },
1092
+ {
1093
+ "epoch": 3.3481152993348116,
1094
+ "grad_norm": 0.3325146734714508,
1095
+ "learning_rate": 0.00016805787974321105,
1096
+ "loss": 1.2974,
1097
+ "step": 755
1098
+ },
1099
+ {
1100
+ "epoch": 3.3702882483370287,
1101
+ "grad_norm": 0.34566330909729004,
1102
+ "learning_rate": 0.00016748750058611278,
1103
+ "loss": 1.3285,
1104
+ "step": 760
1105
+ },
1106
+ {
1107
+ "epoch": 3.3924611973392462,
1108
+ "grad_norm": 0.4051843285560608,
1109
+ "learning_rate": 0.00016691306063588583,
1110
+ "loss": 1.3045,
1111
+ "step": 765
1112
+ },
1113
+ {
1114
+ "epoch": 3.4146341463414633,
1115
+ "grad_norm": 0.36097583174705505,
1116
+ "learning_rate": 0.00016633459445717974,
1117
+ "loss": 1.3254,
1118
+ "step": 770
1119
+ },
1120
+ {
1121
+ "epoch": 3.436807095343681,
1122
+ "grad_norm": 0.36703112721443176,
1123
+ "learning_rate": 0.0001657521368569064,
1124
+ "loss": 1.3131,
1125
+ "step": 775
1126
+ },
1127
+ {
1128
+ "epoch": 3.458980044345898,
1129
+ "grad_norm": 0.3478531539440155,
1130
+ "learning_rate": 0.00016516572288214552,
1131
+ "loss": 1.3242,
1132
+ "step": 780
1133
+ },
1134
+ {
1135
+ "epoch": 3.481152993348115,
1136
+ "grad_norm": 0.34251999855041504,
1137
+ "learning_rate": 0.00016457538781803623,
1138
+ "loss": 1.3092,
1139
+ "step": 785
1140
+ },
1141
+ {
1142
+ "epoch": 3.5033259423503327,
1143
+ "grad_norm": 0.3575889766216278,
1144
+ "learning_rate": 0.00016398116718565348,
1145
+ "loss": 1.3022,
1146
+ "step": 790
1147
+ },
1148
+ {
1149
+ "epoch": 3.52549889135255,
1150
+ "grad_norm": 0.36192360520362854,
1151
+ "learning_rate": 0.00016338309673987101,
1152
+ "loss": 1.316,
1153
+ "step": 795
1154
+ },
1155
+ {
1156
+ "epoch": 3.5476718403547673,
1157
+ "grad_norm": 0.3578505218029022,
1158
+ "learning_rate": 0.00016278121246720987,
1159
+ "loss": 1.3237,
1160
+ "step": 800
1161
+ },
1162
+ {
1163
+ "epoch": 3.5698447893569845,
1164
+ "grad_norm": 0.34649041295051575,
1165
+ "learning_rate": 0.0001621755505836729,
1166
+ "loss": 1.317,
1167
+ "step": 805
1168
+ },
1169
+ {
1170
+ "epoch": 3.5920177383592016,
1171
+ "grad_norm": 0.36542415618896484,
1172
+ "learning_rate": 0.0001615661475325658,
1173
+ "loss": 1.3146,
1174
+ "step": 810
1175
+ },
1176
+ {
1177
+ "epoch": 3.614190687361419,
1178
+ "grad_norm": 0.352225124835968,
1179
+ "learning_rate": 0.00016095303998230433,
1180
+ "loss": 1.3146,
1181
+ "step": 815
1182
+ },
1183
+ {
1184
+ "epoch": 3.6363636363636362,
1185
+ "grad_norm": 0.336407333612442,
1186
+ "learning_rate": 0.00016033626482420758,
1187
+ "loss": 1.3344,
1188
+ "step": 820
1189
+ },
1190
+ {
1191
+ "epoch": 3.658536585365854,
1192
+ "grad_norm": 0.3517133295536041,
1193
+ "learning_rate": 0.00015971585917027862,
1194
+ "loss": 1.3175,
1195
+ "step": 825
1196
+ },
1197
+ {
1198
+ "epoch": 3.680709534368071,
1199
+ "grad_norm": 0.3601805567741394,
1200
+ "learning_rate": 0.00015909186035097111,
1201
+ "loss": 1.3143,
1202
+ "step": 830
1203
+ },
1204
+ {
1205
+ "epoch": 3.7028824833702885,
1206
+ "grad_norm": 0.33734479546546936,
1207
+ "learning_rate": 0.0001584643059129433,
1208
+ "loss": 1.3187,
1209
+ "step": 835
1210
+ },
1211
+ {
1212
+ "epoch": 3.7250554323725056,
1213
+ "grad_norm": 0.3447887897491455,
1214
+ "learning_rate": 0.00015783323361679864,
1215
+ "loss": 1.3058,
1216
+ "step": 840
1217
+ },
1218
+ {
1219
+ "epoch": 3.7472283813747227,
1220
+ "grad_norm": 0.332766056060791,
1221
+ "learning_rate": 0.00015719868143481384,
1222
+ "loss": 1.3096,
1223
+ "step": 845
1224
+ },
1225
+ {
1226
+ "epoch": 3.7694013303769403,
1227
+ "grad_norm": 0.348834753036499,
1228
+ "learning_rate": 0.00015656068754865387,
1229
+ "loss": 1.3168,
1230
+ "step": 850
1231
+ },
1232
+ {
1233
+ "epoch": 3.7915742793791574,
1234
+ "grad_norm": 0.35416728258132935,
1235
+ "learning_rate": 0.0001559192903470747,
1236
+ "loss": 1.3226,
1237
+ "step": 855
1238
+ },
1239
+ {
1240
+ "epoch": 3.8137472283813745,
1241
+ "grad_norm": 0.360474556684494,
1242
+ "learning_rate": 0.00015527452842361327,
1243
+ "loss": 1.3109,
1244
+ "step": 860
1245
+ },
1246
+ {
1247
+ "epoch": 3.835920177383592,
1248
+ "grad_norm": 0.33958253264427185,
1249
+ "learning_rate": 0.0001546264405742654,
1250
+ "loss": 1.3182,
1251
+ "step": 865
1252
+ },
1253
+ {
1254
+ "epoch": 3.858093126385809,
1255
+ "grad_norm": 0.35495725274086,
1256
+ "learning_rate": 0.0001539750657951513,
1257
+ "loss": 1.3166,
1258
+ "step": 870
1259
+ },
1260
+ {
1261
+ "epoch": 3.8802660753880267,
1262
+ "grad_norm": 0.3402771055698395,
1263
+ "learning_rate": 0.00015332044328016914,
1264
+ "loss": 1.3271,
1265
+ "step": 875
1266
+ },
1267
+ {
1268
+ "epoch": 3.902439024390244,
1269
+ "grad_norm": 0.3348073661327362,
1270
+ "learning_rate": 0.00015266261241863674,
1271
+ "loss": 1.3155,
1272
+ "step": 880
1273
+ },
1274
+ {
1275
+ "epoch": 3.9246119733924614,
1276
+ "grad_norm": 0.3448599576950073,
1277
+ "learning_rate": 0.00015200161279292155,
1278
+ "loss": 1.3353,
1279
+ "step": 885
1280
+ },
1281
+ {
1282
+ "epoch": 3.9467849223946785,
1283
+ "grad_norm": 0.34724217653274536,
1284
+ "learning_rate": 0.00015133748417605876,
1285
+ "loss": 1.3302,
1286
+ "step": 890
1287
+ },
1288
+ {
1289
+ "epoch": 3.9689578713968956,
1290
+ "grad_norm": 0.3367406725883484,
1291
+ "learning_rate": 0.00015067026652935823,
1292
+ "loss": 1.3155,
1293
+ "step": 895
1294
+ },
1295
+ {
1296
+ "epoch": 3.991130820399113,
1297
+ "grad_norm": 0.33979812264442444,
1298
+ "learning_rate": 0.00015000000000000001,
1299
+ "loss": 1.3025,
1300
+ "step": 900
1301
+ },
1302
+ {
1303
+ "epoch": 4.0,
1304
+ "eval_loss": 1.7902376651763916,
1305
+ "eval_runtime": 0.3268,
1306
+ "eval_samples_per_second": 3.06,
1307
+ "eval_steps_per_second": 3.06,
1308
+ "step": 902
1309
+ },
1310
+ {
1311
+ "epoch": 4.013303769401331,
1312
+ "grad_norm": 0.3638916313648224,
1313
+ "learning_rate": 0.00014932672491861854,
1314
+ "loss": 1.2902,
1315
+ "step": 905
1316
+ },
1317
+ {
1318
+ "epoch": 4.035476718403547,
1319
+ "grad_norm": 0.33381396532058716,
1320
+ "learning_rate": 0.000148650481796876,
1321
+ "loss": 1.2739,
1322
+ "step": 910
1323
+ },
1324
+ {
1325
+ "epoch": 4.057649667405765,
1326
+ "grad_norm": 0.3387119472026825,
1327
+ "learning_rate": 0.00014797131132502465,
1328
+ "loss": 1.2744,
1329
+ "step": 915
1330
+ },
1331
+ {
1332
+ "epoch": 4.0798226164079825,
1333
+ "grad_norm": 0.3494380712509155,
1334
+ "learning_rate": 0.00014728925436945838,
1335
+ "loss": 1.2835,
1336
+ "step": 920
1337
+ },
1338
+ {
1339
+ "epoch": 4.101995565410199,
1340
+ "grad_norm": 0.3876653015613556,
1341
+ "learning_rate": 0.0001466043519702539,
1342
+ "loss": 1.294,
1343
+ "step": 925
1344
+ },
1345
+ {
1346
+ "epoch": 4.124168514412417,
1347
+ "grad_norm": 0.3451765477657318,
1348
+ "learning_rate": 0.00014591664533870118,
1349
+ "loss": 1.2773,
1350
+ "step": 930
1351
+ },
1352
+ {
1353
+ "epoch": 4.146341463414634,
1354
+ "grad_norm": 0.34489771723747253,
1355
+ "learning_rate": 0.00014522617585482377,
1356
+ "loss": 1.2798,
1357
+ "step": 935
1358
+ },
1359
+ {
1360
+ "epoch": 4.168514412416852,
1361
+ "grad_norm": 0.3645501136779785,
1362
+ "learning_rate": 0.00014453298506488896,
1363
+ "loss": 1.2822,
1364
+ "step": 940
1365
+ },
1366
+ {
1367
+ "epoch": 4.1906873614190685,
1368
+ "grad_norm": 0.3511221706867218,
1369
+ "learning_rate": 0.00014383711467890774,
1370
+ "loss": 1.2959,
1371
+ "step": 945
1372
+ },
1373
+ {
1374
+ "epoch": 4.212860310421286,
1375
+ "grad_norm": 0.34734046459198,
1376
+ "learning_rate": 0.00014313860656812536,
1377
+ "loss": 1.2804,
1378
+ "step": 950
1379
+ },
1380
+ {
1381
+ "epoch": 4.235033259423504,
1382
+ "grad_norm": 0.34553733468055725,
1383
+ "learning_rate": 0.00014243750276250153,
1384
+ "loss": 1.2938,
1385
+ "step": 955
1386
+ },
1387
+ {
1388
+ "epoch": 4.25720620842572,
1389
+ "grad_norm": 0.3475314676761627,
1390
+ "learning_rate": 0.0001417338454481818,
1391
+ "loss": 1.2882,
1392
+ "step": 960
1393
+ },
1394
+ {
1395
+ "epoch": 4.279379157427938,
1396
+ "grad_norm": 0.3424859941005707,
1397
+ "learning_rate": 0.00014102767696495884,
1398
+ "loss": 1.2957,
1399
+ "step": 965
1400
+ },
1401
+ {
1402
+ "epoch": 4.301552106430155,
1403
+ "grad_norm": 0.35711121559143066,
1404
+ "learning_rate": 0.00014031903980372504,
1405
+ "loss": 1.3019,
1406
+ "step": 970
1407
+ },
1408
+ {
1409
+ "epoch": 4.323725055432373,
1410
+ "grad_norm": 0.3883892595767975,
1411
+ "learning_rate": 0.0001396079766039157,
1412
+ "loss": 1.2627,
1413
+ "step": 975
1414
+ },
1415
+ {
1416
+ "epoch": 4.34589800443459,
1417
+ "grad_norm": 0.3351362347602844,
1418
+ "learning_rate": 0.00013889453015094338,
1419
+ "loss": 1.2894,
1420
+ "step": 980
1421
+ },
1422
+ {
1423
+ "epoch": 4.368070953436807,
1424
+ "grad_norm": 0.35356107354164124,
1425
+ "learning_rate": 0.0001381787433736235,
1426
+ "loss": 1.2972,
1427
+ "step": 985
1428
+ },
1429
+ {
1430
+ "epoch": 4.390243902439025,
1431
+ "grad_norm": 0.34767022728919983,
1432
+ "learning_rate": 0.00013746065934159123,
1433
+ "loss": 1.2728,
1434
+ "step": 990
1435
+ },
1436
+ {
1437
+ "epoch": 4.412416851441241,
1438
+ "grad_norm": 0.35094380378723145,
1439
+ "learning_rate": 0.00013674032126270982,
1440
+ "loss": 1.2875,
1441
+ "step": 995
1442
+ },
1443
+ {
1444
+ "epoch": 4.434589800443459,
1445
+ "grad_norm": 0.342939555644989,
1446
+ "learning_rate": 0.00013601777248047105,
1447
+ "loss": 1.2851,
1448
+ "step": 1000
1449
+ },
1450
+ {
1451
+ "epoch": 4.4567627494456765,
1452
+ "grad_norm": 0.37955859303474426,
1453
+ "learning_rate": 0.00013529305647138687,
1454
+ "loss": 1.2848,
1455
+ "step": 1005
1456
+ },
1457
+ {
1458
+ "epoch": 4.478935698447893,
1459
+ "grad_norm": 0.3524990677833557,
1460
+ "learning_rate": 0.00013456621684237367,
1461
+ "loss": 1.2889,
1462
+ "step": 1010
1463
+ },
1464
+ {
1465
+ "epoch": 4.501108647450111,
1466
+ "grad_norm": 0.354220986366272,
1467
+ "learning_rate": 0.00013383729732812814,
1468
+ "loss": 1.2989,
1469
+ "step": 1015
1470
+ },
1471
+ {
1472
+ "epoch": 4.523281596452328,
1473
+ "grad_norm": 0.34707173705101013,
1474
+ "learning_rate": 0.0001331063417884958,
1475
+ "loss": 1.2899,
1476
+ "step": 1020
1477
+ },
1478
+ {
1479
+ "epoch": 4.545454545454545,
1480
+ "grad_norm": 0.358018159866333,
1481
+ "learning_rate": 0.00013237339420583212,
1482
+ "loss": 1.2926,
1483
+ "step": 1025
1484
+ },
1485
+ {
1486
+ "epoch": 4.5676274944567625,
1487
+ "grad_norm": 0.3700306713581085,
1488
+ "learning_rate": 0.00013163849868235564,
1489
+ "loss": 1.2942,
1490
+ "step": 1030
1491
+ },
1492
+ {
1493
+ "epoch": 4.58980044345898,
1494
+ "grad_norm": 0.38958704471588135,
1495
+ "learning_rate": 0.00013090169943749476,
1496
+ "loss": 1.2684,
1497
+ "step": 1035
1498
+ },
1499
+ {
1500
+ "epoch": 4.611973392461198,
1501
+ "grad_norm": 0.34153124690055847,
1502
+ "learning_rate": 0.00013016304080522656,
1503
+ "loss": 1.2885,
1504
+ "step": 1040
1505
+ },
1506
+ {
1507
+ "epoch": 4.634146341463414,
1508
+ "grad_norm": 0.3536767363548279,
1509
+ "learning_rate": 0.00012942256723140952,
1510
+ "loss": 1.299,
1511
+ "step": 1045
1512
+ },
1513
+ {
1514
+ "epoch": 4.656319290465632,
1515
+ "grad_norm": 0.34350860118865967,
1516
+ "learning_rate": 0.00012868032327110904,
1517
+ "loss": 1.2869,
1518
+ "step": 1050
1519
+ },
1520
+ {
1521
+ "epoch": 4.678492239467849,
1522
+ "grad_norm": 0.3380618691444397,
1523
+ "learning_rate": 0.00012793635358591645,
1524
+ "loss": 1.2935,
1525
+ "step": 1055
1526
+ },
1527
+ {
1528
+ "epoch": 4.700665188470067,
1529
+ "grad_norm": 0.3540153205394745,
1530
+ "learning_rate": 0.00012719070294126182,
1531
+ "loss": 1.2875,
1532
+ "step": 1060
1533
+ },
1534
+ {
1535
+ "epoch": 4.722838137472284,
1536
+ "grad_norm": 0.33930808305740356,
1537
+ "learning_rate": 0.00012644341620372023,
1538
+ "loss": 1.285,
1539
+ "step": 1065
1540
+ },
1541
+ {
1542
+ "epoch": 4.745011086474501,
1543
+ "grad_norm": 0.38791534304618835,
1544
+ "learning_rate": 0.00012569453833831222,
1545
+ "loss": 1.2695,
1546
+ "step": 1070
1547
+ },
1548
+ {
1549
+ "epoch": 4.767184035476719,
1550
+ "grad_norm": 0.34770122170448303,
1551
+ "learning_rate": 0.00012494411440579814,
1552
+ "loss": 1.3086,
1553
+ "step": 1075
1554
+ },
1555
+ {
1556
+ "epoch": 4.789356984478935,
1557
+ "grad_norm": 0.3471126854419708,
1558
+ "learning_rate": 0.00012419218955996676,
1559
+ "loss": 1.2935,
1560
+ "step": 1080
1561
+ },
1562
+ {
1563
+ "epoch": 4.811529933481153,
1564
+ "grad_norm": 0.33490991592407227,
1565
+ "learning_rate": 0.00012343880904491848,
1566
+ "loss": 1.2831,
1567
+ "step": 1085
1568
+ },
1569
+ {
1570
+ "epoch": 4.8337028824833705,
1571
+ "grad_norm": 0.3470149040222168,
1572
+ "learning_rate": 0.0001226840181923427,
1573
+ "loss": 1.2775,
1574
+ "step": 1090
1575
+ },
1576
+ {
1577
+ "epoch": 4.855875831485587,
1578
+ "grad_norm": 0.33513540029525757,
1579
+ "learning_rate": 0.00012192786241879033,
1580
+ "loss": 1.2868,
1581
+ "step": 1095
1582
+ },
1583
+ {
1584
+ "epoch": 4.878048780487805,
1585
+ "grad_norm": 0.3534790873527527,
1586
+ "learning_rate": 0.0001211703872229411,
1587
+ "loss": 1.3015,
1588
+ "step": 1100
1589
+ },
1590
+ {
1591
+ "epoch": 4.900221729490022,
1592
+ "grad_norm": 0.42340680956840515,
1593
+ "learning_rate": 0.00012041163818286559,
1594
+ "loss": 1.2753,
1595
+ "step": 1105
1596
+ },
1597
+ {
1598
+ "epoch": 4.922394678492239,
1599
+ "grad_norm": 0.343871146440506,
1600
+ "learning_rate": 0.00011965166095328301,
1601
+ "loss": 1.2776,
1602
+ "step": 1110
1603
+ },
1604
+ {
1605
+ "epoch": 4.9445676274944566,
1606
+ "grad_norm": 0.3540928363800049,
1607
+ "learning_rate": 0.00011889050126281405,
1608
+ "loss": 1.3005,
1609
+ "step": 1115
1610
+ },
1611
+ {
1612
+ "epoch": 4.966740576496674,
1613
+ "grad_norm": 0.3478156626224518,
1614
+ "learning_rate": 0.00011812820491122918,
1615
+ "loss": 1.2888,
1616
+ "step": 1120
1617
+ },
1618
+ {
1619
+ "epoch": 4.988913525498892,
1620
+ "grad_norm": 0.35215553641319275,
1621
+ "learning_rate": 0.00011736481776669306,
1622
+ "loss": 1.2904,
1623
+ "step": 1125
1624
+ },
1625
+ {
1626
+ "epoch": 4.9977827050997785,
1627
+ "eval_loss": 1.79966139793396,
1628
+ "eval_runtime": 0.3309,
1629
+ "eval_samples_per_second": 3.022,
1630
+ "eval_steps_per_second": 3.022,
1631
+ "step": 1127
1632
+ },
1633
+ {
1634
+ "epoch": 5.011086474501108,
1635
+ "grad_norm": 0.36425259709358215,
1636
+ "learning_rate": 0.00011660038576300443,
1637
+ "loss": 1.2833,
1638
+ "step": 1130
1639
+ },
1640
+ {
1641
+ "epoch": 5.033259423503326,
1642
+ "grad_norm": 0.36249682307243347,
1643
+ "learning_rate": 0.00011583495489683229,
1644
+ "loss": 1.2641,
1645
+ "step": 1135
1646
+ },
1647
+ {
1648
+ "epoch": 5.0554323725055434,
1649
+ "grad_norm": 0.35734277963638306,
1650
+ "learning_rate": 0.00011506857122494831,
1651
+ "loss": 1.2565,
1652
+ "step": 1140
1653
+ },
1654
+ {
1655
+ "epoch": 5.07760532150776,
1656
+ "grad_norm": 0.3540472686290741,
1657
+ "learning_rate": 0.00011430128086145542,
1658
+ "loss": 1.2788,
1659
+ "step": 1145
1660
+ },
1661
+ {
1662
+ "epoch": 5.099778270509978,
1663
+ "grad_norm": 0.3659023940563202,
1664
+ "learning_rate": 0.00011353312997501313,
1665
+ "loss": 1.2464,
1666
+ "step": 1150
1667
+ },
1668
+ {
1669
+ "epoch": 5.121951219512195,
1670
+ "grad_norm": 0.3884827494621277,
1671
+ "learning_rate": 0.00011276416478605949,
1672
+ "loss": 1.2621,
1673
+ "step": 1155
1674
+ },
1675
+ {
1676
+ "epoch": 5.144124168514413,
1677
+ "grad_norm": 0.35218942165374756,
1678
+ "learning_rate": 0.00011199443156402998,
1679
+ "loss": 1.2643,
1680
+ "step": 1160
1681
+ },
1682
+ {
1683
+ "epoch": 5.1662971175166295,
1684
+ "grad_norm": 0.35376182198524475,
1685
+ "learning_rate": 0.0001112239766245735,
1686
+ "loss": 1.25,
1687
+ "step": 1165
1688
+ },
1689
+ {
1690
+ "epoch": 5.188470066518847,
1691
+ "grad_norm": 0.3779812455177307,
1692
+ "learning_rate": 0.00011045284632676536,
1693
+ "loss": 1.2623,
1694
+ "step": 1170
1695
+ },
1696
+ {
1697
+ "epoch": 5.210643015521065,
1698
+ "grad_norm": 0.40983307361602783,
1699
+ "learning_rate": 0.00010968108707031792,
1700
+ "loss": 1.2573,
1701
+ "step": 1175
1702
+ },
1703
+ {
1704
+ "epoch": 5.232815964523281,
1705
+ "grad_norm": 0.36376869678497314,
1706
+ "learning_rate": 0.00010890874529278865,
1707
+ "loss": 1.2556,
1708
+ "step": 1180
1709
+ },
1710
+ {
1711
+ "epoch": 5.254988913525499,
1712
+ "grad_norm": 0.36532121896743774,
1713
+ "learning_rate": 0.00010813586746678583,
1714
+ "loss": 1.2672,
1715
+ "step": 1185
1716
+ },
1717
+ {
1718
+ "epoch": 5.277161862527716,
1719
+ "grad_norm": 0.3567180633544922,
1720
+ "learning_rate": 0.00010736250009717247,
1721
+ "loss": 1.2623,
1722
+ "step": 1190
1723
+ },
1724
+ {
1725
+ "epoch": 5.299334811529933,
1726
+ "grad_norm": 0.3723650276660919,
1727
+ "learning_rate": 0.00010658868971826785,
1728
+ "loss": 1.2609,
1729
+ "step": 1195
1730
+ },
1731
+ {
1732
+ "epoch": 5.321507760532151,
1733
+ "grad_norm": 0.36513036489486694,
1734
+ "learning_rate": 0.00010581448289104758,
1735
+ "loss": 1.2605,
1736
+ "step": 1200
1737
+ },
1738
+ {
1739
+ "epoch": 5.343680709534368,
1740
+ "grad_norm": 0.34975701570510864,
1741
+ "learning_rate": 0.00010503992620034202,
1742
+ "loss": 1.258,
1743
+ "step": 1205
1744
+ },
1745
+ {
1746
+ "epoch": 5.365853658536586,
1747
+ "grad_norm": 0.3734095096588135,
1748
+ "learning_rate": 0.00010426506625203307,
1749
+ "loss": 1.2722,
1750
+ "step": 1210
1751
+ },
1752
+ {
1753
+ "epoch": 5.388026607538802,
1754
+ "grad_norm": 0.3856619596481323,
1755
+ "learning_rate": 0.00010348994967025012,
1756
+ "loss": 1.2637,
1757
+ "step": 1215
1758
+ },
1759
+ {
1760
+ "epoch": 5.41019955654102,
1761
+ "grad_norm": 0.37565699219703674,
1762
+ "learning_rate": 0.0001027146230945643,
1763
+ "loss": 1.2559,
1764
+ "step": 1220
1765
+ },
1766
+ {
1767
+ "epoch": 5.4323725055432375,
1768
+ "grad_norm": 0.37365949153900146,
1769
+ "learning_rate": 0.00010193913317718244,
1770
+ "loss": 1.2604,
1771
+ "step": 1225
1772
+ },
1773
+ {
1774
+ "epoch": 5.454545454545454,
1775
+ "grad_norm": 0.35709646344184875,
1776
+ "learning_rate": 0.00010116352658013973,
1777
+ "loss": 1.2677,
1778
+ "step": 1230
1779
+ },
1780
+ {
1781
+ "epoch": 5.476718403547672,
1782
+ "grad_norm": 0.3517821133136749,
1783
+ "learning_rate": 0.00010038784997249205,
1784
+ "loss": 1.2496,
1785
+ "step": 1235
1786
+ },
1787
+ {
1788
+ "epoch": 5.498891352549889,
1789
+ "grad_norm": 0.37304961681365967,
1790
+ "learning_rate": 9.961215002750799e-05,
1791
+ "loss": 1.2818,
1792
+ "step": 1240
1793
+ },
1794
+ {
1795
+ "epoch": 5.521064301552107,
1796
+ "grad_norm": 0.3745460510253906,
1797
+ "learning_rate": 9.883647341986032e-05,
1798
+ "loss": 1.2817,
1799
+ "step": 1245
1800
+ },
1801
+ {
1802
+ "epoch": 5.5432372505543235,
1803
+ "grad_norm": 0.35062116384506226,
1804
+ "learning_rate": 9.806086682281758e-05,
1805
+ "loss": 1.2515,
1806
+ "step": 1250
1807
+ },
1808
+ {
1809
+ "epoch": 5.565410199556541,
1810
+ "grad_norm": 0.3595265746116638,
1811
+ "learning_rate": 9.728537690543572e-05,
1812
+ "loss": 1.2665,
1813
+ "step": 1255
1814
+ },
1815
+ {
1816
+ "epoch": 5.587583148558759,
1817
+ "grad_norm": 0.36035382747650146,
1818
+ "learning_rate": 9.651005032974994e-05,
1819
+ "loss": 1.2578,
1820
+ "step": 1260
1821
+ },
1822
+ {
1823
+ "epoch": 5.609756097560975,
1824
+ "grad_norm": 0.3572876751422882,
1825
+ "learning_rate": 9.573493374796693e-05,
1826
+ "loss": 1.2488,
1827
+ "step": 1265
1828
+ },
1829
+ {
1830
+ "epoch": 5.631929046563193,
1831
+ "grad_norm": 0.3515053391456604,
1832
+ "learning_rate": 9.496007379965801e-05,
1833
+ "loss": 1.2483,
1834
+ "step": 1270
1835
+ },
1836
+ {
1837
+ "epoch": 5.65410199556541,
1838
+ "grad_norm": 0.36254850029945374,
1839
+ "learning_rate": 9.418551710895243e-05,
1840
+ "loss": 1.2709,
1841
+ "step": 1275
1842
+ },
1843
+ {
1844
+ "epoch": 5.676274944567627,
1845
+ "grad_norm": 0.36927610635757446,
1846
+ "learning_rate": 9.341131028173214e-05,
1847
+ "loss": 1.2587,
1848
+ "step": 1280
1849
+ },
1850
+ {
1851
+ "epoch": 5.698447893569845,
1852
+ "grad_norm": 0.38191670179367065,
1853
+ "learning_rate": 9.263749990282754e-05,
1854
+ "loss": 1.2712,
1855
+ "step": 1285
1856
+ },
1857
+ {
1858
+ "epoch": 5.720620842572062,
1859
+ "grad_norm": 0.376602441072464,
1860
+ "learning_rate": 9.186413253321418e-05,
1861
+ "loss": 1.2758,
1862
+ "step": 1290
1863
+ },
1864
+ {
1865
+ "epoch": 5.74279379157428,
1866
+ "grad_norm": 0.3506106734275818,
1867
+ "learning_rate": 9.10912547072114e-05,
1868
+ "loss": 1.2704,
1869
+ "step": 1295
1870
+ },
1871
+ {
1872
+ "epoch": 5.764966740576496,
1873
+ "grad_norm": 0.38899239897727966,
1874
+ "learning_rate": 9.03189129296821e-05,
1875
+ "loss": 1.2454,
1876
+ "step": 1300
1877
+ },
1878
+ {
1879
+ "epoch": 5.787139689578714,
1880
+ "grad_norm": 0.34721580147743225,
1881
+ "learning_rate": 8.954715367323468e-05,
1882
+ "loss": 1.2823,
1883
+ "step": 1305
1884
+ },
1885
+ {
1886
+ "epoch": 5.8093126385809315,
1887
+ "grad_norm": 0.37420088052749634,
1888
+ "learning_rate": 8.877602337542655e-05,
1889
+ "loss": 1.2583,
1890
+ "step": 1310
1891
+ },
1892
+ {
1893
+ "epoch": 5.831485587583149,
1894
+ "grad_norm": 0.3575841784477234,
1895
+ "learning_rate": 8.800556843597002e-05,
1896
+ "loss": 1.2654,
1897
+ "step": 1315
1898
+ },
1899
+ {
1900
+ "epoch": 5.853658536585366,
1901
+ "grad_norm": 0.36751991510391235,
1902
+ "learning_rate": 8.723583521394054e-05,
1903
+ "loss": 1.259,
1904
+ "step": 1320
1905
+ },
1906
+ {
1907
+ "epoch": 5.875831485587583,
1908
+ "grad_norm": 0.41278401017189026,
1909
+ "learning_rate": 8.646687002498692e-05,
1910
+ "loss": 1.2639,
1911
+ "step": 1325
1912
+ },
1913
+ {
1914
+ "epoch": 5.898004434589801,
1915
+ "grad_norm": 0.36573198437690735,
1916
+ "learning_rate": 8.569871913854458e-05,
1917
+ "loss": 1.2682,
1918
+ "step": 1330
1919
+ },
1920
+ {
1921
+ "epoch": 5.9201773835920175,
1922
+ "grad_norm": 0.3588218092918396,
1923
+ "learning_rate": 8.49314287750517e-05,
1924
+ "loss": 1.2461,
1925
+ "step": 1335
1926
+ },
1927
+ {
1928
+ "epoch": 5.942350332594235,
1929
+ "grad_norm": 0.3589507043361664,
1930
+ "learning_rate": 8.416504510316773e-05,
1931
+ "loss": 1.2569,
1932
+ "step": 1340
1933
+ },
1934
+ {
1935
+ "epoch": 5.964523281596453,
1936
+ "grad_norm": 0.3812873959541321,
1937
+ "learning_rate": 8.339961423699562e-05,
1938
+ "loss": 1.2496,
1939
+ "step": 1345
1940
+ },
1941
+ {
1942
+ "epoch": 5.986696230598669,
1943
+ "grad_norm": 0.35918959975242615,
1944
+ "learning_rate": 8.263518223330697e-05,
1945
+ "loss": 1.2729,
1946
+ "step": 1350
1947
+ },
1948
+ {
1949
+ "epoch": 6.0,
1950
+ "eval_loss": 1.817025065422058,
1951
+ "eval_runtime": 0.3269,
1952
+ "eval_samples_per_second": 3.059,
1953
+ "eval_steps_per_second": 3.059,
1954
+ "step": 1353
1955
+ },
1956
+ {
1957
+ "epoch": 6.008869179600887,
1958
+ "grad_norm": 0.365013062953949,
1959
+ "learning_rate": 8.187179508877085e-05,
1960
+ "loss": 1.2526,
1961
+ "step": 1355
1962
+ },
1963
+ {
1964
+ "epoch": 6.031042128603104,
1965
+ "grad_norm": 0.3869335949420929,
1966
+ "learning_rate": 8.1109498737186e-05,
1967
+ "loss": 1.2482,
1968
+ "step": 1360
1969
+ },
1970
+ {
1971
+ "epoch": 6.053215077605321,
1972
+ "grad_norm": 0.3877875804901123,
1973
+ "learning_rate": 8.034833904671698e-05,
1974
+ "loss": 1.2583,
1975
+ "step": 1365
1976
+ },
1977
+ {
1978
+ "epoch": 6.075388026607539,
1979
+ "grad_norm": 0.3739064931869507,
1980
+ "learning_rate": 7.958836181713445e-05,
1981
+ "loss": 1.2355,
1982
+ "step": 1370
1983
+ },
1984
+ {
1985
+ "epoch": 6.097560975609756,
1986
+ "grad_norm": 0.37528711557388306,
1987
+ "learning_rate": 7.882961277705895e-05,
1988
+ "loss": 1.2267,
1989
+ "step": 1375
1990
+ },
1991
+ {
1992
+ "epoch": 6.119733924611974,
1993
+ "grad_norm": 0.36762019991874695,
1994
+ "learning_rate": 7.807213758120966e-05,
1995
+ "loss": 1.2174,
1996
+ "step": 1380
1997
+ },
1998
+ {
1999
+ "epoch": 6.14190687361419,
2000
+ "grad_norm": 0.36748361587524414,
2001
+ "learning_rate": 7.731598180765732e-05,
2002
+ "loss": 1.2372,
2003
+ "step": 1385
2004
+ },
2005
+ {
2006
+ "epoch": 6.164079822616408,
2007
+ "grad_norm": 0.3874417245388031,
2008
+ "learning_rate": 7.656119095508154e-05,
2009
+ "loss": 1.2373,
2010
+ "step": 1390
2011
+ },
2012
+ {
2013
+ "epoch": 6.1862527716186255,
2014
+ "grad_norm": 0.37527891993522644,
2015
+ "learning_rate": 7.580781044003324e-05,
2016
+ "loss": 1.2413,
2017
+ "step": 1395
2018
+ },
2019
+ {
2020
+ "epoch": 6.208425720620842,
2021
+ "grad_norm": 0.35388851165771484,
2022
+ "learning_rate": 7.505588559420189e-05,
2023
+ "loss": 1.2348,
2024
+ "step": 1400
2025
+ },
2026
+ {
2027
+ "epoch": 6.23059866962306,
2028
+ "grad_norm": 0.37881141901016235,
2029
+ "learning_rate": 7.43054616616878e-05,
2030
+ "loss": 1.2617,
2031
+ "step": 1405
2032
+ },
2033
+ {
2034
+ "epoch": 6.252771618625277,
2035
+ "grad_norm": 0.36428573727607727,
2036
+ "learning_rate": 7.35565837962798e-05,
2037
+ "loss": 1.2363,
2038
+ "step": 1410
2039
+ },
2040
+ {
2041
+ "epoch": 6.274944567627495,
2042
+ "grad_norm": 0.373054176568985,
2043
+ "learning_rate": 7.280929705873818e-05,
2044
+ "loss": 1.2405,
2045
+ "step": 1415
2046
+ },
2047
+ {
2048
+ "epoch": 6.2971175166297115,
2049
+ "grad_norm": 0.3633226454257965,
2050
+ "learning_rate": 7.206364641408357e-05,
2051
+ "loss": 1.2453,
2052
+ "step": 1420
2053
+ },
2054
+ {
2055
+ "epoch": 6.319290465631929,
2056
+ "grad_norm": 0.3570459485054016,
2057
+ "learning_rate": 7.131967672889101e-05,
2058
+ "loss": 1.2399,
2059
+ "step": 1425
2060
+ },
2061
+ {
2062
+ "epoch": 6.341463414634147,
2063
+ "grad_norm": 0.3895583748817444,
2064
+ "learning_rate": 7.057743276859048e-05,
2065
+ "loss": 1.2508,
2066
+ "step": 1430
2067
+ },
2068
+ {
2069
+ "epoch": 6.363636363636363,
2070
+ "grad_norm": 0.3734217882156372,
2071
+ "learning_rate": 6.983695919477345e-05,
2072
+ "loss": 1.2461,
2073
+ "step": 1435
2074
+ },
2075
+ {
2076
+ "epoch": 6.385809312638581,
2077
+ "grad_norm": 0.35446175932884216,
2078
+ "learning_rate": 6.909830056250527e-05,
2079
+ "loss": 1.2571,
2080
+ "step": 1440
2081
+ },
2082
+ {
2083
+ "epoch": 6.407982261640798,
2084
+ "grad_norm": 0.35295209288597107,
2085
+ "learning_rate": 6.836150131764434e-05,
2086
+ "loss": 1.2395,
2087
+ "step": 1445
2088
+ },
2089
+ {
2090
+ "epoch": 6.430155210643015,
2091
+ "grad_norm": 0.38218680024147034,
2092
+ "learning_rate": 6.762660579416791e-05,
2093
+ "loss": 1.234,
2094
+ "step": 1450
2095
+ },
2096
+ {
2097
+ "epoch": 6.452328159645233,
2098
+ "grad_norm": 0.38666704297065735,
2099
+ "learning_rate": 6.68936582115042e-05,
2100
+ "loss": 1.2461,
2101
+ "step": 1455
2102
+ },
2103
+ {
2104
+ "epoch": 6.47450110864745,
2105
+ "grad_norm": 0.35704880952835083,
2106
+ "learning_rate": 6.61627026718719e-05,
2107
+ "loss": 1.236,
2108
+ "step": 1460
2109
+ },
2110
+ {
2111
+ "epoch": 6.496674057649668,
2112
+ "grad_norm": 0.37637725472450256,
2113
+ "learning_rate": 6.543378315762634e-05,
2114
+ "loss": 1.2354,
2115
+ "step": 1465
2116
+ },
2117
+ {
2118
+ "epoch": 6.518847006651884,
2119
+ "grad_norm": 0.37539881467819214,
2120
+ "learning_rate": 6.470694352861312e-05,
2121
+ "loss": 1.2471,
2122
+ "step": 1470
2123
+ },
2124
+ {
2125
+ "epoch": 6.541019955654102,
2126
+ "grad_norm": 0.3633996844291687,
2127
+ "learning_rate": 6.398222751952899e-05,
2128
+ "loss": 1.2298,
2129
+ "step": 1475
2130
+ },
2131
+ {
2132
+ "epoch": 6.5631929046563195,
2133
+ "grad_norm": 0.35865873098373413,
2134
+ "learning_rate": 6.325967873729018e-05,
2135
+ "loss": 1.2382,
2136
+ "step": 1480
2137
+ },
2138
+ {
2139
+ "epoch": 6.585365853658536,
2140
+ "grad_norm": 0.37201085686683655,
2141
+ "learning_rate": 6.25393406584088e-05,
2142
+ "loss": 1.2366,
2143
+ "step": 1485
2144
+ },
2145
+ {
2146
+ "epoch": 6.607538802660754,
2147
+ "grad_norm": 0.38256916403770447,
2148
+ "learning_rate": 6.18212566263765e-05,
2149
+ "loss": 1.2415,
2150
+ "step": 1490
2151
+ },
2152
+ {
2153
+ "epoch": 6.629711751662971,
2154
+ "grad_norm": 0.3845401704311371,
2155
+ "learning_rate": 6.110546984905661e-05,
2156
+ "loss": 1.2381,
2157
+ "step": 1495
2158
+ },
2159
+ {
2160
+ "epoch": 6.651884700665189,
2161
+ "grad_norm": 0.36959657073020935,
2162
+ "learning_rate": 6.039202339608432e-05,
2163
+ "loss": 1.2406,
2164
+ "step": 1500
2165
+ },
2166
+ {
2167
+ "epoch": 6.674057649667406,
2168
+ "grad_norm": 0.3971165120601654,
2169
+ "learning_rate": 5.9680960196274994e-05,
2170
+ "loss": 1.2421,
2171
+ "step": 1505
2172
+ },
2173
+ {
2174
+ "epoch": 6.696230598669623,
2175
+ "grad_norm": 0.3609052002429962,
2176
+ "learning_rate": 5.89723230350412e-05,
2177
+ "loss": 1.2359,
2178
+ "step": 1510
2179
+ },
2180
+ {
2181
+ "epoch": 6.718403547671841,
2182
+ "grad_norm": 0.3867206871509552,
2183
+ "learning_rate": 5.8266154551818216e-05,
2184
+ "loss": 1.2419,
2185
+ "step": 1515
2186
+ },
2187
+ {
2188
+ "epoch": 6.740576496674057,
2189
+ "grad_norm": 0.35991984605789185,
2190
+ "learning_rate": 5.756249723749847e-05,
2191
+ "loss": 1.2379,
2192
+ "step": 1520
2193
+ },
2194
+ {
2195
+ "epoch": 6.762749445676275,
2196
+ "grad_norm": 0.3713914752006531,
2197
+ "learning_rate": 5.6861393431874675e-05,
2198
+ "loss": 1.2346,
2199
+ "step": 1525
2200
+ },
2201
+ {
2202
+ "epoch": 6.7849223946784925,
2203
+ "grad_norm": 0.37790387868881226,
2204
+ "learning_rate": 5.616288532109225e-05,
2205
+ "loss": 1.253,
2206
+ "step": 1530
2207
+ },
2208
+ {
2209
+ "epoch": 6.807095343680709,
2210
+ "grad_norm": 0.39418914914131165,
2211
+ "learning_rate": 5.546701493511106e-05,
2212
+ "loss": 1.2572,
2213
+ "step": 1535
2214
+ },
2215
+ {
2216
+ "epoch": 6.829268292682927,
2217
+ "grad_norm": 0.3760906159877777,
2218
+ "learning_rate": 5.477382414517624e-05,
2219
+ "loss": 1.2436,
2220
+ "step": 1540
2221
+ },
2222
+ {
2223
+ "epoch": 6.851441241685144,
2224
+ "grad_norm": 0.37196049094200134,
2225
+ "learning_rate": 5.4083354661298814e-05,
2226
+ "loss": 1.2525,
2227
+ "step": 1545
2228
+ },
2229
+ {
2230
+ "epoch": 6.873614190687362,
2231
+ "grad_norm": 0.37352004647254944,
2232
+ "learning_rate": 5.339564802974615e-05,
2233
+ "loss": 1.2381,
2234
+ "step": 1550
2235
+ },
2236
+ {
2237
+ "epoch": 6.8957871396895785,
2238
+ "grad_norm": 0.3716587722301483,
2239
+ "learning_rate": 5.2710745630541666e-05,
2240
+ "loss": 1.2383,
2241
+ "step": 1555
2242
+ },
2243
+ {
2244
+ "epoch": 6.917960088691796,
2245
+ "grad_norm": 0.3760850131511688,
2246
+ "learning_rate": 5.2028688674975415e-05,
2247
+ "loss": 1.244,
2248
+ "step": 1560
2249
+ },
2250
+ {
2251
+ "epoch": 6.940133037694014,
2252
+ "grad_norm": 0.36280307173728943,
2253
+ "learning_rate": 5.134951820312401e-05,
2254
+ "loss": 1.2391,
2255
+ "step": 1565
2256
+ },
2257
+ {
2258
+ "epoch": 6.96230598669623,
2259
+ "grad_norm": 0.36244943737983704,
2260
+ "learning_rate": 5.0673275081381475e-05,
2261
+ "loss": 1.2465,
2262
+ "step": 1570
2263
+ },
2264
+ {
2265
+ "epoch": 6.984478935698448,
2266
+ "grad_norm": 0.3694084584712982,
2267
+ "learning_rate": 5.000000000000002e-05,
2268
+ "loss": 1.2451,
2269
+ "step": 1575
2270
+ },
2271
+ {
2272
+ "epoch": 6.9977827050997785,
2273
+ "eval_loss": 1.8179672956466675,
2274
+ "eval_runtime": 0.3324,
2275
+ "eval_samples_per_second": 3.008,
2276
+ "eval_steps_per_second": 3.008,
2277
+ "step": 1578
2278
+ },
2279
+ {
2280
+ "epoch": 7.006651884700665,
2281
+ "grad_norm": 0.3736945688724518,
2282
+ "learning_rate": 4.932973347064177e-05,
2283
+ "loss": 1.2391,
2284
+ "step": 1580
2285
+ },
2286
+ {
2287
+ "epoch": 7.028824833702883,
2288
+ "grad_norm": 0.40935948491096497,
2289
+ "learning_rate": 4.8662515823941255e-05,
2290
+ "loss": 1.2378,
2291
+ "step": 1585
2292
+ },
2293
+ {
2294
+ "epoch": 7.0509977827051,
2295
+ "grad_norm": 0.37913885712623596,
2296
+ "learning_rate": 4.799838720707846e-05,
2297
+ "loss": 1.2151,
2298
+ "step": 1590
2299
+ },
2300
+ {
2301
+ "epoch": 7.073170731707317,
2302
+ "grad_norm": 0.3685004413127899,
2303
+ "learning_rate": 4.733738758136327e-05,
2304
+ "loss": 1.2104,
2305
+ "step": 1595
2306
+ },
2307
+ {
2308
+ "epoch": 7.095343680709535,
2309
+ "grad_norm": 0.3836255669593811,
2310
+ "learning_rate": 4.66795567198309e-05,
2311
+ "loss": 1.22,
2312
+ "step": 1600
2313
+ },
2314
+ {
2315
+ "epoch": 7.117516629711751,
2316
+ "grad_norm": 0.4032094478607178,
2317
+ "learning_rate": 4.6024934204848745e-05,
2318
+ "loss": 1.2326,
2319
+ "step": 1605
2320
+ },
2321
+ {
2322
+ "epoch": 7.139689578713969,
2323
+ "grad_norm": 0.39435017108917236,
2324
+ "learning_rate": 4.537355942573463e-05,
2325
+ "loss": 1.2165,
2326
+ "step": 1610
2327
+ },
2328
+ {
2329
+ "epoch": 7.1618625277161865,
2330
+ "grad_norm": 0.4004512131214142,
2331
+ "learning_rate": 4.4725471576386735e-05,
2332
+ "loss": 1.2291,
2333
+ "step": 1615
2334
+ },
2335
+ {
2336
+ "epoch": 7.184035476718403,
2337
+ "grad_norm": 0.37496936321258545,
2338
+ "learning_rate": 4.4080709652925336e-05,
2339
+ "loss": 1.221,
2340
+ "step": 1620
2341
+ },
2342
+ {
2343
+ "epoch": 7.206208425720621,
2344
+ "grad_norm": 0.3921966552734375,
2345
+ "learning_rate": 4.343931245134616e-05,
2346
+ "loss": 1.2243,
2347
+ "step": 1625
2348
+ },
2349
+ {
2350
+ "epoch": 7.228381374722838,
2351
+ "grad_norm": 0.41742879152297974,
2352
+ "learning_rate": 4.2801318565186165e-05,
2353
+ "loss": 1.2299,
2354
+ "step": 1630
2355
+ },
2356
+ {
2357
+ "epoch": 7.250554323725056,
2358
+ "grad_norm": 0.38385558128356934,
2359
+ "learning_rate": 4.216676638320135e-05,
2360
+ "loss": 1.2364,
2361
+ "step": 1635
2362
+ },
2363
+ {
2364
+ "epoch": 7.2727272727272725,
2365
+ "grad_norm": 0.36501455307006836,
2366
+ "learning_rate": 4.15356940870567e-05,
2367
+ "loss": 1.2195,
2368
+ "step": 1640
2369
+ },
2370
+ {
2371
+ "epoch": 7.29490022172949,
2372
+ "grad_norm": 0.38054943084716797,
2373
+ "learning_rate": 4.090813964902889e-05,
2374
+ "loss": 1.2293,
2375
+ "step": 1645
2376
+ },
2377
+ {
2378
+ "epoch": 7.317073170731708,
2379
+ "grad_norm": 0.36994317173957825,
2380
+ "learning_rate": 4.028414082972141e-05,
2381
+ "loss": 1.2198,
2382
+ "step": 1650
2383
+ },
2384
+ {
2385
+ "epoch": 7.339246119733924,
2386
+ "grad_norm": 0.3893408477306366,
2387
+ "learning_rate": 3.966373517579244e-05,
2388
+ "loss": 1.2384,
2389
+ "step": 1655
2390
+ },
2391
+ {
2392
+ "epoch": 7.361419068736142,
2393
+ "grad_norm": 0.3703598082065582,
2394
+ "learning_rate": 3.904696001769571e-05,
2395
+ "loss": 1.2348,
2396
+ "step": 1660
2397
+ },
2398
+ {
2399
+ "epoch": 7.383592017738359,
2400
+ "grad_norm": 0.3875352740287781,
2401
+ "learning_rate": 3.843385246743417e-05,
2402
+ "loss": 1.2402,
2403
+ "step": 1665
2404
+ },
2405
+ {
2406
+ "epoch": 7.405764966740577,
2407
+ "grad_norm": 0.399080365896225,
2408
+ "learning_rate": 3.7824449416327126e-05,
2409
+ "loss": 1.2268,
2410
+ "step": 1670
2411
+ },
2412
+ {
2413
+ "epoch": 7.427937915742794,
2414
+ "grad_norm": 0.37249988317489624,
2415
+ "learning_rate": 3.721878753279017e-05,
2416
+ "loss": 1.227,
2417
+ "step": 1675
2418
+ },
2419
+ {
2420
+ "epoch": 7.450110864745011,
2421
+ "grad_norm": 0.3863629996776581,
2422
+ "learning_rate": 3.661690326012897e-05,
2423
+ "loss": 1.22,
2424
+ "step": 1680
2425
+ },
2426
+ {
2427
+ "epoch": 7.472283813747229,
2428
+ "grad_norm": 0.3829827904701233,
2429
+ "learning_rate": 3.601883281434652e-05,
2430
+ "loss": 1.2137,
2431
+ "step": 1685
2432
+ },
2433
+ {
2434
+ "epoch": 7.494456762749445,
2435
+ "grad_norm": 0.3759503960609436,
2436
+ "learning_rate": 3.542461218196379e-05,
2437
+ "loss": 1.2077,
2438
+ "step": 1690
2439
+ },
2440
+ {
2441
+ "epoch": 7.516629711751663,
2442
+ "grad_norm": 0.38627204298973083,
2443
+ "learning_rate": 3.483427711785449e-05,
2444
+ "loss": 1.2233,
2445
+ "step": 1695
2446
+ },
2447
+ {
2448
+ "epoch": 7.5388026607538805,
2449
+ "grad_norm": 0.38867396116256714,
2450
+ "learning_rate": 3.424786314309365e-05,
2451
+ "loss": 1.2226,
2452
+ "step": 1700
2453
+ },
2454
+ {
2455
+ "epoch": 7.560975609756097,
2456
+ "grad_norm": 0.38329002261161804,
2457
+ "learning_rate": 3.366540554282028e-05,
2458
+ "loss": 1.2247,
2459
+ "step": 1705
2460
+ },
2461
+ {
2462
+ "epoch": 7.583148558758315,
2463
+ "grad_norm": 0.3766213059425354,
2464
+ "learning_rate": 3.308693936411421e-05,
2465
+ "loss": 1.2376,
2466
+ "step": 1710
2467
+ },
2468
+ {
2469
+ "epoch": 7.605321507760532,
2470
+ "grad_norm": 0.3749763071537018,
2471
+ "learning_rate": 3.2512499413887255e-05,
2472
+ "loss": 1.2099,
2473
+ "step": 1715
2474
+ },
2475
+ {
2476
+ "epoch": 7.627494456762749,
2477
+ "grad_norm": 0.3896552324295044,
2478
+ "learning_rate": 3.194212025678896e-05,
2479
+ "loss": 1.2119,
2480
+ "step": 1720
2481
+ },
2482
+ {
2483
+ "epoch": 7.6496674057649665,
2484
+ "grad_norm": 0.37435224652290344,
2485
+ "learning_rate": 3.137583621312665e-05,
2486
+ "loss": 1.229,
2487
+ "step": 1725
2488
+ },
2489
+ {
2490
+ "epoch": 7.671840354767184,
2491
+ "grad_norm": 0.3764979839324951,
2492
+ "learning_rate": 3.0813681356800405e-05,
2493
+ "loss": 1.2309,
2494
+ "step": 1730
2495
+ },
2496
+ {
2497
+ "epoch": 7.694013303769402,
2498
+ "grad_norm": 0.39203503727912903,
2499
+ "learning_rate": 3.025568951325287e-05,
2500
+ "loss": 1.2204,
2501
+ "step": 1735
2502
+ },
2503
+ {
2504
+ "epoch": 7.716186252771618,
2505
+ "grad_norm": 0.3817265033721924,
2506
+ "learning_rate": 2.9701894257433826e-05,
2507
+ "loss": 1.2297,
2508
+ "step": 1740
2509
+ },
2510
+ {
2511
+ "epoch": 7.738359201773836,
2512
+ "grad_norm": 0.38842707872390747,
2513
+ "learning_rate": 2.9152328911780026e-05,
2514
+ "loss": 1.2134,
2515
+ "step": 1745
2516
+ },
2517
+ {
2518
+ "epoch": 7.760532150776053,
2519
+ "grad_norm": 0.38738590478897095,
2520
+ "learning_rate": 2.8607026544210114e-05,
2521
+ "loss": 1.235,
2522
+ "step": 1750
2523
+ },
2524
+ {
2525
+ "epoch": 7.782705099778271,
2526
+ "grad_norm": 0.3651287257671356,
2527
+ "learning_rate": 2.8066019966134904e-05,
2528
+ "loss": 1.2327,
2529
+ "step": 1755
2530
+ },
2531
+ {
2532
+ "epoch": 7.804878048780488,
2533
+ "grad_norm": 0.3861520290374756,
2534
+ "learning_rate": 2.7529341730483117e-05,
2535
+ "loss": 1.2271,
2536
+ "step": 1760
2537
+ },
2538
+ {
2539
+ "epoch": 7.827050997782705,
2540
+ "grad_norm": 0.39386945962905884,
2541
+ "learning_rate": 2.6997024129742542e-05,
2542
+ "loss": 1.2255,
2543
+ "step": 1765
2544
+ },
2545
+ {
2546
+ "epoch": 7.849223946784923,
2547
+ "grad_norm": 0.3876512944698334,
2548
+ "learning_rate": 2.6469099194017143e-05,
2549
+ "loss": 1.2323,
2550
+ "step": 1770
2551
+ },
2552
+ {
2553
+ "epoch": 7.871396895787139,
2554
+ "grad_norm": 0.38528311252593994,
2555
+ "learning_rate": 2.594559868909956e-05,
2556
+ "loss": 1.2244,
2557
+ "step": 1775
2558
+ },
2559
+ {
2560
+ "epoch": 7.893569844789357,
2561
+ "grad_norm": 0.3802613615989685,
2562
+ "learning_rate": 2.542655411455982e-05,
2563
+ "loss": 1.2207,
2564
+ "step": 1780
2565
+ },
2566
+ {
2567
+ "epoch": 7.9157427937915745,
2568
+ "grad_norm": 0.3857831060886383,
2569
+ "learning_rate": 2.491199670185008e-05,
2570
+ "loss": 1.2183,
2571
+ "step": 1785
2572
+ },
2573
+ {
2574
+ "epoch": 7.937915742793791,
2575
+ "grad_norm": 0.3909415304660797,
2576
+ "learning_rate": 2.4401957412425214e-05,
2577
+ "loss": 1.2336,
2578
+ "step": 1790
2579
+ },
2580
+ {
2581
+ "epoch": 7.960088691796009,
2582
+ "grad_norm": 0.3930368423461914,
2583
+ "learning_rate": 2.389646693587996e-05,
2584
+ "loss": 1.2278,
2585
+ "step": 1795
2586
+ },
2587
+ {
2588
+ "epoch": 7.982261640798226,
2589
+ "grad_norm": 0.37647300958633423,
2590
+ "learning_rate": 2.339555568810221e-05,
2591
+ "loss": 1.229,
2592
+ "step": 1800
2593
+ },
2594
+ {
2595
+ "epoch": 8.0,
2596
+ "eval_loss": 1.8372095823287964,
2597
+ "eval_runtime": 0.3265,
2598
+ "eval_samples_per_second": 3.063,
2599
+ "eval_steps_per_second": 3.063,
2600
+ "step": 1804
2601
+ },
2602
+ {
2603
+ "epoch": 8.004434589800443,
2604
+ "grad_norm": 0.3868635594844818,
2605
+ "learning_rate": 2.2899253809442944e-05,
2606
+ "loss": 1.233,
2607
+ "step": 1805
2608
+ },
2609
+ {
2610
+ "epoch": 8.026607538802661,
2611
+ "grad_norm": 0.37865373492240906,
2612
+ "learning_rate": 2.2407591162902573e-05,
2613
+ "loss": 1.2044,
2614
+ "step": 1810
2615
+ },
2616
+ {
2617
+ "epoch": 8.048780487804878,
2618
+ "grad_norm": 0.3961890935897827,
2619
+ "learning_rate": 2.192059733233408e-05,
2620
+ "loss": 1.2192,
2621
+ "step": 1815
2622
+ },
2623
+ {
2624
+ "epoch": 8.070953436807095,
2625
+ "grad_norm": 0.3783002197742462,
2626
+ "learning_rate": 2.1438301620662993e-05,
2627
+ "loss": 1.2196,
2628
+ "step": 1820
2629
+ },
2630
+ {
2631
+ "epoch": 8.093126385809313,
2632
+ "grad_norm": 0.3858291506767273,
2633
+ "learning_rate": 2.0960733048124083e-05,
2634
+ "loss": 1.2285,
2635
+ "step": 1825
2636
+ },
2637
+ {
2638
+ "epoch": 8.11529933481153,
2639
+ "grad_norm": 0.37426653504371643,
2640
+ "learning_rate": 2.0487920350515212e-05,
2641
+ "loss": 1.2164,
2642
+ "step": 1830
2643
+ },
2644
+ {
2645
+ "epoch": 8.137472283813747,
2646
+ "grad_norm": 0.3853384554386139,
2647
+ "learning_rate": 2.0019891977468408e-05,
2648
+ "loss": 1.2119,
2649
+ "step": 1835
2650
+ },
2651
+ {
2652
+ "epoch": 8.159645232815965,
2653
+ "grad_norm": 0.3728988766670227,
2654
+ "learning_rate": 1.95566760907378e-05,
2655
+ "loss": 1.2032,
2656
+ "step": 1840
2657
+ },
2658
+ {
2659
+ "epoch": 8.181818181818182,
2660
+ "grad_norm": 0.38846054673194885,
2661
+ "learning_rate": 1.9098300562505266e-05,
2662
+ "loss": 1.2232,
2663
+ "step": 1845
2664
+ },
2665
+ {
2666
+ "epoch": 8.203991130820398,
2667
+ "grad_norm": 0.38317111134529114,
2668
+ "learning_rate": 1.864479297370325e-05,
2669
+ "loss": 1.218,
2670
+ "step": 1850
2671
+ },
2672
+ {
2673
+ "epoch": 8.226164079822617,
2674
+ "grad_norm": 0.38290783762931824,
2675
+ "learning_rate": 1.819618061235525e-05,
2676
+ "loss": 1.2037,
2677
+ "step": 1855
2678
+ },
2679
+ {
2680
+ "epoch": 8.248337028824833,
2681
+ "grad_norm": 0.38224560022354126,
2682
+ "learning_rate": 1.775249047193377e-05,
2683
+ "loss": 1.2055,
2684
+ "step": 1860
2685
+ },
2686
+ {
2687
+ "epoch": 8.27050997782705,
2688
+ "grad_norm": 0.3762098252773285,
2689
+ "learning_rate": 1.7313749249736267e-05,
2690
+ "loss": 1.2073,
2691
+ "step": 1865
2692
+ },
2693
+ {
2694
+ "epoch": 8.292682926829269,
2695
+ "grad_norm": 0.38844189047813416,
2696
+ "learning_rate": 1.687998334527853e-05,
2697
+ "loss": 1.2326,
2698
+ "step": 1870
2699
+ },
2700
+ {
2701
+ "epoch": 8.314855875831485,
2702
+ "grad_norm": 0.3953261971473694,
2703
+ "learning_rate": 1.6451218858706374e-05,
2704
+ "loss": 1.2224,
2705
+ "step": 1875
2706
+ },
2707
+ {
2708
+ "epoch": 8.337028824833704,
2709
+ "grad_norm": 0.37807291746139526,
2710
+ "learning_rate": 1.6027481589225026e-05,
2711
+ "loss": 1.2009,
2712
+ "step": 1880
2713
+ },
2714
+ {
2715
+ "epoch": 8.35920177383592,
2716
+ "grad_norm": 0.3885143995285034,
2717
+ "learning_rate": 1.560879703354693e-05,
2718
+ "loss": 1.224,
2719
+ "step": 1885
2720
+ },
2721
+ {
2722
+ "epoch": 8.381374722838137,
2723
+ "grad_norm": 0.38399428129196167,
2724
+ "learning_rate": 1.5195190384357404e-05,
2725
+ "loss": 1.2082,
2726
+ "step": 1890
2727
+ },
2728
+ {
2729
+ "epoch": 8.403547671840355,
2730
+ "grad_norm": 0.3910374045372009,
2731
+ "learning_rate": 1.4786686528798876e-05,
2732
+ "loss": 1.2202,
2733
+ "step": 1895
2734
+ },
2735
+ {
2736
+ "epoch": 8.425720620842572,
2737
+ "grad_norm": 0.3843975067138672,
2738
+ "learning_rate": 1.4383310046973365e-05,
2739
+ "loss": 1.2202,
2740
+ "step": 1900
2741
+ },
2742
+ {
2743
+ "epoch": 8.447893569844789,
2744
+ "grad_norm": 0.38334450125694275,
2745
+ "learning_rate": 1.3985085210463477e-05,
2746
+ "loss": 1.2099,
2747
+ "step": 1905
2748
+ },
2749
+ {
2750
+ "epoch": 8.470066518847007,
2751
+ "grad_norm": 0.3954315185546875,
2752
+ "learning_rate": 1.3592035980871953e-05,
2753
+ "loss": 1.2161,
2754
+ "step": 1910
2755
+ },
2756
+ {
2757
+ "epoch": 8.492239467849224,
2758
+ "grad_norm": 0.37927913665771484,
2759
+ "learning_rate": 1.3204186008379927e-05,
2760
+ "loss": 1.2153,
2761
+ "step": 1915
2762
+ },
2763
+ {
2764
+ "epoch": 8.51441241685144,
2765
+ "grad_norm": 0.3803432285785675,
2766
+ "learning_rate": 1.2821558630323772e-05,
2767
+ "loss": 1.2016,
2768
+ "step": 1920
2769
+ },
2770
+ {
2771
+ "epoch": 8.536585365853659,
2772
+ "grad_norm": 0.38970625400543213,
2773
+ "learning_rate": 1.2444176869790925e-05,
2774
+ "loss": 1.2011,
2775
+ "step": 1925
2776
+ },
2777
+ {
2778
+ "epoch": 8.558758314855876,
2779
+ "grad_norm": 0.40996474027633667,
2780
+ "learning_rate": 1.2072063434234559e-05,
2781
+ "loss": 1.2238,
2782
+ "step": 1930
2783
+ },
2784
+ {
2785
+ "epoch": 8.580931263858092,
2786
+ "grad_norm": 0.3958864212036133,
2787
+ "learning_rate": 1.1705240714107302e-05,
2788
+ "loss": 1.2321,
2789
+ "step": 1935
2790
+ },
2791
+ {
2792
+ "epoch": 8.60310421286031,
2793
+ "grad_norm": 0.37584978342056274,
2794
+ "learning_rate": 1.1343730781513895e-05,
2795
+ "loss": 1.2138,
2796
+ "step": 1940
2797
+ },
2798
+ {
2799
+ "epoch": 8.625277161862527,
2800
+ "grad_norm": 0.39090994000434875,
2801
+ "learning_rate": 1.0987555388883041e-05,
2802
+ "loss": 1.2095,
2803
+ "step": 1945
2804
+ },
2805
+ {
2806
+ "epoch": 8.647450110864746,
2807
+ "grad_norm": 0.38422369956970215,
2808
+ "learning_rate": 1.0636735967658784e-05,
2809
+ "loss": 1.2115,
2810
+ "step": 1950
2811
+ },
2812
+ {
2813
+ "epoch": 8.669623059866963,
2814
+ "grad_norm": 0.3975456655025482,
2815
+ "learning_rate": 1.029129362701068e-05,
2816
+ "loss": 1.2078,
2817
+ "step": 1955
2818
+ },
2819
+ {
2820
+ "epoch": 8.69179600886918,
2821
+ "grad_norm": 0.3793989419937134,
2822
+ "learning_rate": 9.95124915256378e-06,
2823
+ "loss": 1.2183,
2824
+ "step": 1960
2825
+ },
2826
+ {
2827
+ "epoch": 8.713968957871398,
2828
+ "grad_norm": 0.3810500502586365,
2829
+ "learning_rate": 9.616623005147951e-06,
2830
+ "loss": 1.2218,
2831
+ "step": 1965
2832
+ },
2833
+ {
2834
+ "epoch": 8.736141906873614,
2835
+ "grad_norm": 0.3820514380931854,
2836
+ "learning_rate": 9.287435319566618e-06,
2837
+ "loss": 1.2122,
2838
+ "step": 1970
2839
+ },
2840
+ {
2841
+ "epoch": 8.758314855875831,
2842
+ "grad_norm": 0.3797374963760376,
2843
+ "learning_rate": 8.963705903385345e-06,
2844
+ "loss": 1.2278,
2845
+ "step": 1975
2846
+ },
2847
+ {
2848
+ "epoch": 8.78048780487805,
2849
+ "grad_norm": 0.376920223236084,
2850
+ "learning_rate": 8.645454235739903e-06,
2851
+ "loss": 1.2098,
2852
+ "step": 1980
2853
+ },
2854
+ {
2855
+ "epoch": 8.802660753880266,
2856
+ "grad_norm": 0.37694764137268066,
2857
+ "learning_rate": 8.332699466164306e-06,
2858
+ "loss": 1.2194,
2859
+ "step": 1985
2860
+ },
2861
+ {
2862
+ "epoch": 8.824833702882483,
2863
+ "grad_norm": 0.382021427154541,
2864
+ "learning_rate": 8.025460413438457e-06,
2865
+ "loss": 1.2077,
2866
+ "step": 1990
2867
+ },
2868
+ {
2869
+ "epoch": 8.847006651884701,
2870
+ "grad_norm": 0.5127786993980408,
2871
+ "learning_rate": 7.72375556445577e-06,
2872
+ "loss": 1.203,
2873
+ "step": 1995
2874
+ },
2875
+ {
2876
+ "epoch": 8.869179600886918,
2877
+ "grad_norm": 0.3939337134361267,
2878
+ "learning_rate": 7.427603073110967e-06,
2879
+ "loss": 1.2157,
2880
+ "step": 2000
2881
+ },
2882
+ {
2883
+ "epoch": 8.891352549889135,
2884
+ "grad_norm": 0.39616692066192627,
2885
+ "learning_rate": 7.13702075920758e-06,
2886
+ "loss": 1.2097,
2887
+ "step": 2005
2888
+ },
2889
+ {
2890
+ "epoch": 8.913525498891353,
2891
+ "grad_norm": 0.3867185115814209,
2892
+ "learning_rate": 6.852026107385756e-06,
2893
+ "loss": 1.2186,
2894
+ "step": 2010
2895
+ },
2896
+ {
2897
+ "epoch": 8.93569844789357,
2898
+ "grad_norm": 0.39439383149147034,
2899
+ "learning_rate": 6.572636266070264e-06,
2900
+ "loss": 1.2125,
2901
+ "step": 2015
2902
+ },
2903
+ {
2904
+ "epoch": 8.957871396895786,
2905
+ "grad_norm": 0.40186840295791626,
2906
+ "learning_rate": 6.298868046438533e-06,
2907
+ "loss": 1.214,
2908
+ "step": 2020
2909
+ },
2910
+ {
2911
+ "epoch": 8.980044345898005,
2912
+ "grad_norm": 0.45572689175605774,
2913
+ "learning_rate": 6.030737921409169e-06,
2914
+ "loss": 1.2239,
2915
+ "step": 2025
2916
+ },
2917
+ {
2918
+ "epoch": 8.997782705099779,
2919
+ "eval_loss": 1.848176121711731,
2920
+ "eval_runtime": 0.5386,
2921
+ "eval_samples_per_second": 1.857,
2922
+ "eval_steps_per_second": 1.857,
2923
+ "step": 2029
2924
+ },
2925
+ {
2926
+ "epoch": 9.002217294900221,
2927
+ "grad_norm": 0.3748861849308014,
2928
+ "learning_rate": 5.768262024650773e-06,
2929
+ "loss": 1.2133,
2930
+ "step": 2030
2931
+ },
2932
+ {
2933
+ "epoch": 9.024390243902438,
2934
+ "grad_norm": 0.37916404008865356,
2935
+ "learning_rate": 5.511456149611194e-06,
2936
+ "loss": 1.222,
2937
+ "step": 2035
2938
+ },
2939
+ {
2940
+ "epoch": 9.046563192904657,
2941
+ "grad_norm": 0.3922421634197235,
2942
+ "learning_rate": 5.26033574856708e-06,
2943
+ "loss": 1.2187,
2944
+ "step": 2040
2945
+ },
2946
+ {
2947
+ "epoch": 9.068736141906873,
2948
+ "grad_norm": 0.4379100501537323,
2949
+ "learning_rate": 5.014915931694253e-06,
2950
+ "loss": 1.2046,
2951
+ "step": 2045
2952
+ },
2953
+ {
2954
+ "epoch": 9.090909090909092,
2955
+ "grad_norm": 0.3986884653568268,
2956
+ "learning_rate": 4.775211466158469e-06,
2957
+ "loss": 1.2112,
2958
+ "step": 2050
2959
+ },
2960
+ {
2961
+ "epoch": 9.113082039911308,
2962
+ "grad_norm": 0.3886760473251343,
2963
+ "learning_rate": 4.541236775226809e-06,
2964
+ "loss": 1.2125,
2965
+ "step": 2055
2966
+ },
2967
+ {
2968
+ "epoch": 9.135254988913525,
2969
+ "grad_norm": 0.3771812617778778,
2970
+ "learning_rate": 4.313005937399861e-06,
2971
+ "loss": 1.1871,
2972
+ "step": 2060
2973
+ },
2974
+ {
2975
+ "epoch": 9.157427937915743,
2976
+ "grad_norm": 0.39025792479515076,
2977
+ "learning_rate": 4.0905326855646185e-06,
2978
+ "loss": 1.2039,
2979
+ "step": 2065
2980
+ },
2981
+ {
2982
+ "epoch": 9.17960088691796,
2983
+ "grad_norm": 0.3777172267436981,
2984
+ "learning_rate": 3.873830406168111e-06,
2985
+ "loss": 1.2145,
2986
+ "step": 2070
2987
+ },
2988
+ {
2989
+ "epoch": 9.201773835920177,
2990
+ "grad_norm": 0.39793717861175537,
2991
+ "learning_rate": 3.662912138411967e-06,
2992
+ "loss": 1.1983,
2993
+ "step": 2075
2994
+ },
2995
+ {
2996
+ "epoch": 9.223946784922395,
2997
+ "grad_norm": 0.3853585124015808,
2998
+ "learning_rate": 3.457790573467812e-06,
2999
+ "loss": 1.2223,
3000
+ "step": 2080
3001
+ },
3002
+ {
3003
+ "epoch": 9.246119733924612,
3004
+ "grad_norm": 0.3928294777870178,
3005
+ "learning_rate": 3.2584780537136207e-06,
3006
+ "loss": 1.2319,
3007
+ "step": 2085
3008
+ },
3009
+ {
3010
+ "epoch": 9.268292682926829,
3011
+ "grad_norm": 0.39439529180526733,
3012
+ "learning_rate": 3.0649865719910798e-06,
3013
+ "loss": 1.198,
3014
+ "step": 2090
3015
+ },
3016
+ {
3017
+ "epoch": 9.290465631929047,
3018
+ "grad_norm": 0.3766527771949768,
3019
+ "learning_rate": 2.877327770883964e-06,
3020
+ "loss": 1.2137,
3021
+ "step": 2095
3022
+ },
3023
+ {
3024
+ "epoch": 9.312638580931264,
3025
+ "grad_norm": 0.39711084961891174,
3026
+ "learning_rate": 2.6955129420176196e-06,
3027
+ "loss": 1.2232,
3028
+ "step": 2100
3029
+ },
3030
+ {
3031
+ "epoch": 9.33481152993348,
3032
+ "grad_norm": 0.37520113587379456,
3033
+ "learning_rate": 2.5195530253794396e-06,
3034
+ "loss": 1.2156,
3035
+ "step": 2105
3036
+ },
3037
+ {
3038
+ "epoch": 9.356984478935699,
3039
+ "grad_norm": 0.3946742117404938,
3040
+ "learning_rate": 2.349458608660704e-06,
3041
+ "loss": 1.2009,
3042
+ "step": 2110
3043
+ },
3044
+ {
3045
+ "epoch": 9.379157427937916,
3046
+ "grad_norm": 0.3818342685699463,
3047
+ "learning_rate": 2.1852399266194314e-06,
3048
+ "loss": 1.2066,
3049
+ "step": 2115
3050
+ },
3051
+ {
3052
+ "epoch": 9.401330376940132,
3053
+ "grad_norm": 0.3952968716621399,
3054
+ "learning_rate": 2.026906860464606e-06,
3055
+ "loss": 1.2346,
3056
+ "step": 2120
3057
+ },
3058
+ {
3059
+ "epoch": 9.42350332594235,
3060
+ "grad_norm": 0.3948782682418823,
3061
+ "learning_rate": 1.874468937261531e-06,
3062
+ "loss": 1.2154,
3063
+ "step": 2125
3064
+ },
3065
+ {
3066
+ "epoch": 9.445676274944567,
3067
+ "grad_norm": 0.3829614520072937,
3068
+ "learning_rate": 1.7279353293586765e-06,
3069
+ "loss": 1.2089,
3070
+ "step": 2130
3071
+ },
3072
+ {
3073
+ "epoch": 9.467849223946786,
3074
+ "grad_norm": 0.38727471232414246,
3075
+ "learning_rate": 1.5873148538356753e-06,
3076
+ "loss": 1.205,
3077
+ "step": 2135
3078
+ },
3079
+ {
3080
+ "epoch": 9.490022172949002,
3081
+ "grad_norm": 0.39005568623542786,
3082
+ "learning_rate": 1.4526159719728594e-06,
3083
+ "loss": 1.2023,
3084
+ "step": 2140
3085
+ },
3086
+ {
3087
+ "epoch": 9.512195121951219,
3088
+ "grad_norm": 0.3805971145629883,
3089
+ "learning_rate": 1.323846788742078e-06,
3090
+ "loss": 1.2022,
3091
+ "step": 2145
3092
+ },
3093
+ {
3094
+ "epoch": 9.534368070953438,
3095
+ "grad_norm": 0.3740484416484833,
3096
+ "learning_rate": 1.201015052319099e-06,
3097
+ "loss": 1.2251,
3098
+ "step": 2150
3099
+ },
3100
+ {
3101
+ "epoch": 9.556541019955654,
3102
+ "grad_norm": 0.3876747190952301,
3103
+ "learning_rate": 1.084128153617292e-06,
3104
+ "loss": 1.2114,
3105
+ "step": 2155
3106
+ },
3107
+ {
3108
+ "epoch": 9.57871396895787,
3109
+ "grad_norm": 0.37821733951568604,
3110
+ "learning_rate": 9.731931258429638e-07,
3111
+ "loss": 1.2099,
3112
+ "step": 2160
3113
+ },
3114
+ {
3115
+ "epoch": 9.60088691796009,
3116
+ "grad_norm": 0.38440433144569397,
3117
+ "learning_rate": 8.682166440721728e-07,
3118
+ "loss": 1.2067,
3119
+ "step": 2165
3120
+ },
3121
+ {
3122
+ "epoch": 9.623059866962306,
3123
+ "grad_norm": 0.3851392865180969,
3124
+ "learning_rate": 7.69205024849029e-07,
3125
+ "loss": 1.2126,
3126
+ "step": 2170
3127
+ },
3128
+ {
3129
+ "epoch": 9.645232815964523,
3130
+ "grad_norm": 0.39497315883636475,
3131
+ "learning_rate": 6.761642258056978e-07,
3132
+ "loss": 1.219,
3133
+ "step": 2175
3134
+ },
3135
+ {
3136
+ "epoch": 9.667405764966741,
3137
+ "grad_norm": 0.3837352395057678,
3138
+ "learning_rate": 5.890998453038644e-07,
3139
+ "loss": 1.2034,
3140
+ "step": 2180
3141
+ },
3142
+ {
3143
+ "epoch": 9.689578713968958,
3144
+ "grad_norm": 0.38280948996543884,
3145
+ "learning_rate": 5.080171220978813e-07,
3146
+ "loss": 1.218,
3147
+ "step": 2185
3148
+ },
3149
+ {
3150
+ "epoch": 9.711751662971174,
3151
+ "grad_norm": 0.3924092650413513,
3152
+ "learning_rate": 4.329209350195651e-07,
3153
+ "loss": 1.1972,
3154
+ "step": 2190
3155
+ },
3156
+ {
3157
+ "epoch": 9.733924611973393,
3158
+ "grad_norm": 0.38612061738967896,
3159
+ "learning_rate": 3.638158026846306e-07,
3160
+ "loss": 1.2058,
3161
+ "step": 2195
3162
+ },
3163
+ {
3164
+ "epoch": 9.75609756097561,
3165
+ "grad_norm": 0.38143137097358704,
3166
+ "learning_rate": 3.007058832207976e-07,
3167
+ "loss": 1.1958,
3168
+ "step": 2200
3169
+ },
3170
+ {
3171
+ "epoch": 9.778270509977826,
3172
+ "grad_norm": 0.39435523748397827,
3173
+ "learning_rate": 2.4359497401758024e-07,
3174
+ "loss": 1.1962,
3175
+ "step": 2205
3176
+ },
3177
+ {
3178
+ "epoch": 9.800443458980045,
3179
+ "grad_norm": 0.3891894221305847,
3180
+ "learning_rate": 1.924865114978025e-07,
3181
+ "loss": 1.2133,
3182
+ "step": 2210
3183
+ },
3184
+ {
3185
+ "epoch": 9.822616407982261,
3186
+ "grad_norm": 0.38457366824150085,
3187
+ "learning_rate": 1.4738357091084176e-07,
3188
+ "loss": 1.2151,
3189
+ "step": 2215
3190
+ },
3191
+ {
3192
+ "epoch": 9.84478935698448,
3193
+ "grad_norm": 0.3849795162677765,
3194
+ "learning_rate": 1.0828886614754341e-07,
3195
+ "loss": 1.2058,
3196
+ "step": 2220
3197
+ },
3198
+ {
3199
+ "epoch": 9.866962305986696,
3200
+ "grad_norm": 0.38724285364151,
3201
+ "learning_rate": 7.520474957699586e-08,
3202
+ "loss": 1.2102,
3203
+ "step": 2225
3204
+ },
3205
+ {
3206
+ "epoch": 9.889135254988913,
3207
+ "grad_norm": 0.3877987265586853,
3208
+ "learning_rate": 4.8133211904888285e-08,
3209
+ "loss": 1.2122,
3210
+ "step": 2230
3211
+ },
3212
+ {
3213
+ "epoch": 9.911308203991132,
3214
+ "grad_norm": 0.3823870122432709,
3215
+ "learning_rate": 2.7075882053828605e-08,
3216
+ "loss": 1.213,
3217
+ "step": 2235
3218
+ },
3219
+ {
3220
+ "epoch": 9.933481152993348,
3221
+ "grad_norm": 0.3904678523540497,
3222
+ "learning_rate": 1.2034027065255249e-08,
3223
+ "loss": 1.2077,
3224
+ "step": 2240
3225
+ },
3226
+ {
3227
+ "epoch": 9.955654101995565,
3228
+ "grad_norm": 0.37739241123199463,
3229
+ "learning_rate": 3.0085520232425722e-09,
3230
+ "loss": 1.1993,
3231
+ "step": 2245
3232
+ },
3233
+ {
3234
+ "epoch": 9.977827050997783,
3235
+ "grad_norm": 0.3910938799381256,
3236
+ "learning_rate": 0.0,
3237
+ "loss": 1.2051,
3238
+ "step": 2250
3239
+ },
3240
+ {
3241
+ "epoch": 9.977827050997783,
3242
+ "eval_loss": 1.8520119190216064,
3243
+ "eval_runtime": 0.3296,
3244
+ "eval_samples_per_second": 3.034,
3245
+ "eval_steps_per_second": 3.034,
3246
+ "step": 2250
3247
+ },
3248
+ {
3249
+ "epoch": 9.977827050997783,
3250
+ "step": 2250,
3251
+ "total_flos": 3.3259687719144e+18,
3252
+ "train_loss": 1.3362829395929972,
3253
+ "train_runtime": 6815.0283,
3254
+ "train_samples_per_second": 10.572,
3255
+ "train_steps_per_second": 0.33
3256
+ }
3257
+ ],
3258
+ "logging_steps": 5,
3259
+ "max_steps": 2250,
3260
+ "num_input_tokens_seen": 0,
3261
+ "num_train_epochs": 10,
3262
+ "save_steps": 100,
3263
+ "stateful_callbacks": {
3264
+ "TrainerControl": {
3265
+ "args": {
3266
+ "should_epoch_stop": false,
3267
+ "should_evaluate": false,
3268
+ "should_log": false,
3269
+ "should_save": true,
3270
+ "should_training_stop": true
3271
+ },
3272
+ "attributes": {}
3273
+ }
3274
+ },
3275
+ "total_flos": 3.3259687719144e+18,
3276
+ "train_batch_size": 4,
3277
+ "trial_name": null,
3278
+ "trial_params": null
3279
+ }