JayKimDevolved commited on
Commit
f3ccbc5
·
verified ·
1 Parent(s): a81e143

Upload 66 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. mixtral2/README.md +58 -0
  2. mixtral2/adapter_config.json +29 -0
  3. mixtral2/adapter_model.safetensors +3 -0
  4. mixtral2/all_results.json +8 -0
  5. mixtral2/checkpoint-1000/README.md +202 -0
  6. mixtral2/checkpoint-1000/adapter_config.json +29 -0
  7. mixtral2/checkpoint-1000/adapter_model.safetensors +3 -0
  8. mixtral2/checkpoint-1000/optimizer.pt +3 -0
  9. mixtral2/checkpoint-1000/rng_state.pth +3 -0
  10. mixtral2/checkpoint-1000/scheduler.pt +3 -0
  11. mixtral2/checkpoint-1000/special_tokens_map.json +24 -0
  12. mixtral2/checkpoint-1000/tokenizer.json +0 -0
  13. mixtral2/checkpoint-1000/tokenizer_config.json +46 -0
  14. mixtral2/checkpoint-1000/trainer_state.json +733 -0
  15. mixtral2/checkpoint-1000/training_args.bin +3 -0
  16. mixtral2/checkpoint-2000/README.md +202 -0
  17. mixtral2/checkpoint-2000/adapter_config.json +29 -0
  18. mixtral2/checkpoint-2000/adapter_model.safetensors +3 -0
  19. mixtral2/checkpoint-2000/optimizer.pt +3 -0
  20. mixtral2/checkpoint-2000/rng_state.pth +3 -0
  21. mixtral2/checkpoint-2000/scheduler.pt +3 -0
  22. mixtral2/checkpoint-2000/special_tokens_map.json +24 -0
  23. mixtral2/checkpoint-2000/tokenizer.json +0 -0
  24. mixtral2/checkpoint-2000/tokenizer_config.json +46 -0
  25. mixtral2/checkpoint-2000/trainer_state.json +1433 -0
  26. mixtral2/checkpoint-2000/training_args.bin +3 -0
  27. mixtral2/checkpoint-3000/README.md +202 -0
  28. mixtral2/checkpoint-3000/adapter_config.json +29 -0
  29. mixtral2/checkpoint-3000/adapter_model.safetensors +3 -0
  30. mixtral2/checkpoint-3000/optimizer.pt +3 -0
  31. mixtral2/checkpoint-3000/rng_state.pth +3 -0
  32. mixtral2/checkpoint-3000/scheduler.pt +3 -0
  33. mixtral2/checkpoint-3000/special_tokens_map.json +24 -0
  34. mixtral2/checkpoint-3000/tokenizer.json +0 -0
  35. mixtral2/checkpoint-3000/tokenizer_config.json +46 -0
  36. mixtral2/checkpoint-3000/trainer_state.json +2133 -0
  37. mixtral2/checkpoint-3000/training_args.bin +3 -0
  38. mixtral2/checkpoint-4000/README.md +202 -0
  39. mixtral2/checkpoint-4000/adapter_config.json +29 -0
  40. mixtral2/checkpoint-4000/adapter_model.safetensors +3 -0
  41. mixtral2/checkpoint-4000/optimizer.pt +3 -0
  42. mixtral2/checkpoint-4000/rng_state.pth +3 -0
  43. mixtral2/checkpoint-4000/scheduler.pt +3 -0
  44. mixtral2/checkpoint-4000/special_tokens_map.json +24 -0
  45. mixtral2/checkpoint-4000/tokenizer.json +0 -0
  46. mixtral2/checkpoint-4000/tokenizer_config.json +46 -0
  47. mixtral2/checkpoint-4000/trainer_state.json +2833 -0
  48. mixtral2/checkpoint-4000/training_args.bin +3 -0
  49. mixtral2/checkpoint-4240/README.md +202 -0
  50. mixtral2/checkpoint-4240/adapter_config.json +29 -0
mixtral2/README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: mixtral2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mixtral2
18
+
19
+ This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on the data_data dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 10
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 80
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 80.0
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - PEFT 0.12.0
55
+ - Transformers 4.44.0
56
+ - Pytorch 2.4.1
57
+ - Datasets 2.21.0
58
+ - Tokenizers 0.19.1
mixtral2/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
mixtral2/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9bfe52ff5936dcaac103730c353c9c99e8e15b6212e24eb7feaa74d39044076
3
+ size 13648432
mixtral2/all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 79.43793911007026,
3
+ "total_flos": 1.1806200422774342e+19,
4
+ "train_loss": 0.4446117949373317,
5
+ "train_runtime": 54362.4918,
6
+ "train_samples_per_second": 6.279,
7
+ "train_steps_per_second": 0.078
8
+ }
mixtral2/checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
mixtral2/checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
mixtral2/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75d716843d440f881c9545b5a5e48cba0082e5c144091fc2c039489d4805a94
3
+ size 13648432
mixtral2/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f3e195ff9ac68ab7990cbbeade5794338bd678304acb1161a7c74d682c45bf
3
+ size 27370618
mixtral2/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d10ad6c90de119ae0a3eeecda7366634ce107ef267b5fdd3ddd046f0a5ae742
3
+ size 14244
mixtral2/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a75f26cd20f19aec22e6de83fc8832e485287ea297664ec60d5f2998eb87b2
3
+ size 1064
mixtral2/checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
mixtral2/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
mixtral2/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
mixtral2/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 18.73536299765808,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.1873536299765808,
13
+ "grad_norm": 5.991908550262451,
14
+ "learning_rate": 4.9999313759953484e-05,
15
+ "loss": 6.4768,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3747072599531616,
20
+ "grad_norm": 8.760614395141602,
21
+ "learning_rate": 4.999725507748798e-05,
22
+ "loss": 5.0186,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5620608899297423,
27
+ "grad_norm": 4.322343826293945,
28
+ "learning_rate": 4.999382406562349e-05,
29
+ "loss": 3.1088,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7494145199063232,
34
+ "grad_norm": 1.4796526432037354,
35
+ "learning_rate": 4.9989020912719864e-05,
36
+ "loss": 2.2997,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.936768149882904,
41
+ "grad_norm": 0.8381783962249756,
42
+ "learning_rate": 4.998284588246634e-05,
43
+ "loss": 1.9748,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.1241217798594847,
48
+ "grad_norm": 0.6073408722877502,
49
+ "learning_rate": 4.99752993138672e-05,
50
+ "loss": 1.8716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.3114754098360657,
55
+ "grad_norm": 0.5777516961097717,
56
+ "learning_rate": 4.996638162122302e-05,
57
+ "loss": 1.7803,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 1.4988290398126463,
62
+ "grad_norm": 0.5658383369445801,
63
+ "learning_rate": 4.995609329410804e-05,
64
+ "loss": 1.7585,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.6861826697892273,
69
+ "grad_norm": 0.6109507083892822,
70
+ "learning_rate": 4.994443489734322e-05,
71
+ "loss": 1.6902,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.8735362997658078,
76
+ "grad_norm": 0.6710304021835327,
77
+ "learning_rate": 4.9931407070965254e-05,
78
+ "loss": 1.675,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 2.060889929742389,
83
+ "grad_norm": 0.6605099439620972,
84
+ "learning_rate": 4.9917010530191455e-05,
85
+ "loss": 1.5914,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 2.2482435597189694,
90
+ "grad_norm": 0.8813541531562805,
91
+ "learning_rate": 4.990124606538042e-05,
92
+ "loss": 1.5681,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 2.4355971896955504,
97
+ "grad_norm": 0.9561053514480591,
98
+ "learning_rate": 4.9884114541988747e-05,
99
+ "loss": 1.4891,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 2.6229508196721314,
104
+ "grad_norm": 1.0302178859710693,
105
+ "learning_rate": 4.9865616900523406e-05,
106
+ "loss": 1.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 2.810304449648712,
111
+ "grad_norm": 1.114527940750122,
112
+ "learning_rate": 4.984575415649019e-05,
113
+ "loss": 1.3666,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 2.9976580796252925,
118
+ "grad_norm": 1.1488112211227417,
119
+ "learning_rate": 4.982452740033793e-05,
120
+ "loss": 1.3581,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 3.1850117096018735,
125
+ "grad_norm": 1.3187187910079956,
126
+ "learning_rate": 4.9801937797398636e-05,
127
+ "loss": 1.2926,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 3.3723653395784545,
132
+ "grad_norm": 1.4319546222686768,
133
+ "learning_rate": 4.9777986587823523e-05,
134
+ "loss": 1.2463,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 3.559718969555035,
139
+ "grad_norm": 1.4622282981872559,
140
+ "learning_rate": 4.975267508651492e-05,
141
+ "loss": 1.2304,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 3.747072599531616,
146
+ "grad_norm": 2.000797748565674,
147
+ "learning_rate": 4.97260046830541e-05,
148
+ "loss": 1.2252,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 3.9344262295081966,
153
+ "grad_norm": 1.6277581453323364,
154
+ "learning_rate": 4.969797684162498e-05,
155
+ "loss": 1.1649,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 4.121779859484778,
160
+ "grad_norm": 2.1771910190582275,
161
+ "learning_rate": 4.966859310093372e-05,
162
+ "loss": 1.1471,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 4.309133489461359,
167
+ "grad_norm": 1.9214098453521729,
168
+ "learning_rate": 4.9637855074124305e-05,
169
+ "loss": 1.1064,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 4.496487119437939,
174
+ "grad_norm": 2.057615041732788,
175
+ "learning_rate": 4.960576444868992e-05,
176
+ "loss": 1.1061,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 4.68384074941452,
181
+ "grad_norm": 1.851131796836853,
182
+ "learning_rate": 4.957232298638036e-05,
183
+ "loss": 1.0318,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 4.871194379391101,
188
+ "grad_norm": 2.1048285961151123,
189
+ "learning_rate": 4.953753252310526e-05,
190
+ "loss": 1.0444,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 5.058548009367682,
195
+ "grad_norm": 2.0235438346862793,
196
+ "learning_rate": 4.950139496883335e-05,
197
+ "loss": 1.0303,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 5.245901639344262,
202
+ "grad_norm": 2.574484348297119,
203
+ "learning_rate": 4.94639123074876e-05,
204
+ "loss": 0.9954,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 5.433255269320843,
209
+ "grad_norm": 2.1624159812927246,
210
+ "learning_rate": 4.9425086596836264e-05,
211
+ "loss": 0.9686,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 5.620608899297424,
216
+ "grad_norm": 2.923964023590088,
217
+ "learning_rate": 4.9384919968379945e-05,
218
+ "loss": 0.961,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 5.807962529274005,
223
+ "grad_norm": 3.605888843536377,
224
+ "learning_rate": 4.934341462723455e-05,
225
+ "loss": 0.9713,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 5.995316159250585,
230
+ "grad_norm": 2.6934282779693604,
231
+ "learning_rate": 4.930057285201027e-05,
232
+ "loss": 0.9327,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 6.182669789227166,
237
+ "grad_norm": 2.723066568374634,
238
+ "learning_rate": 4.925639699468645e-05,
239
+ "loss": 0.8974,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 6.370023419203747,
244
+ "grad_norm": 2.7989768981933594,
245
+ "learning_rate": 4.921088948048247e-05,
246
+ "loss": 0.8912,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 6.557377049180328,
251
+ "grad_norm": 2.685530424118042,
252
+ "learning_rate": 4.916405280772462e-05,
253
+ "loss": 0.8809,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 6.744730679156909,
258
+ "grad_norm": 2.441941738128662,
259
+ "learning_rate": 4.911588954770897e-05,
260
+ "loss": 0.8984,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 6.932084309133489,
265
+ "grad_norm": 2.7177064418792725,
266
+ "learning_rate": 4.9066402344560115e-05,
267
+ "loss": 0.855,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 7.11943793911007,
272
+ "grad_norm": 3.2908644676208496,
273
+ "learning_rate": 4.901559391508611e-05,
274
+ "loss": 0.8785,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 7.306791569086651,
279
+ "grad_norm": 3.195590019226074,
280
+ "learning_rate": 4.896346704862927e-05,
281
+ "loss": 0.8542,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 7.494145199063232,
286
+ "grad_norm": 3.4960882663726807,
287
+ "learning_rate": 4.891002460691306e-05,
288
+ "loss": 0.7881,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 7.681498829039812,
293
+ "grad_norm": 2.852773666381836,
294
+ "learning_rate": 4.885526952388498e-05,
295
+ "loss": 0.7957,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 7.868852459016393,
300
+ "grad_norm": 2.8862316608428955,
301
+ "learning_rate": 4.879920480555549e-05,
302
+ "loss": 0.8022,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 8.056206088992974,
307
+ "grad_norm": 2.706434488296509,
308
+ "learning_rate": 4.874183352983297e-05,
309
+ "loss": 0.7811,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 8.243559718969555,
314
+ "grad_norm": 3.107057809829712,
315
+ "learning_rate": 4.8683158846354786e-05,
316
+ "loss": 0.7786,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 8.430913348946136,
321
+ "grad_norm": 3.327939033508301,
322
+ "learning_rate": 4.862318397631434e-05,
323
+ "loss": 0.7431,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 8.618266978922717,
328
+ "grad_norm": 3.249922513961792,
329
+ "learning_rate": 4.8561912212284223e-05,
330
+ "loss": 0.7477,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 8.805620608899297,
335
+ "grad_norm": 3.709353446960449,
336
+ "learning_rate": 4.84993469180355e-05,
337
+ "loss": 0.7973,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 8.992974238875878,
342
+ "grad_norm": 2.777991533279419,
343
+ "learning_rate": 4.8435491528353026e-05,
344
+ "loss": 0.7699,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 9.180327868852459,
349
+ "grad_norm": 2.6447904109954834,
350
+ "learning_rate": 4.8370349548846823e-05,
351
+ "loss": 0.692,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 9.36768149882904,
356
+ "grad_norm": 3.150733232498169,
357
+ "learning_rate": 4.83039245557597e-05,
358
+ "loss": 0.7435,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 9.55503512880562,
363
+ "grad_norm": 3.316145420074463,
364
+ "learning_rate": 4.823622019577089e-05,
365
+ "loss": 0.7589,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 9.742388758782202,
370
+ "grad_norm": 3.4923229217529297,
371
+ "learning_rate": 4.8167240185795835e-05,
372
+ "loss": 0.7262,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 9.929742388758783,
377
+ "grad_norm": 3.1557626724243164,
378
+ "learning_rate": 4.8096988312782174e-05,
379
+ "loss": 0.6824,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 10.117096018735364,
384
+ "grad_norm": 3.2009847164154053,
385
+ "learning_rate": 4.8025468433501774e-05,
386
+ "loss": 0.7238,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 10.304449648711945,
391
+ "grad_norm": 3.149319887161255,
392
+ "learning_rate": 4.795268447433907e-05,
393
+ "loss": 0.7002,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 10.491803278688524,
398
+ "grad_norm": 3.1471166610717773,
399
+ "learning_rate": 4.787864043107546e-05,
400
+ "loss": 0.6933,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 10.679156908665105,
405
+ "grad_norm": 2.9310121536254883,
406
+ "learning_rate": 4.780334036866997e-05,
407
+ "loss": 0.7152,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 10.866510538641686,
412
+ "grad_norm": 3.6723790168762207,
413
+ "learning_rate": 4.772678842103605e-05,
414
+ "loss": 0.679,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 11.053864168618267,
419
+ "grad_norm": 3.633692502975464,
420
+ "learning_rate": 4.764898879081468e-05,
421
+ "loss": 0.6489,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 11.241217798594848,
426
+ "grad_norm": 3.9104480743408203,
427
+ "learning_rate": 4.756994574914359e-05,
428
+ "loss": 0.6116,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 11.428571428571429,
433
+ "grad_norm": 3.8203835487365723,
434
+ "learning_rate": 4.748966363542285e-05,
435
+ "loss": 0.6549,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 11.61592505854801,
440
+ "grad_norm": 3.5407750606536865,
441
+ "learning_rate": 4.7408146857076566e-05,
442
+ "loss": 0.6532,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 11.80327868852459,
447
+ "grad_norm": 4.155674457550049,
448
+ "learning_rate": 4.732539988931097e-05,
449
+ "loss": 0.6684,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 11.99063231850117,
454
+ "grad_norm": 4.21943473815918,
455
+ "learning_rate": 4.724142727486869e-05,
456
+ "loss": 0.683,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 12.177985948477751,
461
+ "grad_norm": 3.3667685985565186,
462
+ "learning_rate": 4.715623362377939e-05,
463
+ "loss": 0.6127,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 12.365339578454332,
468
+ "grad_norm": 3.7362210750579834,
469
+ "learning_rate": 4.706982361310669e-05,
470
+ "loss": 0.606,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 12.552693208430913,
475
+ "grad_norm": 3.549915313720703,
476
+ "learning_rate": 4.698220198669136e-05,
477
+ "loss": 0.6349,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 12.740046838407494,
482
+ "grad_norm": 3.360044002532959,
483
+ "learning_rate": 4.6893373554890925e-05,
484
+ "loss": 0.6335,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 12.927400468384075,
489
+ "grad_norm": 3.676515817642212,
490
+ "learning_rate": 4.680334319431555e-05,
491
+ "loss": 0.6283,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 13.114754098360656,
496
+ "grad_norm": 4.325002193450928,
497
+ "learning_rate": 4.6712115847560355e-05,
498
+ "loss": 0.6248,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 13.302107728337237,
503
+ "grad_norm": 4.889411449432373,
504
+ "learning_rate": 4.6619696522934024e-05,
505
+ "loss": 0.5959,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 13.489461358313818,
510
+ "grad_norm": 4.090158939361572,
511
+ "learning_rate": 4.652609029418389e-05,
512
+ "loss": 0.6068,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 13.676814988290397,
517
+ "grad_norm": 3.8901116847991943,
518
+ "learning_rate": 4.643130230021737e-05,
519
+ "loss": 0.6042,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 13.864168618266978,
524
+ "grad_norm": 4.178182125091553,
525
+ "learning_rate": 4.6335337744819873e-05,
526
+ "loss": 0.6253,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 14.05152224824356,
531
+ "grad_norm": 3.4572255611419678,
532
+ "learning_rate": 4.6238201896369055e-05,
533
+ "loss": 0.6136,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 14.23887587822014,
538
+ "grad_norm": 4.382098197937012,
539
+ "learning_rate": 4.613990008754565e-05,
540
+ "loss": 0.5499,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 14.426229508196721,
545
+ "grad_norm": 4.183515548706055,
546
+ "learning_rate": 4.6040437715040706e-05,
547
+ "loss": 0.5845,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 14.613583138173302,
552
+ "grad_norm": 3.2976605892181396,
553
+ "learning_rate": 4.593982023925926e-05,
554
+ "loss": 0.6097,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 14.800936768149883,
559
+ "grad_norm": 4.0663347244262695,
560
+ "learning_rate": 4.58380531840206e-05,
561
+ "loss": 0.6161,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 14.988290398126464,
566
+ "grad_norm": 4.074985980987549,
567
+ "learning_rate": 4.573514213625505e-05,
568
+ "loss": 0.5597,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 15.175644028103045,
573
+ "grad_norm": 4.086116790771484,
574
+ "learning_rate": 4.563109274569717e-05,
575
+ "loss": 0.5484,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 15.362997658079625,
580
+ "grad_norm": 3.6355836391448975,
581
+ "learning_rate": 4.552591072457565e-05,
582
+ "loss": 0.5561,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 15.550351288056206,
587
+ "grad_norm": 4.557271480560303,
588
+ "learning_rate": 4.5419601847299706e-05,
589
+ "loss": 0.5729,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 15.737704918032787,
594
+ "grad_norm": 3.3405730724334717,
595
+ "learning_rate": 4.5312171950142034e-05,
596
+ "loss": 0.5654,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 15.925058548009368,
601
+ "grad_norm": 5.102325439453125,
602
+ "learning_rate": 4.5203626930918455e-05,
603
+ "loss": 0.5766,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 16.11241217798595,
608
+ "grad_norm": 4.394238471984863,
609
+ "learning_rate": 4.509397274866409e-05,
610
+ "loss": 0.5617,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 16.29976580796253,
615
+ "grad_norm": 4.780090808868408,
616
+ "learning_rate": 4.498321542330623e-05,
617
+ "loss": 0.5363,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 16.48711943793911,
622
+ "grad_norm": 3.9079573154449463,
623
+ "learning_rate": 4.4871361035333836e-05,
624
+ "loss": 0.5387,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 16.67447306791569,
629
+ "grad_norm": 4.230076789855957,
630
+ "learning_rate": 4.4758415725463746e-05,
631
+ "loss": 0.5594,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 16.861826697892273,
636
+ "grad_norm": 3.655414581298828,
637
+ "learning_rate": 4.464438569430354e-05,
638
+ "loss": 0.5556,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 17.049180327868854,
643
+ "grad_norm": 3.818207025527954,
644
+ "learning_rate": 4.452927720201112e-05,
645
+ "loss": 0.5367,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 17.236533957845435,
650
+ "grad_norm": 3.827942371368408,
651
+ "learning_rate": 4.441309656795106e-05,
652
+ "loss": 0.5108,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 17.423887587822016,
657
+ "grad_norm": 3.933605194091797,
658
+ "learning_rate": 4.4295850170347664e-05,
659
+ "loss": 0.5258,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 17.611241217798593,
664
+ "grad_norm": 4.577270030975342,
665
+ "learning_rate": 4.417754444593478e-05,
666
+ "loss": 0.5313,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 17.798594847775174,
671
+ "grad_norm": 5.285182476043701,
672
+ "learning_rate": 4.40581858896025e-05,
673
+ "loss": 0.5421,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 17.985948477751755,
678
+ "grad_norm": 4.50776481628418,
679
+ "learning_rate": 4.3937781054040505e-05,
680
+ "loss": 0.5428,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 18.173302107728336,
685
+ "grad_norm": 3.9270503520965576,
686
+ "learning_rate": 4.38163365493784e-05,
687
+ "loss": 0.4744,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 18.360655737704917,
692
+ "grad_norm": 4.346292018890381,
693
+ "learning_rate": 4.3693859042822774e-05,
694
+ "loss": 0.5177,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 18.548009367681498,
699
+ "grad_norm": 3.9130234718322754,
700
+ "learning_rate": 4.357035525829123e-05,
701
+ "loss": 0.5387,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 18.73536299765808,
706
+ "grad_norm": 3.995023250579834,
707
+ "learning_rate": 4.344583197604318e-05,
708
+ "loss": 0.5071,
709
+ "step": 1000
710
+ }
711
+ ],
712
+ "logging_steps": 10,
713
+ "max_steps": 4240,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 80,
716
+ "save_steps": 1000,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": false
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 2.7866540300790006e+18,
730
+ "train_batch_size": 10,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
mixtral2/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72066db9851c6c83b03f6382857b47f319b886573afc4d79d79ac5ccaf36a95b
3
+ size 5304
mixtral2/checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
mixtral2/checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
mixtral2/checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ff68bf9119aebda78b36f4be541c94166cf4e3d3e83cce4c5625f2f764958a
3
+ size 13648432
mixtral2/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b863deceb6579b2279f604346190ecca7b18917cd35e917cba90696ad134e29
3
+ size 27370618
mixtral2/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c013855f1f203be97dafecaefb623110a70641991f8c85f3b86fa91a81df5017
3
+ size 14244
mixtral2/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da961d93e031b8cfdd8817676a57aec5dea580f03cba4e7dcdb3564cb7903e1a
3
+ size 1064
mixtral2/checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
mixtral2/checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
mixtral2/checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
mixtral2/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 37.47072599531616,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
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.1873536299765808,
13
+ "grad_norm": 5.991908550262451,
14
+ "learning_rate": 4.9999313759953484e-05,
15
+ "loss": 6.4768,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3747072599531616,
20
+ "grad_norm": 8.760614395141602,
21
+ "learning_rate": 4.999725507748798e-05,
22
+ "loss": 5.0186,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5620608899297423,
27
+ "grad_norm": 4.322343826293945,
28
+ "learning_rate": 4.999382406562349e-05,
29
+ "loss": 3.1088,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7494145199063232,
34
+ "grad_norm": 1.4796526432037354,
35
+ "learning_rate": 4.9989020912719864e-05,
36
+ "loss": 2.2997,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.936768149882904,
41
+ "grad_norm": 0.8381783962249756,
42
+ "learning_rate": 4.998284588246634e-05,
43
+ "loss": 1.9748,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.1241217798594847,
48
+ "grad_norm": 0.6073408722877502,
49
+ "learning_rate": 4.99752993138672e-05,
50
+ "loss": 1.8716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.3114754098360657,
55
+ "grad_norm": 0.5777516961097717,
56
+ "learning_rate": 4.996638162122302e-05,
57
+ "loss": 1.7803,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 1.4988290398126463,
62
+ "grad_norm": 0.5658383369445801,
63
+ "learning_rate": 4.995609329410804e-05,
64
+ "loss": 1.7585,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.6861826697892273,
69
+ "grad_norm": 0.6109507083892822,
70
+ "learning_rate": 4.994443489734322e-05,
71
+ "loss": 1.6902,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.8735362997658078,
76
+ "grad_norm": 0.6710304021835327,
77
+ "learning_rate": 4.9931407070965254e-05,
78
+ "loss": 1.675,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 2.060889929742389,
83
+ "grad_norm": 0.6605099439620972,
84
+ "learning_rate": 4.9917010530191455e-05,
85
+ "loss": 1.5914,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 2.2482435597189694,
90
+ "grad_norm": 0.8813541531562805,
91
+ "learning_rate": 4.990124606538042e-05,
92
+ "loss": 1.5681,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 2.4355971896955504,
97
+ "grad_norm": 0.9561053514480591,
98
+ "learning_rate": 4.9884114541988747e-05,
99
+ "loss": 1.4891,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 2.6229508196721314,
104
+ "grad_norm": 1.0302178859710693,
105
+ "learning_rate": 4.9865616900523406e-05,
106
+ "loss": 1.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 2.810304449648712,
111
+ "grad_norm": 1.114527940750122,
112
+ "learning_rate": 4.984575415649019e-05,
113
+ "loss": 1.3666,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 2.9976580796252925,
118
+ "grad_norm": 1.1488112211227417,
119
+ "learning_rate": 4.982452740033793e-05,
120
+ "loss": 1.3581,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 3.1850117096018735,
125
+ "grad_norm": 1.3187187910079956,
126
+ "learning_rate": 4.9801937797398636e-05,
127
+ "loss": 1.2926,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 3.3723653395784545,
132
+ "grad_norm": 1.4319546222686768,
133
+ "learning_rate": 4.9777986587823523e-05,
134
+ "loss": 1.2463,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 3.559718969555035,
139
+ "grad_norm": 1.4622282981872559,
140
+ "learning_rate": 4.975267508651492e-05,
141
+ "loss": 1.2304,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 3.747072599531616,
146
+ "grad_norm": 2.000797748565674,
147
+ "learning_rate": 4.97260046830541e-05,
148
+ "loss": 1.2252,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 3.9344262295081966,
153
+ "grad_norm": 1.6277581453323364,
154
+ "learning_rate": 4.969797684162498e-05,
155
+ "loss": 1.1649,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 4.121779859484778,
160
+ "grad_norm": 2.1771910190582275,
161
+ "learning_rate": 4.966859310093372e-05,
162
+ "loss": 1.1471,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 4.309133489461359,
167
+ "grad_norm": 1.9214098453521729,
168
+ "learning_rate": 4.9637855074124305e-05,
169
+ "loss": 1.1064,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 4.496487119437939,
174
+ "grad_norm": 2.057615041732788,
175
+ "learning_rate": 4.960576444868992e-05,
176
+ "loss": 1.1061,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 4.68384074941452,
181
+ "grad_norm": 1.851131796836853,
182
+ "learning_rate": 4.957232298638036e-05,
183
+ "loss": 1.0318,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 4.871194379391101,
188
+ "grad_norm": 2.1048285961151123,
189
+ "learning_rate": 4.953753252310526e-05,
190
+ "loss": 1.0444,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 5.058548009367682,
195
+ "grad_norm": 2.0235438346862793,
196
+ "learning_rate": 4.950139496883335e-05,
197
+ "loss": 1.0303,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 5.245901639344262,
202
+ "grad_norm": 2.574484348297119,
203
+ "learning_rate": 4.94639123074876e-05,
204
+ "loss": 0.9954,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 5.433255269320843,
209
+ "grad_norm": 2.1624159812927246,
210
+ "learning_rate": 4.9425086596836264e-05,
211
+ "loss": 0.9686,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 5.620608899297424,
216
+ "grad_norm": 2.923964023590088,
217
+ "learning_rate": 4.9384919968379945e-05,
218
+ "loss": 0.961,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 5.807962529274005,
223
+ "grad_norm": 3.605888843536377,
224
+ "learning_rate": 4.934341462723455e-05,
225
+ "loss": 0.9713,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 5.995316159250585,
230
+ "grad_norm": 2.6934282779693604,
231
+ "learning_rate": 4.930057285201027e-05,
232
+ "loss": 0.9327,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 6.182669789227166,
237
+ "grad_norm": 2.723066568374634,
238
+ "learning_rate": 4.925639699468645e-05,
239
+ "loss": 0.8974,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 6.370023419203747,
244
+ "grad_norm": 2.7989768981933594,
245
+ "learning_rate": 4.921088948048247e-05,
246
+ "loss": 0.8912,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 6.557377049180328,
251
+ "grad_norm": 2.685530424118042,
252
+ "learning_rate": 4.916405280772462e-05,
253
+ "loss": 0.8809,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 6.744730679156909,
258
+ "grad_norm": 2.441941738128662,
259
+ "learning_rate": 4.911588954770897e-05,
260
+ "loss": 0.8984,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 6.932084309133489,
265
+ "grad_norm": 2.7177064418792725,
266
+ "learning_rate": 4.9066402344560115e-05,
267
+ "loss": 0.855,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 7.11943793911007,
272
+ "grad_norm": 3.2908644676208496,
273
+ "learning_rate": 4.901559391508611e-05,
274
+ "loss": 0.8785,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 7.306791569086651,
279
+ "grad_norm": 3.195590019226074,
280
+ "learning_rate": 4.896346704862927e-05,
281
+ "loss": 0.8542,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 7.494145199063232,
286
+ "grad_norm": 3.4960882663726807,
287
+ "learning_rate": 4.891002460691306e-05,
288
+ "loss": 0.7881,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 7.681498829039812,
293
+ "grad_norm": 2.852773666381836,
294
+ "learning_rate": 4.885526952388498e-05,
295
+ "loss": 0.7957,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 7.868852459016393,
300
+ "grad_norm": 2.8862316608428955,
301
+ "learning_rate": 4.879920480555549e-05,
302
+ "loss": 0.8022,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 8.056206088992974,
307
+ "grad_norm": 2.706434488296509,
308
+ "learning_rate": 4.874183352983297e-05,
309
+ "loss": 0.7811,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 8.243559718969555,
314
+ "grad_norm": 3.107057809829712,
315
+ "learning_rate": 4.8683158846354786e-05,
316
+ "loss": 0.7786,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 8.430913348946136,
321
+ "grad_norm": 3.327939033508301,
322
+ "learning_rate": 4.862318397631434e-05,
323
+ "loss": 0.7431,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 8.618266978922717,
328
+ "grad_norm": 3.249922513961792,
329
+ "learning_rate": 4.8561912212284223e-05,
330
+ "loss": 0.7477,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 8.805620608899297,
335
+ "grad_norm": 3.709353446960449,
336
+ "learning_rate": 4.84993469180355e-05,
337
+ "loss": 0.7973,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 8.992974238875878,
342
+ "grad_norm": 2.777991533279419,
343
+ "learning_rate": 4.8435491528353026e-05,
344
+ "loss": 0.7699,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 9.180327868852459,
349
+ "grad_norm": 2.6447904109954834,
350
+ "learning_rate": 4.8370349548846823e-05,
351
+ "loss": 0.692,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 9.36768149882904,
356
+ "grad_norm": 3.150733232498169,
357
+ "learning_rate": 4.83039245557597e-05,
358
+ "loss": 0.7435,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 9.55503512880562,
363
+ "grad_norm": 3.316145420074463,
364
+ "learning_rate": 4.823622019577089e-05,
365
+ "loss": 0.7589,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 9.742388758782202,
370
+ "grad_norm": 3.4923229217529297,
371
+ "learning_rate": 4.8167240185795835e-05,
372
+ "loss": 0.7262,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 9.929742388758783,
377
+ "grad_norm": 3.1557626724243164,
378
+ "learning_rate": 4.8096988312782174e-05,
379
+ "loss": 0.6824,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 10.117096018735364,
384
+ "grad_norm": 3.2009847164154053,
385
+ "learning_rate": 4.8025468433501774e-05,
386
+ "loss": 0.7238,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 10.304449648711945,
391
+ "grad_norm": 3.149319887161255,
392
+ "learning_rate": 4.795268447433907e-05,
393
+ "loss": 0.7002,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 10.491803278688524,
398
+ "grad_norm": 3.1471166610717773,
399
+ "learning_rate": 4.787864043107546e-05,
400
+ "loss": 0.6933,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 10.679156908665105,
405
+ "grad_norm": 2.9310121536254883,
406
+ "learning_rate": 4.780334036866997e-05,
407
+ "loss": 0.7152,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 10.866510538641686,
412
+ "grad_norm": 3.6723790168762207,
413
+ "learning_rate": 4.772678842103605e-05,
414
+ "loss": 0.679,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 11.053864168618267,
419
+ "grad_norm": 3.633692502975464,
420
+ "learning_rate": 4.764898879081468e-05,
421
+ "loss": 0.6489,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 11.241217798594848,
426
+ "grad_norm": 3.9104480743408203,
427
+ "learning_rate": 4.756994574914359e-05,
428
+ "loss": 0.6116,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 11.428571428571429,
433
+ "grad_norm": 3.8203835487365723,
434
+ "learning_rate": 4.748966363542285e-05,
435
+ "loss": 0.6549,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 11.61592505854801,
440
+ "grad_norm": 3.5407750606536865,
441
+ "learning_rate": 4.7408146857076566e-05,
442
+ "loss": 0.6532,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 11.80327868852459,
447
+ "grad_norm": 4.155674457550049,
448
+ "learning_rate": 4.732539988931097e-05,
449
+ "loss": 0.6684,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 11.99063231850117,
454
+ "grad_norm": 4.21943473815918,
455
+ "learning_rate": 4.724142727486869e-05,
456
+ "loss": 0.683,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 12.177985948477751,
461
+ "grad_norm": 3.3667685985565186,
462
+ "learning_rate": 4.715623362377939e-05,
463
+ "loss": 0.6127,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 12.365339578454332,
468
+ "grad_norm": 3.7362210750579834,
469
+ "learning_rate": 4.706982361310669e-05,
470
+ "loss": 0.606,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 12.552693208430913,
475
+ "grad_norm": 3.549915313720703,
476
+ "learning_rate": 4.698220198669136e-05,
477
+ "loss": 0.6349,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 12.740046838407494,
482
+ "grad_norm": 3.360044002532959,
483
+ "learning_rate": 4.6893373554890925e-05,
484
+ "loss": 0.6335,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 12.927400468384075,
489
+ "grad_norm": 3.676515817642212,
490
+ "learning_rate": 4.680334319431555e-05,
491
+ "loss": 0.6283,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 13.114754098360656,
496
+ "grad_norm": 4.325002193450928,
497
+ "learning_rate": 4.6712115847560355e-05,
498
+ "loss": 0.6248,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 13.302107728337237,
503
+ "grad_norm": 4.889411449432373,
504
+ "learning_rate": 4.6619696522934024e-05,
505
+ "loss": 0.5959,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 13.489461358313818,
510
+ "grad_norm": 4.090158939361572,
511
+ "learning_rate": 4.652609029418389e-05,
512
+ "loss": 0.6068,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 13.676814988290397,
517
+ "grad_norm": 3.8901116847991943,
518
+ "learning_rate": 4.643130230021737e-05,
519
+ "loss": 0.6042,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 13.864168618266978,
524
+ "grad_norm": 4.178182125091553,
525
+ "learning_rate": 4.6335337744819873e-05,
526
+ "loss": 0.6253,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 14.05152224824356,
531
+ "grad_norm": 3.4572255611419678,
532
+ "learning_rate": 4.6238201896369055e-05,
533
+ "loss": 0.6136,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 14.23887587822014,
538
+ "grad_norm": 4.382098197937012,
539
+ "learning_rate": 4.613990008754565e-05,
540
+ "loss": 0.5499,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 14.426229508196721,
545
+ "grad_norm": 4.183515548706055,
546
+ "learning_rate": 4.6040437715040706e-05,
547
+ "loss": 0.5845,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 14.613583138173302,
552
+ "grad_norm": 3.2976605892181396,
553
+ "learning_rate": 4.593982023925926e-05,
554
+ "loss": 0.6097,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 14.800936768149883,
559
+ "grad_norm": 4.0663347244262695,
560
+ "learning_rate": 4.58380531840206e-05,
561
+ "loss": 0.6161,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 14.988290398126464,
566
+ "grad_norm": 4.074985980987549,
567
+ "learning_rate": 4.573514213625505e-05,
568
+ "loss": 0.5597,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 15.175644028103045,
573
+ "grad_norm": 4.086116790771484,
574
+ "learning_rate": 4.563109274569717e-05,
575
+ "loss": 0.5484,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 15.362997658079625,
580
+ "grad_norm": 3.6355836391448975,
581
+ "learning_rate": 4.552591072457565e-05,
582
+ "loss": 0.5561,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 15.550351288056206,
587
+ "grad_norm": 4.557271480560303,
588
+ "learning_rate": 4.5419601847299706e-05,
589
+ "loss": 0.5729,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 15.737704918032787,
594
+ "grad_norm": 3.3405730724334717,
595
+ "learning_rate": 4.5312171950142034e-05,
596
+ "loss": 0.5654,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 15.925058548009368,
601
+ "grad_norm": 5.102325439453125,
602
+ "learning_rate": 4.5203626930918455e-05,
603
+ "loss": 0.5766,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 16.11241217798595,
608
+ "grad_norm": 4.394238471984863,
609
+ "learning_rate": 4.509397274866409e-05,
610
+ "loss": 0.5617,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 16.29976580796253,
615
+ "grad_norm": 4.780090808868408,
616
+ "learning_rate": 4.498321542330623e-05,
617
+ "loss": 0.5363,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 16.48711943793911,
622
+ "grad_norm": 3.9079573154449463,
623
+ "learning_rate": 4.4871361035333836e-05,
624
+ "loss": 0.5387,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 16.67447306791569,
629
+ "grad_norm": 4.230076789855957,
630
+ "learning_rate": 4.4758415725463746e-05,
631
+ "loss": 0.5594,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 16.861826697892273,
636
+ "grad_norm": 3.655414581298828,
637
+ "learning_rate": 4.464438569430354e-05,
638
+ "loss": 0.5556,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 17.049180327868854,
643
+ "grad_norm": 3.818207025527954,
644
+ "learning_rate": 4.452927720201112e-05,
645
+ "loss": 0.5367,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 17.236533957845435,
650
+ "grad_norm": 3.827942371368408,
651
+ "learning_rate": 4.441309656795106e-05,
652
+ "loss": 0.5108,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 17.423887587822016,
657
+ "grad_norm": 3.933605194091797,
658
+ "learning_rate": 4.4295850170347664e-05,
659
+ "loss": 0.5258,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 17.611241217798593,
664
+ "grad_norm": 4.577270030975342,
665
+ "learning_rate": 4.417754444593478e-05,
666
+ "loss": 0.5313,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 17.798594847775174,
671
+ "grad_norm": 5.285182476043701,
672
+ "learning_rate": 4.40581858896025e-05,
673
+ "loss": 0.5421,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 17.985948477751755,
678
+ "grad_norm": 4.50776481628418,
679
+ "learning_rate": 4.3937781054040505e-05,
680
+ "loss": 0.5428,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 18.173302107728336,
685
+ "grad_norm": 3.9270503520965576,
686
+ "learning_rate": 4.38163365493784e-05,
687
+ "loss": 0.4744,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 18.360655737704917,
692
+ "grad_norm": 4.346292018890381,
693
+ "learning_rate": 4.3693859042822774e-05,
694
+ "loss": 0.5177,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 18.548009367681498,
699
+ "grad_norm": 3.9130234718322754,
700
+ "learning_rate": 4.357035525829123e-05,
701
+ "loss": 0.5387,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 18.73536299765808,
706
+ "grad_norm": 3.995023250579834,
707
+ "learning_rate": 4.344583197604318e-05,
708
+ "loss": 0.5071,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 18.92271662763466,
713
+ "grad_norm": 3.8441927433013916,
714
+ "learning_rate": 4.3320296032307675e-05,
715
+ "loss": 0.5138,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 19.11007025761124,
720
+ "grad_norm": 5.217072010040283,
721
+ "learning_rate": 4.319375431890806e-05,
722
+ "loss": 0.4962,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 19.297423887587822,
727
+ "grad_norm": 5.450128078460693,
728
+ "learning_rate": 4.306621378288364e-05,
729
+ "loss": 0.4835,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 19.484777517564403,
734
+ "grad_norm": 3.889098644256592,
735
+ "learning_rate": 4.293768142610828e-05,
736
+ "loss": 0.499,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 19.672131147540984,
741
+ "grad_norm": 5.706878662109375,
742
+ "learning_rate": 4.2808164304906026e-05,
743
+ "loss": 0.5214,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 19.859484777517565,
748
+ "grad_norm": 4.337571620941162,
749
+ "learning_rate": 4.267766952966369e-05,
750
+ "loss": 0.4985,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 20.046838407494146,
755
+ "grad_norm": 4.532181262969971,
756
+ "learning_rate": 4.254620426444053e-05,
757
+ "loss": 0.5146,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 20.234192037470727,
762
+ "grad_norm": 5.095364570617676,
763
+ "learning_rate": 4.241377572657493e-05,
764
+ "loss": 0.4821,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 20.421545667447308,
769
+ "grad_norm": 4.10978889465332,
770
+ "learning_rate": 4.228039118628816e-05,
771
+ "loss": 0.4685,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 20.60889929742389,
776
+ "grad_norm": 3.92051100730896,
777
+ "learning_rate": 4.214605796628527e-05,
778
+ "loss": 0.4857,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 20.796252927400467,
783
+ "grad_norm": 5.784697532653809,
784
+ "learning_rate": 4.2010783441353064e-05,
785
+ "loss": 0.478,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 20.983606557377048,
790
+ "grad_norm": 4.860243320465088,
791
+ "learning_rate": 4.187457503795527e-05,
792
+ "loss": 0.509,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 21.17096018735363,
797
+ "grad_norm": 4.482259750366211,
798
+ "learning_rate": 4.173744023382474e-05,
799
+ "loss": 0.4508,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 21.35831381733021,
804
+ "grad_norm": 4.613847255706787,
805
+ "learning_rate": 4.159938655755306e-05,
806
+ "loss": 0.4748,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 21.54566744730679,
811
+ "grad_norm": 5.015346050262451,
812
+ "learning_rate": 4.14604215881771e-05,
813
+ "loss": 0.4587,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 21.73302107728337,
818
+ "grad_norm": 4.96614933013916,
819
+ "learning_rate": 4.1320552954763044e-05,
820
+ "loss": 0.4619,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 21.920374707259953,
825
+ "grad_norm": 4.224035739898682,
826
+ "learning_rate": 4.117978833598747e-05,
827
+ "loss": 0.476,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 22.107728337236534,
832
+ "grad_norm": 4.694319725036621,
833
+ "learning_rate": 4.103813545971589e-05,
834
+ "loss": 0.4964,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 22.295081967213115,
839
+ "grad_norm": 4.884482383728027,
840
+ "learning_rate": 4.089560210257838e-05,
841
+ "loss": 0.4527,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 22.482435597189696,
846
+ "grad_norm": 4.385354518890381,
847
+ "learning_rate": 4.075219608954278e-05,
848
+ "loss": 0.4593,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 22.669789227166277,
853
+ "grad_norm": 4.597926139831543,
854
+ "learning_rate": 4.0607925293485e-05,
855
+ "loss": 0.4531,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 22.857142857142858,
860
+ "grad_norm": 4.493633270263672,
861
+ "learning_rate": 4.046279763475687e-05,
862
+ "loss": 0.4357,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 23.04449648711944,
867
+ "grad_norm": 4.796749114990234,
868
+ "learning_rate": 4.031682108075129e-05,
869
+ "loss": 0.4529,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 23.23185011709602,
874
+ "grad_norm": 4.556844711303711,
875
+ "learning_rate": 4.017000364546484e-05,
876
+ "loss": 0.4613,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 23.4192037470726,
881
+ "grad_norm": 5.220188140869141,
882
+ "learning_rate": 4.00223533890578e-05,
883
+ "loss": 0.433,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 23.60655737704918,
888
+ "grad_norm": 5.892832279205322,
889
+ "learning_rate": 3.987387841741169e-05,
890
+ "loss": 0.4388,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 23.793911007025763,
895
+ "grad_norm": 5.893739700317383,
896
+ "learning_rate": 3.972458688168421e-05,
897
+ "loss": 0.4542,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 23.98126463700234,
902
+ "grad_norm": 4.80185079574585,
903
+ "learning_rate": 3.95744869778618e-05,
904
+ "loss": 0.4289,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 24.16861826697892,
909
+ "grad_norm": 4.6050028800964355,
910
+ "learning_rate": 3.942358694630967e-05,
911
+ "loss": 0.438,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 24.355971896955502,
916
+ "grad_norm": 4.912991046905518,
917
+ "learning_rate": 3.927189507131938e-05,
918
+ "loss": 0.4329,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 24.543325526932083,
923
+ "grad_norm": 4.563324928283691,
924
+ "learning_rate": 3.911941968065408e-05,
925
+ "loss": 0.4508,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 24.730679156908664,
930
+ "grad_norm": 5.688429355621338,
931
+ "learning_rate": 3.896616914509131e-05,
932
+ "loss": 0.4303,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 24.918032786885245,
937
+ "grad_norm": 5.020318984985352,
938
+ "learning_rate": 3.881215187796344e-05,
939
+ "loss": 0.4255,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 25.105386416861826,
944
+ "grad_norm": 6.469161510467529,
945
+ "learning_rate": 3.8657376334695794e-05,
946
+ "loss": 0.4206,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 25.292740046838407,
951
+ "grad_norm": 4.912801742553711,
952
+ "learning_rate": 3.8501851012342446e-05,
953
+ "loss": 0.4545,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 25.480093676814988,
958
+ "grad_norm": 4.866584777832031,
959
+ "learning_rate": 3.8345584449119776e-05,
960
+ "loss": 0.4167,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 25.66744730679157,
965
+ "grad_norm": 4.946688175201416,
966
+ "learning_rate": 3.818858522393764e-05,
967
+ "loss": 0.423,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 25.85480093676815,
972
+ "grad_norm": 5.518560886383057,
973
+ "learning_rate": 3.80308619559285e-05,
974
+ "loss": 0.4393,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 26.04215456674473,
979
+ "grad_norm": 4.3973283767700195,
980
+ "learning_rate": 3.787242330397418e-05,
981
+ "loss": 0.4142,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 26.229508196721312,
986
+ "grad_norm": 4.848239898681641,
987
+ "learning_rate": 3.7713277966230514e-05,
988
+ "loss": 0.4099,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 26.416861826697893,
993
+ "grad_norm": 4.581872463226318,
994
+ "learning_rate": 3.755343467964981e-05,
995
+ "loss": 0.3986,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 26.604215456674474,
1000
+ "grad_norm": 4.8950419425964355,
1001
+ "learning_rate": 3.7392902219501234e-05,
1002
+ "loss": 0.4239,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 26.791569086651055,
1007
+ "grad_norm": 4.911006450653076,
1008
+ "learning_rate": 3.723168939888901e-05,
1009
+ "loss": 0.4013,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 26.978922716627636,
1014
+ "grad_norm": 5.166593074798584,
1015
+ "learning_rate": 3.706980506826863e-05,
1016
+ "loss": 0.4381,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 27.166276346604217,
1021
+ "grad_norm": 5.103715896606445,
1022
+ "learning_rate": 3.690725811496092e-05,
1023
+ "loss": 0.4018,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 27.353629976580795,
1028
+ "grad_norm": 5.886387825012207,
1029
+ "learning_rate": 3.67440574626642e-05,
1030
+ "loss": 0.3995,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 27.540983606557376,
1035
+ "grad_norm": 5.4808268547058105,
1036
+ "learning_rate": 3.6580212070964324e-05,
1037
+ "loss": 0.4004,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 27.728337236533957,
1042
+ "grad_norm": 4.735198020935059,
1043
+ "learning_rate": 3.6415730934842827e-05,
1044
+ "loss": 0.3999,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 27.915690866510538,
1049
+ "grad_norm": 5.017817497253418,
1050
+ "learning_rate": 3.625062308418312e-05,
1051
+ "loss": 0.4149,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 28.10304449648712,
1056
+ "grad_norm": 5.427640914916992,
1057
+ "learning_rate": 3.608489758327472e-05,
1058
+ "loss": 0.4194,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 28.2903981264637,
1063
+ "grad_norm": 5.762901306152344,
1064
+ "learning_rate": 3.5918563530315664e-05,
1065
+ "loss": 0.3852,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 28.47775175644028,
1070
+ "grad_norm": 4.809139728546143,
1071
+ "learning_rate": 3.575163005691302e-05,
1072
+ "loss": 0.3858,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 28.66510538641686,
1077
+ "grad_norm": 5.195406436920166,
1078
+ "learning_rate": 3.5584106327581536e-05,
1079
+ "loss": 0.3931,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 28.852459016393443,
1084
+ "grad_norm": 5.359652996063232,
1085
+ "learning_rate": 3.541600153924058e-05,
1086
+ "loss": 0.4196,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 29.039812646370024,
1091
+ "grad_norm": 4.440913200378418,
1092
+ "learning_rate": 3.524732492070915e-05,
1093
+ "loss": 0.3731,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 29.227166276346605,
1098
+ "grad_norm": 4.653567790985107,
1099
+ "learning_rate": 3.507808573219931e-05,
1100
+ "loss": 0.3628,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 29.414519906323186,
1105
+ "grad_norm": 6.330109119415283,
1106
+ "learning_rate": 3.4908293264807734e-05,
1107
+ "loss": 0.4074,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 29.601873536299767,
1112
+ "grad_norm": 4.850047588348389,
1113
+ "learning_rate": 3.473795684000569e-05,
1114
+ "loss": 0.3495,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 29.789227166276348,
1119
+ "grad_norm": 5.027477264404297,
1120
+ "learning_rate": 3.456708580912725e-05,
1121
+ "loss": 0.409,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 29.97658079625293,
1126
+ "grad_norm": 5.475801467895508,
1127
+ "learning_rate": 3.4395689552855955e-05,
1128
+ "loss": 0.3954,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 30.16393442622951,
1133
+ "grad_norm": 4.786725044250488,
1134
+ "learning_rate": 3.4223777480709805e-05,
1135
+ "loss": 0.3666,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 30.35128805620609,
1140
+ "grad_norm": 6.034923076629639,
1141
+ "learning_rate": 3.4051359030524654e-05,
1142
+ "loss": 0.3557,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 30.538641686182668,
1147
+ "grad_norm": 5.1971755027771,
1148
+ "learning_rate": 3.387844366793614e-05,
1149
+ "loss": 0.3563,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 30.72599531615925,
1154
+ "grad_norm": 5.740716457366943,
1155
+ "learning_rate": 3.3705040885859975e-05,
1156
+ "loss": 0.3874,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 30.91334894613583,
1161
+ "grad_norm": 5.543055057525635,
1162
+ "learning_rate": 3.3531160203970805e-05,
1163
+ "loss": 0.4104,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 31.10070257611241,
1168
+ "grad_norm": 4.964486598968506,
1169
+ "learning_rate": 3.335681116817963e-05,
1170
+ "loss": 0.3809,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 31.288056206088992,
1175
+ "grad_norm": 5.344038963317871,
1176
+ "learning_rate": 3.318200335010967e-05,
1177
+ "loss": 0.3536,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 31.475409836065573,
1182
+ "grad_norm": 5.5590901374816895,
1183
+ "learning_rate": 3.300674634657094e-05,
1184
+ "loss": 0.3613,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 31.662763466042154,
1189
+ "grad_norm": 5.377177715301514,
1190
+ "learning_rate": 3.28310497790334e-05,
1191
+ "loss": 0.3828,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 31.850117096018735,
1196
+ "grad_norm": 5.412164688110352,
1197
+ "learning_rate": 3.265492329309867e-05,
1198
+ "loss": 0.3481,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 32.03747072599531,
1203
+ "grad_norm": 4.8478593826293945,
1204
+ "learning_rate": 3.247837655797061e-05,
1205
+ "loss": 0.3609,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 32.2248243559719,
1210
+ "grad_norm": 4.969062328338623,
1211
+ "learning_rate": 3.2301419265924395e-05,
1212
+ "loss": 0.3319,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 32.412177985948475,
1217
+ "grad_norm": 5.705166816711426,
1218
+ "learning_rate": 3.212406113177445e-05,
1219
+ "loss": 0.3464,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 32.59953161592506,
1224
+ "grad_norm": 5.679583549499512,
1225
+ "learning_rate": 3.19463118923411e-05,
1226
+ "loss": 0.3518,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 32.78688524590164,
1231
+ "grad_norm": 5.57464075088501,
1232
+ "learning_rate": 3.1768181305916066e-05,
1233
+ "loss": 0.3644,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 32.97423887587822,
1238
+ "grad_norm": 5.604707717895508,
1239
+ "learning_rate": 3.158967915172669e-05,
1240
+ "loss": 0.3856,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 33.1615925058548,
1245
+ "grad_norm": 4.796475887298584,
1246
+ "learning_rate": 3.1410815229399116e-05,
1247
+ "loss": 0.349,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 33.34894613583138,
1252
+ "grad_norm": 5.308904647827148,
1253
+ "learning_rate": 3.123159935842024e-05,
1254
+ "loss": 0.3319,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 33.53629976580796,
1259
+ "grad_norm": 5.319141387939453,
1260
+ "learning_rate": 3.1052041377598674e-05,
1261
+ "loss": 0.3403,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 33.723653395784545,
1266
+ "grad_norm": 6.2813496589660645,
1267
+ "learning_rate": 3.0872151144524595e-05,
1268
+ "loss": 0.331,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 33.91100702576112,
1273
+ "grad_norm": 6.759060859680176,
1274
+ "learning_rate": 3.069193853502855e-05,
1275
+ "loss": 0.3683,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 34.09836065573771,
1280
+ "grad_norm": 5.812283515930176,
1281
+ "learning_rate": 3.0511413442639296e-05,
1282
+ "loss": 0.3389,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 34.285714285714285,
1287
+ "grad_norm": 5.7895026206970215,
1288
+ "learning_rate": 3.0330585778040677e-05,
1289
+ "loss": 0.3302,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 34.47306791569087,
1294
+ "grad_norm": 5.957363605499268,
1295
+ "learning_rate": 3.014946546852746e-05,
1296
+ "loss": 0.3334,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 34.66042154566745,
1301
+ "grad_norm": 5.722705364227295,
1302
+ "learning_rate": 2.996806245746044e-05,
1303
+ "loss": 0.3419,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 34.84777517564403,
1308
+ "grad_norm": 6.884836196899414,
1309
+ "learning_rate": 2.978638670372047e-05,
1310
+ "loss": 0.3375,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 35.03512880562061,
1315
+ "grad_norm": 4.799129962921143,
1316
+ "learning_rate": 2.960444818116176e-05,
1317
+ "loss": 0.3473,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 35.222482435597186,
1322
+ "grad_norm": 5.28724479675293,
1323
+ "learning_rate": 2.9422256878064325e-05,
1324
+ "loss": 0.2882,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 35.40983606557377,
1329
+ "grad_norm": 5.755520343780518,
1330
+ "learning_rate": 2.923982279658564e-05,
1331
+ "loss": 0.3336,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 35.59718969555035,
1336
+ "grad_norm": 5.549156188964844,
1337
+ "learning_rate": 2.9057155952211502e-05,
1338
+ "loss": 0.3487,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 35.78454332552693,
1343
+ "grad_norm": 5.643553256988525,
1344
+ "learning_rate": 2.8874266373206216e-05,
1345
+ "loss": 0.3483,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 35.97189695550351,
1350
+ "grad_norm": 5.7322540283203125,
1351
+ "learning_rate": 2.8691164100062034e-05,
1352
+ "loss": 0.3339,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 36.159250585480095,
1357
+ "grad_norm": 9.893467903137207,
1358
+ "learning_rate": 2.8507859184947957e-05,
1359
+ "loss": 0.3177,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 36.34660421545667,
1364
+ "grad_norm": 4.880067348480225,
1365
+ "learning_rate": 2.8324361691157858e-05,
1366
+ "loss": 0.3103,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 36.53395784543326,
1371
+ "grad_norm": 5.725404262542725,
1372
+ "learning_rate": 2.8140681692558035e-05,
1373
+ "loss": 0.3145,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 36.721311475409834,
1378
+ "grad_norm": 5.862415313720703,
1379
+ "learning_rate": 2.7956829273034148e-05,
1380
+ "loss": 0.3246,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 36.90866510538642,
1385
+ "grad_norm": 6.573834419250488,
1386
+ "learning_rate": 2.7772814525937635e-05,
1387
+ "loss": 0.3479,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 37.096018735362996,
1392
+ "grad_norm": 6.182538032531738,
1393
+ "learning_rate": 2.7588647553531576e-05,
1394
+ "loss": 0.324,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 37.28337236533958,
1399
+ "grad_norm": 5.400746822357178,
1400
+ "learning_rate": 2.740433846643612e-05,
1401
+ "loss": 0.3064,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 37.47072599531616,
1406
+ "grad_norm": 5.840080738067627,
1407
+ "learning_rate": 2.7219897383073373e-05,
1408
+ "loss": 0.3211,
1409
+ "step": 2000
1410
+ }
1411
+ ],
1412
+ "logging_steps": 10,
1413
+ "max_steps": 4240,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 80,
1416
+ "save_steps": 1000,
1417
+ "stateful_callbacks": {
1418
+ "TrainerControl": {
1419
+ "args": {
1420
+ "should_epoch_stop": false,
1421
+ "should_evaluate": false,
1422
+ "should_log": false,
1423
+ "should_save": true,
1424
+ "should_training_stop": false
1425
+ },
1426
+ "attributes": {}
1427
+ }
1428
+ },
1429
+ "total_flos": 5.569321974353953e+18,
1430
+ "train_batch_size": 10,
1431
+ "trial_name": null,
1432
+ "trial_params": null
1433
+ }
mixtral2/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72066db9851c6c83b03f6382857b47f319b886573afc4d79d79ac5ccaf36a95b
3
+ size 5304
mixtral2/checkpoint-3000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
mixtral2/checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
mixtral2/checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd41b5c3f06af217e389ca17db10a0ef5270a66f995c65c3f4bd5aac22bf317
3
+ size 13648432
mixtral2/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a67079a92b6af2674c6edc2c31831eb4a2627fbc9d6e227fd5a708a9a833dde
3
+ size 27370618
mixtral2/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48a21911d545504d8a7f28c4880b89ebc54ff0c22e4c7c670fd186f35b48d03
3
+ size 14244
mixtral2/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1a0f65bc651569af53c360ef966e06d2317f55ca83b8bcc2182e49efe9ac4a
3
+ size 1064
mixtral2/checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
mixtral2/checkpoint-3000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
mixtral2/checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
mixtral2/checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,2133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 56.20608899297424,
5
+ "eval_steps": 500,
6
+ "global_step": 3000,
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.1873536299765808,
13
+ "grad_norm": 5.991908550262451,
14
+ "learning_rate": 4.9999313759953484e-05,
15
+ "loss": 6.4768,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3747072599531616,
20
+ "grad_norm": 8.760614395141602,
21
+ "learning_rate": 4.999725507748798e-05,
22
+ "loss": 5.0186,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5620608899297423,
27
+ "grad_norm": 4.322343826293945,
28
+ "learning_rate": 4.999382406562349e-05,
29
+ "loss": 3.1088,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7494145199063232,
34
+ "grad_norm": 1.4796526432037354,
35
+ "learning_rate": 4.9989020912719864e-05,
36
+ "loss": 2.2997,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.936768149882904,
41
+ "grad_norm": 0.8381783962249756,
42
+ "learning_rate": 4.998284588246634e-05,
43
+ "loss": 1.9748,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.1241217798594847,
48
+ "grad_norm": 0.6073408722877502,
49
+ "learning_rate": 4.99752993138672e-05,
50
+ "loss": 1.8716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.3114754098360657,
55
+ "grad_norm": 0.5777516961097717,
56
+ "learning_rate": 4.996638162122302e-05,
57
+ "loss": 1.7803,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 1.4988290398126463,
62
+ "grad_norm": 0.5658383369445801,
63
+ "learning_rate": 4.995609329410804e-05,
64
+ "loss": 1.7585,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.6861826697892273,
69
+ "grad_norm": 0.6109507083892822,
70
+ "learning_rate": 4.994443489734322e-05,
71
+ "loss": 1.6902,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.8735362997658078,
76
+ "grad_norm": 0.6710304021835327,
77
+ "learning_rate": 4.9931407070965254e-05,
78
+ "loss": 1.675,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 2.060889929742389,
83
+ "grad_norm": 0.6605099439620972,
84
+ "learning_rate": 4.9917010530191455e-05,
85
+ "loss": 1.5914,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 2.2482435597189694,
90
+ "grad_norm": 0.8813541531562805,
91
+ "learning_rate": 4.990124606538042e-05,
92
+ "loss": 1.5681,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 2.4355971896955504,
97
+ "grad_norm": 0.9561053514480591,
98
+ "learning_rate": 4.9884114541988747e-05,
99
+ "loss": 1.4891,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 2.6229508196721314,
104
+ "grad_norm": 1.0302178859710693,
105
+ "learning_rate": 4.9865616900523406e-05,
106
+ "loss": 1.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 2.810304449648712,
111
+ "grad_norm": 1.114527940750122,
112
+ "learning_rate": 4.984575415649019e-05,
113
+ "loss": 1.3666,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 2.9976580796252925,
118
+ "grad_norm": 1.1488112211227417,
119
+ "learning_rate": 4.982452740033793e-05,
120
+ "loss": 1.3581,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 3.1850117096018735,
125
+ "grad_norm": 1.3187187910079956,
126
+ "learning_rate": 4.9801937797398636e-05,
127
+ "loss": 1.2926,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 3.3723653395784545,
132
+ "grad_norm": 1.4319546222686768,
133
+ "learning_rate": 4.9777986587823523e-05,
134
+ "loss": 1.2463,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 3.559718969555035,
139
+ "grad_norm": 1.4622282981872559,
140
+ "learning_rate": 4.975267508651492e-05,
141
+ "loss": 1.2304,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 3.747072599531616,
146
+ "grad_norm": 2.000797748565674,
147
+ "learning_rate": 4.97260046830541e-05,
148
+ "loss": 1.2252,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 3.9344262295081966,
153
+ "grad_norm": 1.6277581453323364,
154
+ "learning_rate": 4.969797684162498e-05,
155
+ "loss": 1.1649,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 4.121779859484778,
160
+ "grad_norm": 2.1771910190582275,
161
+ "learning_rate": 4.966859310093372e-05,
162
+ "loss": 1.1471,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 4.309133489461359,
167
+ "grad_norm": 1.9214098453521729,
168
+ "learning_rate": 4.9637855074124305e-05,
169
+ "loss": 1.1064,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 4.496487119437939,
174
+ "grad_norm": 2.057615041732788,
175
+ "learning_rate": 4.960576444868992e-05,
176
+ "loss": 1.1061,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 4.68384074941452,
181
+ "grad_norm": 1.851131796836853,
182
+ "learning_rate": 4.957232298638036e-05,
183
+ "loss": 1.0318,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 4.871194379391101,
188
+ "grad_norm": 2.1048285961151123,
189
+ "learning_rate": 4.953753252310526e-05,
190
+ "loss": 1.0444,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 5.058548009367682,
195
+ "grad_norm": 2.0235438346862793,
196
+ "learning_rate": 4.950139496883335e-05,
197
+ "loss": 1.0303,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 5.245901639344262,
202
+ "grad_norm": 2.574484348297119,
203
+ "learning_rate": 4.94639123074876e-05,
204
+ "loss": 0.9954,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 5.433255269320843,
209
+ "grad_norm": 2.1624159812927246,
210
+ "learning_rate": 4.9425086596836264e-05,
211
+ "loss": 0.9686,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 5.620608899297424,
216
+ "grad_norm": 2.923964023590088,
217
+ "learning_rate": 4.9384919968379945e-05,
218
+ "loss": 0.961,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 5.807962529274005,
223
+ "grad_norm": 3.605888843536377,
224
+ "learning_rate": 4.934341462723455e-05,
225
+ "loss": 0.9713,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 5.995316159250585,
230
+ "grad_norm": 2.6934282779693604,
231
+ "learning_rate": 4.930057285201027e-05,
232
+ "loss": 0.9327,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 6.182669789227166,
237
+ "grad_norm": 2.723066568374634,
238
+ "learning_rate": 4.925639699468645e-05,
239
+ "loss": 0.8974,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 6.370023419203747,
244
+ "grad_norm": 2.7989768981933594,
245
+ "learning_rate": 4.921088948048247e-05,
246
+ "loss": 0.8912,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 6.557377049180328,
251
+ "grad_norm": 2.685530424118042,
252
+ "learning_rate": 4.916405280772462e-05,
253
+ "loss": 0.8809,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 6.744730679156909,
258
+ "grad_norm": 2.441941738128662,
259
+ "learning_rate": 4.911588954770897e-05,
260
+ "loss": 0.8984,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 6.932084309133489,
265
+ "grad_norm": 2.7177064418792725,
266
+ "learning_rate": 4.9066402344560115e-05,
267
+ "loss": 0.855,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 7.11943793911007,
272
+ "grad_norm": 3.2908644676208496,
273
+ "learning_rate": 4.901559391508611e-05,
274
+ "loss": 0.8785,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 7.306791569086651,
279
+ "grad_norm": 3.195590019226074,
280
+ "learning_rate": 4.896346704862927e-05,
281
+ "loss": 0.8542,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 7.494145199063232,
286
+ "grad_norm": 3.4960882663726807,
287
+ "learning_rate": 4.891002460691306e-05,
288
+ "loss": 0.7881,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 7.681498829039812,
293
+ "grad_norm": 2.852773666381836,
294
+ "learning_rate": 4.885526952388498e-05,
295
+ "loss": 0.7957,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 7.868852459016393,
300
+ "grad_norm": 2.8862316608428955,
301
+ "learning_rate": 4.879920480555549e-05,
302
+ "loss": 0.8022,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 8.056206088992974,
307
+ "grad_norm": 2.706434488296509,
308
+ "learning_rate": 4.874183352983297e-05,
309
+ "loss": 0.7811,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 8.243559718969555,
314
+ "grad_norm": 3.107057809829712,
315
+ "learning_rate": 4.8683158846354786e-05,
316
+ "loss": 0.7786,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 8.430913348946136,
321
+ "grad_norm": 3.327939033508301,
322
+ "learning_rate": 4.862318397631434e-05,
323
+ "loss": 0.7431,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 8.618266978922717,
328
+ "grad_norm": 3.249922513961792,
329
+ "learning_rate": 4.8561912212284223e-05,
330
+ "loss": 0.7477,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 8.805620608899297,
335
+ "grad_norm": 3.709353446960449,
336
+ "learning_rate": 4.84993469180355e-05,
337
+ "loss": 0.7973,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 8.992974238875878,
342
+ "grad_norm": 2.777991533279419,
343
+ "learning_rate": 4.8435491528353026e-05,
344
+ "loss": 0.7699,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 9.180327868852459,
349
+ "grad_norm": 2.6447904109954834,
350
+ "learning_rate": 4.8370349548846823e-05,
351
+ "loss": 0.692,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 9.36768149882904,
356
+ "grad_norm": 3.150733232498169,
357
+ "learning_rate": 4.83039245557597e-05,
358
+ "loss": 0.7435,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 9.55503512880562,
363
+ "grad_norm": 3.316145420074463,
364
+ "learning_rate": 4.823622019577089e-05,
365
+ "loss": 0.7589,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 9.742388758782202,
370
+ "grad_norm": 3.4923229217529297,
371
+ "learning_rate": 4.8167240185795835e-05,
372
+ "loss": 0.7262,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 9.929742388758783,
377
+ "grad_norm": 3.1557626724243164,
378
+ "learning_rate": 4.8096988312782174e-05,
379
+ "loss": 0.6824,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 10.117096018735364,
384
+ "grad_norm": 3.2009847164154053,
385
+ "learning_rate": 4.8025468433501774e-05,
386
+ "loss": 0.7238,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 10.304449648711945,
391
+ "grad_norm": 3.149319887161255,
392
+ "learning_rate": 4.795268447433907e-05,
393
+ "loss": 0.7002,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 10.491803278688524,
398
+ "grad_norm": 3.1471166610717773,
399
+ "learning_rate": 4.787864043107546e-05,
400
+ "loss": 0.6933,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 10.679156908665105,
405
+ "grad_norm": 2.9310121536254883,
406
+ "learning_rate": 4.780334036866997e-05,
407
+ "loss": 0.7152,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 10.866510538641686,
412
+ "grad_norm": 3.6723790168762207,
413
+ "learning_rate": 4.772678842103605e-05,
414
+ "loss": 0.679,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 11.053864168618267,
419
+ "grad_norm": 3.633692502975464,
420
+ "learning_rate": 4.764898879081468e-05,
421
+ "loss": 0.6489,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 11.241217798594848,
426
+ "grad_norm": 3.9104480743408203,
427
+ "learning_rate": 4.756994574914359e-05,
428
+ "loss": 0.6116,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 11.428571428571429,
433
+ "grad_norm": 3.8203835487365723,
434
+ "learning_rate": 4.748966363542285e-05,
435
+ "loss": 0.6549,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 11.61592505854801,
440
+ "grad_norm": 3.5407750606536865,
441
+ "learning_rate": 4.7408146857076566e-05,
442
+ "loss": 0.6532,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 11.80327868852459,
447
+ "grad_norm": 4.155674457550049,
448
+ "learning_rate": 4.732539988931097e-05,
449
+ "loss": 0.6684,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 11.99063231850117,
454
+ "grad_norm": 4.21943473815918,
455
+ "learning_rate": 4.724142727486869e-05,
456
+ "loss": 0.683,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 12.177985948477751,
461
+ "grad_norm": 3.3667685985565186,
462
+ "learning_rate": 4.715623362377939e-05,
463
+ "loss": 0.6127,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 12.365339578454332,
468
+ "grad_norm": 3.7362210750579834,
469
+ "learning_rate": 4.706982361310669e-05,
470
+ "loss": 0.606,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 12.552693208430913,
475
+ "grad_norm": 3.549915313720703,
476
+ "learning_rate": 4.698220198669136e-05,
477
+ "loss": 0.6349,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 12.740046838407494,
482
+ "grad_norm": 3.360044002532959,
483
+ "learning_rate": 4.6893373554890925e-05,
484
+ "loss": 0.6335,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 12.927400468384075,
489
+ "grad_norm": 3.676515817642212,
490
+ "learning_rate": 4.680334319431555e-05,
491
+ "loss": 0.6283,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 13.114754098360656,
496
+ "grad_norm": 4.325002193450928,
497
+ "learning_rate": 4.6712115847560355e-05,
498
+ "loss": 0.6248,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 13.302107728337237,
503
+ "grad_norm": 4.889411449432373,
504
+ "learning_rate": 4.6619696522934024e-05,
505
+ "loss": 0.5959,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 13.489461358313818,
510
+ "grad_norm": 4.090158939361572,
511
+ "learning_rate": 4.652609029418389e-05,
512
+ "loss": 0.6068,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 13.676814988290397,
517
+ "grad_norm": 3.8901116847991943,
518
+ "learning_rate": 4.643130230021737e-05,
519
+ "loss": 0.6042,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 13.864168618266978,
524
+ "grad_norm": 4.178182125091553,
525
+ "learning_rate": 4.6335337744819873e-05,
526
+ "loss": 0.6253,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 14.05152224824356,
531
+ "grad_norm": 3.4572255611419678,
532
+ "learning_rate": 4.6238201896369055e-05,
533
+ "loss": 0.6136,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 14.23887587822014,
538
+ "grad_norm": 4.382098197937012,
539
+ "learning_rate": 4.613990008754565e-05,
540
+ "loss": 0.5499,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 14.426229508196721,
545
+ "grad_norm": 4.183515548706055,
546
+ "learning_rate": 4.6040437715040706e-05,
547
+ "loss": 0.5845,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 14.613583138173302,
552
+ "grad_norm": 3.2976605892181396,
553
+ "learning_rate": 4.593982023925926e-05,
554
+ "loss": 0.6097,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 14.800936768149883,
559
+ "grad_norm": 4.0663347244262695,
560
+ "learning_rate": 4.58380531840206e-05,
561
+ "loss": 0.6161,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 14.988290398126464,
566
+ "grad_norm": 4.074985980987549,
567
+ "learning_rate": 4.573514213625505e-05,
568
+ "loss": 0.5597,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 15.175644028103045,
573
+ "grad_norm": 4.086116790771484,
574
+ "learning_rate": 4.563109274569717e-05,
575
+ "loss": 0.5484,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 15.362997658079625,
580
+ "grad_norm": 3.6355836391448975,
581
+ "learning_rate": 4.552591072457565e-05,
582
+ "loss": 0.5561,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 15.550351288056206,
587
+ "grad_norm": 4.557271480560303,
588
+ "learning_rate": 4.5419601847299706e-05,
589
+ "loss": 0.5729,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 15.737704918032787,
594
+ "grad_norm": 3.3405730724334717,
595
+ "learning_rate": 4.5312171950142034e-05,
596
+ "loss": 0.5654,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 15.925058548009368,
601
+ "grad_norm": 5.102325439453125,
602
+ "learning_rate": 4.5203626930918455e-05,
603
+ "loss": 0.5766,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 16.11241217798595,
608
+ "grad_norm": 4.394238471984863,
609
+ "learning_rate": 4.509397274866409e-05,
610
+ "loss": 0.5617,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 16.29976580796253,
615
+ "grad_norm": 4.780090808868408,
616
+ "learning_rate": 4.498321542330623e-05,
617
+ "loss": 0.5363,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 16.48711943793911,
622
+ "grad_norm": 3.9079573154449463,
623
+ "learning_rate": 4.4871361035333836e-05,
624
+ "loss": 0.5387,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 16.67447306791569,
629
+ "grad_norm": 4.230076789855957,
630
+ "learning_rate": 4.4758415725463746e-05,
631
+ "loss": 0.5594,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 16.861826697892273,
636
+ "grad_norm": 3.655414581298828,
637
+ "learning_rate": 4.464438569430354e-05,
638
+ "loss": 0.5556,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 17.049180327868854,
643
+ "grad_norm": 3.818207025527954,
644
+ "learning_rate": 4.452927720201112e-05,
645
+ "loss": 0.5367,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 17.236533957845435,
650
+ "grad_norm": 3.827942371368408,
651
+ "learning_rate": 4.441309656795106e-05,
652
+ "loss": 0.5108,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 17.423887587822016,
657
+ "grad_norm": 3.933605194091797,
658
+ "learning_rate": 4.4295850170347664e-05,
659
+ "loss": 0.5258,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 17.611241217798593,
664
+ "grad_norm": 4.577270030975342,
665
+ "learning_rate": 4.417754444593478e-05,
666
+ "loss": 0.5313,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 17.798594847775174,
671
+ "grad_norm": 5.285182476043701,
672
+ "learning_rate": 4.40581858896025e-05,
673
+ "loss": 0.5421,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 17.985948477751755,
678
+ "grad_norm": 4.50776481628418,
679
+ "learning_rate": 4.3937781054040505e-05,
680
+ "loss": 0.5428,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 18.173302107728336,
685
+ "grad_norm": 3.9270503520965576,
686
+ "learning_rate": 4.38163365493784e-05,
687
+ "loss": 0.4744,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 18.360655737704917,
692
+ "grad_norm": 4.346292018890381,
693
+ "learning_rate": 4.3693859042822774e-05,
694
+ "loss": 0.5177,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 18.548009367681498,
699
+ "grad_norm": 3.9130234718322754,
700
+ "learning_rate": 4.357035525829123e-05,
701
+ "loss": 0.5387,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 18.73536299765808,
706
+ "grad_norm": 3.995023250579834,
707
+ "learning_rate": 4.344583197604318e-05,
708
+ "loss": 0.5071,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 18.92271662763466,
713
+ "grad_norm": 3.8441927433013916,
714
+ "learning_rate": 4.3320296032307675e-05,
715
+ "loss": 0.5138,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 19.11007025761124,
720
+ "grad_norm": 5.217072010040283,
721
+ "learning_rate": 4.319375431890806e-05,
722
+ "loss": 0.4962,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 19.297423887587822,
727
+ "grad_norm": 5.450128078460693,
728
+ "learning_rate": 4.306621378288364e-05,
729
+ "loss": 0.4835,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 19.484777517564403,
734
+ "grad_norm": 3.889098644256592,
735
+ "learning_rate": 4.293768142610828e-05,
736
+ "loss": 0.499,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 19.672131147540984,
741
+ "grad_norm": 5.706878662109375,
742
+ "learning_rate": 4.2808164304906026e-05,
743
+ "loss": 0.5214,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 19.859484777517565,
748
+ "grad_norm": 4.337571620941162,
749
+ "learning_rate": 4.267766952966369e-05,
750
+ "loss": 0.4985,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 20.046838407494146,
755
+ "grad_norm": 4.532181262969971,
756
+ "learning_rate": 4.254620426444053e-05,
757
+ "loss": 0.5146,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 20.234192037470727,
762
+ "grad_norm": 5.095364570617676,
763
+ "learning_rate": 4.241377572657493e-05,
764
+ "loss": 0.4821,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 20.421545667447308,
769
+ "grad_norm": 4.10978889465332,
770
+ "learning_rate": 4.228039118628816e-05,
771
+ "loss": 0.4685,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 20.60889929742389,
776
+ "grad_norm": 3.92051100730896,
777
+ "learning_rate": 4.214605796628527e-05,
778
+ "loss": 0.4857,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 20.796252927400467,
783
+ "grad_norm": 5.784697532653809,
784
+ "learning_rate": 4.2010783441353064e-05,
785
+ "loss": 0.478,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 20.983606557377048,
790
+ "grad_norm": 4.860243320465088,
791
+ "learning_rate": 4.187457503795527e-05,
792
+ "loss": 0.509,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 21.17096018735363,
797
+ "grad_norm": 4.482259750366211,
798
+ "learning_rate": 4.173744023382474e-05,
799
+ "loss": 0.4508,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 21.35831381733021,
804
+ "grad_norm": 4.613847255706787,
805
+ "learning_rate": 4.159938655755306e-05,
806
+ "loss": 0.4748,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 21.54566744730679,
811
+ "grad_norm": 5.015346050262451,
812
+ "learning_rate": 4.14604215881771e-05,
813
+ "loss": 0.4587,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 21.73302107728337,
818
+ "grad_norm": 4.96614933013916,
819
+ "learning_rate": 4.1320552954763044e-05,
820
+ "loss": 0.4619,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 21.920374707259953,
825
+ "grad_norm": 4.224035739898682,
826
+ "learning_rate": 4.117978833598747e-05,
827
+ "loss": 0.476,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 22.107728337236534,
832
+ "grad_norm": 4.694319725036621,
833
+ "learning_rate": 4.103813545971589e-05,
834
+ "loss": 0.4964,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 22.295081967213115,
839
+ "grad_norm": 4.884482383728027,
840
+ "learning_rate": 4.089560210257838e-05,
841
+ "loss": 0.4527,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 22.482435597189696,
846
+ "grad_norm": 4.385354518890381,
847
+ "learning_rate": 4.075219608954278e-05,
848
+ "loss": 0.4593,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 22.669789227166277,
853
+ "grad_norm": 4.597926139831543,
854
+ "learning_rate": 4.0607925293485e-05,
855
+ "loss": 0.4531,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 22.857142857142858,
860
+ "grad_norm": 4.493633270263672,
861
+ "learning_rate": 4.046279763475687e-05,
862
+ "loss": 0.4357,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 23.04449648711944,
867
+ "grad_norm": 4.796749114990234,
868
+ "learning_rate": 4.031682108075129e-05,
869
+ "loss": 0.4529,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 23.23185011709602,
874
+ "grad_norm": 4.556844711303711,
875
+ "learning_rate": 4.017000364546484e-05,
876
+ "loss": 0.4613,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 23.4192037470726,
881
+ "grad_norm": 5.220188140869141,
882
+ "learning_rate": 4.00223533890578e-05,
883
+ "loss": 0.433,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 23.60655737704918,
888
+ "grad_norm": 5.892832279205322,
889
+ "learning_rate": 3.987387841741169e-05,
890
+ "loss": 0.4388,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 23.793911007025763,
895
+ "grad_norm": 5.893739700317383,
896
+ "learning_rate": 3.972458688168421e-05,
897
+ "loss": 0.4542,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 23.98126463700234,
902
+ "grad_norm": 4.80185079574585,
903
+ "learning_rate": 3.95744869778618e-05,
904
+ "loss": 0.4289,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 24.16861826697892,
909
+ "grad_norm": 4.6050028800964355,
910
+ "learning_rate": 3.942358694630967e-05,
911
+ "loss": 0.438,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 24.355971896955502,
916
+ "grad_norm": 4.912991046905518,
917
+ "learning_rate": 3.927189507131938e-05,
918
+ "loss": 0.4329,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 24.543325526932083,
923
+ "grad_norm": 4.563324928283691,
924
+ "learning_rate": 3.911941968065408e-05,
925
+ "loss": 0.4508,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 24.730679156908664,
930
+ "grad_norm": 5.688429355621338,
931
+ "learning_rate": 3.896616914509131e-05,
932
+ "loss": 0.4303,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 24.918032786885245,
937
+ "grad_norm": 5.020318984985352,
938
+ "learning_rate": 3.881215187796344e-05,
939
+ "loss": 0.4255,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 25.105386416861826,
944
+ "grad_norm": 6.469161510467529,
945
+ "learning_rate": 3.8657376334695794e-05,
946
+ "loss": 0.4206,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 25.292740046838407,
951
+ "grad_norm": 4.912801742553711,
952
+ "learning_rate": 3.8501851012342446e-05,
953
+ "loss": 0.4545,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 25.480093676814988,
958
+ "grad_norm": 4.866584777832031,
959
+ "learning_rate": 3.8345584449119776e-05,
960
+ "loss": 0.4167,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 25.66744730679157,
965
+ "grad_norm": 4.946688175201416,
966
+ "learning_rate": 3.818858522393764e-05,
967
+ "loss": 0.423,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 25.85480093676815,
972
+ "grad_norm": 5.518560886383057,
973
+ "learning_rate": 3.80308619559285e-05,
974
+ "loss": 0.4393,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 26.04215456674473,
979
+ "grad_norm": 4.3973283767700195,
980
+ "learning_rate": 3.787242330397418e-05,
981
+ "loss": 0.4142,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 26.229508196721312,
986
+ "grad_norm": 4.848239898681641,
987
+ "learning_rate": 3.7713277966230514e-05,
988
+ "loss": 0.4099,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 26.416861826697893,
993
+ "grad_norm": 4.581872463226318,
994
+ "learning_rate": 3.755343467964981e-05,
995
+ "loss": 0.3986,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 26.604215456674474,
1000
+ "grad_norm": 4.8950419425964355,
1001
+ "learning_rate": 3.7392902219501234e-05,
1002
+ "loss": 0.4239,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 26.791569086651055,
1007
+ "grad_norm": 4.911006450653076,
1008
+ "learning_rate": 3.723168939888901e-05,
1009
+ "loss": 0.4013,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 26.978922716627636,
1014
+ "grad_norm": 5.166593074798584,
1015
+ "learning_rate": 3.706980506826863e-05,
1016
+ "loss": 0.4381,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 27.166276346604217,
1021
+ "grad_norm": 5.103715896606445,
1022
+ "learning_rate": 3.690725811496092e-05,
1023
+ "loss": 0.4018,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 27.353629976580795,
1028
+ "grad_norm": 5.886387825012207,
1029
+ "learning_rate": 3.67440574626642e-05,
1030
+ "loss": 0.3995,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 27.540983606557376,
1035
+ "grad_norm": 5.4808268547058105,
1036
+ "learning_rate": 3.6580212070964324e-05,
1037
+ "loss": 0.4004,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 27.728337236533957,
1042
+ "grad_norm": 4.735198020935059,
1043
+ "learning_rate": 3.6415730934842827e-05,
1044
+ "loss": 0.3999,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 27.915690866510538,
1049
+ "grad_norm": 5.017817497253418,
1050
+ "learning_rate": 3.625062308418312e-05,
1051
+ "loss": 0.4149,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 28.10304449648712,
1056
+ "grad_norm": 5.427640914916992,
1057
+ "learning_rate": 3.608489758327472e-05,
1058
+ "loss": 0.4194,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 28.2903981264637,
1063
+ "grad_norm": 5.762901306152344,
1064
+ "learning_rate": 3.5918563530315664e-05,
1065
+ "loss": 0.3852,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 28.47775175644028,
1070
+ "grad_norm": 4.809139728546143,
1071
+ "learning_rate": 3.575163005691302e-05,
1072
+ "loss": 0.3858,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 28.66510538641686,
1077
+ "grad_norm": 5.195406436920166,
1078
+ "learning_rate": 3.5584106327581536e-05,
1079
+ "loss": 0.3931,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 28.852459016393443,
1084
+ "grad_norm": 5.359652996063232,
1085
+ "learning_rate": 3.541600153924058e-05,
1086
+ "loss": 0.4196,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 29.039812646370024,
1091
+ "grad_norm": 4.440913200378418,
1092
+ "learning_rate": 3.524732492070915e-05,
1093
+ "loss": 0.3731,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 29.227166276346605,
1098
+ "grad_norm": 4.653567790985107,
1099
+ "learning_rate": 3.507808573219931e-05,
1100
+ "loss": 0.3628,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 29.414519906323186,
1105
+ "grad_norm": 6.330109119415283,
1106
+ "learning_rate": 3.4908293264807734e-05,
1107
+ "loss": 0.4074,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 29.601873536299767,
1112
+ "grad_norm": 4.850047588348389,
1113
+ "learning_rate": 3.473795684000569e-05,
1114
+ "loss": 0.3495,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 29.789227166276348,
1119
+ "grad_norm": 5.027477264404297,
1120
+ "learning_rate": 3.456708580912725e-05,
1121
+ "loss": 0.409,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 29.97658079625293,
1126
+ "grad_norm": 5.475801467895508,
1127
+ "learning_rate": 3.4395689552855955e-05,
1128
+ "loss": 0.3954,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 30.16393442622951,
1133
+ "grad_norm": 4.786725044250488,
1134
+ "learning_rate": 3.4223777480709805e-05,
1135
+ "loss": 0.3666,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 30.35128805620609,
1140
+ "grad_norm": 6.034923076629639,
1141
+ "learning_rate": 3.4051359030524654e-05,
1142
+ "loss": 0.3557,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 30.538641686182668,
1147
+ "grad_norm": 5.1971755027771,
1148
+ "learning_rate": 3.387844366793614e-05,
1149
+ "loss": 0.3563,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 30.72599531615925,
1154
+ "grad_norm": 5.740716457366943,
1155
+ "learning_rate": 3.3705040885859975e-05,
1156
+ "loss": 0.3874,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 30.91334894613583,
1161
+ "grad_norm": 5.543055057525635,
1162
+ "learning_rate": 3.3531160203970805e-05,
1163
+ "loss": 0.4104,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 31.10070257611241,
1168
+ "grad_norm": 4.964486598968506,
1169
+ "learning_rate": 3.335681116817963e-05,
1170
+ "loss": 0.3809,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 31.288056206088992,
1175
+ "grad_norm": 5.344038963317871,
1176
+ "learning_rate": 3.318200335010967e-05,
1177
+ "loss": 0.3536,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 31.475409836065573,
1182
+ "grad_norm": 5.5590901374816895,
1183
+ "learning_rate": 3.300674634657094e-05,
1184
+ "loss": 0.3613,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 31.662763466042154,
1189
+ "grad_norm": 5.377177715301514,
1190
+ "learning_rate": 3.28310497790334e-05,
1191
+ "loss": 0.3828,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 31.850117096018735,
1196
+ "grad_norm": 5.412164688110352,
1197
+ "learning_rate": 3.265492329309867e-05,
1198
+ "loss": 0.3481,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 32.03747072599531,
1203
+ "grad_norm": 4.8478593826293945,
1204
+ "learning_rate": 3.247837655797061e-05,
1205
+ "loss": 0.3609,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 32.2248243559719,
1210
+ "grad_norm": 4.969062328338623,
1211
+ "learning_rate": 3.2301419265924395e-05,
1212
+ "loss": 0.3319,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 32.412177985948475,
1217
+ "grad_norm": 5.705166816711426,
1218
+ "learning_rate": 3.212406113177445e-05,
1219
+ "loss": 0.3464,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 32.59953161592506,
1224
+ "grad_norm": 5.679583549499512,
1225
+ "learning_rate": 3.19463118923411e-05,
1226
+ "loss": 0.3518,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 32.78688524590164,
1231
+ "grad_norm": 5.57464075088501,
1232
+ "learning_rate": 3.1768181305916066e-05,
1233
+ "loss": 0.3644,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 32.97423887587822,
1238
+ "grad_norm": 5.604707717895508,
1239
+ "learning_rate": 3.158967915172669e-05,
1240
+ "loss": 0.3856,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 33.1615925058548,
1245
+ "grad_norm": 4.796475887298584,
1246
+ "learning_rate": 3.1410815229399116e-05,
1247
+ "loss": 0.349,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 33.34894613583138,
1252
+ "grad_norm": 5.308904647827148,
1253
+ "learning_rate": 3.123159935842024e-05,
1254
+ "loss": 0.3319,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 33.53629976580796,
1259
+ "grad_norm": 5.319141387939453,
1260
+ "learning_rate": 3.1052041377598674e-05,
1261
+ "loss": 0.3403,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 33.723653395784545,
1266
+ "grad_norm": 6.2813496589660645,
1267
+ "learning_rate": 3.0872151144524595e-05,
1268
+ "loss": 0.331,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 33.91100702576112,
1273
+ "grad_norm": 6.759060859680176,
1274
+ "learning_rate": 3.069193853502855e-05,
1275
+ "loss": 0.3683,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 34.09836065573771,
1280
+ "grad_norm": 5.812283515930176,
1281
+ "learning_rate": 3.0511413442639296e-05,
1282
+ "loss": 0.3389,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 34.285714285714285,
1287
+ "grad_norm": 5.7895026206970215,
1288
+ "learning_rate": 3.0330585778040677e-05,
1289
+ "loss": 0.3302,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 34.47306791569087,
1294
+ "grad_norm": 5.957363605499268,
1295
+ "learning_rate": 3.014946546852746e-05,
1296
+ "loss": 0.3334,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 34.66042154566745,
1301
+ "grad_norm": 5.722705364227295,
1302
+ "learning_rate": 2.996806245746044e-05,
1303
+ "loss": 0.3419,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 34.84777517564403,
1308
+ "grad_norm": 6.884836196899414,
1309
+ "learning_rate": 2.978638670372047e-05,
1310
+ "loss": 0.3375,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 35.03512880562061,
1315
+ "grad_norm": 4.799129962921143,
1316
+ "learning_rate": 2.960444818116176e-05,
1317
+ "loss": 0.3473,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 35.222482435597186,
1322
+ "grad_norm": 5.28724479675293,
1323
+ "learning_rate": 2.9422256878064325e-05,
1324
+ "loss": 0.2882,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 35.40983606557377,
1329
+ "grad_norm": 5.755520343780518,
1330
+ "learning_rate": 2.923982279658564e-05,
1331
+ "loss": 0.3336,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 35.59718969555035,
1336
+ "grad_norm": 5.549156188964844,
1337
+ "learning_rate": 2.9057155952211502e-05,
1338
+ "loss": 0.3487,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 35.78454332552693,
1343
+ "grad_norm": 5.643553256988525,
1344
+ "learning_rate": 2.8874266373206216e-05,
1345
+ "loss": 0.3483,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 35.97189695550351,
1350
+ "grad_norm": 5.7322540283203125,
1351
+ "learning_rate": 2.8691164100062034e-05,
1352
+ "loss": 0.3339,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 36.159250585480095,
1357
+ "grad_norm": 9.893467903137207,
1358
+ "learning_rate": 2.8507859184947957e-05,
1359
+ "loss": 0.3177,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 36.34660421545667,
1364
+ "grad_norm": 4.880067348480225,
1365
+ "learning_rate": 2.8324361691157858e-05,
1366
+ "loss": 0.3103,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 36.53395784543326,
1371
+ "grad_norm": 5.725404262542725,
1372
+ "learning_rate": 2.8140681692558035e-05,
1373
+ "loss": 0.3145,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 36.721311475409834,
1378
+ "grad_norm": 5.862415313720703,
1379
+ "learning_rate": 2.7956829273034148e-05,
1380
+ "loss": 0.3246,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 36.90866510538642,
1385
+ "grad_norm": 6.573834419250488,
1386
+ "learning_rate": 2.7772814525937635e-05,
1387
+ "loss": 0.3479,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 37.096018735362996,
1392
+ "grad_norm": 6.182538032531738,
1393
+ "learning_rate": 2.7588647553531576e-05,
1394
+ "loss": 0.324,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 37.28337236533958,
1399
+ "grad_norm": 5.400746822357178,
1400
+ "learning_rate": 2.740433846643612e-05,
1401
+ "loss": 0.3064,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 37.47072599531616,
1406
+ "grad_norm": 5.840080738067627,
1407
+ "learning_rate": 2.7219897383073373e-05,
1408
+ "loss": 0.3211,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 37.65807962529274,
1413
+ "grad_norm": 5.707023620605469,
1414
+ "learning_rate": 2.7035334429111958e-05,
1415
+ "loss": 0.3285,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 37.84543325526932,
1420
+ "grad_norm": 5.929535865783691,
1421
+ "learning_rate": 2.6850659736911073e-05,
1422
+ "loss": 0.3126,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 38.032786885245905,
1427
+ "grad_norm": 4.90598726272583,
1428
+ "learning_rate": 2.6665883444964278e-05,
1429
+ "loss": 0.3101,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 38.22014051522248,
1434
+ "grad_norm": 6.5826616287231445,
1435
+ "learning_rate": 2.648101569734286e-05,
1436
+ "loss": 0.3216,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 38.40749414519907,
1441
+ "grad_norm": 5.600116729736328,
1442
+ "learning_rate": 2.629606664313896e-05,
1443
+ "loss": 0.2956,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 38.594847775175644,
1448
+ "grad_norm": 5.065032482147217,
1449
+ "learning_rate": 2.6111046435908383e-05,
1450
+ "loss": 0.2983,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 38.78220140515222,
1455
+ "grad_norm": 5.835258483886719,
1456
+ "learning_rate": 2.5925965233113174e-05,
1457
+ "loss": 0.3178,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 38.969555035128806,
1462
+ "grad_norm": 6.896608352661133,
1463
+ "learning_rate": 2.5740833195563996e-05,
1464
+ "loss": 0.309,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 39.156908665105384,
1469
+ "grad_norm": 5.803635120391846,
1470
+ "learning_rate": 2.5555660486862294e-05,
1471
+ "loss": 0.3285,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 39.34426229508197,
1476
+ "grad_norm": 6.226255416870117,
1477
+ "learning_rate": 2.537045727284232e-05,
1478
+ "loss": 0.2969,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 39.531615925058546,
1483
+ "grad_norm": 5.5187201499938965,
1484
+ "learning_rate": 2.5185233721013057e-05,
1485
+ "loss": 0.2787,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 39.71896955503513,
1490
+ "grad_norm": 5.887444496154785,
1491
+ "learning_rate": 2.5e-05,
1492
+ "loss": 0.2992,
1493
+ "step": 2120
1494
+ },
1495
+ {
1496
+ "epoch": 39.90632318501171,
1497
+ "grad_norm": 5.903340816497803,
1498
+ "learning_rate": 2.481476627898695e-05,
1499
+ "loss": 0.3051,
1500
+ "step": 2130
1501
+ },
1502
+ {
1503
+ "epoch": 40.09367681498829,
1504
+ "grad_norm": 5.660261631011963,
1505
+ "learning_rate": 2.4629542727157684e-05,
1506
+ "loss": 0.281,
1507
+ "step": 2140
1508
+ },
1509
+ {
1510
+ "epoch": 40.28103044496487,
1511
+ "grad_norm": 4.755375862121582,
1512
+ "learning_rate": 2.444433951313772e-05,
1513
+ "loss": 0.2615,
1514
+ "step": 2150
1515
+ },
1516
+ {
1517
+ "epoch": 40.468384074941454,
1518
+ "grad_norm": 5.870564937591553,
1519
+ "learning_rate": 2.4259166804436006e-05,
1520
+ "loss": 0.3151,
1521
+ "step": 2160
1522
+ },
1523
+ {
1524
+ "epoch": 40.65573770491803,
1525
+ "grad_norm": 6.845561504364014,
1526
+ "learning_rate": 2.407403476688683e-05,
1527
+ "loss": 0.3095,
1528
+ "step": 2170
1529
+ },
1530
+ {
1531
+ "epoch": 40.843091334894616,
1532
+ "grad_norm": 4.970867156982422,
1533
+ "learning_rate": 2.388895356409162e-05,
1534
+ "loss": 0.2828,
1535
+ "step": 2180
1536
+ },
1537
+ {
1538
+ "epoch": 41.030444964871194,
1539
+ "grad_norm": 5.148143768310547,
1540
+ "learning_rate": 2.3703933356861048e-05,
1541
+ "loss": 0.3038,
1542
+ "step": 2190
1543
+ },
1544
+ {
1545
+ "epoch": 41.21779859484778,
1546
+ "grad_norm": 5.9692583084106445,
1547
+ "learning_rate": 2.3518984302657146e-05,
1548
+ "loss": 0.2893,
1549
+ "step": 2200
1550
+ },
1551
+ {
1552
+ "epoch": 41.405152224824356,
1553
+ "grad_norm": 6.505251884460449,
1554
+ "learning_rate": 2.3334116555035724e-05,
1555
+ "loss": 0.288,
1556
+ "step": 2210
1557
+ },
1558
+ {
1559
+ "epoch": 41.59250585480093,
1560
+ "grad_norm": 5.992464542388916,
1561
+ "learning_rate": 2.314934026308893e-05,
1562
+ "loss": 0.2905,
1563
+ "step": 2220
1564
+ },
1565
+ {
1566
+ "epoch": 41.77985948477752,
1567
+ "grad_norm": 5.301249980926514,
1568
+ "learning_rate": 2.296466557088805e-05,
1569
+ "loss": 0.2704,
1570
+ "step": 2230
1571
+ },
1572
+ {
1573
+ "epoch": 41.967213114754095,
1574
+ "grad_norm": 5.807764053344727,
1575
+ "learning_rate": 2.2780102616926633e-05,
1576
+ "loss": 0.2902,
1577
+ "step": 2240
1578
+ },
1579
+ {
1580
+ "epoch": 42.15456674473068,
1581
+ "grad_norm": 5.2341742515563965,
1582
+ "learning_rate": 2.259566153356389e-05,
1583
+ "loss": 0.2753,
1584
+ "step": 2250
1585
+ },
1586
+ {
1587
+ "epoch": 42.34192037470726,
1588
+ "grad_norm": 5.364047527313232,
1589
+ "learning_rate": 2.2411352446468426e-05,
1590
+ "loss": 0.2797,
1591
+ "step": 2260
1592
+ },
1593
+ {
1594
+ "epoch": 42.52927400468384,
1595
+ "grad_norm": 5.803712368011475,
1596
+ "learning_rate": 2.2227185474062377e-05,
1597
+ "loss": 0.2825,
1598
+ "step": 2270
1599
+ },
1600
+ {
1601
+ "epoch": 42.71662763466042,
1602
+ "grad_norm": 5.672751426696777,
1603
+ "learning_rate": 2.2043170726965858e-05,
1604
+ "loss": 0.2881,
1605
+ "step": 2280
1606
+ },
1607
+ {
1608
+ "epoch": 42.903981264637004,
1609
+ "grad_norm": 5.412528991699219,
1610
+ "learning_rate": 2.1859318307441967e-05,
1611
+ "loss": 0.2791,
1612
+ "step": 2290
1613
+ },
1614
+ {
1615
+ "epoch": 43.09133489461358,
1616
+ "grad_norm": 5.854480743408203,
1617
+ "learning_rate": 2.1675638308842145e-05,
1618
+ "loss": 0.2962,
1619
+ "step": 2300
1620
+ },
1621
+ {
1622
+ "epoch": 43.278688524590166,
1623
+ "grad_norm": 5.328369617462158,
1624
+ "learning_rate": 2.1492140815052053e-05,
1625
+ "loss": 0.2699,
1626
+ "step": 2310
1627
+ },
1628
+ {
1629
+ "epoch": 43.46604215456674,
1630
+ "grad_norm": 4.856033802032471,
1631
+ "learning_rate": 2.1308835899937972e-05,
1632
+ "loss": 0.2734,
1633
+ "step": 2320
1634
+ },
1635
+ {
1636
+ "epoch": 43.65339578454333,
1637
+ "grad_norm": 6.26331090927124,
1638
+ "learning_rate": 2.1125733626793793e-05,
1639
+ "loss": 0.275,
1640
+ "step": 2330
1641
+ },
1642
+ {
1643
+ "epoch": 43.840749414519905,
1644
+ "grad_norm": 6.019165992736816,
1645
+ "learning_rate": 2.09428440477885e-05,
1646
+ "loss": 0.3627,
1647
+ "step": 2340
1648
+ },
1649
+ {
1650
+ "epoch": 44.02810304449649,
1651
+ "grad_norm": 5.1247711181640625,
1652
+ "learning_rate": 2.0760177203414368e-05,
1653
+ "loss": 0.2627,
1654
+ "step": 2350
1655
+ },
1656
+ {
1657
+ "epoch": 44.21545667447307,
1658
+ "grad_norm": 5.77355432510376,
1659
+ "learning_rate": 2.0577743121935684e-05,
1660
+ "loss": 0.2523,
1661
+ "step": 2360
1662
+ },
1663
+ {
1664
+ "epoch": 44.40281030444965,
1665
+ "grad_norm": 6.598211765289307,
1666
+ "learning_rate": 2.0395551818838247e-05,
1667
+ "loss": 0.2882,
1668
+ "step": 2370
1669
+ },
1670
+ {
1671
+ "epoch": 44.59016393442623,
1672
+ "grad_norm": 6.168797969818115,
1673
+ "learning_rate": 2.0213613296279533e-05,
1674
+ "loss": 0.2739,
1675
+ "step": 2380
1676
+ },
1677
+ {
1678
+ "epoch": 44.777517564402814,
1679
+ "grad_norm": 5.739145278930664,
1680
+ "learning_rate": 2.003193754253957e-05,
1681
+ "loss": 0.2569,
1682
+ "step": 2390
1683
+ },
1684
+ {
1685
+ "epoch": 44.96487119437939,
1686
+ "grad_norm": 5.858418941497803,
1687
+ "learning_rate": 1.9850534531472546e-05,
1688
+ "loss": 0.2575,
1689
+ "step": 2400
1690
+ },
1691
+ {
1692
+ "epoch": 45.15222482435597,
1693
+ "grad_norm": 5.349724769592285,
1694
+ "learning_rate": 1.9669414221959332e-05,
1695
+ "loss": 0.2596,
1696
+ "step": 2410
1697
+ },
1698
+ {
1699
+ "epoch": 45.33957845433255,
1700
+ "grad_norm": 6.348044395446777,
1701
+ "learning_rate": 1.9488586557360703e-05,
1702
+ "loss": 0.2643,
1703
+ "step": 2420
1704
+ },
1705
+ {
1706
+ "epoch": 45.52693208430913,
1707
+ "grad_norm": 5.21057653427124,
1708
+ "learning_rate": 1.930806146497146e-05,
1709
+ "loss": 0.2649,
1710
+ "step": 2430
1711
+ },
1712
+ {
1713
+ "epoch": 45.714285714285715,
1714
+ "grad_norm": 6.046148300170898,
1715
+ "learning_rate": 1.912784885547541e-05,
1716
+ "loss": 0.2688,
1717
+ "step": 2440
1718
+ },
1719
+ {
1720
+ "epoch": 45.90163934426229,
1721
+ "grad_norm": 5.811086177825928,
1722
+ "learning_rate": 1.8947958622401328e-05,
1723
+ "loss": 0.2547,
1724
+ "step": 2450
1725
+ },
1726
+ {
1727
+ "epoch": 46.08899297423888,
1728
+ "grad_norm": 6.68256950378418,
1729
+ "learning_rate": 1.876840064157976e-05,
1730
+ "loss": 0.2611,
1731
+ "step": 2460
1732
+ },
1733
+ {
1734
+ "epoch": 46.276346604215455,
1735
+ "grad_norm": 6.05044412612915,
1736
+ "learning_rate": 1.8589184770600893e-05,
1737
+ "loss": 0.2308,
1738
+ "step": 2470
1739
+ },
1740
+ {
1741
+ "epoch": 46.46370023419204,
1742
+ "grad_norm": 5.7417073249816895,
1743
+ "learning_rate": 1.8410320848273315e-05,
1744
+ "loss": 0.2572,
1745
+ "step": 2480
1746
+ },
1747
+ {
1748
+ "epoch": 46.65105386416862,
1749
+ "grad_norm": 5.557978630065918,
1750
+ "learning_rate": 1.8231818694083937e-05,
1751
+ "loss": 0.2689,
1752
+ "step": 2490
1753
+ },
1754
+ {
1755
+ "epoch": 46.8384074941452,
1756
+ "grad_norm": 5.32368278503418,
1757
+ "learning_rate": 1.8053688107658908e-05,
1758
+ "loss": 0.2518,
1759
+ "step": 2500
1760
+ },
1761
+ {
1762
+ "epoch": 47.02576112412178,
1763
+ "grad_norm": 5.275130748748779,
1764
+ "learning_rate": 1.7875938868225563e-05,
1765
+ "loss": 0.2519,
1766
+ "step": 2510
1767
+ },
1768
+ {
1769
+ "epoch": 47.21311475409836,
1770
+ "grad_norm": 5.496984004974365,
1771
+ "learning_rate": 1.769858073407561e-05,
1772
+ "loss": 0.2425,
1773
+ "step": 2520
1774
+ },
1775
+ {
1776
+ "epoch": 47.40046838407494,
1777
+ "grad_norm": 5.19797420501709,
1778
+ "learning_rate": 1.752162344202939e-05,
1779
+ "loss": 0.2665,
1780
+ "step": 2530
1781
+ },
1782
+ {
1783
+ "epoch": 47.587822014051525,
1784
+ "grad_norm": 5.920257091522217,
1785
+ "learning_rate": 1.734507670690133e-05,
1786
+ "loss": 0.2543,
1787
+ "step": 2540
1788
+ },
1789
+ {
1790
+ "epoch": 47.7751756440281,
1791
+ "grad_norm": 5.570456027984619,
1792
+ "learning_rate": 1.7168950220966614e-05,
1793
+ "loss": 0.2468,
1794
+ "step": 2550
1795
+ },
1796
+ {
1797
+ "epoch": 47.96252927400468,
1798
+ "grad_norm": 6.8460211753845215,
1799
+ "learning_rate": 1.6993253653429063e-05,
1800
+ "loss": 0.2541,
1801
+ "step": 2560
1802
+ },
1803
+ {
1804
+ "epoch": 48.149882903981265,
1805
+ "grad_norm": 6.266761779785156,
1806
+ "learning_rate": 1.681799664989033e-05,
1807
+ "loss": 0.2497,
1808
+ "step": 2570
1809
+ },
1810
+ {
1811
+ "epoch": 48.33723653395784,
1812
+ "grad_norm": 5.843891143798828,
1813
+ "learning_rate": 1.6643188831820375e-05,
1814
+ "loss": 0.2472,
1815
+ "step": 2580
1816
+ },
1817
+ {
1818
+ "epoch": 48.52459016393443,
1819
+ "grad_norm": 5.972542762756348,
1820
+ "learning_rate": 1.64688397960292e-05,
1821
+ "loss": 0.2501,
1822
+ "step": 2590
1823
+ },
1824
+ {
1825
+ "epoch": 48.711943793911004,
1826
+ "grad_norm": 5.9259724617004395,
1827
+ "learning_rate": 1.6294959114140034e-05,
1828
+ "loss": 0.2345,
1829
+ "step": 2600
1830
+ },
1831
+ {
1832
+ "epoch": 48.89929742388759,
1833
+ "grad_norm": 6.9172492027282715,
1834
+ "learning_rate": 1.6121556332063862e-05,
1835
+ "loss": 0.2492,
1836
+ "step": 2610
1837
+ },
1838
+ {
1839
+ "epoch": 49.086651053864166,
1840
+ "grad_norm": 5.66576623916626,
1841
+ "learning_rate": 1.5948640969475346e-05,
1842
+ "loss": 0.2464,
1843
+ "step": 2620
1844
+ },
1845
+ {
1846
+ "epoch": 49.27400468384075,
1847
+ "grad_norm": 5.968489646911621,
1848
+ "learning_rate": 1.5776222519290208e-05,
1849
+ "loss": 0.2453,
1850
+ "step": 2630
1851
+ },
1852
+ {
1853
+ "epoch": 49.46135831381733,
1854
+ "grad_norm": 5.3877739906311035,
1855
+ "learning_rate": 1.560431044714405e-05,
1856
+ "loss": 0.2331,
1857
+ "step": 2640
1858
+ },
1859
+ {
1860
+ "epoch": 49.64871194379391,
1861
+ "grad_norm": 6.003279685974121,
1862
+ "learning_rate": 1.5432914190872757e-05,
1863
+ "loss": 0.2451,
1864
+ "step": 2650
1865
+ },
1866
+ {
1867
+ "epoch": 49.83606557377049,
1868
+ "grad_norm": 5.7422709465026855,
1869
+ "learning_rate": 1.5262043159994317e-05,
1870
+ "loss": 0.2421,
1871
+ "step": 2660
1872
+ },
1873
+ {
1874
+ "epoch": 50.023419203747075,
1875
+ "grad_norm": 5.42122745513916,
1876
+ "learning_rate": 1.5091706735192268e-05,
1877
+ "loss": 0.2502,
1878
+ "step": 2670
1879
+ },
1880
+ {
1881
+ "epoch": 50.21077283372365,
1882
+ "grad_norm": 6.197154998779297,
1883
+ "learning_rate": 1.49219142678007e-05,
1884
+ "loss": 0.2319,
1885
+ "step": 2680
1886
+ },
1887
+ {
1888
+ "epoch": 50.39812646370024,
1889
+ "grad_norm": 6.868821620941162,
1890
+ "learning_rate": 1.4752675079290851e-05,
1891
+ "loss": 0.2446,
1892
+ "step": 2690
1893
+ },
1894
+ {
1895
+ "epoch": 50.585480093676814,
1896
+ "grad_norm": 5.866207599639893,
1897
+ "learning_rate": 1.4583998460759424e-05,
1898
+ "loss": 0.236,
1899
+ "step": 2700
1900
+ },
1901
+ {
1902
+ "epoch": 50.7728337236534,
1903
+ "grad_norm": 5.33125638961792,
1904
+ "learning_rate": 1.4415893672418462e-05,
1905
+ "loss": 0.2392,
1906
+ "step": 2710
1907
+ },
1908
+ {
1909
+ "epoch": 50.960187353629976,
1910
+ "grad_norm": 5.089175701141357,
1911
+ "learning_rate": 1.4248369943086998e-05,
1912
+ "loss": 0.2336,
1913
+ "step": 2720
1914
+ },
1915
+ {
1916
+ "epoch": 51.14754098360656,
1917
+ "grad_norm": 6.228028774261475,
1918
+ "learning_rate": 1.4081436469684339e-05,
1919
+ "loss": 0.2348,
1920
+ "step": 2730
1921
+ },
1922
+ {
1923
+ "epoch": 51.33489461358314,
1924
+ "grad_norm": 5.978231906890869,
1925
+ "learning_rate": 1.3915102416725287e-05,
1926
+ "loss": 0.2337,
1927
+ "step": 2740
1928
+ },
1929
+ {
1930
+ "epoch": 51.522248243559716,
1931
+ "grad_norm": 5.551085472106934,
1932
+ "learning_rate": 1.3749376915816886e-05,
1933
+ "loss": 0.2258,
1934
+ "step": 2750
1935
+ },
1936
+ {
1937
+ "epoch": 51.7096018735363,
1938
+ "grad_norm": 6.166746616363525,
1939
+ "learning_rate": 1.3584269065157174e-05,
1940
+ "loss": 0.2436,
1941
+ "step": 2760
1942
+ },
1943
+ {
1944
+ "epoch": 51.89695550351288,
1945
+ "grad_norm": 6.301324844360352,
1946
+ "learning_rate": 1.3419787929035682e-05,
1947
+ "loss": 0.2402,
1948
+ "step": 2770
1949
+ },
1950
+ {
1951
+ "epoch": 52.08430913348946,
1952
+ "grad_norm": 4.700679302215576,
1953
+ "learning_rate": 1.3255942537335805e-05,
1954
+ "loss": 0.2167,
1955
+ "step": 2780
1956
+ },
1957
+ {
1958
+ "epoch": 52.27166276346604,
1959
+ "grad_norm": 5.628973007202148,
1960
+ "learning_rate": 1.3092741885039087e-05,
1961
+ "loss": 0.2298,
1962
+ "step": 2790
1963
+ },
1964
+ {
1965
+ "epoch": 52.459016393442624,
1966
+ "grad_norm": 5.110661029815674,
1967
+ "learning_rate": 1.2930194931731382e-05,
1968
+ "loss": 0.2329,
1969
+ "step": 2800
1970
+ },
1971
+ {
1972
+ "epoch": 52.6463700234192,
1973
+ "grad_norm": 6.139814853668213,
1974
+ "learning_rate": 1.2768310601110994e-05,
1975
+ "loss": 0.2341,
1976
+ "step": 2810
1977
+ },
1978
+ {
1979
+ "epoch": 52.833723653395786,
1980
+ "grad_norm": 5.745288848876953,
1981
+ "learning_rate": 1.2607097780498772e-05,
1982
+ "loss": 0.2203,
1983
+ "step": 2820
1984
+ },
1985
+ {
1986
+ "epoch": 53.021077283372364,
1987
+ "grad_norm": 4.815990447998047,
1988
+ "learning_rate": 1.2446565320350185e-05,
1989
+ "loss": 0.2309,
1990
+ "step": 2830
1991
+ },
1992
+ {
1993
+ "epoch": 53.20843091334895,
1994
+ "grad_norm": 5.185337543487549,
1995
+ "learning_rate": 1.2286722033769493e-05,
1996
+ "loss": 0.2125,
1997
+ "step": 2840
1998
+ },
1999
+ {
2000
+ "epoch": 53.395784543325526,
2001
+ "grad_norm": 5.8394904136657715,
2002
+ "learning_rate": 1.2127576696025828e-05,
2003
+ "loss": 0.2138,
2004
+ "step": 2850
2005
+ },
2006
+ {
2007
+ "epoch": 53.58313817330211,
2008
+ "grad_norm": 5.652061462402344,
2009
+ "learning_rate": 1.1969138044071501e-05,
2010
+ "loss": 0.2351,
2011
+ "step": 2860
2012
+ },
2013
+ {
2014
+ "epoch": 53.77049180327869,
2015
+ "grad_norm": 5.9499897956848145,
2016
+ "learning_rate": 1.1811414776062366e-05,
2017
+ "loss": 0.2328,
2018
+ "step": 2870
2019
+ },
2020
+ {
2021
+ "epoch": 53.95784543325527,
2022
+ "grad_norm": 5.064215660095215,
2023
+ "learning_rate": 1.1654415550880243e-05,
2024
+ "loss": 0.2259,
2025
+ "step": 2880
2026
+ },
2027
+ {
2028
+ "epoch": 54.14519906323185,
2029
+ "grad_norm": 5.09717321395874,
2030
+ "learning_rate": 1.149814898765755e-05,
2031
+ "loss": 0.2289,
2032
+ "step": 2890
2033
+ },
2034
+ {
2035
+ "epoch": 54.332552693208434,
2036
+ "grad_norm": 6.277153491973877,
2037
+ "learning_rate": 1.1342623665304209e-05,
2038
+ "loss": 0.2218,
2039
+ "step": 2900
2040
+ },
2041
+ {
2042
+ "epoch": 54.51990632318501,
2043
+ "grad_norm": 6.414435863494873,
2044
+ "learning_rate": 1.1187848122036563e-05,
2045
+ "loss": 0.2083,
2046
+ "step": 2910
2047
+ },
2048
+ {
2049
+ "epoch": 54.70725995316159,
2050
+ "grad_norm": 5.3766069412231445,
2051
+ "learning_rate": 1.1033830854908691e-05,
2052
+ "loss": 0.2259,
2053
+ "step": 2920
2054
+ },
2055
+ {
2056
+ "epoch": 54.894613583138174,
2057
+ "grad_norm": 5.645792007446289,
2058
+ "learning_rate": 1.088058031934592e-05,
2059
+ "loss": 0.2237,
2060
+ "step": 2930
2061
+ },
2062
+ {
2063
+ "epoch": 55.08196721311475,
2064
+ "grad_norm": 5.73775053024292,
2065
+ "learning_rate": 1.0728104928680624e-05,
2066
+ "loss": 0.2135,
2067
+ "step": 2940
2068
+ },
2069
+ {
2070
+ "epoch": 55.269320843091336,
2071
+ "grad_norm": 5.055363655090332,
2072
+ "learning_rate": 1.0576413053690327e-05,
2073
+ "loss": 0.214,
2074
+ "step": 2950
2075
+ },
2076
+ {
2077
+ "epoch": 55.45667447306791,
2078
+ "grad_norm": 5.82523775100708,
2079
+ "learning_rate": 1.0425513022138203e-05,
2080
+ "loss": 0.2245,
2081
+ "step": 2960
2082
+ },
2083
+ {
2084
+ "epoch": 55.6440281030445,
2085
+ "grad_norm": 5.7269287109375,
2086
+ "learning_rate": 1.0275413118315799e-05,
2087
+ "loss": 0.2157,
2088
+ "step": 2970
2089
+ },
2090
+ {
2091
+ "epoch": 55.831381733021075,
2092
+ "grad_norm": 5.7951178550720215,
2093
+ "learning_rate": 1.0126121582588316e-05,
2094
+ "loss": 0.211,
2095
+ "step": 2980
2096
+ },
2097
+ {
2098
+ "epoch": 56.01873536299766,
2099
+ "grad_norm": 4.387237548828125,
2100
+ "learning_rate": 9.977646610942202e-06,
2101
+ "loss": 0.203,
2102
+ "step": 2990
2103
+ },
2104
+ {
2105
+ "epoch": 56.20608899297424,
2106
+ "grad_norm": 6.9729485511779785,
2107
+ "learning_rate": 9.829996354535172e-06,
2108
+ "loss": 0.199,
2109
+ "step": 3000
2110
+ }
2111
+ ],
2112
+ "logging_steps": 10,
2113
+ "max_steps": 4240,
2114
+ "num_input_tokens_seen": 0,
2115
+ "num_train_epochs": 80,
2116
+ "save_steps": 1000,
2117
+ "stateful_callbacks": {
2118
+ "TrainerControl": {
2119
+ "args": {
2120
+ "should_epoch_stop": false,
2121
+ "should_evaluate": false,
2122
+ "should_log": false,
2123
+ "should_save": true,
2124
+ "should_training_stop": false
2125
+ },
2126
+ "attributes": {}
2127
+ }
2128
+ },
2129
+ "total_flos": 8.351053199642984e+18,
2130
+ "train_batch_size": 10,
2131
+ "trial_name": null,
2132
+ "trial_params": null
2133
+ }
mixtral2/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72066db9851c6c83b03f6382857b47f319b886573afc4d79d79ac5ccaf36a95b
3
+ size 5304
mixtral2/checkpoint-4000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
mixtral2/checkpoint-4000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
mixtral2/checkpoint-4000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f94f48210887ba2ccb76f5d1e5bf28932910fa223076182913c1d82810b00ab
3
+ size 13648432
mixtral2/checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48392f18cda416a9c8cce7500fcbebedb2913515318e1a67d973c3d6abe261f
3
+ size 27370618
mixtral2/checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267baed24ffd8664cf6ae854c261b8f91076718da47c1d6de29c00da925cd418
3
+ size 14244
mixtral2/checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2cace382de6b576cf46e6727d9a58668774d4c99f1ce5b573332bdedcbe480
3
+ size 1064
mixtral2/checkpoint-4000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
mixtral2/checkpoint-4000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
mixtral2/checkpoint-4000/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
mixtral2/checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,2833 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 74.94145199063232,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
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.1873536299765808,
13
+ "grad_norm": 5.991908550262451,
14
+ "learning_rate": 4.9999313759953484e-05,
15
+ "loss": 6.4768,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3747072599531616,
20
+ "grad_norm": 8.760614395141602,
21
+ "learning_rate": 4.999725507748798e-05,
22
+ "loss": 5.0186,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5620608899297423,
27
+ "grad_norm": 4.322343826293945,
28
+ "learning_rate": 4.999382406562349e-05,
29
+ "loss": 3.1088,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7494145199063232,
34
+ "grad_norm": 1.4796526432037354,
35
+ "learning_rate": 4.9989020912719864e-05,
36
+ "loss": 2.2997,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.936768149882904,
41
+ "grad_norm": 0.8381783962249756,
42
+ "learning_rate": 4.998284588246634e-05,
43
+ "loss": 1.9748,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.1241217798594847,
48
+ "grad_norm": 0.6073408722877502,
49
+ "learning_rate": 4.99752993138672e-05,
50
+ "loss": 1.8716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.3114754098360657,
55
+ "grad_norm": 0.5777516961097717,
56
+ "learning_rate": 4.996638162122302e-05,
57
+ "loss": 1.7803,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 1.4988290398126463,
62
+ "grad_norm": 0.5658383369445801,
63
+ "learning_rate": 4.995609329410804e-05,
64
+ "loss": 1.7585,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.6861826697892273,
69
+ "grad_norm": 0.6109507083892822,
70
+ "learning_rate": 4.994443489734322e-05,
71
+ "loss": 1.6902,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.8735362997658078,
76
+ "grad_norm": 0.6710304021835327,
77
+ "learning_rate": 4.9931407070965254e-05,
78
+ "loss": 1.675,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 2.060889929742389,
83
+ "grad_norm": 0.6605099439620972,
84
+ "learning_rate": 4.9917010530191455e-05,
85
+ "loss": 1.5914,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 2.2482435597189694,
90
+ "grad_norm": 0.8813541531562805,
91
+ "learning_rate": 4.990124606538042e-05,
92
+ "loss": 1.5681,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 2.4355971896955504,
97
+ "grad_norm": 0.9561053514480591,
98
+ "learning_rate": 4.9884114541988747e-05,
99
+ "loss": 1.4891,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 2.6229508196721314,
104
+ "grad_norm": 1.0302178859710693,
105
+ "learning_rate": 4.9865616900523406e-05,
106
+ "loss": 1.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 2.810304449648712,
111
+ "grad_norm": 1.114527940750122,
112
+ "learning_rate": 4.984575415649019e-05,
113
+ "loss": 1.3666,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 2.9976580796252925,
118
+ "grad_norm": 1.1488112211227417,
119
+ "learning_rate": 4.982452740033793e-05,
120
+ "loss": 1.3581,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 3.1850117096018735,
125
+ "grad_norm": 1.3187187910079956,
126
+ "learning_rate": 4.9801937797398636e-05,
127
+ "loss": 1.2926,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 3.3723653395784545,
132
+ "grad_norm": 1.4319546222686768,
133
+ "learning_rate": 4.9777986587823523e-05,
134
+ "loss": 1.2463,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 3.559718969555035,
139
+ "grad_norm": 1.4622282981872559,
140
+ "learning_rate": 4.975267508651492e-05,
141
+ "loss": 1.2304,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 3.747072599531616,
146
+ "grad_norm": 2.000797748565674,
147
+ "learning_rate": 4.97260046830541e-05,
148
+ "loss": 1.2252,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 3.9344262295081966,
153
+ "grad_norm": 1.6277581453323364,
154
+ "learning_rate": 4.969797684162498e-05,
155
+ "loss": 1.1649,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 4.121779859484778,
160
+ "grad_norm": 2.1771910190582275,
161
+ "learning_rate": 4.966859310093372e-05,
162
+ "loss": 1.1471,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 4.309133489461359,
167
+ "grad_norm": 1.9214098453521729,
168
+ "learning_rate": 4.9637855074124305e-05,
169
+ "loss": 1.1064,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 4.496487119437939,
174
+ "grad_norm": 2.057615041732788,
175
+ "learning_rate": 4.960576444868992e-05,
176
+ "loss": 1.1061,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 4.68384074941452,
181
+ "grad_norm": 1.851131796836853,
182
+ "learning_rate": 4.957232298638036e-05,
183
+ "loss": 1.0318,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 4.871194379391101,
188
+ "grad_norm": 2.1048285961151123,
189
+ "learning_rate": 4.953753252310526e-05,
190
+ "loss": 1.0444,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 5.058548009367682,
195
+ "grad_norm": 2.0235438346862793,
196
+ "learning_rate": 4.950139496883335e-05,
197
+ "loss": 1.0303,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 5.245901639344262,
202
+ "grad_norm": 2.574484348297119,
203
+ "learning_rate": 4.94639123074876e-05,
204
+ "loss": 0.9954,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 5.433255269320843,
209
+ "grad_norm": 2.1624159812927246,
210
+ "learning_rate": 4.9425086596836264e-05,
211
+ "loss": 0.9686,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 5.620608899297424,
216
+ "grad_norm": 2.923964023590088,
217
+ "learning_rate": 4.9384919968379945e-05,
218
+ "loss": 0.961,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 5.807962529274005,
223
+ "grad_norm": 3.605888843536377,
224
+ "learning_rate": 4.934341462723455e-05,
225
+ "loss": 0.9713,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 5.995316159250585,
230
+ "grad_norm": 2.6934282779693604,
231
+ "learning_rate": 4.930057285201027e-05,
232
+ "loss": 0.9327,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 6.182669789227166,
237
+ "grad_norm": 2.723066568374634,
238
+ "learning_rate": 4.925639699468645e-05,
239
+ "loss": 0.8974,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 6.370023419203747,
244
+ "grad_norm": 2.7989768981933594,
245
+ "learning_rate": 4.921088948048247e-05,
246
+ "loss": 0.8912,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 6.557377049180328,
251
+ "grad_norm": 2.685530424118042,
252
+ "learning_rate": 4.916405280772462e-05,
253
+ "loss": 0.8809,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 6.744730679156909,
258
+ "grad_norm": 2.441941738128662,
259
+ "learning_rate": 4.911588954770897e-05,
260
+ "loss": 0.8984,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 6.932084309133489,
265
+ "grad_norm": 2.7177064418792725,
266
+ "learning_rate": 4.9066402344560115e-05,
267
+ "loss": 0.855,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 7.11943793911007,
272
+ "grad_norm": 3.2908644676208496,
273
+ "learning_rate": 4.901559391508611e-05,
274
+ "loss": 0.8785,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 7.306791569086651,
279
+ "grad_norm": 3.195590019226074,
280
+ "learning_rate": 4.896346704862927e-05,
281
+ "loss": 0.8542,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 7.494145199063232,
286
+ "grad_norm": 3.4960882663726807,
287
+ "learning_rate": 4.891002460691306e-05,
288
+ "loss": 0.7881,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 7.681498829039812,
293
+ "grad_norm": 2.852773666381836,
294
+ "learning_rate": 4.885526952388498e-05,
295
+ "loss": 0.7957,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 7.868852459016393,
300
+ "grad_norm": 2.8862316608428955,
301
+ "learning_rate": 4.879920480555549e-05,
302
+ "loss": 0.8022,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 8.056206088992974,
307
+ "grad_norm": 2.706434488296509,
308
+ "learning_rate": 4.874183352983297e-05,
309
+ "loss": 0.7811,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 8.243559718969555,
314
+ "grad_norm": 3.107057809829712,
315
+ "learning_rate": 4.8683158846354786e-05,
316
+ "loss": 0.7786,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 8.430913348946136,
321
+ "grad_norm": 3.327939033508301,
322
+ "learning_rate": 4.862318397631434e-05,
323
+ "loss": 0.7431,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 8.618266978922717,
328
+ "grad_norm": 3.249922513961792,
329
+ "learning_rate": 4.8561912212284223e-05,
330
+ "loss": 0.7477,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 8.805620608899297,
335
+ "grad_norm": 3.709353446960449,
336
+ "learning_rate": 4.84993469180355e-05,
337
+ "loss": 0.7973,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 8.992974238875878,
342
+ "grad_norm": 2.777991533279419,
343
+ "learning_rate": 4.8435491528353026e-05,
344
+ "loss": 0.7699,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 9.180327868852459,
349
+ "grad_norm": 2.6447904109954834,
350
+ "learning_rate": 4.8370349548846823e-05,
351
+ "loss": 0.692,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 9.36768149882904,
356
+ "grad_norm": 3.150733232498169,
357
+ "learning_rate": 4.83039245557597e-05,
358
+ "loss": 0.7435,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 9.55503512880562,
363
+ "grad_norm": 3.316145420074463,
364
+ "learning_rate": 4.823622019577089e-05,
365
+ "loss": 0.7589,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 9.742388758782202,
370
+ "grad_norm": 3.4923229217529297,
371
+ "learning_rate": 4.8167240185795835e-05,
372
+ "loss": 0.7262,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 9.929742388758783,
377
+ "grad_norm": 3.1557626724243164,
378
+ "learning_rate": 4.8096988312782174e-05,
379
+ "loss": 0.6824,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 10.117096018735364,
384
+ "grad_norm": 3.2009847164154053,
385
+ "learning_rate": 4.8025468433501774e-05,
386
+ "loss": 0.7238,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 10.304449648711945,
391
+ "grad_norm": 3.149319887161255,
392
+ "learning_rate": 4.795268447433907e-05,
393
+ "loss": 0.7002,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 10.491803278688524,
398
+ "grad_norm": 3.1471166610717773,
399
+ "learning_rate": 4.787864043107546e-05,
400
+ "loss": 0.6933,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 10.679156908665105,
405
+ "grad_norm": 2.9310121536254883,
406
+ "learning_rate": 4.780334036866997e-05,
407
+ "loss": 0.7152,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 10.866510538641686,
412
+ "grad_norm": 3.6723790168762207,
413
+ "learning_rate": 4.772678842103605e-05,
414
+ "loss": 0.679,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 11.053864168618267,
419
+ "grad_norm": 3.633692502975464,
420
+ "learning_rate": 4.764898879081468e-05,
421
+ "loss": 0.6489,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 11.241217798594848,
426
+ "grad_norm": 3.9104480743408203,
427
+ "learning_rate": 4.756994574914359e-05,
428
+ "loss": 0.6116,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 11.428571428571429,
433
+ "grad_norm": 3.8203835487365723,
434
+ "learning_rate": 4.748966363542285e-05,
435
+ "loss": 0.6549,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 11.61592505854801,
440
+ "grad_norm": 3.5407750606536865,
441
+ "learning_rate": 4.7408146857076566e-05,
442
+ "loss": 0.6532,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 11.80327868852459,
447
+ "grad_norm": 4.155674457550049,
448
+ "learning_rate": 4.732539988931097e-05,
449
+ "loss": 0.6684,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 11.99063231850117,
454
+ "grad_norm": 4.21943473815918,
455
+ "learning_rate": 4.724142727486869e-05,
456
+ "loss": 0.683,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 12.177985948477751,
461
+ "grad_norm": 3.3667685985565186,
462
+ "learning_rate": 4.715623362377939e-05,
463
+ "loss": 0.6127,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 12.365339578454332,
468
+ "grad_norm": 3.7362210750579834,
469
+ "learning_rate": 4.706982361310669e-05,
470
+ "loss": 0.606,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 12.552693208430913,
475
+ "grad_norm": 3.549915313720703,
476
+ "learning_rate": 4.698220198669136e-05,
477
+ "loss": 0.6349,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 12.740046838407494,
482
+ "grad_norm": 3.360044002532959,
483
+ "learning_rate": 4.6893373554890925e-05,
484
+ "loss": 0.6335,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 12.927400468384075,
489
+ "grad_norm": 3.676515817642212,
490
+ "learning_rate": 4.680334319431555e-05,
491
+ "loss": 0.6283,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 13.114754098360656,
496
+ "grad_norm": 4.325002193450928,
497
+ "learning_rate": 4.6712115847560355e-05,
498
+ "loss": 0.6248,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 13.302107728337237,
503
+ "grad_norm": 4.889411449432373,
504
+ "learning_rate": 4.6619696522934024e-05,
505
+ "loss": 0.5959,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 13.489461358313818,
510
+ "grad_norm": 4.090158939361572,
511
+ "learning_rate": 4.652609029418389e-05,
512
+ "loss": 0.6068,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 13.676814988290397,
517
+ "grad_norm": 3.8901116847991943,
518
+ "learning_rate": 4.643130230021737e-05,
519
+ "loss": 0.6042,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 13.864168618266978,
524
+ "grad_norm": 4.178182125091553,
525
+ "learning_rate": 4.6335337744819873e-05,
526
+ "loss": 0.6253,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 14.05152224824356,
531
+ "grad_norm": 3.4572255611419678,
532
+ "learning_rate": 4.6238201896369055e-05,
533
+ "loss": 0.6136,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 14.23887587822014,
538
+ "grad_norm": 4.382098197937012,
539
+ "learning_rate": 4.613990008754565e-05,
540
+ "loss": 0.5499,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 14.426229508196721,
545
+ "grad_norm": 4.183515548706055,
546
+ "learning_rate": 4.6040437715040706e-05,
547
+ "loss": 0.5845,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 14.613583138173302,
552
+ "grad_norm": 3.2976605892181396,
553
+ "learning_rate": 4.593982023925926e-05,
554
+ "loss": 0.6097,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 14.800936768149883,
559
+ "grad_norm": 4.0663347244262695,
560
+ "learning_rate": 4.58380531840206e-05,
561
+ "loss": 0.6161,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 14.988290398126464,
566
+ "grad_norm": 4.074985980987549,
567
+ "learning_rate": 4.573514213625505e-05,
568
+ "loss": 0.5597,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 15.175644028103045,
573
+ "grad_norm": 4.086116790771484,
574
+ "learning_rate": 4.563109274569717e-05,
575
+ "loss": 0.5484,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 15.362997658079625,
580
+ "grad_norm": 3.6355836391448975,
581
+ "learning_rate": 4.552591072457565e-05,
582
+ "loss": 0.5561,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 15.550351288056206,
587
+ "grad_norm": 4.557271480560303,
588
+ "learning_rate": 4.5419601847299706e-05,
589
+ "loss": 0.5729,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 15.737704918032787,
594
+ "grad_norm": 3.3405730724334717,
595
+ "learning_rate": 4.5312171950142034e-05,
596
+ "loss": 0.5654,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 15.925058548009368,
601
+ "grad_norm": 5.102325439453125,
602
+ "learning_rate": 4.5203626930918455e-05,
603
+ "loss": 0.5766,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 16.11241217798595,
608
+ "grad_norm": 4.394238471984863,
609
+ "learning_rate": 4.509397274866409e-05,
610
+ "loss": 0.5617,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 16.29976580796253,
615
+ "grad_norm": 4.780090808868408,
616
+ "learning_rate": 4.498321542330623e-05,
617
+ "loss": 0.5363,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 16.48711943793911,
622
+ "grad_norm": 3.9079573154449463,
623
+ "learning_rate": 4.4871361035333836e-05,
624
+ "loss": 0.5387,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 16.67447306791569,
629
+ "grad_norm": 4.230076789855957,
630
+ "learning_rate": 4.4758415725463746e-05,
631
+ "loss": 0.5594,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 16.861826697892273,
636
+ "grad_norm": 3.655414581298828,
637
+ "learning_rate": 4.464438569430354e-05,
638
+ "loss": 0.5556,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 17.049180327868854,
643
+ "grad_norm": 3.818207025527954,
644
+ "learning_rate": 4.452927720201112e-05,
645
+ "loss": 0.5367,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 17.236533957845435,
650
+ "grad_norm": 3.827942371368408,
651
+ "learning_rate": 4.441309656795106e-05,
652
+ "loss": 0.5108,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 17.423887587822016,
657
+ "grad_norm": 3.933605194091797,
658
+ "learning_rate": 4.4295850170347664e-05,
659
+ "loss": 0.5258,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 17.611241217798593,
664
+ "grad_norm": 4.577270030975342,
665
+ "learning_rate": 4.417754444593478e-05,
666
+ "loss": 0.5313,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 17.798594847775174,
671
+ "grad_norm": 5.285182476043701,
672
+ "learning_rate": 4.40581858896025e-05,
673
+ "loss": 0.5421,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 17.985948477751755,
678
+ "grad_norm": 4.50776481628418,
679
+ "learning_rate": 4.3937781054040505e-05,
680
+ "loss": 0.5428,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 18.173302107728336,
685
+ "grad_norm": 3.9270503520965576,
686
+ "learning_rate": 4.38163365493784e-05,
687
+ "loss": 0.4744,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 18.360655737704917,
692
+ "grad_norm": 4.346292018890381,
693
+ "learning_rate": 4.3693859042822774e-05,
694
+ "loss": 0.5177,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 18.548009367681498,
699
+ "grad_norm": 3.9130234718322754,
700
+ "learning_rate": 4.357035525829123e-05,
701
+ "loss": 0.5387,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 18.73536299765808,
706
+ "grad_norm": 3.995023250579834,
707
+ "learning_rate": 4.344583197604318e-05,
708
+ "loss": 0.5071,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 18.92271662763466,
713
+ "grad_norm": 3.8441927433013916,
714
+ "learning_rate": 4.3320296032307675e-05,
715
+ "loss": 0.5138,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 19.11007025761124,
720
+ "grad_norm": 5.217072010040283,
721
+ "learning_rate": 4.319375431890806e-05,
722
+ "loss": 0.4962,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 19.297423887587822,
727
+ "grad_norm": 5.450128078460693,
728
+ "learning_rate": 4.306621378288364e-05,
729
+ "loss": 0.4835,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 19.484777517564403,
734
+ "grad_norm": 3.889098644256592,
735
+ "learning_rate": 4.293768142610828e-05,
736
+ "loss": 0.499,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 19.672131147540984,
741
+ "grad_norm": 5.706878662109375,
742
+ "learning_rate": 4.2808164304906026e-05,
743
+ "loss": 0.5214,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 19.859484777517565,
748
+ "grad_norm": 4.337571620941162,
749
+ "learning_rate": 4.267766952966369e-05,
750
+ "loss": 0.4985,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 20.046838407494146,
755
+ "grad_norm": 4.532181262969971,
756
+ "learning_rate": 4.254620426444053e-05,
757
+ "loss": 0.5146,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 20.234192037470727,
762
+ "grad_norm": 5.095364570617676,
763
+ "learning_rate": 4.241377572657493e-05,
764
+ "loss": 0.4821,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 20.421545667447308,
769
+ "grad_norm": 4.10978889465332,
770
+ "learning_rate": 4.228039118628816e-05,
771
+ "loss": 0.4685,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 20.60889929742389,
776
+ "grad_norm": 3.92051100730896,
777
+ "learning_rate": 4.214605796628527e-05,
778
+ "loss": 0.4857,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 20.796252927400467,
783
+ "grad_norm": 5.784697532653809,
784
+ "learning_rate": 4.2010783441353064e-05,
785
+ "loss": 0.478,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 20.983606557377048,
790
+ "grad_norm": 4.860243320465088,
791
+ "learning_rate": 4.187457503795527e-05,
792
+ "loss": 0.509,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 21.17096018735363,
797
+ "grad_norm": 4.482259750366211,
798
+ "learning_rate": 4.173744023382474e-05,
799
+ "loss": 0.4508,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 21.35831381733021,
804
+ "grad_norm": 4.613847255706787,
805
+ "learning_rate": 4.159938655755306e-05,
806
+ "loss": 0.4748,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 21.54566744730679,
811
+ "grad_norm": 5.015346050262451,
812
+ "learning_rate": 4.14604215881771e-05,
813
+ "loss": 0.4587,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 21.73302107728337,
818
+ "grad_norm": 4.96614933013916,
819
+ "learning_rate": 4.1320552954763044e-05,
820
+ "loss": 0.4619,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 21.920374707259953,
825
+ "grad_norm": 4.224035739898682,
826
+ "learning_rate": 4.117978833598747e-05,
827
+ "loss": 0.476,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 22.107728337236534,
832
+ "grad_norm": 4.694319725036621,
833
+ "learning_rate": 4.103813545971589e-05,
834
+ "loss": 0.4964,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 22.295081967213115,
839
+ "grad_norm": 4.884482383728027,
840
+ "learning_rate": 4.089560210257838e-05,
841
+ "loss": 0.4527,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 22.482435597189696,
846
+ "grad_norm": 4.385354518890381,
847
+ "learning_rate": 4.075219608954278e-05,
848
+ "loss": 0.4593,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 22.669789227166277,
853
+ "grad_norm": 4.597926139831543,
854
+ "learning_rate": 4.0607925293485e-05,
855
+ "loss": 0.4531,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 22.857142857142858,
860
+ "grad_norm": 4.493633270263672,
861
+ "learning_rate": 4.046279763475687e-05,
862
+ "loss": 0.4357,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 23.04449648711944,
867
+ "grad_norm": 4.796749114990234,
868
+ "learning_rate": 4.031682108075129e-05,
869
+ "loss": 0.4529,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 23.23185011709602,
874
+ "grad_norm": 4.556844711303711,
875
+ "learning_rate": 4.017000364546484e-05,
876
+ "loss": 0.4613,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 23.4192037470726,
881
+ "grad_norm": 5.220188140869141,
882
+ "learning_rate": 4.00223533890578e-05,
883
+ "loss": 0.433,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 23.60655737704918,
888
+ "grad_norm": 5.892832279205322,
889
+ "learning_rate": 3.987387841741169e-05,
890
+ "loss": 0.4388,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 23.793911007025763,
895
+ "grad_norm": 5.893739700317383,
896
+ "learning_rate": 3.972458688168421e-05,
897
+ "loss": 0.4542,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 23.98126463700234,
902
+ "grad_norm": 4.80185079574585,
903
+ "learning_rate": 3.95744869778618e-05,
904
+ "loss": 0.4289,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 24.16861826697892,
909
+ "grad_norm": 4.6050028800964355,
910
+ "learning_rate": 3.942358694630967e-05,
911
+ "loss": 0.438,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 24.355971896955502,
916
+ "grad_norm": 4.912991046905518,
917
+ "learning_rate": 3.927189507131938e-05,
918
+ "loss": 0.4329,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 24.543325526932083,
923
+ "grad_norm": 4.563324928283691,
924
+ "learning_rate": 3.911941968065408e-05,
925
+ "loss": 0.4508,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 24.730679156908664,
930
+ "grad_norm": 5.688429355621338,
931
+ "learning_rate": 3.896616914509131e-05,
932
+ "loss": 0.4303,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 24.918032786885245,
937
+ "grad_norm": 5.020318984985352,
938
+ "learning_rate": 3.881215187796344e-05,
939
+ "loss": 0.4255,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 25.105386416861826,
944
+ "grad_norm": 6.469161510467529,
945
+ "learning_rate": 3.8657376334695794e-05,
946
+ "loss": 0.4206,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 25.292740046838407,
951
+ "grad_norm": 4.912801742553711,
952
+ "learning_rate": 3.8501851012342446e-05,
953
+ "loss": 0.4545,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 25.480093676814988,
958
+ "grad_norm": 4.866584777832031,
959
+ "learning_rate": 3.8345584449119776e-05,
960
+ "loss": 0.4167,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 25.66744730679157,
965
+ "grad_norm": 4.946688175201416,
966
+ "learning_rate": 3.818858522393764e-05,
967
+ "loss": 0.423,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 25.85480093676815,
972
+ "grad_norm": 5.518560886383057,
973
+ "learning_rate": 3.80308619559285e-05,
974
+ "loss": 0.4393,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 26.04215456674473,
979
+ "grad_norm": 4.3973283767700195,
980
+ "learning_rate": 3.787242330397418e-05,
981
+ "loss": 0.4142,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 26.229508196721312,
986
+ "grad_norm": 4.848239898681641,
987
+ "learning_rate": 3.7713277966230514e-05,
988
+ "loss": 0.4099,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 26.416861826697893,
993
+ "grad_norm": 4.581872463226318,
994
+ "learning_rate": 3.755343467964981e-05,
995
+ "loss": 0.3986,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 26.604215456674474,
1000
+ "grad_norm": 4.8950419425964355,
1001
+ "learning_rate": 3.7392902219501234e-05,
1002
+ "loss": 0.4239,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 26.791569086651055,
1007
+ "grad_norm": 4.911006450653076,
1008
+ "learning_rate": 3.723168939888901e-05,
1009
+ "loss": 0.4013,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 26.978922716627636,
1014
+ "grad_norm": 5.166593074798584,
1015
+ "learning_rate": 3.706980506826863e-05,
1016
+ "loss": 0.4381,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 27.166276346604217,
1021
+ "grad_norm": 5.103715896606445,
1022
+ "learning_rate": 3.690725811496092e-05,
1023
+ "loss": 0.4018,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 27.353629976580795,
1028
+ "grad_norm": 5.886387825012207,
1029
+ "learning_rate": 3.67440574626642e-05,
1030
+ "loss": 0.3995,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 27.540983606557376,
1035
+ "grad_norm": 5.4808268547058105,
1036
+ "learning_rate": 3.6580212070964324e-05,
1037
+ "loss": 0.4004,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 27.728337236533957,
1042
+ "grad_norm": 4.735198020935059,
1043
+ "learning_rate": 3.6415730934842827e-05,
1044
+ "loss": 0.3999,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 27.915690866510538,
1049
+ "grad_norm": 5.017817497253418,
1050
+ "learning_rate": 3.625062308418312e-05,
1051
+ "loss": 0.4149,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 28.10304449648712,
1056
+ "grad_norm": 5.427640914916992,
1057
+ "learning_rate": 3.608489758327472e-05,
1058
+ "loss": 0.4194,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 28.2903981264637,
1063
+ "grad_norm": 5.762901306152344,
1064
+ "learning_rate": 3.5918563530315664e-05,
1065
+ "loss": 0.3852,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 28.47775175644028,
1070
+ "grad_norm": 4.809139728546143,
1071
+ "learning_rate": 3.575163005691302e-05,
1072
+ "loss": 0.3858,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 28.66510538641686,
1077
+ "grad_norm": 5.195406436920166,
1078
+ "learning_rate": 3.5584106327581536e-05,
1079
+ "loss": 0.3931,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 28.852459016393443,
1084
+ "grad_norm": 5.359652996063232,
1085
+ "learning_rate": 3.541600153924058e-05,
1086
+ "loss": 0.4196,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 29.039812646370024,
1091
+ "grad_norm": 4.440913200378418,
1092
+ "learning_rate": 3.524732492070915e-05,
1093
+ "loss": 0.3731,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 29.227166276346605,
1098
+ "grad_norm": 4.653567790985107,
1099
+ "learning_rate": 3.507808573219931e-05,
1100
+ "loss": 0.3628,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 29.414519906323186,
1105
+ "grad_norm": 6.330109119415283,
1106
+ "learning_rate": 3.4908293264807734e-05,
1107
+ "loss": 0.4074,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 29.601873536299767,
1112
+ "grad_norm": 4.850047588348389,
1113
+ "learning_rate": 3.473795684000569e-05,
1114
+ "loss": 0.3495,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 29.789227166276348,
1119
+ "grad_norm": 5.027477264404297,
1120
+ "learning_rate": 3.456708580912725e-05,
1121
+ "loss": 0.409,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 29.97658079625293,
1126
+ "grad_norm": 5.475801467895508,
1127
+ "learning_rate": 3.4395689552855955e-05,
1128
+ "loss": 0.3954,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 30.16393442622951,
1133
+ "grad_norm": 4.786725044250488,
1134
+ "learning_rate": 3.4223777480709805e-05,
1135
+ "loss": 0.3666,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 30.35128805620609,
1140
+ "grad_norm": 6.034923076629639,
1141
+ "learning_rate": 3.4051359030524654e-05,
1142
+ "loss": 0.3557,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 30.538641686182668,
1147
+ "grad_norm": 5.1971755027771,
1148
+ "learning_rate": 3.387844366793614e-05,
1149
+ "loss": 0.3563,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 30.72599531615925,
1154
+ "grad_norm": 5.740716457366943,
1155
+ "learning_rate": 3.3705040885859975e-05,
1156
+ "loss": 0.3874,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 30.91334894613583,
1161
+ "grad_norm": 5.543055057525635,
1162
+ "learning_rate": 3.3531160203970805e-05,
1163
+ "loss": 0.4104,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 31.10070257611241,
1168
+ "grad_norm": 4.964486598968506,
1169
+ "learning_rate": 3.335681116817963e-05,
1170
+ "loss": 0.3809,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 31.288056206088992,
1175
+ "grad_norm": 5.344038963317871,
1176
+ "learning_rate": 3.318200335010967e-05,
1177
+ "loss": 0.3536,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 31.475409836065573,
1182
+ "grad_norm": 5.5590901374816895,
1183
+ "learning_rate": 3.300674634657094e-05,
1184
+ "loss": 0.3613,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 31.662763466042154,
1189
+ "grad_norm": 5.377177715301514,
1190
+ "learning_rate": 3.28310497790334e-05,
1191
+ "loss": 0.3828,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 31.850117096018735,
1196
+ "grad_norm": 5.412164688110352,
1197
+ "learning_rate": 3.265492329309867e-05,
1198
+ "loss": 0.3481,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 32.03747072599531,
1203
+ "grad_norm": 4.8478593826293945,
1204
+ "learning_rate": 3.247837655797061e-05,
1205
+ "loss": 0.3609,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 32.2248243559719,
1210
+ "grad_norm": 4.969062328338623,
1211
+ "learning_rate": 3.2301419265924395e-05,
1212
+ "loss": 0.3319,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 32.412177985948475,
1217
+ "grad_norm": 5.705166816711426,
1218
+ "learning_rate": 3.212406113177445e-05,
1219
+ "loss": 0.3464,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 32.59953161592506,
1224
+ "grad_norm": 5.679583549499512,
1225
+ "learning_rate": 3.19463118923411e-05,
1226
+ "loss": 0.3518,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 32.78688524590164,
1231
+ "grad_norm": 5.57464075088501,
1232
+ "learning_rate": 3.1768181305916066e-05,
1233
+ "loss": 0.3644,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 32.97423887587822,
1238
+ "grad_norm": 5.604707717895508,
1239
+ "learning_rate": 3.158967915172669e-05,
1240
+ "loss": 0.3856,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 33.1615925058548,
1245
+ "grad_norm": 4.796475887298584,
1246
+ "learning_rate": 3.1410815229399116e-05,
1247
+ "loss": 0.349,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 33.34894613583138,
1252
+ "grad_norm": 5.308904647827148,
1253
+ "learning_rate": 3.123159935842024e-05,
1254
+ "loss": 0.3319,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 33.53629976580796,
1259
+ "grad_norm": 5.319141387939453,
1260
+ "learning_rate": 3.1052041377598674e-05,
1261
+ "loss": 0.3403,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 33.723653395784545,
1266
+ "grad_norm": 6.2813496589660645,
1267
+ "learning_rate": 3.0872151144524595e-05,
1268
+ "loss": 0.331,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 33.91100702576112,
1273
+ "grad_norm": 6.759060859680176,
1274
+ "learning_rate": 3.069193853502855e-05,
1275
+ "loss": 0.3683,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 34.09836065573771,
1280
+ "grad_norm": 5.812283515930176,
1281
+ "learning_rate": 3.0511413442639296e-05,
1282
+ "loss": 0.3389,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 34.285714285714285,
1287
+ "grad_norm": 5.7895026206970215,
1288
+ "learning_rate": 3.0330585778040677e-05,
1289
+ "loss": 0.3302,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 34.47306791569087,
1294
+ "grad_norm": 5.957363605499268,
1295
+ "learning_rate": 3.014946546852746e-05,
1296
+ "loss": 0.3334,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 34.66042154566745,
1301
+ "grad_norm": 5.722705364227295,
1302
+ "learning_rate": 2.996806245746044e-05,
1303
+ "loss": 0.3419,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 34.84777517564403,
1308
+ "grad_norm": 6.884836196899414,
1309
+ "learning_rate": 2.978638670372047e-05,
1310
+ "loss": 0.3375,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 35.03512880562061,
1315
+ "grad_norm": 4.799129962921143,
1316
+ "learning_rate": 2.960444818116176e-05,
1317
+ "loss": 0.3473,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 35.222482435597186,
1322
+ "grad_norm": 5.28724479675293,
1323
+ "learning_rate": 2.9422256878064325e-05,
1324
+ "loss": 0.2882,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 35.40983606557377,
1329
+ "grad_norm": 5.755520343780518,
1330
+ "learning_rate": 2.923982279658564e-05,
1331
+ "loss": 0.3336,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 35.59718969555035,
1336
+ "grad_norm": 5.549156188964844,
1337
+ "learning_rate": 2.9057155952211502e-05,
1338
+ "loss": 0.3487,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 35.78454332552693,
1343
+ "grad_norm": 5.643553256988525,
1344
+ "learning_rate": 2.8874266373206216e-05,
1345
+ "loss": 0.3483,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 35.97189695550351,
1350
+ "grad_norm": 5.7322540283203125,
1351
+ "learning_rate": 2.8691164100062034e-05,
1352
+ "loss": 0.3339,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 36.159250585480095,
1357
+ "grad_norm": 9.893467903137207,
1358
+ "learning_rate": 2.8507859184947957e-05,
1359
+ "loss": 0.3177,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 36.34660421545667,
1364
+ "grad_norm": 4.880067348480225,
1365
+ "learning_rate": 2.8324361691157858e-05,
1366
+ "loss": 0.3103,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 36.53395784543326,
1371
+ "grad_norm": 5.725404262542725,
1372
+ "learning_rate": 2.8140681692558035e-05,
1373
+ "loss": 0.3145,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 36.721311475409834,
1378
+ "grad_norm": 5.862415313720703,
1379
+ "learning_rate": 2.7956829273034148e-05,
1380
+ "loss": 0.3246,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 36.90866510538642,
1385
+ "grad_norm": 6.573834419250488,
1386
+ "learning_rate": 2.7772814525937635e-05,
1387
+ "loss": 0.3479,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 37.096018735362996,
1392
+ "grad_norm": 6.182538032531738,
1393
+ "learning_rate": 2.7588647553531576e-05,
1394
+ "loss": 0.324,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 37.28337236533958,
1399
+ "grad_norm": 5.400746822357178,
1400
+ "learning_rate": 2.740433846643612e-05,
1401
+ "loss": 0.3064,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 37.47072599531616,
1406
+ "grad_norm": 5.840080738067627,
1407
+ "learning_rate": 2.7219897383073373e-05,
1408
+ "loss": 0.3211,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 37.65807962529274,
1413
+ "grad_norm": 5.707023620605469,
1414
+ "learning_rate": 2.7035334429111958e-05,
1415
+ "loss": 0.3285,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 37.84543325526932,
1420
+ "grad_norm": 5.929535865783691,
1421
+ "learning_rate": 2.6850659736911073e-05,
1422
+ "loss": 0.3126,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 38.032786885245905,
1427
+ "grad_norm": 4.90598726272583,
1428
+ "learning_rate": 2.6665883444964278e-05,
1429
+ "loss": 0.3101,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 38.22014051522248,
1434
+ "grad_norm": 6.5826616287231445,
1435
+ "learning_rate": 2.648101569734286e-05,
1436
+ "loss": 0.3216,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 38.40749414519907,
1441
+ "grad_norm": 5.600116729736328,
1442
+ "learning_rate": 2.629606664313896e-05,
1443
+ "loss": 0.2956,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 38.594847775175644,
1448
+ "grad_norm": 5.065032482147217,
1449
+ "learning_rate": 2.6111046435908383e-05,
1450
+ "loss": 0.2983,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 38.78220140515222,
1455
+ "grad_norm": 5.835258483886719,
1456
+ "learning_rate": 2.5925965233113174e-05,
1457
+ "loss": 0.3178,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 38.969555035128806,
1462
+ "grad_norm": 6.896608352661133,
1463
+ "learning_rate": 2.5740833195563996e-05,
1464
+ "loss": 0.309,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 39.156908665105384,
1469
+ "grad_norm": 5.803635120391846,
1470
+ "learning_rate": 2.5555660486862294e-05,
1471
+ "loss": 0.3285,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 39.34426229508197,
1476
+ "grad_norm": 6.226255416870117,
1477
+ "learning_rate": 2.537045727284232e-05,
1478
+ "loss": 0.2969,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 39.531615925058546,
1483
+ "grad_norm": 5.5187201499938965,
1484
+ "learning_rate": 2.5185233721013057e-05,
1485
+ "loss": 0.2787,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 39.71896955503513,
1490
+ "grad_norm": 5.887444496154785,
1491
+ "learning_rate": 2.5e-05,
1492
+ "loss": 0.2992,
1493
+ "step": 2120
1494
+ },
1495
+ {
1496
+ "epoch": 39.90632318501171,
1497
+ "grad_norm": 5.903340816497803,
1498
+ "learning_rate": 2.481476627898695e-05,
1499
+ "loss": 0.3051,
1500
+ "step": 2130
1501
+ },
1502
+ {
1503
+ "epoch": 40.09367681498829,
1504
+ "grad_norm": 5.660261631011963,
1505
+ "learning_rate": 2.4629542727157684e-05,
1506
+ "loss": 0.281,
1507
+ "step": 2140
1508
+ },
1509
+ {
1510
+ "epoch": 40.28103044496487,
1511
+ "grad_norm": 4.755375862121582,
1512
+ "learning_rate": 2.444433951313772e-05,
1513
+ "loss": 0.2615,
1514
+ "step": 2150
1515
+ },
1516
+ {
1517
+ "epoch": 40.468384074941454,
1518
+ "grad_norm": 5.870564937591553,
1519
+ "learning_rate": 2.4259166804436006e-05,
1520
+ "loss": 0.3151,
1521
+ "step": 2160
1522
+ },
1523
+ {
1524
+ "epoch": 40.65573770491803,
1525
+ "grad_norm": 6.845561504364014,
1526
+ "learning_rate": 2.407403476688683e-05,
1527
+ "loss": 0.3095,
1528
+ "step": 2170
1529
+ },
1530
+ {
1531
+ "epoch": 40.843091334894616,
1532
+ "grad_norm": 4.970867156982422,
1533
+ "learning_rate": 2.388895356409162e-05,
1534
+ "loss": 0.2828,
1535
+ "step": 2180
1536
+ },
1537
+ {
1538
+ "epoch": 41.030444964871194,
1539
+ "grad_norm": 5.148143768310547,
1540
+ "learning_rate": 2.3703933356861048e-05,
1541
+ "loss": 0.3038,
1542
+ "step": 2190
1543
+ },
1544
+ {
1545
+ "epoch": 41.21779859484778,
1546
+ "grad_norm": 5.9692583084106445,
1547
+ "learning_rate": 2.3518984302657146e-05,
1548
+ "loss": 0.2893,
1549
+ "step": 2200
1550
+ },
1551
+ {
1552
+ "epoch": 41.405152224824356,
1553
+ "grad_norm": 6.505251884460449,
1554
+ "learning_rate": 2.3334116555035724e-05,
1555
+ "loss": 0.288,
1556
+ "step": 2210
1557
+ },
1558
+ {
1559
+ "epoch": 41.59250585480093,
1560
+ "grad_norm": 5.992464542388916,
1561
+ "learning_rate": 2.314934026308893e-05,
1562
+ "loss": 0.2905,
1563
+ "step": 2220
1564
+ },
1565
+ {
1566
+ "epoch": 41.77985948477752,
1567
+ "grad_norm": 5.301249980926514,
1568
+ "learning_rate": 2.296466557088805e-05,
1569
+ "loss": 0.2704,
1570
+ "step": 2230
1571
+ },
1572
+ {
1573
+ "epoch": 41.967213114754095,
1574
+ "grad_norm": 5.807764053344727,
1575
+ "learning_rate": 2.2780102616926633e-05,
1576
+ "loss": 0.2902,
1577
+ "step": 2240
1578
+ },
1579
+ {
1580
+ "epoch": 42.15456674473068,
1581
+ "grad_norm": 5.2341742515563965,
1582
+ "learning_rate": 2.259566153356389e-05,
1583
+ "loss": 0.2753,
1584
+ "step": 2250
1585
+ },
1586
+ {
1587
+ "epoch": 42.34192037470726,
1588
+ "grad_norm": 5.364047527313232,
1589
+ "learning_rate": 2.2411352446468426e-05,
1590
+ "loss": 0.2797,
1591
+ "step": 2260
1592
+ },
1593
+ {
1594
+ "epoch": 42.52927400468384,
1595
+ "grad_norm": 5.803712368011475,
1596
+ "learning_rate": 2.2227185474062377e-05,
1597
+ "loss": 0.2825,
1598
+ "step": 2270
1599
+ },
1600
+ {
1601
+ "epoch": 42.71662763466042,
1602
+ "grad_norm": 5.672751426696777,
1603
+ "learning_rate": 2.2043170726965858e-05,
1604
+ "loss": 0.2881,
1605
+ "step": 2280
1606
+ },
1607
+ {
1608
+ "epoch": 42.903981264637004,
1609
+ "grad_norm": 5.412528991699219,
1610
+ "learning_rate": 2.1859318307441967e-05,
1611
+ "loss": 0.2791,
1612
+ "step": 2290
1613
+ },
1614
+ {
1615
+ "epoch": 43.09133489461358,
1616
+ "grad_norm": 5.854480743408203,
1617
+ "learning_rate": 2.1675638308842145e-05,
1618
+ "loss": 0.2962,
1619
+ "step": 2300
1620
+ },
1621
+ {
1622
+ "epoch": 43.278688524590166,
1623
+ "grad_norm": 5.328369617462158,
1624
+ "learning_rate": 2.1492140815052053e-05,
1625
+ "loss": 0.2699,
1626
+ "step": 2310
1627
+ },
1628
+ {
1629
+ "epoch": 43.46604215456674,
1630
+ "grad_norm": 4.856033802032471,
1631
+ "learning_rate": 2.1308835899937972e-05,
1632
+ "loss": 0.2734,
1633
+ "step": 2320
1634
+ },
1635
+ {
1636
+ "epoch": 43.65339578454333,
1637
+ "grad_norm": 6.26331090927124,
1638
+ "learning_rate": 2.1125733626793793e-05,
1639
+ "loss": 0.275,
1640
+ "step": 2330
1641
+ },
1642
+ {
1643
+ "epoch": 43.840749414519905,
1644
+ "grad_norm": 6.019165992736816,
1645
+ "learning_rate": 2.09428440477885e-05,
1646
+ "loss": 0.3627,
1647
+ "step": 2340
1648
+ },
1649
+ {
1650
+ "epoch": 44.02810304449649,
1651
+ "grad_norm": 5.1247711181640625,
1652
+ "learning_rate": 2.0760177203414368e-05,
1653
+ "loss": 0.2627,
1654
+ "step": 2350
1655
+ },
1656
+ {
1657
+ "epoch": 44.21545667447307,
1658
+ "grad_norm": 5.77355432510376,
1659
+ "learning_rate": 2.0577743121935684e-05,
1660
+ "loss": 0.2523,
1661
+ "step": 2360
1662
+ },
1663
+ {
1664
+ "epoch": 44.40281030444965,
1665
+ "grad_norm": 6.598211765289307,
1666
+ "learning_rate": 2.0395551818838247e-05,
1667
+ "loss": 0.2882,
1668
+ "step": 2370
1669
+ },
1670
+ {
1671
+ "epoch": 44.59016393442623,
1672
+ "grad_norm": 6.168797969818115,
1673
+ "learning_rate": 2.0213613296279533e-05,
1674
+ "loss": 0.2739,
1675
+ "step": 2380
1676
+ },
1677
+ {
1678
+ "epoch": 44.777517564402814,
1679
+ "grad_norm": 5.739145278930664,
1680
+ "learning_rate": 2.003193754253957e-05,
1681
+ "loss": 0.2569,
1682
+ "step": 2390
1683
+ },
1684
+ {
1685
+ "epoch": 44.96487119437939,
1686
+ "grad_norm": 5.858418941497803,
1687
+ "learning_rate": 1.9850534531472546e-05,
1688
+ "loss": 0.2575,
1689
+ "step": 2400
1690
+ },
1691
+ {
1692
+ "epoch": 45.15222482435597,
1693
+ "grad_norm": 5.349724769592285,
1694
+ "learning_rate": 1.9669414221959332e-05,
1695
+ "loss": 0.2596,
1696
+ "step": 2410
1697
+ },
1698
+ {
1699
+ "epoch": 45.33957845433255,
1700
+ "grad_norm": 6.348044395446777,
1701
+ "learning_rate": 1.9488586557360703e-05,
1702
+ "loss": 0.2643,
1703
+ "step": 2420
1704
+ },
1705
+ {
1706
+ "epoch": 45.52693208430913,
1707
+ "grad_norm": 5.21057653427124,
1708
+ "learning_rate": 1.930806146497146e-05,
1709
+ "loss": 0.2649,
1710
+ "step": 2430
1711
+ },
1712
+ {
1713
+ "epoch": 45.714285714285715,
1714
+ "grad_norm": 6.046148300170898,
1715
+ "learning_rate": 1.912784885547541e-05,
1716
+ "loss": 0.2688,
1717
+ "step": 2440
1718
+ },
1719
+ {
1720
+ "epoch": 45.90163934426229,
1721
+ "grad_norm": 5.811086177825928,
1722
+ "learning_rate": 1.8947958622401328e-05,
1723
+ "loss": 0.2547,
1724
+ "step": 2450
1725
+ },
1726
+ {
1727
+ "epoch": 46.08899297423888,
1728
+ "grad_norm": 6.68256950378418,
1729
+ "learning_rate": 1.876840064157976e-05,
1730
+ "loss": 0.2611,
1731
+ "step": 2460
1732
+ },
1733
+ {
1734
+ "epoch": 46.276346604215455,
1735
+ "grad_norm": 6.05044412612915,
1736
+ "learning_rate": 1.8589184770600893e-05,
1737
+ "loss": 0.2308,
1738
+ "step": 2470
1739
+ },
1740
+ {
1741
+ "epoch": 46.46370023419204,
1742
+ "grad_norm": 5.7417073249816895,
1743
+ "learning_rate": 1.8410320848273315e-05,
1744
+ "loss": 0.2572,
1745
+ "step": 2480
1746
+ },
1747
+ {
1748
+ "epoch": 46.65105386416862,
1749
+ "grad_norm": 5.557978630065918,
1750
+ "learning_rate": 1.8231818694083937e-05,
1751
+ "loss": 0.2689,
1752
+ "step": 2490
1753
+ },
1754
+ {
1755
+ "epoch": 46.8384074941452,
1756
+ "grad_norm": 5.32368278503418,
1757
+ "learning_rate": 1.8053688107658908e-05,
1758
+ "loss": 0.2518,
1759
+ "step": 2500
1760
+ },
1761
+ {
1762
+ "epoch": 47.02576112412178,
1763
+ "grad_norm": 5.275130748748779,
1764
+ "learning_rate": 1.7875938868225563e-05,
1765
+ "loss": 0.2519,
1766
+ "step": 2510
1767
+ },
1768
+ {
1769
+ "epoch": 47.21311475409836,
1770
+ "grad_norm": 5.496984004974365,
1771
+ "learning_rate": 1.769858073407561e-05,
1772
+ "loss": 0.2425,
1773
+ "step": 2520
1774
+ },
1775
+ {
1776
+ "epoch": 47.40046838407494,
1777
+ "grad_norm": 5.19797420501709,
1778
+ "learning_rate": 1.752162344202939e-05,
1779
+ "loss": 0.2665,
1780
+ "step": 2530
1781
+ },
1782
+ {
1783
+ "epoch": 47.587822014051525,
1784
+ "grad_norm": 5.920257091522217,
1785
+ "learning_rate": 1.734507670690133e-05,
1786
+ "loss": 0.2543,
1787
+ "step": 2540
1788
+ },
1789
+ {
1790
+ "epoch": 47.7751756440281,
1791
+ "grad_norm": 5.570456027984619,
1792
+ "learning_rate": 1.7168950220966614e-05,
1793
+ "loss": 0.2468,
1794
+ "step": 2550
1795
+ },
1796
+ {
1797
+ "epoch": 47.96252927400468,
1798
+ "grad_norm": 6.8460211753845215,
1799
+ "learning_rate": 1.6993253653429063e-05,
1800
+ "loss": 0.2541,
1801
+ "step": 2560
1802
+ },
1803
+ {
1804
+ "epoch": 48.149882903981265,
1805
+ "grad_norm": 6.266761779785156,
1806
+ "learning_rate": 1.681799664989033e-05,
1807
+ "loss": 0.2497,
1808
+ "step": 2570
1809
+ },
1810
+ {
1811
+ "epoch": 48.33723653395784,
1812
+ "grad_norm": 5.843891143798828,
1813
+ "learning_rate": 1.6643188831820375e-05,
1814
+ "loss": 0.2472,
1815
+ "step": 2580
1816
+ },
1817
+ {
1818
+ "epoch": 48.52459016393443,
1819
+ "grad_norm": 5.972542762756348,
1820
+ "learning_rate": 1.64688397960292e-05,
1821
+ "loss": 0.2501,
1822
+ "step": 2590
1823
+ },
1824
+ {
1825
+ "epoch": 48.711943793911004,
1826
+ "grad_norm": 5.9259724617004395,
1827
+ "learning_rate": 1.6294959114140034e-05,
1828
+ "loss": 0.2345,
1829
+ "step": 2600
1830
+ },
1831
+ {
1832
+ "epoch": 48.89929742388759,
1833
+ "grad_norm": 6.9172492027282715,
1834
+ "learning_rate": 1.6121556332063862e-05,
1835
+ "loss": 0.2492,
1836
+ "step": 2610
1837
+ },
1838
+ {
1839
+ "epoch": 49.086651053864166,
1840
+ "grad_norm": 5.66576623916626,
1841
+ "learning_rate": 1.5948640969475346e-05,
1842
+ "loss": 0.2464,
1843
+ "step": 2620
1844
+ },
1845
+ {
1846
+ "epoch": 49.27400468384075,
1847
+ "grad_norm": 5.968489646911621,
1848
+ "learning_rate": 1.5776222519290208e-05,
1849
+ "loss": 0.2453,
1850
+ "step": 2630
1851
+ },
1852
+ {
1853
+ "epoch": 49.46135831381733,
1854
+ "grad_norm": 5.3877739906311035,
1855
+ "learning_rate": 1.560431044714405e-05,
1856
+ "loss": 0.2331,
1857
+ "step": 2640
1858
+ },
1859
+ {
1860
+ "epoch": 49.64871194379391,
1861
+ "grad_norm": 6.003279685974121,
1862
+ "learning_rate": 1.5432914190872757e-05,
1863
+ "loss": 0.2451,
1864
+ "step": 2650
1865
+ },
1866
+ {
1867
+ "epoch": 49.83606557377049,
1868
+ "grad_norm": 5.7422709465026855,
1869
+ "learning_rate": 1.5262043159994317e-05,
1870
+ "loss": 0.2421,
1871
+ "step": 2660
1872
+ },
1873
+ {
1874
+ "epoch": 50.023419203747075,
1875
+ "grad_norm": 5.42122745513916,
1876
+ "learning_rate": 1.5091706735192268e-05,
1877
+ "loss": 0.2502,
1878
+ "step": 2670
1879
+ },
1880
+ {
1881
+ "epoch": 50.21077283372365,
1882
+ "grad_norm": 6.197154998779297,
1883
+ "learning_rate": 1.49219142678007e-05,
1884
+ "loss": 0.2319,
1885
+ "step": 2680
1886
+ },
1887
+ {
1888
+ "epoch": 50.39812646370024,
1889
+ "grad_norm": 6.868821620941162,
1890
+ "learning_rate": 1.4752675079290851e-05,
1891
+ "loss": 0.2446,
1892
+ "step": 2690
1893
+ },
1894
+ {
1895
+ "epoch": 50.585480093676814,
1896
+ "grad_norm": 5.866207599639893,
1897
+ "learning_rate": 1.4583998460759424e-05,
1898
+ "loss": 0.236,
1899
+ "step": 2700
1900
+ },
1901
+ {
1902
+ "epoch": 50.7728337236534,
1903
+ "grad_norm": 5.33125638961792,
1904
+ "learning_rate": 1.4415893672418462e-05,
1905
+ "loss": 0.2392,
1906
+ "step": 2710
1907
+ },
1908
+ {
1909
+ "epoch": 50.960187353629976,
1910
+ "grad_norm": 5.089175701141357,
1911
+ "learning_rate": 1.4248369943086998e-05,
1912
+ "loss": 0.2336,
1913
+ "step": 2720
1914
+ },
1915
+ {
1916
+ "epoch": 51.14754098360656,
1917
+ "grad_norm": 6.228028774261475,
1918
+ "learning_rate": 1.4081436469684339e-05,
1919
+ "loss": 0.2348,
1920
+ "step": 2730
1921
+ },
1922
+ {
1923
+ "epoch": 51.33489461358314,
1924
+ "grad_norm": 5.978231906890869,
1925
+ "learning_rate": 1.3915102416725287e-05,
1926
+ "loss": 0.2337,
1927
+ "step": 2740
1928
+ },
1929
+ {
1930
+ "epoch": 51.522248243559716,
1931
+ "grad_norm": 5.551085472106934,
1932
+ "learning_rate": 1.3749376915816886e-05,
1933
+ "loss": 0.2258,
1934
+ "step": 2750
1935
+ },
1936
+ {
1937
+ "epoch": 51.7096018735363,
1938
+ "grad_norm": 6.166746616363525,
1939
+ "learning_rate": 1.3584269065157174e-05,
1940
+ "loss": 0.2436,
1941
+ "step": 2760
1942
+ },
1943
+ {
1944
+ "epoch": 51.89695550351288,
1945
+ "grad_norm": 6.301324844360352,
1946
+ "learning_rate": 1.3419787929035682e-05,
1947
+ "loss": 0.2402,
1948
+ "step": 2770
1949
+ },
1950
+ {
1951
+ "epoch": 52.08430913348946,
1952
+ "grad_norm": 4.700679302215576,
1953
+ "learning_rate": 1.3255942537335805e-05,
1954
+ "loss": 0.2167,
1955
+ "step": 2780
1956
+ },
1957
+ {
1958
+ "epoch": 52.27166276346604,
1959
+ "grad_norm": 5.628973007202148,
1960
+ "learning_rate": 1.3092741885039087e-05,
1961
+ "loss": 0.2298,
1962
+ "step": 2790
1963
+ },
1964
+ {
1965
+ "epoch": 52.459016393442624,
1966
+ "grad_norm": 5.110661029815674,
1967
+ "learning_rate": 1.2930194931731382e-05,
1968
+ "loss": 0.2329,
1969
+ "step": 2800
1970
+ },
1971
+ {
1972
+ "epoch": 52.6463700234192,
1973
+ "grad_norm": 6.139814853668213,
1974
+ "learning_rate": 1.2768310601110994e-05,
1975
+ "loss": 0.2341,
1976
+ "step": 2810
1977
+ },
1978
+ {
1979
+ "epoch": 52.833723653395786,
1980
+ "grad_norm": 5.745288848876953,
1981
+ "learning_rate": 1.2607097780498772e-05,
1982
+ "loss": 0.2203,
1983
+ "step": 2820
1984
+ },
1985
+ {
1986
+ "epoch": 53.021077283372364,
1987
+ "grad_norm": 4.815990447998047,
1988
+ "learning_rate": 1.2446565320350185e-05,
1989
+ "loss": 0.2309,
1990
+ "step": 2830
1991
+ },
1992
+ {
1993
+ "epoch": 53.20843091334895,
1994
+ "grad_norm": 5.185337543487549,
1995
+ "learning_rate": 1.2286722033769493e-05,
1996
+ "loss": 0.2125,
1997
+ "step": 2840
1998
+ },
1999
+ {
2000
+ "epoch": 53.395784543325526,
2001
+ "grad_norm": 5.8394904136657715,
2002
+ "learning_rate": 1.2127576696025828e-05,
2003
+ "loss": 0.2138,
2004
+ "step": 2850
2005
+ },
2006
+ {
2007
+ "epoch": 53.58313817330211,
2008
+ "grad_norm": 5.652061462402344,
2009
+ "learning_rate": 1.1969138044071501e-05,
2010
+ "loss": 0.2351,
2011
+ "step": 2860
2012
+ },
2013
+ {
2014
+ "epoch": 53.77049180327869,
2015
+ "grad_norm": 5.9499897956848145,
2016
+ "learning_rate": 1.1811414776062366e-05,
2017
+ "loss": 0.2328,
2018
+ "step": 2870
2019
+ },
2020
+ {
2021
+ "epoch": 53.95784543325527,
2022
+ "grad_norm": 5.064215660095215,
2023
+ "learning_rate": 1.1654415550880243e-05,
2024
+ "loss": 0.2259,
2025
+ "step": 2880
2026
+ },
2027
+ {
2028
+ "epoch": 54.14519906323185,
2029
+ "grad_norm": 5.09717321395874,
2030
+ "learning_rate": 1.149814898765755e-05,
2031
+ "loss": 0.2289,
2032
+ "step": 2890
2033
+ },
2034
+ {
2035
+ "epoch": 54.332552693208434,
2036
+ "grad_norm": 6.277153491973877,
2037
+ "learning_rate": 1.1342623665304209e-05,
2038
+ "loss": 0.2218,
2039
+ "step": 2900
2040
+ },
2041
+ {
2042
+ "epoch": 54.51990632318501,
2043
+ "grad_norm": 6.414435863494873,
2044
+ "learning_rate": 1.1187848122036563e-05,
2045
+ "loss": 0.2083,
2046
+ "step": 2910
2047
+ },
2048
+ {
2049
+ "epoch": 54.70725995316159,
2050
+ "grad_norm": 5.3766069412231445,
2051
+ "learning_rate": 1.1033830854908691e-05,
2052
+ "loss": 0.2259,
2053
+ "step": 2920
2054
+ },
2055
+ {
2056
+ "epoch": 54.894613583138174,
2057
+ "grad_norm": 5.645792007446289,
2058
+ "learning_rate": 1.088058031934592e-05,
2059
+ "loss": 0.2237,
2060
+ "step": 2930
2061
+ },
2062
+ {
2063
+ "epoch": 55.08196721311475,
2064
+ "grad_norm": 5.73775053024292,
2065
+ "learning_rate": 1.0728104928680624e-05,
2066
+ "loss": 0.2135,
2067
+ "step": 2940
2068
+ },
2069
+ {
2070
+ "epoch": 55.269320843091336,
2071
+ "grad_norm": 5.055363655090332,
2072
+ "learning_rate": 1.0576413053690327e-05,
2073
+ "loss": 0.214,
2074
+ "step": 2950
2075
+ },
2076
+ {
2077
+ "epoch": 55.45667447306791,
2078
+ "grad_norm": 5.82523775100708,
2079
+ "learning_rate": 1.0425513022138203e-05,
2080
+ "loss": 0.2245,
2081
+ "step": 2960
2082
+ },
2083
+ {
2084
+ "epoch": 55.6440281030445,
2085
+ "grad_norm": 5.7269287109375,
2086
+ "learning_rate": 1.0275413118315799e-05,
2087
+ "loss": 0.2157,
2088
+ "step": 2970
2089
+ },
2090
+ {
2091
+ "epoch": 55.831381733021075,
2092
+ "grad_norm": 5.7951178550720215,
2093
+ "learning_rate": 1.0126121582588316e-05,
2094
+ "loss": 0.211,
2095
+ "step": 2980
2096
+ },
2097
+ {
2098
+ "epoch": 56.01873536299766,
2099
+ "grad_norm": 4.387237548828125,
2100
+ "learning_rate": 9.977646610942202e-06,
2101
+ "loss": 0.203,
2102
+ "step": 2990
2103
+ },
2104
+ {
2105
+ "epoch": 56.20608899297424,
2106
+ "grad_norm": 6.9729485511779785,
2107
+ "learning_rate": 9.829996354535172e-06,
2108
+ "loss": 0.199,
2109
+ "step": 3000
2110
+ },
2111
+ {
2112
+ "epoch": 56.39344262295082,
2113
+ "grad_norm": 5.916283130645752,
2114
+ "learning_rate": 9.683178919248712e-06,
2115
+ "loss": 0.2145,
2116
+ "step": 3010
2117
+ },
2118
+ {
2119
+ "epoch": 56.5807962529274,
2120
+ "grad_norm": 6.08202600479126,
2121
+ "learning_rate": 9.53720236524313e-06,
2122
+ "loss": 0.2071,
2123
+ "step": 3020
2124
+ },
2125
+ {
2126
+ "epoch": 56.768149882903984,
2127
+ "grad_norm": 5.249958515167236,
2128
+ "learning_rate": 9.392074706515003e-06,
2129
+ "loss": 0.2208,
2130
+ "step": 3030
2131
+ },
2132
+ {
2133
+ "epoch": 56.95550351288056,
2134
+ "grad_norm": 5.584343433380127,
2135
+ "learning_rate": 9.247803910457226e-06,
2136
+ "loss": 0.2224,
2137
+ "step": 3040
2138
+ },
2139
+ {
2140
+ "epoch": 57.142857142857146,
2141
+ "grad_norm": 5.786952018737793,
2142
+ "learning_rate": 9.104397897421623e-06,
2143
+ "loss": 0.1905,
2144
+ "step": 3050
2145
+ },
2146
+ {
2147
+ "epoch": 57.33021077283372,
2148
+ "grad_norm": 5.917386054992676,
2149
+ "learning_rate": 8.96186454028412e-06,
2150
+ "loss": 0.2157,
2151
+ "step": 3060
2152
+ },
2153
+ {
2154
+ "epoch": 57.51756440281031,
2155
+ "grad_norm": 7.27882719039917,
2156
+ "learning_rate": 8.820211664012532e-06,
2157
+ "loss": 0.2165,
2158
+ "step": 3070
2159
+ },
2160
+ {
2161
+ "epoch": 57.704918032786885,
2162
+ "grad_norm": 5.488128662109375,
2163
+ "learning_rate": 8.679447045236962e-06,
2164
+ "loss": 0.1975,
2165
+ "step": 3080
2166
+ },
2167
+ {
2168
+ "epoch": 57.89227166276346,
2169
+ "grad_norm": 7.09759521484375,
2170
+ "learning_rate": 8.539578411822901e-06,
2171
+ "loss": 0.2117,
2172
+ "step": 3090
2173
+ },
2174
+ {
2175
+ "epoch": 58.07962529274005,
2176
+ "grad_norm": 5.4233832359313965,
2177
+ "learning_rate": 8.400613442446948e-06,
2178
+ "loss": 0.204,
2179
+ "step": 3100
2180
+ },
2181
+ {
2182
+ "epoch": 58.266978922716625,
2183
+ "grad_norm": 5.012626647949219,
2184
+ "learning_rate": 8.262559766175254e-06,
2185
+ "loss": 0.2188,
2186
+ "step": 3110
2187
+ },
2188
+ {
2189
+ "epoch": 58.45433255269321,
2190
+ "grad_norm": 5.272639751434326,
2191
+ "learning_rate": 8.125424962044742e-06,
2192
+ "loss": 0.2095,
2193
+ "step": 3120
2194
+ },
2195
+ {
2196
+ "epoch": 58.64168618266979,
2197
+ "grad_norm": 5.037263870239258,
2198
+ "learning_rate": 7.989216558646942e-06,
2199
+ "loss": 0.2075,
2200
+ "step": 3130
2201
+ },
2202
+ {
2203
+ "epoch": 58.82903981264637,
2204
+ "grad_norm": 4.957757949829102,
2205
+ "learning_rate": 7.853942033714736e-06,
2206
+ "loss": 0.2034,
2207
+ "step": 3140
2208
+ },
2209
+ {
2210
+ "epoch": 59.01639344262295,
2211
+ "grad_norm": 5.24732780456543,
2212
+ "learning_rate": 7.719608813711848e-06,
2213
+ "loss": 0.195,
2214
+ "step": 3150
2215
+ },
2216
+ {
2217
+ "epoch": 59.20374707259953,
2218
+ "grad_norm": 6.088141441345215,
2219
+ "learning_rate": 7.586224273425082e-06,
2220
+ "loss": 0.1972,
2221
+ "step": 3160
2222
+ },
2223
+ {
2224
+ "epoch": 59.39110070257611,
2225
+ "grad_norm": 6.778179168701172,
2226
+ "learning_rate": 7.453795735559471e-06,
2227
+ "loss": 0.2012,
2228
+ "step": 3170
2229
+ },
2230
+ {
2231
+ "epoch": 59.578454332552695,
2232
+ "grad_norm": 5.891854763031006,
2233
+ "learning_rate": 7.3223304703363135e-06,
2234
+ "loss": 0.1973,
2235
+ "step": 3180
2236
+ },
2237
+ {
2238
+ "epoch": 59.76580796252927,
2239
+ "grad_norm": 5.353849411010742,
2240
+ "learning_rate": 7.191835695093982e-06,
2241
+ "loss": 0.2063,
2242
+ "step": 3190
2243
+ },
2244
+ {
2245
+ "epoch": 59.95316159250586,
2246
+ "grad_norm": 6.351828098297119,
2247
+ "learning_rate": 7.062318573891716e-06,
2248
+ "loss": 0.2082,
2249
+ "step": 3200
2250
+ },
2251
+ {
2252
+ "epoch": 60.140515222482435,
2253
+ "grad_norm": 5.508406162261963,
2254
+ "learning_rate": 6.933786217116364e-06,
2255
+ "loss": 0.1927,
2256
+ "step": 3210
2257
+ },
2258
+ {
2259
+ "epoch": 60.32786885245902,
2260
+ "grad_norm": 5.679818153381348,
2261
+ "learning_rate": 6.806245681091944e-06,
2262
+ "loss": 0.2101,
2263
+ "step": 3220
2264
+ },
2265
+ {
2266
+ "epoch": 60.5152224824356,
2267
+ "grad_norm": 6.534885406494141,
2268
+ "learning_rate": 6.679703967692322e-06,
2269
+ "loss": 0.5943,
2270
+ "step": 3230
2271
+ },
2272
+ {
2273
+ "epoch": 60.70257611241218,
2274
+ "grad_norm": 6.105801582336426,
2275
+ "learning_rate": 6.5541680239568165e-06,
2276
+ "loss": 0.2805,
2277
+ "step": 3240
2278
+ },
2279
+ {
2280
+ "epoch": 60.88992974238876,
2281
+ "grad_norm": 6.5821027755737305,
2282
+ "learning_rate": 6.429644741708779e-06,
2283
+ "loss": 0.206,
2284
+ "step": 3250
2285
+ },
2286
+ {
2287
+ "epoch": 61.077283372365336,
2288
+ "grad_norm": 5.045831203460693,
2289
+ "learning_rate": 6.3061409571772254e-06,
2290
+ "loss": 0.1883,
2291
+ "step": 3260
2292
+ },
2293
+ {
2294
+ "epoch": 61.26463700234192,
2295
+ "grad_norm": 5.163257122039795,
2296
+ "learning_rate": 6.183663450621607e-06,
2297
+ "loss": 0.1979,
2298
+ "step": 3270
2299
+ },
2300
+ {
2301
+ "epoch": 61.4519906323185,
2302
+ "grad_norm": 6.092082500457764,
2303
+ "learning_rate": 6.062218945959497e-06,
2304
+ "loss": 0.2002,
2305
+ "step": 3280
2306
+ },
2307
+ {
2308
+ "epoch": 61.63934426229508,
2309
+ "grad_norm": 5.395636558532715,
2310
+ "learning_rate": 5.941814110397503e-06,
2311
+ "loss": 0.2,
2312
+ "step": 3290
2313
+ },
2314
+ {
2315
+ "epoch": 61.82669789227166,
2316
+ "grad_norm": 5.0518903732299805,
2317
+ "learning_rate": 5.822455554065217e-06,
2318
+ "loss": 0.202,
2319
+ "step": 3300
2320
+ },
2321
+ {
2322
+ "epoch": 62.014051522248245,
2323
+ "grad_norm": 5.086590766906738,
2324
+ "learning_rate": 5.704149829652342e-06,
2325
+ "loss": 0.1903,
2326
+ "step": 3310
2327
+ },
2328
+ {
2329
+ "epoch": 62.20140515222482,
2330
+ "grad_norm": 5.284370422363281,
2331
+ "learning_rate": 5.586903432048943e-06,
2332
+ "loss": 0.2081,
2333
+ "step": 3320
2334
+ },
2335
+ {
2336
+ "epoch": 62.38875878220141,
2337
+ "grad_norm": 5.229597568511963,
2338
+ "learning_rate": 5.4707227979888834e-06,
2339
+ "loss": 0.1881,
2340
+ "step": 3330
2341
+ },
2342
+ {
2343
+ "epoch": 62.576112412177984,
2344
+ "grad_norm": 5.299145698547363,
2345
+ "learning_rate": 5.355614305696468e-06,
2346
+ "loss": 0.192,
2347
+ "step": 3340
2348
+ },
2349
+ {
2350
+ "epoch": 62.76346604215457,
2351
+ "grad_norm": 5.264816761016846,
2352
+ "learning_rate": 5.241584274536259e-06,
2353
+ "loss": 0.1923,
2354
+ "step": 3350
2355
+ },
2356
+ {
2357
+ "epoch": 62.950819672131146,
2358
+ "grad_norm": 5.120273590087891,
2359
+ "learning_rate": 5.128638964666166e-06,
2360
+ "loss": 0.1954,
2361
+ "step": 3360
2362
+ },
2363
+ {
2364
+ "epoch": 63.13817330210773,
2365
+ "grad_norm": 5.393264293670654,
2366
+ "learning_rate": 5.016784576693781e-06,
2367
+ "loss": 0.2009,
2368
+ "step": 3370
2369
+ },
2370
+ {
2371
+ "epoch": 63.32552693208431,
2372
+ "grad_norm": 6.210027694702148,
2373
+ "learning_rate": 4.906027251335918e-06,
2374
+ "loss": 0.1969,
2375
+ "step": 3380
2376
+ },
2377
+ {
2378
+ "epoch": 63.51288056206089,
2379
+ "grad_norm": 4.836513042449951,
2380
+ "learning_rate": 4.796373069081547e-06,
2381
+ "loss": 0.189,
2382
+ "step": 3390
2383
+ },
2384
+ {
2385
+ "epoch": 63.70023419203747,
2386
+ "grad_norm": 5.6751556396484375,
2387
+ "learning_rate": 4.687828049857967e-06,
2388
+ "loss": 0.1785,
2389
+ "step": 3400
2390
+ },
2391
+ {
2392
+ "epoch": 63.887587822014055,
2393
+ "grad_norm": 5.045291423797607,
2394
+ "learning_rate": 4.580398152700305e-06,
2395
+ "loss": 0.1895,
2396
+ "step": 3410
2397
+ },
2398
+ {
2399
+ "epoch": 64.07494145199063,
2400
+ "grad_norm": 5.037576198577881,
2401
+ "learning_rate": 4.474089275424351e-06,
2402
+ "loss": 0.1897,
2403
+ "step": 3420
2404
+ },
2405
+ {
2406
+ "epoch": 64.26229508196721,
2407
+ "grad_norm": 5.322866916656494,
2408
+ "learning_rate": 4.368907254302837e-06,
2409
+ "loss": 0.1786,
2410
+ "step": 3430
2411
+ },
2412
+ {
2413
+ "epoch": 64.4496487119438,
2414
+ "grad_norm": 5.449312210083008,
2415
+ "learning_rate": 4.264857863744956e-06,
2416
+ "loss": 0.1931,
2417
+ "step": 3440
2418
+ },
2419
+ {
2420
+ "epoch": 64.63700234192038,
2421
+ "grad_norm": 5.3389177322387695,
2422
+ "learning_rate": 4.161946815979403e-06,
2423
+ "loss": 0.1919,
2424
+ "step": 3450
2425
+ },
2426
+ {
2427
+ "epoch": 64.82435597189695,
2428
+ "grad_norm": 6.1554789543151855,
2429
+ "learning_rate": 4.060179760740751e-06,
2430
+ "loss": 0.1958,
2431
+ "step": 3460
2432
+ },
2433
+ {
2434
+ "epoch": 65.01170960187353,
2435
+ "grad_norm": 4.999247074127197,
2436
+ "learning_rate": 3.9595622849593005e-06,
2437
+ "loss": 0.1955,
2438
+ "step": 3470
2439
+ },
2440
+ {
2441
+ "epoch": 65.19906323185012,
2442
+ "grad_norm": 5.010692596435547,
2443
+ "learning_rate": 3.860099912454346e-06,
2444
+ "loss": 0.1883,
2445
+ "step": 3480
2446
+ },
2447
+ {
2448
+ "epoch": 65.3864168618267,
2449
+ "grad_norm": 5.899059772491455,
2450
+ "learning_rate": 3.7617981036309537e-06,
2451
+ "loss": 0.1997,
2452
+ "step": 3490
2453
+ },
2454
+ {
2455
+ "epoch": 65.57377049180327,
2456
+ "grad_norm": 5.52278995513916,
2457
+ "learning_rate": 3.6646622551801345e-06,
2458
+ "loss": 0.1814,
2459
+ "step": 3500
2460
+ },
2461
+ {
2462
+ "epoch": 65.76112412177986,
2463
+ "grad_norm": 5.3710618019104,
2464
+ "learning_rate": 3.568697699782625e-06,
2465
+ "loss": 0.1923,
2466
+ "step": 3510
2467
+ },
2468
+ {
2469
+ "epoch": 65.94847775175644,
2470
+ "grad_norm": 5.129755973815918,
2471
+ "learning_rate": 3.4739097058161114e-06,
2472
+ "loss": 0.1829,
2473
+ "step": 3520
2474
+ },
2475
+ {
2476
+ "epoch": 66.13583138173303,
2477
+ "grad_norm": 5.660995960235596,
2478
+ "learning_rate": 3.3803034770659825e-06,
2479
+ "loss": 0.19,
2480
+ "step": 3530
2481
+ },
2482
+ {
2483
+ "epoch": 66.3231850117096,
2484
+ "grad_norm": 5.289727210998535,
2485
+ "learning_rate": 3.2878841524396465e-06,
2486
+ "loss": 0.192,
2487
+ "step": 3540
2488
+ },
2489
+ {
2490
+ "epoch": 66.51053864168618,
2491
+ "grad_norm": 5.043153285980225,
2492
+ "learning_rate": 3.19665680568445e-06,
2493
+ "loss": 0.1912,
2494
+ "step": 3550
2495
+ },
2496
+ {
2497
+ "epoch": 66.69789227166277,
2498
+ "grad_norm": 4.871051788330078,
2499
+ "learning_rate": 3.1066264451090815e-06,
2500
+ "loss": 0.1766,
2501
+ "step": 3560
2502
+ },
2503
+ {
2504
+ "epoch": 66.88524590163935,
2505
+ "grad_norm": 4.7814741134643555,
2506
+ "learning_rate": 3.0177980133086453e-06,
2507
+ "loss": 0.1744,
2508
+ "step": 3570
2509
+ },
2510
+ {
2511
+ "epoch": 67.07259953161592,
2512
+ "grad_norm": 4.574152946472168,
2513
+ "learning_rate": 2.9301763868933157e-06,
2514
+ "loss": 0.1908,
2515
+ "step": 3580
2516
+ },
2517
+ {
2518
+ "epoch": 67.2599531615925,
2519
+ "grad_norm": 4.687925338745117,
2520
+ "learning_rate": 2.8437663762206163e-06,
2521
+ "loss": 0.1914,
2522
+ "step": 3590
2523
+ },
2524
+ {
2525
+ "epoch": 67.44730679156909,
2526
+ "grad_norm": 5.131960868835449,
2527
+ "learning_rate": 2.75857272513132e-06,
2528
+ "loss": 0.1844,
2529
+ "step": 3600
2530
+ },
2531
+ {
2532
+ "epoch": 67.63466042154566,
2533
+ "grad_norm": 6.343697547912598,
2534
+ "learning_rate": 2.674600110689038e-06,
2535
+ "loss": 0.1841,
2536
+ "step": 3610
2537
+ },
2538
+ {
2539
+ "epoch": 67.82201405152225,
2540
+ "grad_norm": 4.7700676918029785,
2541
+ "learning_rate": 2.5918531429234368e-06,
2542
+ "loss": 0.1769,
2543
+ "step": 3620
2544
+ },
2545
+ {
2546
+ "epoch": 68.00936768149883,
2547
+ "grad_norm": 5.645007610321045,
2548
+ "learning_rate": 2.510336364577154e-06,
2549
+ "loss": 0.185,
2550
+ "step": 3630
2551
+ },
2552
+ {
2553
+ "epoch": 68.19672131147541,
2554
+ "grad_norm": 4.07915735244751,
2555
+ "learning_rate": 2.430054250856412e-06,
2556
+ "loss": 0.173,
2557
+ "step": 3640
2558
+ },
2559
+ {
2560
+ "epoch": 68.38407494145198,
2561
+ "grad_norm": 5.163491725921631,
2562
+ "learning_rate": 2.351011209185336e-06,
2563
+ "loss": 0.1972,
2564
+ "step": 3650
2565
+ },
2566
+ {
2567
+ "epoch": 68.57142857142857,
2568
+ "grad_norm": 5.53954553604126,
2569
+ "learning_rate": 2.2732115789639603e-06,
2570
+ "loss": 0.1818,
2571
+ "step": 3660
2572
+ },
2573
+ {
2574
+ "epoch": 68.75878220140515,
2575
+ "grad_norm": 5.660224437713623,
2576
+ "learning_rate": 2.1966596313300365e-06,
2577
+ "loss": 0.182,
2578
+ "step": 3670
2579
+ },
2580
+ {
2581
+ "epoch": 68.94613583138174,
2582
+ "grad_norm": 5.153733730316162,
2583
+ "learning_rate": 2.1213595689245386e-06,
2584
+ "loss": 0.1835,
2585
+ "step": 3680
2586
+ },
2587
+ {
2588
+ "epoch": 69.13348946135831,
2589
+ "grad_norm": 4.928243637084961,
2590
+ "learning_rate": 2.0473155256609366e-06,
2591
+ "loss": 0.1839,
2592
+ "step": 3690
2593
+ },
2594
+ {
2595
+ "epoch": 69.3208430913349,
2596
+ "grad_norm": 4.945793628692627,
2597
+ "learning_rate": 1.9745315664982276e-06,
2598
+ "loss": 0.1731,
2599
+ "step": 3700
2600
+ },
2601
+ {
2602
+ "epoch": 69.50819672131148,
2603
+ "grad_norm": 4.777456760406494,
2604
+ "learning_rate": 1.9030116872178316e-06,
2605
+ "loss": 0.1948,
2606
+ "step": 3710
2607
+ },
2608
+ {
2609
+ "epoch": 69.69555035128806,
2610
+ "grad_norm": 4.628859043121338,
2611
+ "learning_rate": 1.8327598142041658e-06,
2612
+ "loss": 0.1935,
2613
+ "step": 3720
2614
+ },
2615
+ {
2616
+ "epoch": 69.88290398126463,
2617
+ "grad_norm": 6.07702112197876,
2618
+ "learning_rate": 1.7637798042291126e-06,
2619
+ "loss": 0.1839,
2620
+ "step": 3730
2621
+ },
2622
+ {
2623
+ "epoch": 70.07025761124122,
2624
+ "grad_norm": 4.817112922668457,
2625
+ "learning_rate": 1.6960754442403054e-06,
2626
+ "loss": 0.1632,
2627
+ "step": 3740
2628
+ },
2629
+ {
2630
+ "epoch": 70.2576112412178,
2631
+ "grad_norm": 5.194154739379883,
2632
+ "learning_rate": 1.6296504511531836e-06,
2633
+ "loss": 0.185,
2634
+ "step": 3750
2635
+ },
2636
+ {
2637
+ "epoch": 70.44496487119437,
2638
+ "grad_norm": 5.810634613037109,
2639
+ "learning_rate": 1.5645084716469777e-06,
2640
+ "loss": 0.1726,
2641
+ "step": 3760
2642
+ },
2643
+ {
2644
+ "epoch": 70.63231850117096,
2645
+ "grad_norm": 5.319916248321533,
2646
+ "learning_rate": 1.5006530819644925e-06,
2647
+ "loss": 0.194,
2648
+ "step": 3770
2649
+ },
2650
+ {
2651
+ "epoch": 70.81967213114754,
2652
+ "grad_norm": 5.039867877960205,
2653
+ "learning_rate": 1.4380877877157834e-06,
2654
+ "loss": 0.1659,
2655
+ "step": 3780
2656
+ },
2657
+ {
2658
+ "epoch": 71.00702576112413,
2659
+ "grad_norm": 5.392953395843506,
2660
+ "learning_rate": 1.3768160236856675e-06,
2661
+ "loss": 0.1863,
2662
+ "step": 3790
2663
+ },
2664
+ {
2665
+ "epoch": 71.1943793911007,
2666
+ "grad_norm": 4.837090492248535,
2667
+ "learning_rate": 1.3168411536452152e-06,
2668
+ "loss": 0.1843,
2669
+ "step": 3800
2670
+ },
2671
+ {
2672
+ "epoch": 71.38173302107728,
2673
+ "grad_norm": 5.398366928100586,
2674
+ "learning_rate": 1.2581664701670298e-06,
2675
+ "loss": 0.1748,
2676
+ "step": 3810
2677
+ },
2678
+ {
2679
+ "epoch": 71.56908665105387,
2680
+ "grad_norm": 5.430683135986328,
2681
+ "learning_rate": 1.2007951944445122e-06,
2682
+ "loss": 0.1855,
2683
+ "step": 3820
2684
+ },
2685
+ {
2686
+ "epoch": 71.75644028103045,
2687
+ "grad_norm": 4.792428493499756,
2688
+ "learning_rate": 1.144730476115019e-06,
2689
+ "loss": 0.1852,
2690
+ "step": 3830
2691
+ },
2692
+ {
2693
+ "epoch": 71.94379391100702,
2694
+ "grad_norm": 5.0115156173706055,
2695
+ "learning_rate": 1.0899753930869394e-06,
2696
+ "loss": 0.173,
2697
+ "step": 3840
2698
+ },
2699
+ {
2700
+ "epoch": 72.1311475409836,
2701
+ "grad_norm": 5.493814945220947,
2702
+ "learning_rate": 1.036532951370736e-06,
2703
+ "loss": 0.1736,
2704
+ "step": 3850
2705
+ },
2706
+ {
2707
+ "epoch": 72.31850117096019,
2708
+ "grad_norm": 5.309810638427734,
2709
+ "learning_rate": 9.844060849138997e-07,
2710
+ "loss": 0.1764,
2711
+ "step": 3860
2712
+ },
2713
+ {
2714
+ "epoch": 72.50585480093677,
2715
+ "grad_norm": 4.86051082611084,
2716
+ "learning_rate": 9.335976554398912e-07,
2717
+ "loss": 0.1895,
2718
+ "step": 3870
2719
+ },
2720
+ {
2721
+ "epoch": 72.69320843091334,
2722
+ "grad_norm": 5.187326431274414,
2723
+ "learning_rate": 8.841104522910343e-07,
2724
+ "loss": 0.1815,
2725
+ "step": 3880
2726
+ },
2727
+ {
2728
+ "epoch": 72.88056206088993,
2729
+ "grad_norm": 4.355453968048096,
2730
+ "learning_rate": 8.359471922753715e-07,
2731
+ "loss": 0.1745,
2732
+ "step": 3890
2733
+ },
2734
+ {
2735
+ "epoch": 73.06791569086651,
2736
+ "grad_norm": 5.000763416290283,
2737
+ "learning_rate": 7.891105195175358e-07,
2738
+ "loss": 0.1838,
2739
+ "step": 3900
2740
+ },
2741
+ {
2742
+ "epoch": 73.2552693208431,
2743
+ "grad_norm": 5.15885066986084,
2744
+ "learning_rate": 7.43603005313559e-07,
2745
+ "loss": 0.1817,
2746
+ "step": 3910
2747
+ },
2748
+ {
2749
+ "epoch": 73.44262295081967,
2750
+ "grad_norm": 5.528547286987305,
2751
+ "learning_rate": 6.994271479897314e-07,
2752
+ "loss": 0.171,
2753
+ "step": 3920
2754
+ },
2755
+ {
2756
+ "epoch": 73.62997658079625,
2757
+ "grad_norm": 4.402473449707031,
2758
+ "learning_rate": 6.565853727654503e-07,
2759
+ "loss": 0.1768,
2760
+ "step": 3930
2761
+ },
2762
+ {
2763
+ "epoch": 73.81733021077284,
2764
+ "grad_norm": 5.020930290222168,
2765
+ "learning_rate": 6.150800316200605e-07,
2766
+ "loss": 0.1995,
2767
+ "step": 3940
2768
+ },
2769
+ {
2770
+ "epoch": 74.00468384074941,
2771
+ "grad_norm": 5.047281742095947,
2772
+ "learning_rate": 5.749134031637349e-07,
2773
+ "loss": 0.1641,
2774
+ "step": 3950
2775
+ },
2776
+ {
2777
+ "epoch": 74.19203747072599,
2778
+ "grad_norm": 5.803074359893799,
2779
+ "learning_rate": 5.360876925123992e-07,
2780
+ "loss": 0.1774,
2781
+ "step": 3960
2782
+ },
2783
+ {
2784
+ "epoch": 74.37939110070258,
2785
+ "grad_norm": 4.6464924812316895,
2786
+ "learning_rate": 4.986050311666518e-07,
2787
+ "loss": 0.175,
2788
+ "step": 3970
2789
+ },
2790
+ {
2791
+ "epoch": 74.56674473067916,
2792
+ "grad_norm": 4.660820007324219,
2793
+ "learning_rate": 4.6246747689474847e-07,
2794
+ "loss": 0.1715,
2795
+ "step": 3980
2796
+ },
2797
+ {
2798
+ "epoch": 74.75409836065573,
2799
+ "grad_norm": 5.668722629547119,
2800
+ "learning_rate": 4.2767701361964843e-07,
2801
+ "loss": 0.1853,
2802
+ "step": 3990
2803
+ },
2804
+ {
2805
+ "epoch": 74.94145199063232,
2806
+ "grad_norm": 4.63164758682251,
2807
+ "learning_rate": 3.9423555131007925e-07,
2808
+ "loss": 0.179,
2809
+ "step": 4000
2810
+ }
2811
+ ],
2812
+ "logging_steps": 10,
2813
+ "max_steps": 4240,
2814
+ "num_input_tokens_seen": 0,
2815
+ "num_train_epochs": 80,
2816
+ "save_steps": 1000,
2817
+ "stateful_callbacks": {
2818
+ "TrainerControl": {
2819
+ "args": {
2820
+ "should_epoch_stop": false,
2821
+ "should_evaluate": false,
2822
+ "should_log": false,
2823
+ "should_save": true,
2824
+ "should_training_stop": false
2825
+ },
2826
+ "attributes": {}
2827
+ }
2828
+ },
2829
+ "total_flos": 1.113938393435072e+19,
2830
+ "train_batch_size": 10,
2831
+ "trial_name": null,
2832
+ "trial_params": null
2833
+ }
mixtral2/checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72066db9851c6c83b03f6382857b47f319b886573afc4d79d79ac5ccaf36a95b
3
+ size 5304
mixtral2/checkpoint-4240/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
mixtral2/checkpoint-4240/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }