rayonlabs aleegis12 commited on
Commit
1de4773
·
verified ·
0 Parent(s):

Duplicate from aleegis12/7b8a69b7-8a9b-42af-bd11-6d1906937c96

Browse files

Co-authored-by: AleeGis 12 <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: facebook/opt-125m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 7b8a69b7-8a9b-42af-bd11-6d1906937c96
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: facebook/opt-125m
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 410376cf4dc313b6_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/410376cf4dc313b6_train_data.json
32
+ type:
33
+ field_instruction: article
34
+ field_output: highlights
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ device_map: auto
42
+ do_eval: true
43
+ early_stopping_patience: 5
44
+ eval_batch_size: 4
45
+ eval_max_new_tokens: 128
46
+ eval_steps: 50
47
+ eval_table_size: null
48
+ evals_per_epoch: null
49
+ flash_attention: true
50
+ fp16: false
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 4
54
+ gradient_checkpointing: true
55
+ group_by_length: true
56
+ hub_model_id: aleegis12/7b8a69b7-8a9b-42af-bd11-6d1906937c96
57
+ hub_repo: null
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.0001
61
+ load_in_4bit: false
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 1
65
+ lora_alpha: 128
66
+ lora_dropout: 0.05
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 64
70
+ lora_target_linear: true
71
+ lr_scheduler: cosine
72
+ max_grad_norm: 1.0
73
+ max_memory:
74
+ 0: 75GB
75
+ max_steps: 400
76
+ micro_batch_size: 8
77
+ mlflow_experiment_name: /tmp/410376cf4dc313b6_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 1
80
+ optim_args:
81
+ adam_beta1: 0.9
82
+ adam_beta2: 0.95
83
+ adam_epsilon: 1e-5
84
+ optimizer: adamw_bnb_8bit
85
+ output_dir: miner_id_24
86
+ pad_to_sequence_len: true
87
+ resume_from_checkpoint: null
88
+ s2_attention: null
89
+ sample_packing: false
90
+ save_steps: 50
91
+ saves_per_epoch: null
92
+ sequence_len: 1024
93
+ strict: false
94
+ tf32: true
95
+ tokenizer_type: AutoTokenizer
96
+ train_on_inputs: false
97
+ trust_remote_code: true
98
+ val_set_size: 0.05
99
+ wandb_entity: null
100
+ wandb_mode: online
101
+ wandb_name: aef86b87-9f89-4e92-86bf-4d67dc00f490
102
+ wandb_project: Gradients-On-Demand
103
+ wandb_run: your_name
104
+ wandb_runid: aef86b87-9f89-4e92-86bf-4d67dc00f490
105
+ warmup_steps: 10
106
+ weight_decay: 0.0
107
+ xformers_attention: null
108
+
109
+ ```
110
+
111
+ </details><br>
112
+
113
+ # 7b8a69b7-8a9b-42af-bd11-6d1906937c96
114
+
115
+ This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on the None dataset.
116
+ It achieves the following results on the evaluation set:
117
+ - Loss: 2.0413
118
+
119
+ ## Model description
120
+
121
+ More information needed
122
+
123
+ ## Intended uses & limitations
124
+
125
+ More information needed
126
+
127
+ ## Training and evaluation data
128
+
129
+ More information needed
130
+
131
+ ## Training procedure
132
+
133
+ ### Training hyperparameters
134
+
135
+ The following hyperparameters were used during training:
136
+ - learning_rate: 0.0001
137
+ - train_batch_size: 8
138
+ - eval_batch_size: 4
139
+ - seed: 42
140
+ - gradient_accumulation_steps: 4
141
+ - total_train_batch_size: 32
142
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
143
+ - lr_scheduler_type: cosine
144
+ - lr_scheduler_warmup_steps: 10
145
+ - training_steps: 400
146
+
147
+ ### Training results
148
+
149
+ | Training Loss | Epoch | Step | Validation Loss |
150
+ |:-------------:|:------:|:----:|:---------------:|
151
+ | 9.9392 | 0.0001 | 1 | 2.7665 |
152
+ | 8.3319 | 0.0054 | 50 | 2.2252 |
153
+ | 7.4759 | 0.0108 | 100 | 2.1500 |
154
+ | 7.826 | 0.0162 | 150 | 2.1161 |
155
+ | 7.5391 | 0.0216 | 200 | 2.1373 |
156
+ | 7.5569 | 0.0270 | 250 | 2.0691 |
157
+ | 7.5241 | 0.0324 | 300 | 2.0537 |
158
+ | 8.0514 | 0.0378 | 350 | 2.0434 |
159
+ | 7.131 | 0.0432 | 400 | 2.0413 |
160
+
161
+
162
+ ### Framework versions
163
+
164
+ - PEFT 0.13.2
165
+ - Transformers 4.46.0
166
+ - Pytorch 2.5.0+cu124
167
+ - Datasets 3.0.1
168
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/opt-125m",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
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": 128,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc2",
24
+ "v_proj",
25
+ "fc1",
26
+ "k_proj",
27
+ "q_proj",
28
+ "out_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de0e47ba53e032c7f72c5fe4203009b21100bdae016d2c05d34308f6c44f579
3
+ size 42519882
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b841195cb259215de6c9c953c4ad0468a0c5236bdcd0c82425ba513b983b9d32
3
+ size 42487072
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "facebook/opt-125m",
4
+ "_remove_final_layer_norm": false,
5
+ "activation_dropout": 0.0,
6
+ "activation_function": "relu",
7
+ "architectures": [
8
+ "OPTForCausalLM"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 2,
12
+ "do_layer_norm_before": true,
13
+ "dropout": 0.1,
14
+ "enable_bias": true,
15
+ "eos_token_id": 2,
16
+ "ffn_dim": 3072,
17
+ "hidden_size": 768,
18
+ "init_std": 0.02,
19
+ "layer_norm_elementwise_affine": true,
20
+ "layerdrop": 0.0,
21
+ "max_position_embeddings": 2048,
22
+ "model_type": "opt",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 1,
26
+ "prefix": "</s>",
27
+ "torch_dtype": "float16",
28
+ "transformers_version": "4.46.0",
29
+ "use_cache": false,
30
+ "vocab_size": 50272,
31
+ "word_embed_proj_dim": 768
32
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/opt-125m
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/opt-125m",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
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": 128,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc2",
24
+ "v_proj",
25
+ "fc1",
26
+ "k_proj",
27
+ "q_proj",
28
+ "out_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b841195cb259215de6c9c953c4ad0468a0c5236bdcd0c82425ba513b983b9d32
3
+ size 42487072
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c0ba5d3cc1cff3a93dc96e92a5b90c4f26afcd2e8c035def92d398f309402d8
3
+ size 21735482
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fa68317afd576605320f44f013cf246e87d453b2b2b27bce7138dd1fe2ca74
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705cabf5cbc3a6ab0feb67c77b9b453d59efcc939ce90d310af96e621810f990
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
24
+ "clean_up_tokenization_spaces": false,
25
+ "eos_token": "</s>",
26
+ "errors": "replace",
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,2914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 2.0413002967834473,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-400",
4
+ "epoch": 0.0432163790076439,
5
+ "eval_steps": 50,
6
+ "global_step": 400,
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.00010804094751910974,
13
+ "grad_norm": 10.902341842651367,
14
+ "learning_rate": 1e-05,
15
+ "loss": 9.9392,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.00010804094751910974,
20
+ "eval_loss": 2.766528844833374,
21
+ "eval_runtime": 115.0025,
22
+ "eval_samples_per_second": 135.554,
23
+ "eval_steps_per_second": 33.895,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.00021608189503821948,
28
+ "grad_norm": 14.739710807800293,
29
+ "learning_rate": 2e-05,
30
+ "loss": 10.4142,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.00032412284255732923,
35
+ "grad_norm": 15.09880256652832,
36
+ "learning_rate": 3e-05,
37
+ "loss": 10.3479,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.00043216379007643895,
42
+ "grad_norm": 14.444519996643066,
43
+ "learning_rate": 4e-05,
44
+ "loss": 10.6141,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.0005402047375955487,
49
+ "grad_norm": 15.361382484436035,
50
+ "learning_rate": 5e-05,
51
+ "loss": 11.5047,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.0006482456851146585,
56
+ "grad_norm": 13.631402969360352,
57
+ "learning_rate": 6e-05,
58
+ "loss": 11.4629,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.0007562866326337682,
63
+ "grad_norm": 11.211657524108887,
64
+ "learning_rate": 7e-05,
65
+ "loss": 11.5248,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.0008643275801528779,
70
+ "grad_norm": 10.227496147155762,
71
+ "learning_rate": 8e-05,
72
+ "loss": 11.1193,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.0009723685276719876,
77
+ "grad_norm": 11.774316787719727,
78
+ "learning_rate": 9e-05,
79
+ "loss": 11.5137,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.0010804094751910975,
84
+ "grad_norm": 11.15668773651123,
85
+ "learning_rate": 0.0001,
86
+ "loss": 11.0709,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.001188450422710207,
91
+ "grad_norm": 12.9327392578125,
92
+ "learning_rate": 9.99983777858264e-05,
93
+ "loss": 11.8218,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.001296491370229317,
98
+ "grad_norm": 11.049345016479492,
99
+ "learning_rate": 9.999351124856874e-05,
100
+ "loss": 10.8186,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.0014045323177484267,
105
+ "grad_norm": 11.759522438049316,
106
+ "learning_rate": 9.998540070400966e-05,
107
+ "loss": 11.5046,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.0015125732652675364,
112
+ "grad_norm": 12.516517639160156,
113
+ "learning_rate": 9.997404667843075e-05,
114
+ "loss": 10.8009,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.0016206142127866462,
119
+ "grad_norm": 11.518903732299805,
120
+ "learning_rate": 9.995944990857849e-05,
121
+ "loss": 10.9571,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.0017286551603057558,
126
+ "grad_norm": 10.633302688598633,
127
+ "learning_rate": 9.994161134161634e-05,
128
+ "loss": 11.1949,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.0018366961078248656,
133
+ "grad_norm": 11.844691276550293,
134
+ "learning_rate": 9.992053213506334e-05,
135
+ "loss": 11.0355,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.0019447370553439753,
140
+ "grad_norm": 9.481794357299805,
141
+ "learning_rate": 9.989621365671902e-05,
142
+ "loss": 9.7961,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.002052778002863085,
147
+ "grad_norm": 9.508196830749512,
148
+ "learning_rate": 9.986865748457457e-05,
149
+ "loss": 9.9319,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.002160818950382195,
154
+ "grad_norm": 8.430398941040039,
155
+ "learning_rate": 9.983786540671051e-05,
156
+ "loss": 8.7856,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.0022688598979013048,
161
+ "grad_norm": 7.660574436187744,
162
+ "learning_rate": 9.980383942118066e-05,
163
+ "loss": 9.7413,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.002376900845420414,
168
+ "grad_norm": 7.800100803375244,
169
+ "learning_rate": 9.976658173588244e-05,
170
+ "loss": 9.4984,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.002484941792939524,
175
+ "grad_norm": 8.076692581176758,
176
+ "learning_rate": 9.972609476841367e-05,
177
+ "loss": 9.323,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.002592982740458634,
182
+ "grad_norm": 7.220234394073486,
183
+ "learning_rate": 9.968238114591566e-05,
184
+ "loss": 8.7967,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.0027010236879777437,
189
+ "grad_norm": 7.806915760040283,
190
+ "learning_rate": 9.96354437049027e-05,
191
+ "loss": 10.0444,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.0028090646354968535,
196
+ "grad_norm": 7.543822765350342,
197
+ "learning_rate": 9.95852854910781e-05,
198
+ "loss": 8.131,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.002917105583015963,
203
+ "grad_norm": 8.648165702819824,
204
+ "learning_rate": 9.953190975913647e-05,
205
+ "loss": 9.2058,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.0030251465305350727,
210
+ "grad_norm": 7.434932708740234,
211
+ "learning_rate": 9.947531997255256e-05,
212
+ "loss": 8.3371,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.0031331874780541826,
217
+ "grad_norm": 7.321508407592773,
218
+ "learning_rate": 9.941551980335652e-05,
219
+ "loss": 8.2415,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.0032412284255732924,
224
+ "grad_norm": 7.649103164672852,
225
+ "learning_rate": 9.935251313189564e-05,
226
+ "loss": 8.6599,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.0033492693730924022,
231
+ "grad_norm": 7.984175682067871,
232
+ "learning_rate": 9.928630404658255e-05,
233
+ "loss": 8.6025,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.0034573103206115116,
238
+ "grad_norm": 7.4873504638671875,
239
+ "learning_rate": 9.921689684362989e-05,
240
+ "loss": 8.3759,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.0035653512681306215,
245
+ "grad_norm": 7.798126697540283,
246
+ "learning_rate": 9.914429602677162e-05,
247
+ "loss": 8.3052,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.0036733922156497313,
252
+ "grad_norm": 9.170891761779785,
253
+ "learning_rate": 9.906850630697068e-05,
254
+ "loss": 9.2459,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.003781433163168841,
259
+ "grad_norm": 7.661440372467041,
260
+ "learning_rate": 9.898953260211338e-05,
261
+ "loss": 8.6468,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.0038894741106879505,
266
+ "grad_norm": 7.861063480377197,
267
+ "learning_rate": 9.890738003669029e-05,
268
+ "loss": 8.3884,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.003997515058207061,
273
+ "grad_norm": 7.5660834312438965,
274
+ "learning_rate": 9.882205394146361e-05,
275
+ "loss": 9.1711,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.00410555600572617,
280
+ "grad_norm": 8.354244232177734,
281
+ "learning_rate": 9.87335598531214e-05,
282
+ "loss": 9.0446,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.00421359695324528,
287
+ "grad_norm": 8.231657028198242,
288
+ "learning_rate": 9.864190351391822e-05,
289
+ "loss": 8.3486,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.00432163790076439,
294
+ "grad_norm": 8.189095497131348,
295
+ "learning_rate": 9.85470908713026e-05,
296
+ "loss": 8.9636,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.004429678848283499,
301
+ "grad_norm": 7.741812229156494,
302
+ "learning_rate": 9.844912807753104e-05,
303
+ "loss": 7.9608,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.0045377197958026095,
308
+ "grad_norm": 8.20760440826416,
309
+ "learning_rate": 9.834802148926882e-05,
310
+ "loss": 8.7542,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.004645760743321719,
315
+ "grad_norm": 8.086214065551758,
316
+ "learning_rate": 9.824377766717759e-05,
317
+ "loss": 8.9794,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.004753801690840828,
322
+ "grad_norm": 8.539205551147461,
323
+ "learning_rate": 9.813640337548954e-05,
324
+ "loss": 8.159,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.004861842638359939,
329
+ "grad_norm": 8.882444381713867,
330
+ "learning_rate": 9.802590558156862e-05,
331
+ "loss": 8.8944,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.004969883585879048,
336
+ "grad_norm": 7.916795253753662,
337
+ "learning_rate": 9.791229145545831e-05,
338
+ "loss": 8.9551,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.005077924533398158,
343
+ "grad_norm": 7.607052326202393,
344
+ "learning_rate": 9.779556836941645e-05,
345
+ "loss": 7.6425,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.005185965480917268,
350
+ "grad_norm": 7.65380859375,
351
+ "learning_rate": 9.767574389743682e-05,
352
+ "loss": 7.6339,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.005294006428436377,
357
+ "grad_norm": 7.760143756866455,
358
+ "learning_rate": 9.755282581475769e-05,
359
+ "loss": 7.7469,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.005402047375955487,
364
+ "grad_norm": 8.861435890197754,
365
+ "learning_rate": 9.742682209735727e-05,
366
+ "loss": 8.3319,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.005402047375955487,
371
+ "eval_loss": 2.2252063751220703,
372
+ "eval_runtime": 115.0214,
373
+ "eval_samples_per_second": 135.531,
374
+ "eval_steps_per_second": 33.889,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.005510088323474597,
379
+ "grad_norm": 12.5848970413208,
380
+ "learning_rate": 9.729774092143627e-05,
381
+ "loss": 10.2893,
382
+ "step": 51
383
+ },
384
+ {
385
+ "epoch": 0.005618129270993707,
386
+ "grad_norm": 10.760187149047852,
387
+ "learning_rate": 9.716559066288715e-05,
388
+ "loss": 9.7445,
389
+ "step": 52
390
+ },
391
+ {
392
+ "epoch": 0.005726170218512816,
393
+ "grad_norm": 8.755156517028809,
394
+ "learning_rate": 9.703037989675087e-05,
395
+ "loss": 9.4308,
396
+ "step": 53
397
+ },
398
+ {
399
+ "epoch": 0.005834211166031926,
400
+ "grad_norm": 9.094099044799805,
401
+ "learning_rate": 9.689211739666023e-05,
402
+ "loss": 9.6687,
403
+ "step": 54
404
+ },
405
+ {
406
+ "epoch": 0.005942252113551036,
407
+ "grad_norm": 8.874935150146484,
408
+ "learning_rate": 9.675081213427076e-05,
409
+ "loss": 10.3187,
410
+ "step": 55
411
+ },
412
+ {
413
+ "epoch": 0.0060502930610701455,
414
+ "grad_norm": 8.958069801330566,
415
+ "learning_rate": 9.66064732786784e-05,
416
+ "loss": 9.3601,
417
+ "step": 56
418
+ },
419
+ {
420
+ "epoch": 0.006158334008589256,
421
+ "grad_norm": 9.862615585327148,
422
+ "learning_rate": 9.645911019582467e-05,
423
+ "loss": 10.9413,
424
+ "step": 57
425
+ },
426
+ {
427
+ "epoch": 0.006266374956108365,
428
+ "grad_norm": 8.985273361206055,
429
+ "learning_rate": 9.630873244788883e-05,
430
+ "loss": 10.7751,
431
+ "step": 58
432
+ },
433
+ {
434
+ "epoch": 0.0063744159036274745,
435
+ "grad_norm": 8.574797630310059,
436
+ "learning_rate": 9.615534979266745e-05,
437
+ "loss": 10.8228,
438
+ "step": 59
439
+ },
440
+ {
441
+ "epoch": 0.006482456851146585,
442
+ "grad_norm": 7.84227180480957,
443
+ "learning_rate": 9.599897218294122e-05,
444
+ "loss": 10.7216,
445
+ "step": 60
446
+ },
447
+ {
448
+ "epoch": 0.006590497798665694,
449
+ "grad_norm": 7.276218414306641,
450
+ "learning_rate": 9.583960976582913e-05,
451
+ "loss": 10.6069,
452
+ "step": 61
453
+ },
454
+ {
455
+ "epoch": 0.0066985387461848045,
456
+ "grad_norm": 7.8485541343688965,
457
+ "learning_rate": 9.567727288213005e-05,
458
+ "loss": 9.8764,
459
+ "step": 62
460
+ },
461
+ {
462
+ "epoch": 0.006806579693703914,
463
+ "grad_norm": 8.47364330291748,
464
+ "learning_rate": 9.551197206565173e-05,
465
+ "loss": 10.3013,
466
+ "step": 63
467
+ },
468
+ {
469
+ "epoch": 0.006914620641223023,
470
+ "grad_norm": 8.667262077331543,
471
+ "learning_rate": 9.534371804252728e-05,
472
+ "loss": 10.0584,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.0070226615887421335,
477
+ "grad_norm": 8.350459098815918,
478
+ "learning_rate": 9.517252173051911e-05,
479
+ "loss": 10.7361,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.007130702536261243,
484
+ "grad_norm": 8.560527801513672,
485
+ "learning_rate": 9.49983942383106e-05,
486
+ "loss": 10.5065,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.007238743483780352,
491
+ "grad_norm": 8.592406272888184,
492
+ "learning_rate": 9.482134686478519e-05,
493
+ "loss": 9.277,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.007346784431299463,
498
+ "grad_norm": 7.4438371658325195,
499
+ "learning_rate": 9.464139109829321e-05,
500
+ "loss": 9.0273,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.007454825378818572,
505
+ "grad_norm": 7.362355709075928,
506
+ "learning_rate": 9.445853861590647e-05,
507
+ "loss": 9.2297,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.007562866326337682,
512
+ "grad_norm": 7.441712856292725,
513
+ "learning_rate": 9.42728012826605e-05,
514
+ "loss": 8.6039,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.007670907273856792,
519
+ "grad_norm": 7.506527900695801,
520
+ "learning_rate": 9.408419115078471e-05,
521
+ "loss": 9.0215,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.007778948221375901,
526
+ "grad_norm": 7.2407026290893555,
527
+ "learning_rate": 9.389272045892024e-05,
528
+ "loss": 8.4238,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.007886989168895011,
533
+ "grad_norm": 7.309229850769043,
534
+ "learning_rate": 9.36984016313259e-05,
535
+ "loss": 9.5363,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.007995030116414122,
540
+ "grad_norm": 7.002497673034668,
541
+ "learning_rate": 9.350124727707197e-05,
542
+ "loss": 8.3292,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.00810307106393323,
547
+ "grad_norm": 7.012520790100098,
548
+ "learning_rate": 9.330127018922194e-05,
549
+ "loss": 8.1964,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.00821111201145234,
554
+ "grad_norm": 6.851153373718262,
555
+ "learning_rate": 9.309848334400246e-05,
556
+ "loss": 8.5043,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.00831915295897145,
561
+ "grad_norm": 7.714682102203369,
562
+ "learning_rate": 9.289289989996133e-05,
563
+ "loss": 8.7056,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.00842719390649056,
568
+ "grad_norm": 7.203169345855713,
569
+ "learning_rate": 9.268453319711363e-05,
570
+ "loss": 8.5106,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.00853523485400967,
575
+ "grad_norm": 7.153778553009033,
576
+ "learning_rate": 9.247339675607605e-05,
577
+ "loss": 9.3719,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.00864327580152878,
582
+ "grad_norm": 6.689031600952148,
583
+ "learning_rate": 9.225950427718975e-05,
584
+ "loss": 8.2862,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.00875131674904789,
589
+ "grad_norm": 6.7153096199035645,
590
+ "learning_rate": 9.204286963963111e-05,
591
+ "loss": 8.5915,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.008859357696566999,
596
+ "grad_norm": 6.7668776512146,
597
+ "learning_rate": 9.182350690051133e-05,
598
+ "loss": 8.4989,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.008967398644086109,
603
+ "grad_norm": 6.883266448974609,
604
+ "learning_rate": 9.160143029396422e-05,
605
+ "loss": 8.1489,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.009075439591605219,
610
+ "grad_norm": 7.132114410400391,
611
+ "learning_rate": 9.13766542302225e-05,
612
+ "loss": 7.6873,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.009183480539124328,
617
+ "grad_norm": 6.811685562133789,
618
+ "learning_rate": 9.114919329468282e-05,
619
+ "loss": 7.6089,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.009291521486643438,
624
+ "grad_norm": 6.8911638259887695,
625
+ "learning_rate": 9.091906224695935e-05,
626
+ "loss": 8.0561,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.009399562434162548,
631
+ "grad_norm": 7.3067827224731445,
632
+ "learning_rate": 9.068627601992598e-05,
633
+ "loss": 8.5148,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.009507603381681657,
638
+ "grad_norm": 7.735067844390869,
639
+ "learning_rate": 9.045084971874738e-05,
640
+ "loss": 8.0955,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.009615644329200767,
645
+ "grad_norm": 6.7928690910339355,
646
+ "learning_rate": 9.021279861989885e-05,
647
+ "loss": 7.7918,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.009723685276719877,
652
+ "grad_norm": 7.215407371520996,
653
+ "learning_rate": 8.997213817017507e-05,
654
+ "loss": 8.0724,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.009831726224238986,
659
+ "grad_norm": 6.715408802032471,
660
+ "learning_rate": 8.972888398568772e-05,
661
+ "loss": 7.9735,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.009939767171758096,
666
+ "grad_norm": 6.818831443786621,
667
+ "learning_rate": 8.948305185085225e-05,
668
+ "loss": 8.0466,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.010047808119277206,
673
+ "grad_norm": 7.25744104385376,
674
+ "learning_rate": 8.92346577173636e-05,
675
+ "loss": 8.3633,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.010155849066796317,
680
+ "grad_norm": 7.1355180740356445,
681
+ "learning_rate": 8.898371770316111e-05,
682
+ "loss": 8.0414,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.010263890014315425,
687
+ "grad_norm": 6.755433559417725,
688
+ "learning_rate": 8.873024809138272e-05,
689
+ "loss": 8.509,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.010371930961834535,
694
+ "grad_norm": 7.057644367218018,
695
+ "learning_rate": 8.847426532930831e-05,
696
+ "loss": 7.8167,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.010479971909353646,
701
+ "grad_norm": 7.3454508781433105,
702
+ "learning_rate": 8.821578602729242e-05,
703
+ "loss": 7.7997,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.010588012856872754,
708
+ "grad_norm": 7.287400722503662,
709
+ "learning_rate": 8.795482695768658e-05,
710
+ "loss": 8.0839,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.010696053804391864,
715
+ "grad_norm": 6.911624431610107,
716
+ "learning_rate": 8.769140505375085e-05,
717
+ "loss": 7.6225,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.010804094751910975,
722
+ "grad_norm": 7.923533916473389,
723
+ "learning_rate": 8.742553740855506e-05,
724
+ "loss": 7.4759,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.010804094751910975,
729
+ "eval_loss": 2.1499531269073486,
730
+ "eval_runtime": 115.0497,
731
+ "eval_samples_per_second": 135.498,
732
+ "eval_steps_per_second": 33.881,
733
+ "step": 100
734
+ },
735
+ {
736
+ "epoch": 0.010912135699430083,
737
+ "grad_norm": 11.213050842285156,
738
+ "learning_rate": 8.715724127386972e-05,
739
+ "loss": 9.7943,
740
+ "step": 101
741
+ },
742
+ {
743
+ "epoch": 0.011020176646949193,
744
+ "grad_norm": 11.380208969116211,
745
+ "learning_rate": 8.688653405904652e-05,
746
+ "loss": 9.5812,
747
+ "step": 102
748
+ },
749
+ {
750
+ "epoch": 0.011128217594468304,
751
+ "grad_norm": 9.7195405960083,
752
+ "learning_rate": 8.661343332988869e-05,
753
+ "loss": 9.6675,
754
+ "step": 103
755
+ },
756
+ {
757
+ "epoch": 0.011236258541987414,
758
+ "grad_norm": 7.468715190887451,
759
+ "learning_rate": 8.633795680751116e-05,
760
+ "loss": 9.341,
761
+ "step": 104
762
+ },
763
+ {
764
+ "epoch": 0.011344299489506523,
765
+ "grad_norm": 6.432350158691406,
766
+ "learning_rate": 8.606012236719073e-05,
767
+ "loss": 9.7432,
768
+ "step": 105
769
+ },
770
+ {
771
+ "epoch": 0.011452340437025633,
772
+ "grad_norm": 7.584165573120117,
773
+ "learning_rate": 8.577994803720606e-05,
774
+ "loss": 10.3697,
775
+ "step": 106
776
+ },
777
+ {
778
+ "epoch": 0.011560381384544743,
779
+ "grad_norm": 7.650453090667725,
780
+ "learning_rate": 8.549745199766792e-05,
781
+ "loss": 10.0901,
782
+ "step": 107
783
+ },
784
+ {
785
+ "epoch": 0.011668422332063852,
786
+ "grad_norm": 7.4186201095581055,
787
+ "learning_rate": 8.521265257933948e-05,
788
+ "loss": 9.5149,
789
+ "step": 108
790
+ },
791
+ {
792
+ "epoch": 0.011776463279582962,
793
+ "grad_norm": 7.989743709564209,
794
+ "learning_rate": 8.492556826244687e-05,
795
+ "loss": 10.4639,
796
+ "step": 109
797
+ },
798
+ {
799
+ "epoch": 0.011884504227102072,
800
+ "grad_norm": 8.052087783813477,
801
+ "learning_rate": 8.463621767547998e-05,
802
+ "loss": 10.1572,
803
+ "step": 110
804
+ },
805
+ {
806
+ "epoch": 0.01199254517462118,
807
+ "grad_norm": 8.013016700744629,
808
+ "learning_rate": 8.434461959398376e-05,
809
+ "loss": 10.0648,
810
+ "step": 111
811
+ },
812
+ {
813
+ "epoch": 0.012100586122140291,
814
+ "grad_norm": 7.510498046875,
815
+ "learning_rate": 8.405079293933986e-05,
816
+ "loss": 9.7153,
817
+ "step": 112
818
+ },
819
+ {
820
+ "epoch": 0.012208627069659401,
821
+ "grad_norm": 7.5188703536987305,
822
+ "learning_rate": 8.375475677753881e-05,
823
+ "loss": 9.5578,
824
+ "step": 113
825
+ },
826
+ {
827
+ "epoch": 0.012316668017178511,
828
+ "grad_norm": 7.69437837600708,
829
+ "learning_rate": 8.345653031794292e-05,
830
+ "loss": 10.7936,
831
+ "step": 114
832
+ },
833
+ {
834
+ "epoch": 0.01242470896469762,
835
+ "grad_norm": 8.049108505249023,
836
+ "learning_rate": 8.315613291203976e-05,
837
+ "loss": 10.2677,
838
+ "step": 115
839
+ },
840
+ {
841
+ "epoch": 0.01253274991221673,
842
+ "grad_norm": 8.205089569091797,
843
+ "learning_rate": 8.285358405218655e-05,
844
+ "loss": 9.8414,
845
+ "step": 116
846
+ },
847
+ {
848
+ "epoch": 0.01264079085973584,
849
+ "grad_norm": 8.370574951171875,
850
+ "learning_rate": 8.25489033703452e-05,
851
+ "loss": 8.659,
852
+ "step": 117
853
+ },
854
+ {
855
+ "epoch": 0.012748831807254949,
856
+ "grad_norm": 7.88584566116333,
857
+ "learning_rate": 8.224211063680853e-05,
858
+ "loss": 8.6691,
859
+ "step": 118
860
+ },
861
+ {
862
+ "epoch": 0.01285687275477406,
863
+ "grad_norm": 8.422807693481445,
864
+ "learning_rate": 8.19332257589174e-05,
865
+ "loss": 8.9626,
866
+ "step": 119
867
+ },
868
+ {
869
+ "epoch": 0.01296491370229317,
870
+ "grad_norm": 7.968113899230957,
871
+ "learning_rate": 8.162226877976887e-05,
872
+ "loss": 9.0886,
873
+ "step": 120
874
+ },
875
+ {
876
+ "epoch": 0.013072954649812278,
877
+ "grad_norm": 7.314736843109131,
878
+ "learning_rate": 8.130925987691569e-05,
879
+ "loss": 8.2871,
880
+ "step": 121
881
+ },
882
+ {
883
+ "epoch": 0.013180995597331388,
884
+ "grad_norm": 6.700660228729248,
885
+ "learning_rate": 8.099421936105702e-05,
886
+ "loss": 8.2856,
887
+ "step": 122
888
+ },
889
+ {
890
+ "epoch": 0.013289036544850499,
891
+ "grad_norm": 6.392932415008545,
892
+ "learning_rate": 8.067716767472045e-05,
893
+ "loss": 8.2655,
894
+ "step": 123
895
+ },
896
+ {
897
+ "epoch": 0.013397077492369609,
898
+ "grad_norm": 6.0710577964782715,
899
+ "learning_rate": 8.035812539093557e-05,
900
+ "loss": 8.4146,
901
+ "step": 124
902
+ },
903
+ {
904
+ "epoch": 0.013505118439888717,
905
+ "grad_norm": 6.290673732757568,
906
+ "learning_rate": 8.003711321189895e-05,
907
+ "loss": 8.4104,
908
+ "step": 125
909
+ },
910
+ {
911
+ "epoch": 0.013613159387407828,
912
+ "grad_norm": 5.992330074310303,
913
+ "learning_rate": 7.971415196763088e-05,
914
+ "loss": 8.608,
915
+ "step": 126
916
+ },
917
+ {
918
+ "epoch": 0.013721200334926938,
919
+ "grad_norm": 6.178021430969238,
920
+ "learning_rate": 7.938926261462366e-05,
921
+ "loss": 7.76,
922
+ "step": 127
923
+ },
924
+ {
925
+ "epoch": 0.013829241282446047,
926
+ "grad_norm": 7.223654747009277,
927
+ "learning_rate": 7.906246623448183e-05,
928
+ "loss": 8.2067,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.013937282229965157,
933
+ "grad_norm": 6.30562686920166,
934
+ "learning_rate": 7.873378403255419e-05,
935
+ "loss": 8.2667,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.014045323177484267,
940
+ "grad_norm": 6.786837100982666,
941
+ "learning_rate": 7.840323733655778e-05,
942
+ "loss": 8.6115,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.014153364125003376,
947
+ "grad_norm": 6.058274745941162,
948
+ "learning_rate": 7.807084759519405e-05,
949
+ "loss": 8.105,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.014261405072522486,
954
+ "grad_norm": 6.321048259735107,
955
+ "learning_rate": 7.773663637675694e-05,
956
+ "loss": 8.023,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.014369446020041596,
961
+ "grad_norm": 6.666811943054199,
962
+ "learning_rate": 7.740062536773352e-05,
963
+ "loss": 8.4926,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.014477486967560705,
968
+ "grad_norm": 5.980512619018555,
969
+ "learning_rate": 7.706283637139658e-05,
970
+ "loss": 8.2539,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.014585527915079815,
975
+ "grad_norm": 6.472214698791504,
976
+ "learning_rate": 7.672329130639005e-05,
977
+ "loss": 7.9661,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.014693568862598925,
982
+ "grad_norm": 6.751770973205566,
983
+ "learning_rate": 7.638201220530665e-05,
984
+ "loss": 8.0303,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.014801609810118035,
989
+ "grad_norm": 6.003720283508301,
990
+ "learning_rate": 7.603902121325813e-05,
991
+ "loss": 7.6914,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.014909650757637144,
996
+ "grad_norm": 6.814517021179199,
997
+ "learning_rate": 7.569434058643844e-05,
998
+ "loss": 8.0067,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.015017691705156254,
1003
+ "grad_norm": 6.680156230926514,
1004
+ "learning_rate": 7.534799269067953e-05,
1005
+ "loss": 7.8388,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.015125732652675365,
1010
+ "grad_norm": 6.444919109344482,
1011
+ "learning_rate": 7.500000000000001e-05,
1012
+ "loss": 7.9921,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.015233773600194473,
1017
+ "grad_norm": 6.862926959991455,
1018
+ "learning_rate": 7.465038509514688e-05,
1019
+ "loss": 8.0343,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.015341814547713583,
1024
+ "grad_norm": 6.10462760925293,
1025
+ "learning_rate": 7.42991706621303e-05,
1026
+ "loss": 7.2419,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.015449855495232694,
1031
+ "grad_norm": 7.222691059112549,
1032
+ "learning_rate": 7.394637949075154e-05,
1033
+ "loss": 7.7565,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.015557896442751802,
1038
+ "grad_norm": 6.676332473754883,
1039
+ "learning_rate": 7.35920344731241e-05,
1040
+ "loss": 7.5405,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.015665937390270914,
1045
+ "grad_norm": 7.371861934661865,
1046
+ "learning_rate": 7.323615860218843e-05,
1047
+ "loss": 7.6452,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.015773978337790023,
1052
+ "grad_norm": 7.728967189788818,
1053
+ "learning_rate": 7.287877497021978e-05,
1054
+ "loss": 8.5353,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.01588201928530913,
1059
+ "grad_norm": 6.466920852661133,
1060
+ "learning_rate": 7.251990676732984e-05,
1061
+ "loss": 6.6836,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.015990060232828243,
1066
+ "grad_norm": 7.410046577453613,
1067
+ "learning_rate": 7.215957727996207e-05,
1068
+ "loss": 7.6081,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.01609810118034735,
1073
+ "grad_norm": 6.660158157348633,
1074
+ "learning_rate": 7.179780988938051e-05,
1075
+ "loss": 6.6185,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.01620614212786646,
1080
+ "grad_norm": 7.526998996734619,
1081
+ "learning_rate": 7.143462807015271e-05,
1082
+ "loss": 7.826,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.01620614212786646,
1087
+ "eval_loss": 2.116058349609375,
1088
+ "eval_runtime": 115.2532,
1089
+ "eval_samples_per_second": 135.259,
1090
+ "eval_steps_per_second": 33.821,
1091
+ "step": 150
1092
+ },
1093
+ {
1094
+ "epoch": 0.016314183075385572,
1095
+ "grad_norm": 8.569231986999512,
1096
+ "learning_rate": 7.107005538862646e-05,
1097
+ "loss": 9.2097,
1098
+ "step": 151
1099
+ },
1100
+ {
1101
+ "epoch": 0.01642222402290468,
1102
+ "grad_norm": 7.914257526397705,
1103
+ "learning_rate": 7.07041155014006e-05,
1104
+ "loss": 9.6914,
1105
+ "step": 152
1106
+ },
1107
+ {
1108
+ "epoch": 0.01653026497042379,
1109
+ "grad_norm": 6.4140496253967285,
1110
+ "learning_rate": 7.033683215379002e-05,
1111
+ "loss": 9.0563,
1112
+ "step": 153
1113
+ },
1114
+ {
1115
+ "epoch": 0.0166383059179429,
1116
+ "grad_norm": 6.3061981201171875,
1117
+ "learning_rate": 6.996822917828477e-05,
1118
+ "loss": 9.6594,
1119
+ "step": 154
1120
+ },
1121
+ {
1122
+ "epoch": 0.01674634686546201,
1123
+ "grad_norm": 6.62816047668457,
1124
+ "learning_rate": 6.959833049300377e-05,
1125
+ "loss": 9.9273,
1126
+ "step": 155
1127
+ },
1128
+ {
1129
+ "epoch": 0.01685438781298112,
1130
+ "grad_norm": 6.893472194671631,
1131
+ "learning_rate": 6.922716010014255e-05,
1132
+ "loss": 10.0839,
1133
+ "step": 156
1134
+ },
1135
+ {
1136
+ "epoch": 0.01696242876050023,
1137
+ "grad_norm": 7.660455226898193,
1138
+ "learning_rate": 6.885474208441603e-05,
1139
+ "loss": 9.7825,
1140
+ "step": 157
1141
+ },
1142
+ {
1143
+ "epoch": 0.01707046970801934,
1144
+ "grad_norm": 7.464423656463623,
1145
+ "learning_rate": 6.848110061149556e-05,
1146
+ "loss": 9.9369,
1147
+ "step": 158
1148
+ },
1149
+ {
1150
+ "epoch": 0.017178510655538447,
1151
+ "grad_norm": 7.637061595916748,
1152
+ "learning_rate": 6.810625992644085e-05,
1153
+ "loss": 10.5188,
1154
+ "step": 159
1155
+ },
1156
+ {
1157
+ "epoch": 0.01728655160305756,
1158
+ "grad_norm": 7.390578269958496,
1159
+ "learning_rate": 6.773024435212678e-05,
1160
+ "loss": 9.4138,
1161
+ "step": 160
1162
+ },
1163
+ {
1164
+ "epoch": 0.017394592550576668,
1165
+ "grad_norm": 8.361207008361816,
1166
+ "learning_rate": 6.735307828766515e-05,
1167
+ "loss": 10.1234,
1168
+ "step": 161
1169
+ },
1170
+ {
1171
+ "epoch": 0.01750263349809578,
1172
+ "grad_norm": 7.585420608520508,
1173
+ "learning_rate": 6.697478620682137e-05,
1174
+ "loss": 9.8918,
1175
+ "step": 162
1176
+ },
1177
+ {
1178
+ "epoch": 0.01761067444561489,
1179
+ "grad_norm": 8.020647048950195,
1180
+ "learning_rate": 6.659539265642643e-05,
1181
+ "loss": 10.073,
1182
+ "step": 163
1183
+ },
1184
+ {
1185
+ "epoch": 0.017718715393133997,
1186
+ "grad_norm": 8.187236785888672,
1187
+ "learning_rate": 6.621492225478414e-05,
1188
+ "loss": 10.2494,
1189
+ "step": 164
1190
+ },
1191
+ {
1192
+ "epoch": 0.01782675634065311,
1193
+ "grad_norm": 7.50603723526001,
1194
+ "learning_rate": 6.583339969007363e-05,
1195
+ "loss": 9.1249,
1196
+ "step": 165
1197
+ },
1198
+ {
1199
+ "epoch": 0.017934797288172218,
1200
+ "grad_norm": 7.881903648376465,
1201
+ "learning_rate": 6.545084971874738e-05,
1202
+ "loss": 10.1012,
1203
+ "step": 166
1204
+ },
1205
+ {
1206
+ "epoch": 0.018042838235691326,
1207
+ "grad_norm": 9.54574966430664,
1208
+ "learning_rate": 6.506729716392481e-05,
1209
+ "loss": 9.4214,
1210
+ "step": 167
1211
+ },
1212
+ {
1213
+ "epoch": 0.018150879183210438,
1214
+ "grad_norm": 7.5880255699157715,
1215
+ "learning_rate": 6.468276691378155e-05,
1216
+ "loss": 8.8946,
1217
+ "step": 168
1218
+ },
1219
+ {
1220
+ "epoch": 0.018258920130729547,
1221
+ "grad_norm": 7.4278035163879395,
1222
+ "learning_rate": 6.429728391993446e-05,
1223
+ "loss": 8.6887,
1224
+ "step": 169
1225
+ },
1226
+ {
1227
+ "epoch": 0.018366961078248655,
1228
+ "grad_norm": 6.724630832672119,
1229
+ "learning_rate": 6.391087319582264e-05,
1230
+ "loss": 8.5969,
1231
+ "step": 170
1232
+ },
1233
+ {
1234
+ "epoch": 0.018475002025767767,
1235
+ "grad_norm": 6.967141628265381,
1236
+ "learning_rate": 6.35235598150842e-05,
1237
+ "loss": 9.0554,
1238
+ "step": 171
1239
+ },
1240
+ {
1241
+ "epoch": 0.018583042973286876,
1242
+ "grad_norm": 6.539910793304443,
1243
+ "learning_rate": 6.313536890992935e-05,
1244
+ "loss": 8.622,
1245
+ "step": 172
1246
+ },
1247
+ {
1248
+ "epoch": 0.018691083920805984,
1249
+ "grad_norm": 7.247252464294434,
1250
+ "learning_rate": 6.274632566950967e-05,
1251
+ "loss": 9.3202,
1252
+ "step": 173
1253
+ },
1254
+ {
1255
+ "epoch": 0.018799124868325096,
1256
+ "grad_norm": 6.7946319580078125,
1257
+ "learning_rate": 6.235645533828349e-05,
1258
+ "loss": 8.0408,
1259
+ "step": 174
1260
+ },
1261
+ {
1262
+ "epoch": 0.018907165815844205,
1263
+ "grad_norm": 7.553107738494873,
1264
+ "learning_rate": 6.19657832143779e-05,
1265
+ "loss": 8.627,
1266
+ "step": 175
1267
+ },
1268
+ {
1269
+ "epoch": 0.019015206763363313,
1270
+ "grad_norm": 6.53674840927124,
1271
+ "learning_rate": 6.157433464794716e-05,
1272
+ "loss": 8.1034,
1273
+ "step": 176
1274
+ },
1275
+ {
1276
+ "epoch": 0.019123247710882425,
1277
+ "grad_norm": 6.148805618286133,
1278
+ "learning_rate": 6.118213503952779e-05,
1279
+ "loss": 7.715,
1280
+ "step": 177
1281
+ },
1282
+ {
1283
+ "epoch": 0.019231288658401534,
1284
+ "grad_norm": 6.221681594848633,
1285
+ "learning_rate": 6.078920983839031e-05,
1286
+ "loss": 8.1824,
1287
+ "step": 178
1288
+ },
1289
+ {
1290
+ "epoch": 0.019339329605920642,
1291
+ "grad_norm": 5.551029682159424,
1292
+ "learning_rate": 6.0395584540887963e-05,
1293
+ "loss": 7.275,
1294
+ "step": 179
1295
+ },
1296
+ {
1297
+ "epoch": 0.019447370553439754,
1298
+ "grad_norm": 5.740414619445801,
1299
+ "learning_rate": 6.0001284688802226e-05,
1300
+ "loss": 7.5641,
1301
+ "step": 180
1302
+ },
1303
+ {
1304
+ "epoch": 0.019555411500958863,
1305
+ "grad_norm": 6.624487400054932,
1306
+ "learning_rate": 5.960633586768543e-05,
1307
+ "loss": 7.5697,
1308
+ "step": 181
1309
+ },
1310
+ {
1311
+ "epoch": 0.01966345244847797,
1312
+ "grad_norm": 7.313840389251709,
1313
+ "learning_rate": 5.921076370520058e-05,
1314
+ "loss": 8.4292,
1315
+ "step": 182
1316
+ },
1317
+ {
1318
+ "epoch": 0.019771493395997083,
1319
+ "grad_norm": 5.5785675048828125,
1320
+ "learning_rate": 5.8814593869458455e-05,
1321
+ "loss": 7.3243,
1322
+ "step": 183
1323
+ },
1324
+ {
1325
+ "epoch": 0.019879534343516192,
1326
+ "grad_norm": 7.2685675621032715,
1327
+ "learning_rate": 5.841785206735192e-05,
1328
+ "loss": 9.1149,
1329
+ "step": 184
1330
+ },
1331
+ {
1332
+ "epoch": 0.019987575291035304,
1333
+ "grad_norm": 6.239570617675781,
1334
+ "learning_rate": 5.8020564042888015e-05,
1335
+ "loss": 8.3288,
1336
+ "step": 185
1337
+ },
1338
+ {
1339
+ "epoch": 0.020095616238554413,
1340
+ "grad_norm": 5.983908176422119,
1341
+ "learning_rate": 5.762275557551727e-05,
1342
+ "loss": 8.2129,
1343
+ "step": 186
1344
+ },
1345
+ {
1346
+ "epoch": 0.02020365718607352,
1347
+ "grad_norm": 6.797692775726318,
1348
+ "learning_rate": 5.7224452478461064e-05,
1349
+ "loss": 8.0456,
1350
+ "step": 187
1351
+ },
1352
+ {
1353
+ "epoch": 0.020311698133592633,
1354
+ "grad_norm": 6.501678466796875,
1355
+ "learning_rate": 5.682568059703659e-05,
1356
+ "loss": 8.5035,
1357
+ "step": 188
1358
+ },
1359
+ {
1360
+ "epoch": 0.02041973908111174,
1361
+ "grad_norm": 6.174941539764404,
1362
+ "learning_rate": 5.642646580697973e-05,
1363
+ "loss": 7.9314,
1364
+ "step": 189
1365
+ },
1366
+ {
1367
+ "epoch": 0.02052778002863085,
1368
+ "grad_norm": 7.605291843414307,
1369
+ "learning_rate": 5.602683401276615e-05,
1370
+ "loss": 8.7727,
1371
+ "step": 190
1372
+ },
1373
+ {
1374
+ "epoch": 0.020635820976149962,
1375
+ "grad_norm": 6.667246341705322,
1376
+ "learning_rate": 5.562681114593028e-05,
1377
+ "loss": 7.9204,
1378
+ "step": 191
1379
+ },
1380
+ {
1381
+ "epoch": 0.02074386192366907,
1382
+ "grad_norm": 6.500163555145264,
1383
+ "learning_rate": 5.522642316338268e-05,
1384
+ "loss": 7.6879,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.02085190287118818,
1389
+ "grad_norm": 6.8648858070373535,
1390
+ "learning_rate": 5.482569604572576e-05,
1391
+ "loss": 8.0821,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.02095994381870729,
1396
+ "grad_norm": 6.480758190155029,
1397
+ "learning_rate": 5.442465579556793e-05,
1398
+ "loss": 7.4802,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.0210679847662264,
1403
+ "grad_norm": 6.604392051696777,
1404
+ "learning_rate": 5.402332843583631e-05,
1405
+ "loss": 7.7247,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.021176025713745508,
1410
+ "grad_norm": 6.822199821472168,
1411
+ "learning_rate": 5.3621740008088126e-05,
1412
+ "loss": 7.599,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.02128406666126462,
1417
+ "grad_norm": 6.770035743713379,
1418
+ "learning_rate": 5.321991657082097e-05,
1419
+ "loss": 8.1888,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.02139210760878373,
1424
+ "grad_norm": 6.449174404144287,
1425
+ "learning_rate": 5.281788419778187e-05,
1426
+ "loss": 7.8245,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.021500148556302837,
1431
+ "grad_norm": 6.712276935577393,
1432
+ "learning_rate": 5.2415668976275355e-05,
1433
+ "loss": 7.6638,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.02160818950382195,
1438
+ "grad_norm": 7.5627593994140625,
1439
+ "learning_rate": 5.201329700547076e-05,
1440
+ "loss": 7.5391,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.02160818950382195,
1445
+ "eval_loss": 2.137317419052124,
1446
+ "eval_runtime": 115.1004,
1447
+ "eval_samples_per_second": 135.438,
1448
+ "eval_steps_per_second": 33.866,
1449
+ "step": 200
1450
+ },
1451
+ {
1452
+ "epoch": 0.021716230451341058,
1453
+ "grad_norm": 11.5592622756958,
1454
+ "learning_rate": 5.161079439470866e-05,
1455
+ "loss": 9.7146,
1456
+ "step": 201
1457
+ },
1458
+ {
1459
+ "epoch": 0.021824271398860166,
1460
+ "grad_norm": 11.015775680541992,
1461
+ "learning_rate": 5.1208187261806615e-05,
1462
+ "loss": 10.3395,
1463
+ "step": 202
1464
+ },
1465
+ {
1466
+ "epoch": 0.02193231234637928,
1467
+ "grad_norm": 10.193652153015137,
1468
+ "learning_rate": 5.080550173136457e-05,
1469
+ "loss": 9.9166,
1470
+ "step": 203
1471
+ },
1472
+ {
1473
+ "epoch": 0.022040353293898387,
1474
+ "grad_norm": 9.768710136413574,
1475
+ "learning_rate": 5.0402763933069496e-05,
1476
+ "loss": 10.5806,
1477
+ "step": 204
1478
+ },
1479
+ {
1480
+ "epoch": 0.0221483942414175,
1481
+ "grad_norm": 9.029803276062012,
1482
+ "learning_rate": 5e-05,
1483
+ "loss": 10.5787,
1484
+ "step": 205
1485
+ },
1486
+ {
1487
+ "epoch": 0.022256435188936607,
1488
+ "grad_norm": 7.742230415344238,
1489
+ "learning_rate": 4.9597236066930516e-05,
1490
+ "loss": 9.6428,
1491
+ "step": 206
1492
+ },
1493
+ {
1494
+ "epoch": 0.022364476136455716,
1495
+ "grad_norm": 6.682606220245361,
1496
+ "learning_rate": 4.919449826863544e-05,
1497
+ "loss": 9.7322,
1498
+ "step": 207
1499
+ },
1500
+ {
1501
+ "epoch": 0.022472517083974828,
1502
+ "grad_norm": 6.897256851196289,
1503
+ "learning_rate": 4.87918127381934e-05,
1504
+ "loss": 10.0854,
1505
+ "step": 208
1506
+ },
1507
+ {
1508
+ "epoch": 0.022580558031493937,
1509
+ "grad_norm": 7.059166431427002,
1510
+ "learning_rate": 4.8389205605291365e-05,
1511
+ "loss": 10.4431,
1512
+ "step": 209
1513
+ },
1514
+ {
1515
+ "epoch": 0.022688598979013045,
1516
+ "grad_norm": 7.340524673461914,
1517
+ "learning_rate": 4.798670299452926e-05,
1518
+ "loss": 8.8217,
1519
+ "step": 210
1520
+ },
1521
+ {
1522
+ "epoch": 0.022796639926532157,
1523
+ "grad_norm": 7.51647424697876,
1524
+ "learning_rate": 4.758433102372466e-05,
1525
+ "loss": 9.5277,
1526
+ "step": 211
1527
+ },
1528
+ {
1529
+ "epoch": 0.022904680874051266,
1530
+ "grad_norm": 8.075295448303223,
1531
+ "learning_rate": 4.7182115802218126e-05,
1532
+ "loss": 10.0584,
1533
+ "step": 212
1534
+ },
1535
+ {
1536
+ "epoch": 0.023012721821570374,
1537
+ "grad_norm": 7.203787803649902,
1538
+ "learning_rate": 4.678008342917903e-05,
1539
+ "loss": 9.9091,
1540
+ "step": 213
1541
+ },
1542
+ {
1543
+ "epoch": 0.023120762769089486,
1544
+ "grad_norm": 7.923792362213135,
1545
+ "learning_rate": 4.6378259991911886e-05,
1546
+ "loss": 9.0695,
1547
+ "step": 214
1548
+ },
1549
+ {
1550
+ "epoch": 0.023228803716608595,
1551
+ "grad_norm": 7.329343318939209,
1552
+ "learning_rate": 4.597667156416371e-05,
1553
+ "loss": 9.3932,
1554
+ "step": 215
1555
+ },
1556
+ {
1557
+ "epoch": 0.023336844664127703,
1558
+ "grad_norm": 6.979767799377441,
1559
+ "learning_rate": 4.5575344204432084e-05,
1560
+ "loss": 8.203,
1561
+ "step": 216
1562
+ },
1563
+ {
1564
+ "epoch": 0.023444885611646815,
1565
+ "grad_norm": 7.324328422546387,
1566
+ "learning_rate": 4.5174303954274244e-05,
1567
+ "loss": 8.6626,
1568
+ "step": 217
1569
+ },
1570
+ {
1571
+ "epoch": 0.023552926559165924,
1572
+ "grad_norm": 7.1822710037231445,
1573
+ "learning_rate": 4.477357683661734e-05,
1574
+ "loss": 7.6541,
1575
+ "step": 218
1576
+ },
1577
+ {
1578
+ "epoch": 0.023660967506685032,
1579
+ "grad_norm": 8.961649894714355,
1580
+ "learning_rate": 4.437318885406973e-05,
1581
+ "loss": 9.2032,
1582
+ "step": 219
1583
+ },
1584
+ {
1585
+ "epoch": 0.023769008454204144,
1586
+ "grad_norm": 7.797355651855469,
1587
+ "learning_rate": 4.397316598723385e-05,
1588
+ "loss": 9.0441,
1589
+ "step": 220
1590
+ },
1591
+ {
1592
+ "epoch": 0.023877049401723253,
1593
+ "grad_norm": 7.194826602935791,
1594
+ "learning_rate": 4.3573534193020274e-05,
1595
+ "loss": 8.3579,
1596
+ "step": 221
1597
+ },
1598
+ {
1599
+ "epoch": 0.02398509034924236,
1600
+ "grad_norm": 6.243997097015381,
1601
+ "learning_rate": 4.317431940296343e-05,
1602
+ "loss": 7.7125,
1603
+ "step": 222
1604
+ },
1605
+ {
1606
+ "epoch": 0.024093131296761473,
1607
+ "grad_norm": 5.78803825378418,
1608
+ "learning_rate": 4.277554752153895e-05,
1609
+ "loss": 8.0223,
1610
+ "step": 223
1611
+ },
1612
+ {
1613
+ "epoch": 0.024201172244280582,
1614
+ "grad_norm": 5.73882532119751,
1615
+ "learning_rate": 4.237724442448273e-05,
1616
+ "loss": 7.8321,
1617
+ "step": 224
1618
+ },
1619
+ {
1620
+ "epoch": 0.02430921319179969,
1621
+ "grad_norm": 6.035843372344971,
1622
+ "learning_rate": 4.197943595711198e-05,
1623
+ "loss": 8.6849,
1624
+ "step": 225
1625
+ },
1626
+ {
1627
+ "epoch": 0.024417254139318802,
1628
+ "grad_norm": 6.8568949699401855,
1629
+ "learning_rate": 4.1582147932648074e-05,
1630
+ "loss": 9.0212,
1631
+ "step": 226
1632
+ },
1633
+ {
1634
+ "epoch": 0.02452529508683791,
1635
+ "grad_norm": 6.396918296813965,
1636
+ "learning_rate": 4.118540613054156e-05,
1637
+ "loss": 7.9765,
1638
+ "step": 227
1639
+ },
1640
+ {
1641
+ "epoch": 0.024633336034357023,
1642
+ "grad_norm": 5.814195156097412,
1643
+ "learning_rate": 4.078923629479943e-05,
1644
+ "loss": 7.8777,
1645
+ "step": 228
1646
+ },
1647
+ {
1648
+ "epoch": 0.02474137698187613,
1649
+ "grad_norm": 6.143547058105469,
1650
+ "learning_rate": 4.039366413231458e-05,
1651
+ "loss": 7.6745,
1652
+ "step": 229
1653
+ },
1654
+ {
1655
+ "epoch": 0.02484941792939524,
1656
+ "grad_norm": 5.96578311920166,
1657
+ "learning_rate": 3.9998715311197785e-05,
1658
+ "loss": 8.0483,
1659
+ "step": 230
1660
+ },
1661
+ {
1662
+ "epoch": 0.024957458876914352,
1663
+ "grad_norm": 6.287611484527588,
1664
+ "learning_rate": 3.960441545911204e-05,
1665
+ "loss": 8.4885,
1666
+ "step": 231
1667
+ },
1668
+ {
1669
+ "epoch": 0.02506549982443346,
1670
+ "grad_norm": 5.993619918823242,
1671
+ "learning_rate": 3.92107901616097e-05,
1672
+ "loss": 8.3242,
1673
+ "step": 232
1674
+ },
1675
+ {
1676
+ "epoch": 0.02517354077195257,
1677
+ "grad_norm": 6.037485599517822,
1678
+ "learning_rate": 3.8817864960472236e-05,
1679
+ "loss": 8.4465,
1680
+ "step": 233
1681
+ },
1682
+ {
1683
+ "epoch": 0.02528158171947168,
1684
+ "grad_norm": 5.9138503074646,
1685
+ "learning_rate": 3.842566535205286e-05,
1686
+ "loss": 7.7514,
1687
+ "step": 234
1688
+ },
1689
+ {
1690
+ "epoch": 0.02538962266699079,
1691
+ "grad_norm": 6.0712738037109375,
1692
+ "learning_rate": 3.803421678562213e-05,
1693
+ "loss": 7.8649,
1694
+ "step": 235
1695
+ },
1696
+ {
1697
+ "epoch": 0.025497663614509898,
1698
+ "grad_norm": 6.2299652099609375,
1699
+ "learning_rate": 3.764354466171652e-05,
1700
+ "loss": 8.2885,
1701
+ "step": 236
1702
+ },
1703
+ {
1704
+ "epoch": 0.02560570456202901,
1705
+ "grad_norm": 6.322656154632568,
1706
+ "learning_rate": 3.725367433049033e-05,
1707
+ "loss": 7.0295,
1708
+ "step": 237
1709
+ },
1710
+ {
1711
+ "epoch": 0.02571374550954812,
1712
+ "grad_norm": 5.935736656188965,
1713
+ "learning_rate": 3.6864631090070655e-05,
1714
+ "loss": 7.6595,
1715
+ "step": 238
1716
+ },
1717
+ {
1718
+ "epoch": 0.025821786457067227,
1719
+ "grad_norm": 7.882625102996826,
1720
+ "learning_rate": 3.6476440184915815e-05,
1721
+ "loss": 8.8297,
1722
+ "step": 239
1723
+ },
1724
+ {
1725
+ "epoch": 0.02592982740458634,
1726
+ "grad_norm": 6.351822376251221,
1727
+ "learning_rate": 3.608912680417737e-05,
1728
+ "loss": 7.6028,
1729
+ "step": 240
1730
+ },
1731
+ {
1732
+ "epoch": 0.026037868352105448,
1733
+ "grad_norm": 6.599503517150879,
1734
+ "learning_rate": 3.570271608006555e-05,
1735
+ "loss": 7.4339,
1736
+ "step": 241
1737
+ },
1738
+ {
1739
+ "epoch": 0.026145909299624556,
1740
+ "grad_norm": 6.108438491821289,
1741
+ "learning_rate": 3.531723308621847e-05,
1742
+ "loss": 7.5243,
1743
+ "step": 242
1744
+ },
1745
+ {
1746
+ "epoch": 0.026253950247143668,
1747
+ "grad_norm": 6.1683783531188965,
1748
+ "learning_rate": 3.493270283607522e-05,
1749
+ "loss": 7.6404,
1750
+ "step": 243
1751
+ },
1752
+ {
1753
+ "epoch": 0.026361991194662777,
1754
+ "grad_norm": 6.002394676208496,
1755
+ "learning_rate": 3.4549150281252636e-05,
1756
+ "loss": 7.7044,
1757
+ "step": 244
1758
+ },
1759
+ {
1760
+ "epoch": 0.026470032142181885,
1761
+ "grad_norm": 6.1193156242370605,
1762
+ "learning_rate": 3.4166600309926387e-05,
1763
+ "loss": 7.3726,
1764
+ "step": 245
1765
+ },
1766
+ {
1767
+ "epoch": 0.026578073089700997,
1768
+ "grad_norm": 5.775542259216309,
1769
+ "learning_rate": 3.3785077745215873e-05,
1770
+ "loss": 7.6895,
1771
+ "step": 246
1772
+ },
1773
+ {
1774
+ "epoch": 0.026686114037220106,
1775
+ "grad_norm": 6.05790376663208,
1776
+ "learning_rate": 3.340460734357359e-05,
1777
+ "loss": 7.3421,
1778
+ "step": 247
1779
+ },
1780
+ {
1781
+ "epoch": 0.026794154984739218,
1782
+ "grad_norm": 6.469996929168701,
1783
+ "learning_rate": 3.3025213793178646e-05,
1784
+ "loss": 7.5728,
1785
+ "step": 248
1786
+ },
1787
+ {
1788
+ "epoch": 0.026902195932258326,
1789
+ "grad_norm": 6.183184623718262,
1790
+ "learning_rate": 3.264692171233485e-05,
1791
+ "loss": 7.4667,
1792
+ "step": 249
1793
+ },
1794
+ {
1795
+ "epoch": 0.027010236879777435,
1796
+ "grad_norm": 7.3603692054748535,
1797
+ "learning_rate": 3.226975564787322e-05,
1798
+ "loss": 7.5569,
1799
+ "step": 250
1800
+ },
1801
+ {
1802
+ "epoch": 0.027010236879777435,
1803
+ "eval_loss": 2.0691401958465576,
1804
+ "eval_runtime": 115.3475,
1805
+ "eval_samples_per_second": 135.148,
1806
+ "eval_steps_per_second": 33.794,
1807
+ "step": 250
1808
+ },
1809
+ {
1810
+ "epoch": 0.027118277827296547,
1811
+ "grad_norm": 9.313230514526367,
1812
+ "learning_rate": 3.189374007355917e-05,
1813
+ "loss": 9.5615,
1814
+ "step": 251
1815
+ },
1816
+ {
1817
+ "epoch": 0.027226318774815655,
1818
+ "grad_norm": 7.8498969078063965,
1819
+ "learning_rate": 3.151889938850445e-05,
1820
+ "loss": 9.9529,
1821
+ "step": 252
1822
+ },
1823
+ {
1824
+ "epoch": 0.027334359722334764,
1825
+ "grad_norm": 7.026669025421143,
1826
+ "learning_rate": 3.114525791558398e-05,
1827
+ "loss": 9.4969,
1828
+ "step": 253
1829
+ },
1830
+ {
1831
+ "epoch": 0.027442400669853876,
1832
+ "grad_norm": 6.743854522705078,
1833
+ "learning_rate": 3.0772839899857464e-05,
1834
+ "loss": 9.6743,
1835
+ "step": 254
1836
+ },
1837
+ {
1838
+ "epoch": 0.027550441617372984,
1839
+ "grad_norm": 6.488364219665527,
1840
+ "learning_rate": 3.0401669506996256e-05,
1841
+ "loss": 10.3293,
1842
+ "step": 255
1843
+ },
1844
+ {
1845
+ "epoch": 0.027658482564892093,
1846
+ "grad_norm": 6.20983362197876,
1847
+ "learning_rate": 3.003177082171523e-05,
1848
+ "loss": 9.623,
1849
+ "step": 256
1850
+ },
1851
+ {
1852
+ "epoch": 0.027766523512411205,
1853
+ "grad_norm": 6.174509525299072,
1854
+ "learning_rate": 2.9663167846209998e-05,
1855
+ "loss": 9.7071,
1856
+ "step": 257
1857
+ },
1858
+ {
1859
+ "epoch": 0.027874564459930314,
1860
+ "grad_norm": 6.855802059173584,
1861
+ "learning_rate": 2.9295884498599414e-05,
1862
+ "loss": 9.6577,
1863
+ "step": 258
1864
+ },
1865
+ {
1866
+ "epoch": 0.027982605407449422,
1867
+ "grad_norm": 6.102505683898926,
1868
+ "learning_rate": 2.8929944611373554e-05,
1869
+ "loss": 9.0591,
1870
+ "step": 259
1871
+ },
1872
+ {
1873
+ "epoch": 0.028090646354968534,
1874
+ "grad_norm": 6.577708721160889,
1875
+ "learning_rate": 2.8565371929847284e-05,
1876
+ "loss": 9.607,
1877
+ "step": 260
1878
+ },
1879
+ {
1880
+ "epoch": 0.028198687302487643,
1881
+ "grad_norm": 6.475739479064941,
1882
+ "learning_rate": 2.8202190110619493e-05,
1883
+ "loss": 9.1624,
1884
+ "step": 261
1885
+ },
1886
+ {
1887
+ "epoch": 0.02830672825000675,
1888
+ "grad_norm": 7.7596001625061035,
1889
+ "learning_rate": 2.784042272003794e-05,
1890
+ "loss": 9.9397,
1891
+ "step": 262
1892
+ },
1893
+ {
1894
+ "epoch": 0.028414769197525863,
1895
+ "grad_norm": 7.516853332519531,
1896
+ "learning_rate": 2.7480093232670158e-05,
1897
+ "loss": 9.8481,
1898
+ "step": 263
1899
+ },
1900
+ {
1901
+ "epoch": 0.02852281014504497,
1902
+ "grad_norm": 7.379636287689209,
1903
+ "learning_rate": 2.712122502978024e-05,
1904
+ "loss": 10.2926,
1905
+ "step": 264
1906
+ },
1907
+ {
1908
+ "epoch": 0.02863085109256408,
1909
+ "grad_norm": 8.061079025268555,
1910
+ "learning_rate": 2.6763841397811573e-05,
1911
+ "loss": 9.2398,
1912
+ "step": 265
1913
+ },
1914
+ {
1915
+ "epoch": 0.028738892040083192,
1916
+ "grad_norm": 8.05746841430664,
1917
+ "learning_rate": 2.64079655268759e-05,
1918
+ "loss": 8.8153,
1919
+ "step": 266
1920
+ },
1921
+ {
1922
+ "epoch": 0.0288469329876023,
1923
+ "grad_norm": 6.836451053619385,
1924
+ "learning_rate": 2.605362050924848e-05,
1925
+ "loss": 9.0268,
1926
+ "step": 267
1927
+ },
1928
+ {
1929
+ "epoch": 0.02895497393512141,
1930
+ "grad_norm": 6.054388046264648,
1931
+ "learning_rate": 2.57008293378697e-05,
1932
+ "loss": 7.8709,
1933
+ "step": 268
1934
+ },
1935
+ {
1936
+ "epoch": 0.02906301488264052,
1937
+ "grad_norm": 6.513256549835205,
1938
+ "learning_rate": 2.534961490485313e-05,
1939
+ "loss": 8.5975,
1940
+ "step": 269
1941
+ },
1942
+ {
1943
+ "epoch": 0.02917105583015963,
1944
+ "grad_norm": 6.061592102050781,
1945
+ "learning_rate": 2.500000000000001e-05,
1946
+ "loss": 8.5225,
1947
+ "step": 270
1948
+ },
1949
+ {
1950
+ "epoch": 0.029279096777678742,
1951
+ "grad_norm": 6.279740333557129,
1952
+ "learning_rate": 2.4652007309320498e-05,
1953
+ "loss": 8.2566,
1954
+ "step": 271
1955
+ },
1956
+ {
1957
+ "epoch": 0.02938713772519785,
1958
+ "grad_norm": 7.238640785217285,
1959
+ "learning_rate": 2.430565941356157e-05,
1960
+ "loss": 8.6942,
1961
+ "step": 272
1962
+ },
1963
+ {
1964
+ "epoch": 0.02949517867271696,
1965
+ "grad_norm": 5.981517314910889,
1966
+ "learning_rate": 2.3960978786741877e-05,
1967
+ "loss": 8.282,
1968
+ "step": 273
1969
+ },
1970
+ {
1971
+ "epoch": 0.02960321962023607,
1972
+ "grad_norm": 5.895859718322754,
1973
+ "learning_rate": 2.361798779469336e-05,
1974
+ "loss": 7.5905,
1975
+ "step": 274
1976
+ },
1977
+ {
1978
+ "epoch": 0.02971126056775518,
1979
+ "grad_norm": 5.94305944442749,
1980
+ "learning_rate": 2.3276708693609943e-05,
1981
+ "loss": 8.4324,
1982
+ "step": 275
1983
+ },
1984
+ {
1985
+ "epoch": 0.029819301515274288,
1986
+ "grad_norm": 6.111569881439209,
1987
+ "learning_rate": 2.2937163628603435e-05,
1988
+ "loss": 8.4359,
1989
+ "step": 276
1990
+ },
1991
+ {
1992
+ "epoch": 0.0299273424627934,
1993
+ "grad_norm": 6.170668601989746,
1994
+ "learning_rate": 2.259937463226651e-05,
1995
+ "loss": 8.044,
1996
+ "step": 277
1997
+ },
1998
+ {
1999
+ "epoch": 0.03003538341031251,
2000
+ "grad_norm": 6.02022647857666,
2001
+ "learning_rate": 2.2263363623243054e-05,
2002
+ "loss": 7.4763,
2003
+ "step": 278
2004
+ },
2005
+ {
2006
+ "epoch": 0.030143424357831617,
2007
+ "grad_norm": 6.0727643966674805,
2008
+ "learning_rate": 2.192915240480596e-05,
2009
+ "loss": 8.1001,
2010
+ "step": 279
2011
+ },
2012
+ {
2013
+ "epoch": 0.03025146530535073,
2014
+ "grad_norm": 6.28542947769165,
2015
+ "learning_rate": 2.1596762663442218e-05,
2016
+ "loss": 8.3284,
2017
+ "step": 280
2018
+ },
2019
+ {
2020
+ "epoch": 0.030359506252869838,
2021
+ "grad_norm": 5.896113872528076,
2022
+ "learning_rate": 2.1266215967445824e-05,
2023
+ "loss": 7.6581,
2024
+ "step": 281
2025
+ },
2026
+ {
2027
+ "epoch": 0.030467547200388946,
2028
+ "grad_norm": 6.308555603027344,
2029
+ "learning_rate": 2.0937533765518187e-05,
2030
+ "loss": 8.4085,
2031
+ "step": 282
2032
+ },
2033
+ {
2034
+ "epoch": 0.030575588147908058,
2035
+ "grad_norm": 6.037327289581299,
2036
+ "learning_rate": 2.061073738537635e-05,
2037
+ "loss": 7.9208,
2038
+ "step": 283
2039
+ },
2040
+ {
2041
+ "epoch": 0.030683629095427167,
2042
+ "grad_norm": 5.352879524230957,
2043
+ "learning_rate": 2.0285848032369137e-05,
2044
+ "loss": 7.9334,
2045
+ "step": 284
2046
+ },
2047
+ {
2048
+ "epoch": 0.030791670042946275,
2049
+ "grad_norm": 5.419848442077637,
2050
+ "learning_rate": 1.996288678810105e-05,
2051
+ "loss": 7.8057,
2052
+ "step": 285
2053
+ },
2054
+ {
2055
+ "epoch": 0.030899710990465387,
2056
+ "grad_norm": 6.514065265655518,
2057
+ "learning_rate": 1.9641874609064443e-05,
2058
+ "loss": 8.2645,
2059
+ "step": 286
2060
+ },
2061
+ {
2062
+ "epoch": 0.031007751937984496,
2063
+ "grad_norm": 5.476831912994385,
2064
+ "learning_rate": 1.932283232527956e-05,
2065
+ "loss": 7.5666,
2066
+ "step": 287
2067
+ },
2068
+ {
2069
+ "epoch": 0.031115792885503604,
2070
+ "grad_norm": 6.499022960662842,
2071
+ "learning_rate": 1.9005780638942982e-05,
2072
+ "loss": 7.3987,
2073
+ "step": 288
2074
+ },
2075
+ {
2076
+ "epoch": 0.031223833833022716,
2077
+ "grad_norm": 5.979431629180908,
2078
+ "learning_rate": 1.8690740123084316e-05,
2079
+ "loss": 8.1492,
2080
+ "step": 289
2081
+ },
2082
+ {
2083
+ "epoch": 0.03133187478054183,
2084
+ "grad_norm": 6.137941837310791,
2085
+ "learning_rate": 1.837773122023114e-05,
2086
+ "loss": 7.8641,
2087
+ "step": 290
2088
+ },
2089
+ {
2090
+ "epoch": 0.03143991572806094,
2091
+ "grad_norm": 5.927407741546631,
2092
+ "learning_rate": 1.8066774241082612e-05,
2093
+ "loss": 7.3963,
2094
+ "step": 291
2095
+ },
2096
+ {
2097
+ "epoch": 0.031547956675580045,
2098
+ "grad_norm": 6.00791072845459,
2099
+ "learning_rate": 1.7757889363191483e-05,
2100
+ "loss": 7.7847,
2101
+ "step": 292
2102
+ },
2103
+ {
2104
+ "epoch": 0.031655997623099154,
2105
+ "grad_norm": 6.854775905609131,
2106
+ "learning_rate": 1.745109662965481e-05,
2107
+ "loss": 8.8422,
2108
+ "step": 293
2109
+ },
2110
+ {
2111
+ "epoch": 0.03176403857061826,
2112
+ "grad_norm": 6.46966552734375,
2113
+ "learning_rate": 1.714641594781347e-05,
2114
+ "loss": 7.2163,
2115
+ "step": 294
2116
+ },
2117
+ {
2118
+ "epoch": 0.03187207951813737,
2119
+ "grad_norm": 6.053075790405273,
2120
+ "learning_rate": 1.684386708796025e-05,
2121
+ "loss": 6.8105,
2122
+ "step": 295
2123
+ },
2124
+ {
2125
+ "epoch": 0.031980120465656486,
2126
+ "grad_norm": 5.967854976654053,
2127
+ "learning_rate": 1.6543469682057106e-05,
2128
+ "loss": 7.4358,
2129
+ "step": 296
2130
+ },
2131
+ {
2132
+ "epoch": 0.032088161413175595,
2133
+ "grad_norm": 8.59872055053711,
2134
+ "learning_rate": 1.62452432224612e-05,
2135
+ "loss": 7.5239,
2136
+ "step": 297
2137
+ },
2138
+ {
2139
+ "epoch": 0.0321962023606947,
2140
+ "grad_norm": 6.08354377746582,
2141
+ "learning_rate": 1.5949207060660138e-05,
2142
+ "loss": 6.5361,
2143
+ "step": 298
2144
+ },
2145
+ {
2146
+ "epoch": 0.03230424330821381,
2147
+ "grad_norm": 6.237763404846191,
2148
+ "learning_rate": 1.5655380406016235e-05,
2149
+ "loss": 7.4958,
2150
+ "step": 299
2151
+ },
2152
+ {
2153
+ "epoch": 0.03241228425573292,
2154
+ "grad_norm": 6.916268348693848,
2155
+ "learning_rate": 1.536378232452003e-05,
2156
+ "loss": 7.5241,
2157
+ "step": 300
2158
+ },
2159
+ {
2160
+ "epoch": 0.03241228425573292,
2161
+ "eval_loss": 2.053741931915283,
2162
+ "eval_runtime": 115.0523,
2163
+ "eval_samples_per_second": 135.495,
2164
+ "eval_steps_per_second": 33.88,
2165
+ "step": 300
2166
+ },
2167
+ {
2168
+ "epoch": 0.032520325203252036,
2169
+ "grad_norm": 6.254822254180908,
2170
+ "learning_rate": 1.5074431737553157e-05,
2171
+ "loss": 9.3599,
2172
+ "step": 301
2173
+ },
2174
+ {
2175
+ "epoch": 0.032628366150771144,
2176
+ "grad_norm": 6.089899063110352,
2177
+ "learning_rate": 1.4787347420660541e-05,
2178
+ "loss": 8.4131,
2179
+ "step": 302
2180
+ },
2181
+ {
2182
+ "epoch": 0.03273640709829025,
2183
+ "grad_norm": 5.919285297393799,
2184
+ "learning_rate": 1.4502548002332088e-05,
2185
+ "loss": 8.6915,
2186
+ "step": 303
2187
+ },
2188
+ {
2189
+ "epoch": 0.03284444804580936,
2190
+ "grad_norm": 6.067819118499756,
2191
+ "learning_rate": 1.422005196279395e-05,
2192
+ "loss": 9.2732,
2193
+ "step": 304
2194
+ },
2195
+ {
2196
+ "epoch": 0.03295248899332847,
2197
+ "grad_norm": 6.743030548095703,
2198
+ "learning_rate": 1.3939877632809278e-05,
2199
+ "loss": 8.751,
2200
+ "step": 305
2201
+ },
2202
+ {
2203
+ "epoch": 0.03306052994084758,
2204
+ "grad_norm": 6.73060941696167,
2205
+ "learning_rate": 1.3662043192488849e-05,
2206
+ "loss": 9.1521,
2207
+ "step": 306
2208
+ },
2209
+ {
2210
+ "epoch": 0.033168570888366694,
2211
+ "grad_norm": 6.7592692375183105,
2212
+ "learning_rate": 1.338656667011134e-05,
2213
+ "loss": 9.3304,
2214
+ "step": 307
2215
+ },
2216
+ {
2217
+ "epoch": 0.0332766118358858,
2218
+ "grad_norm": 6.547572612762451,
2219
+ "learning_rate": 1.3113465940953495e-05,
2220
+ "loss": 9.2182,
2221
+ "step": 308
2222
+ },
2223
+ {
2224
+ "epoch": 0.03338465278340491,
2225
+ "grad_norm": 6.383881092071533,
2226
+ "learning_rate": 1.2842758726130283e-05,
2227
+ "loss": 9.5055,
2228
+ "step": 309
2229
+ },
2230
+ {
2231
+ "epoch": 0.03349269373092402,
2232
+ "grad_norm": 6.692324638366699,
2233
+ "learning_rate": 1.257446259144494e-05,
2234
+ "loss": 8.9902,
2235
+ "step": 310
2236
+ },
2237
+ {
2238
+ "epoch": 0.03360073467844313,
2239
+ "grad_norm": 7.0665693283081055,
2240
+ "learning_rate": 1.2308594946249163e-05,
2241
+ "loss": 8.8019,
2242
+ "step": 311
2243
+ },
2244
+ {
2245
+ "epoch": 0.03370877562596224,
2246
+ "grad_norm": 7.003227710723877,
2247
+ "learning_rate": 1.204517304231343e-05,
2248
+ "loss": 8.8641,
2249
+ "step": 312
2250
+ },
2251
+ {
2252
+ "epoch": 0.03381681657348135,
2253
+ "grad_norm": 7.349424362182617,
2254
+ "learning_rate": 1.178421397270758e-05,
2255
+ "loss": 8.4573,
2256
+ "step": 313
2257
+ },
2258
+ {
2259
+ "epoch": 0.03392485752100046,
2260
+ "grad_norm": 8.244421005249023,
2261
+ "learning_rate": 1.1525734670691701e-05,
2262
+ "loss": 10.0232,
2263
+ "step": 314
2264
+ },
2265
+ {
2266
+ "epoch": 0.03403289846851957,
2267
+ "grad_norm": 8.246767044067383,
2268
+ "learning_rate": 1.1269751908617277e-05,
2269
+ "loss": 10.3621,
2270
+ "step": 315
2271
+ },
2272
+ {
2273
+ "epoch": 0.03414093941603868,
2274
+ "grad_norm": 6.383902549743652,
2275
+ "learning_rate": 1.1016282296838887e-05,
2276
+ "loss": 8.0012,
2277
+ "step": 316
2278
+ },
2279
+ {
2280
+ "epoch": 0.034248980363557786,
2281
+ "grad_norm": 5.878174781799316,
2282
+ "learning_rate": 1.0765342282636416e-05,
2283
+ "loss": 7.9243,
2284
+ "step": 317
2285
+ },
2286
+ {
2287
+ "epoch": 0.034357021311076895,
2288
+ "grad_norm": 6.218156337738037,
2289
+ "learning_rate": 1.0516948149147754e-05,
2290
+ "loss": 8.6523,
2291
+ "step": 318
2292
+ },
2293
+ {
2294
+ "epoch": 0.03446506225859601,
2295
+ "grad_norm": 6.337827682495117,
2296
+ "learning_rate": 1.0271116014312293e-05,
2297
+ "loss": 8.2696,
2298
+ "step": 319
2299
+ },
2300
+ {
2301
+ "epoch": 0.03457310320611512,
2302
+ "grad_norm": 6.41033411026001,
2303
+ "learning_rate": 1.0027861829824952e-05,
2304
+ "loss": 7.7903,
2305
+ "step": 320
2306
+ },
2307
+ {
2308
+ "epoch": 0.03468114415363423,
2309
+ "grad_norm": 6.240384578704834,
2310
+ "learning_rate": 9.787201380101157e-06,
2311
+ "loss": 8.5925,
2312
+ "step": 321
2313
+ },
2314
+ {
2315
+ "epoch": 0.034789185101153336,
2316
+ "grad_norm": 7.1170268058776855,
2317
+ "learning_rate": 9.549150281252633e-06,
2318
+ "loss": 9.1973,
2319
+ "step": 322
2320
+ },
2321
+ {
2322
+ "epoch": 0.034897226048672444,
2323
+ "grad_norm": 5.730892181396484,
2324
+ "learning_rate": 9.313723980074018e-06,
2325
+ "loss": 8.3811,
2326
+ "step": 323
2327
+ },
2328
+ {
2329
+ "epoch": 0.03500526699619156,
2330
+ "grad_norm": 6.933986663818359,
2331
+ "learning_rate": 9.080937753040646e-06,
2332
+ "loss": 8.3901,
2333
+ "step": 324
2334
+ },
2335
+ {
2336
+ "epoch": 0.03511330794371067,
2337
+ "grad_norm": 5.97364616394043,
2338
+ "learning_rate": 8.850806705317183e-06,
2339
+ "loss": 8.2894,
2340
+ "step": 325
2341
+ },
2342
+ {
2343
+ "epoch": 0.03522134889122978,
2344
+ "grad_norm": 5.931866645812988,
2345
+ "learning_rate": 8.623345769777514e-06,
2346
+ "loss": 7.9003,
2347
+ "step": 326
2348
+ },
2349
+ {
2350
+ "epoch": 0.035329389838748886,
2351
+ "grad_norm": 5.838757514953613,
2352
+ "learning_rate": 8.398569706035792e-06,
2353
+ "loss": 8.0021,
2354
+ "step": 327
2355
+ },
2356
+ {
2357
+ "epoch": 0.035437430786267994,
2358
+ "grad_norm": 6.679520130157471,
2359
+ "learning_rate": 8.176493099488663e-06,
2360
+ "loss": 8.1413,
2361
+ "step": 328
2362
+ },
2363
+ {
2364
+ "epoch": 0.0355454717337871,
2365
+ "grad_norm": 5.875443935394287,
2366
+ "learning_rate": 7.957130360368898e-06,
2367
+ "loss": 7.6731,
2368
+ "step": 329
2369
+ },
2370
+ {
2371
+ "epoch": 0.03565351268130622,
2372
+ "grad_norm": 6.016922950744629,
2373
+ "learning_rate": 7.740495722810271e-06,
2374
+ "loss": 8.3983,
2375
+ "step": 330
2376
+ },
2377
+ {
2378
+ "epoch": 0.03576155362882533,
2379
+ "grad_norm": 5.992407321929932,
2380
+ "learning_rate": 7.526603243923957e-06,
2381
+ "loss": 7.9567,
2382
+ "step": 331
2383
+ },
2384
+ {
2385
+ "epoch": 0.035869594576344435,
2386
+ "grad_norm": 5.880970478057861,
2387
+ "learning_rate": 7.315466802886401e-06,
2388
+ "loss": 7.2359,
2389
+ "step": 332
2390
+ },
2391
+ {
2392
+ "epoch": 0.035977635523863544,
2393
+ "grad_norm": 5.79258918762207,
2394
+ "learning_rate": 7.107100100038671e-06,
2395
+ "loss": 7.7145,
2396
+ "step": 333
2397
+ },
2398
+ {
2399
+ "epoch": 0.03608567647138265,
2400
+ "grad_norm": 5.844397068023682,
2401
+ "learning_rate": 6.901516655997536e-06,
2402
+ "loss": 7.9453,
2403
+ "step": 334
2404
+ },
2405
+ {
2406
+ "epoch": 0.03619371741890176,
2407
+ "grad_norm": 5.7364959716796875,
2408
+ "learning_rate": 6.698729810778065e-06,
2409
+ "loss": 8.5544,
2410
+ "step": 335
2411
+ },
2412
+ {
2413
+ "epoch": 0.036301758366420876,
2414
+ "grad_norm": 6.327230453491211,
2415
+ "learning_rate": 6.498752722928042e-06,
2416
+ "loss": 8.5004,
2417
+ "step": 336
2418
+ },
2419
+ {
2420
+ "epoch": 0.036409799313939985,
2421
+ "grad_norm": 5.931788444519043,
2422
+ "learning_rate": 6.301598368674105e-06,
2423
+ "loss": 7.5566,
2424
+ "step": 337
2425
+ },
2426
+ {
2427
+ "epoch": 0.03651784026145909,
2428
+ "grad_norm": 6.943851470947266,
2429
+ "learning_rate": 6.107279541079769e-06,
2430
+ "loss": 8.8721,
2431
+ "step": 338
2432
+ },
2433
+ {
2434
+ "epoch": 0.0366258812089782,
2435
+ "grad_norm": 5.852832317352295,
2436
+ "learning_rate": 5.915808849215304e-06,
2437
+ "loss": 7.4767,
2438
+ "step": 339
2439
+ },
2440
+ {
2441
+ "epoch": 0.03673392215649731,
2442
+ "grad_norm": 6.5082831382751465,
2443
+ "learning_rate": 5.727198717339511e-06,
2444
+ "loss": 7.6312,
2445
+ "step": 340
2446
+ },
2447
+ {
2448
+ "epoch": 0.03684196310401642,
2449
+ "grad_norm": 6.173208236694336,
2450
+ "learning_rate": 5.54146138409355e-06,
2451
+ "loss": 7.533,
2452
+ "step": 341
2453
+ },
2454
+ {
2455
+ "epoch": 0.036950004051535534,
2456
+ "grad_norm": 6.1333770751953125,
2457
+ "learning_rate": 5.358608901706802e-06,
2458
+ "loss": 7.5421,
2459
+ "step": 342
2460
+ },
2461
+ {
2462
+ "epoch": 0.03705804499905464,
2463
+ "grad_norm": 5.9275221824646,
2464
+ "learning_rate": 5.178653135214812e-06,
2465
+ "loss": 7.2025,
2466
+ "step": 343
2467
+ },
2468
+ {
2469
+ "epoch": 0.03716608594657375,
2470
+ "grad_norm": 6.223897933959961,
2471
+ "learning_rate": 5.001605761689398e-06,
2472
+ "loss": 7.6112,
2473
+ "step": 344
2474
+ },
2475
+ {
2476
+ "epoch": 0.03727412689409286,
2477
+ "grad_norm": 6.675084114074707,
2478
+ "learning_rate": 4.827478269480895e-06,
2479
+ "loss": 8.3083,
2480
+ "step": 345
2481
+ },
2482
+ {
2483
+ "epoch": 0.03738216784161197,
2484
+ "grad_norm": 6.425478935241699,
2485
+ "learning_rate": 4.65628195747273e-06,
2486
+ "loss": 7.0453,
2487
+ "step": 346
2488
+ },
2489
+ {
2490
+ "epoch": 0.037490208789131084,
2491
+ "grad_norm": 6.075550556182861,
2492
+ "learning_rate": 4.488027934348271e-06,
2493
+ "loss": 7.618,
2494
+ "step": 347
2495
+ },
2496
+ {
2497
+ "epoch": 0.03759824973665019,
2498
+ "grad_norm": 7.088095188140869,
2499
+ "learning_rate": 4.322727117869951e-06,
2500
+ "loss": 7.2647,
2501
+ "step": 348
2502
+ },
2503
+ {
2504
+ "epoch": 0.0377062906841693,
2505
+ "grad_norm": 6.340676307678223,
2506
+ "learning_rate": 4.16039023417088e-06,
2507
+ "loss": 7.4927,
2508
+ "step": 349
2509
+ },
2510
+ {
2511
+ "epoch": 0.03781433163168841,
2512
+ "grad_norm": 6.892800807952881,
2513
+ "learning_rate": 4.001027817058789e-06,
2514
+ "loss": 8.0514,
2515
+ "step": 350
2516
+ },
2517
+ {
2518
+ "epoch": 0.03781433163168841,
2519
+ "eval_loss": 2.0433599948883057,
2520
+ "eval_runtime": 115.1621,
2521
+ "eval_samples_per_second": 135.366,
2522
+ "eval_steps_per_second": 33.848,
2523
+ "step": 350
2524
+ },
2525
+ {
2526
+ "epoch": 0.03792237257920752,
2527
+ "grad_norm": 5.631309509277344,
2528
+ "learning_rate": 3.844650207332562e-06,
2529
+ "loss": 8.7049,
2530
+ "step": 351
2531
+ },
2532
+ {
2533
+ "epoch": 0.03803041352672663,
2534
+ "grad_norm": 5.660338401794434,
2535
+ "learning_rate": 3.691267552111183e-06,
2536
+ "loss": 9.3552,
2537
+ "step": 352
2538
+ },
2539
+ {
2540
+ "epoch": 0.03813845447424574,
2541
+ "grad_norm": 5.268484592437744,
2542
+ "learning_rate": 3.54088980417534e-06,
2543
+ "loss": 8.9509,
2544
+ "step": 353
2545
+ },
2546
+ {
2547
+ "epoch": 0.03824649542176485,
2548
+ "grad_norm": 5.486105442047119,
2549
+ "learning_rate": 3.393526721321616e-06,
2550
+ "loss": 9.506,
2551
+ "step": 354
2552
+ },
2553
+ {
2554
+ "epoch": 0.03835453636928396,
2555
+ "grad_norm": 5.614705562591553,
2556
+ "learning_rate": 3.249187865729264e-06,
2557
+ "loss": 9.3069,
2558
+ "step": 355
2559
+ },
2560
+ {
2561
+ "epoch": 0.03846257731680307,
2562
+ "grad_norm": 5.934595108032227,
2563
+ "learning_rate": 3.1078826033397843e-06,
2564
+ "loss": 9.853,
2565
+ "step": 356
2566
+ },
2567
+ {
2568
+ "epoch": 0.038570618264322176,
2569
+ "grad_norm": 6.226163864135742,
2570
+ "learning_rate": 2.9696201032491434e-06,
2571
+ "loss": 9.2904,
2572
+ "step": 357
2573
+ },
2574
+ {
2575
+ "epoch": 0.038678659211841285,
2576
+ "grad_norm": 6.73871374130249,
2577
+ "learning_rate": 2.8344093371128424e-06,
2578
+ "loss": 9.5113,
2579
+ "step": 358
2580
+ },
2581
+ {
2582
+ "epoch": 0.0387867001593604,
2583
+ "grad_norm": 6.255570411682129,
2584
+ "learning_rate": 2.70225907856374e-06,
2585
+ "loss": 9.411,
2586
+ "step": 359
2587
+ },
2588
+ {
2589
+ "epoch": 0.03889474110687951,
2590
+ "grad_norm": 6.283417224884033,
2591
+ "learning_rate": 2.573177902642726e-06,
2592
+ "loss": 9.4097,
2593
+ "step": 360
2594
+ },
2595
+ {
2596
+ "epoch": 0.03900278205439862,
2597
+ "grad_norm": 6.409605503082275,
2598
+ "learning_rate": 2.4471741852423237e-06,
2599
+ "loss": 9.2033,
2600
+ "step": 361
2601
+ },
2602
+ {
2603
+ "epoch": 0.039110823001917726,
2604
+ "grad_norm": 7.352389335632324,
2605
+ "learning_rate": 2.324256102563188e-06,
2606
+ "loss": 9.4449,
2607
+ "step": 362
2608
+ },
2609
+ {
2610
+ "epoch": 0.039218863949436834,
2611
+ "grad_norm": 7.120124816894531,
2612
+ "learning_rate": 2.204431630583548e-06,
2613
+ "loss": 9.8474,
2614
+ "step": 363
2615
+ },
2616
+ {
2617
+ "epoch": 0.03932690489695594,
2618
+ "grad_norm": 7.766654014587402,
2619
+ "learning_rate": 2.087708544541689e-06,
2620
+ "loss": 9.8473,
2621
+ "step": 364
2622
+ },
2623
+ {
2624
+ "epoch": 0.03943494584447506,
2625
+ "grad_norm": 8.17552661895752,
2626
+ "learning_rate": 1.974094418431388e-06,
2627
+ "loss": 9.0599,
2628
+ "step": 365
2629
+ },
2630
+ {
2631
+ "epoch": 0.03954298679199417,
2632
+ "grad_norm": 8.220863342285156,
2633
+ "learning_rate": 1.8635966245104664e-06,
2634
+ "loss": 9.3122,
2635
+ "step": 366
2636
+ },
2637
+ {
2638
+ "epoch": 0.039651027739513275,
2639
+ "grad_norm": 7.728892803192139,
2640
+ "learning_rate": 1.7562223328224325e-06,
2641
+ "loss": 9.3417,
2642
+ "step": 367
2643
+ },
2644
+ {
2645
+ "epoch": 0.039759068687032384,
2646
+ "grad_norm": 6.223653793334961,
2647
+ "learning_rate": 1.6519785107311891e-06,
2648
+ "loss": 8.3779,
2649
+ "step": 368
2650
+ },
2651
+ {
2652
+ "epoch": 0.03986710963455149,
2653
+ "grad_norm": 6.235572814941406,
2654
+ "learning_rate": 1.5508719224689717e-06,
2655
+ "loss": 8.5487,
2656
+ "step": 369
2657
+ },
2658
+ {
2659
+ "epoch": 0.03997515058207061,
2660
+ "grad_norm": 6.582572937011719,
2661
+ "learning_rate": 1.4529091286973995e-06,
2662
+ "loss": 8.4263,
2663
+ "step": 370
2664
+ },
2665
+ {
2666
+ "epoch": 0.040083191529589716,
2667
+ "grad_norm": 5.888391971588135,
2668
+ "learning_rate": 1.358096486081778e-06,
2669
+ "loss": 8.8294,
2670
+ "step": 371
2671
+ },
2672
+ {
2673
+ "epoch": 0.040191232477108825,
2674
+ "grad_norm": 6.351579666137695,
2675
+ "learning_rate": 1.2664401468786114e-06,
2676
+ "loss": 8.6448,
2677
+ "step": 372
2678
+ },
2679
+ {
2680
+ "epoch": 0.040299273424627934,
2681
+ "grad_norm": 5.644065856933594,
2682
+ "learning_rate": 1.1779460585363944e-06,
2683
+ "loss": 8.2641,
2684
+ "step": 373
2685
+ },
2686
+ {
2687
+ "epoch": 0.04040731437214704,
2688
+ "grad_norm": 5.741602897644043,
2689
+ "learning_rate": 1.0926199633097157e-06,
2690
+ "loss": 8.0143,
2691
+ "step": 374
2692
+ },
2693
+ {
2694
+ "epoch": 0.04051535531966615,
2695
+ "grad_norm": 5.9284257888793945,
2696
+ "learning_rate": 1.0104673978866164e-06,
2697
+ "loss": 8.1583,
2698
+ "step": 375
2699
+ },
2700
+ {
2701
+ "epoch": 0.040623396267185266,
2702
+ "grad_norm": 5.32279109954834,
2703
+ "learning_rate": 9.314936930293283e-07,
2704
+ "loss": 7.3106,
2705
+ "step": 376
2706
+ },
2707
+ {
2708
+ "epoch": 0.040731437214704375,
2709
+ "grad_norm": 5.783631801605225,
2710
+ "learning_rate": 8.557039732283944e-07,
2711
+ "loss": 8.2874,
2712
+ "step": 377
2713
+ },
2714
+ {
2715
+ "epoch": 0.04083947816222348,
2716
+ "grad_norm": 6.149348735809326,
2717
+ "learning_rate": 7.83103156370113e-07,
2718
+ "loss": 8.4637,
2719
+ "step": 378
2720
+ },
2721
+ {
2722
+ "epoch": 0.04094751910974259,
2723
+ "grad_norm": 5.500944137573242,
2724
+ "learning_rate": 7.136959534174592e-07,
2725
+ "loss": 7.5861,
2726
+ "step": 379
2727
+ },
2728
+ {
2729
+ "epoch": 0.0410555600572617,
2730
+ "grad_norm": 5.841290473937988,
2731
+ "learning_rate": 6.474868681043578e-07,
2732
+ "loss": 8.4116,
2733
+ "step": 380
2734
+ },
2735
+ {
2736
+ "epoch": 0.04116360100478081,
2737
+ "grad_norm": 6.573764324188232,
2738
+ "learning_rate": 5.844801966434832e-07,
2739
+ "loss": 8.0255,
2740
+ "step": 381
2741
+ },
2742
+ {
2743
+ "epoch": 0.041271641952299924,
2744
+ "grad_norm": 5.995673656463623,
2745
+ "learning_rate": 5.246800274474439e-07,
2746
+ "loss": 8.016,
2747
+ "step": 382
2748
+ },
2749
+ {
2750
+ "epoch": 0.04137968289981903,
2751
+ "grad_norm": 5.526469707489014,
2752
+ "learning_rate": 4.680902408635335e-07,
2753
+ "loss": 6.731,
2754
+ "step": 383
2755
+ },
2756
+ {
2757
+ "epoch": 0.04148772384733814,
2758
+ "grad_norm": 5.704468727111816,
2759
+ "learning_rate": 4.1471450892189846e-07,
2760
+ "loss": 8.5023,
2761
+ "step": 384
2762
+ },
2763
+ {
2764
+ "epoch": 0.04159576479485725,
2765
+ "grad_norm": 5.787525653839111,
2766
+ "learning_rate": 3.6455629509730136e-07,
2767
+ "loss": 7.3527,
2768
+ "step": 385
2769
+ },
2770
+ {
2771
+ "epoch": 0.04170380574237636,
2772
+ "grad_norm": 5.8779826164245605,
2773
+ "learning_rate": 3.1761885408435054e-07,
2774
+ "loss": 7.3271,
2775
+ "step": 386
2776
+ },
2777
+ {
2778
+ "epoch": 0.041811846689895474,
2779
+ "grad_norm": 6.692193031311035,
2780
+ "learning_rate": 2.7390523158633554e-07,
2781
+ "loss": 8.3191,
2782
+ "step": 387
2783
+ },
2784
+ {
2785
+ "epoch": 0.04191988763741458,
2786
+ "grad_norm": 5.60263729095459,
2787
+ "learning_rate": 2.334182641175686e-07,
2788
+ "loss": 7.3696,
2789
+ "step": 388
2790
+ },
2791
+ {
2792
+ "epoch": 0.04202792858493369,
2793
+ "grad_norm": 5.651635646820068,
2794
+ "learning_rate": 1.9616057881935436e-07,
2795
+ "loss": 7.5317,
2796
+ "step": 389
2797
+ },
2798
+ {
2799
+ "epoch": 0.0421359695324528,
2800
+ "grad_norm": 5.918252468109131,
2801
+ "learning_rate": 1.6213459328950352e-07,
2802
+ "loss": 7.3184,
2803
+ "step": 390
2804
+ },
2805
+ {
2806
+ "epoch": 0.04224401047997191,
2807
+ "grad_norm": 6.036238193511963,
2808
+ "learning_rate": 1.3134251542544774e-07,
2809
+ "loss": 7.8446,
2810
+ "step": 391
2811
+ },
2812
+ {
2813
+ "epoch": 0.042352051427491016,
2814
+ "grad_norm": 6.3520026206970215,
2815
+ "learning_rate": 1.0378634328099269e-07,
2816
+ "loss": 8.1824,
2817
+ "step": 392
2818
+ },
2819
+ {
2820
+ "epoch": 0.04246009237501013,
2821
+ "grad_norm": 6.46418571472168,
2822
+ "learning_rate": 7.946786493666647e-08,
2823
+ "loss": 7.659,
2824
+ "step": 393
2825
+ },
2826
+ {
2827
+ "epoch": 0.04256813332252924,
2828
+ "grad_norm": 5.847161769866943,
2829
+ "learning_rate": 5.838865838366792e-08,
2830
+ "loss": 8.2132,
2831
+ "step": 394
2832
+ },
2833
+ {
2834
+ "epoch": 0.04267617427004835,
2835
+ "grad_norm": 6.146355152130127,
2836
+ "learning_rate": 4.055009142152067e-08,
2837
+ "loss": 7.246,
2838
+ "step": 395
2839
+ },
2840
+ {
2841
+ "epoch": 0.04278421521756746,
2842
+ "grad_norm": 5.900009632110596,
2843
+ "learning_rate": 2.595332156925534e-08,
2844
+ "loss": 7.0707,
2845
+ "step": 396
2846
+ },
2847
+ {
2848
+ "epoch": 0.042892256165086566,
2849
+ "grad_norm": 6.352588176727295,
2850
+ "learning_rate": 1.4599295990352924e-08,
2851
+ "loss": 7.6673,
2852
+ "step": 397
2853
+ },
2854
+ {
2855
+ "epoch": 0.043000297112605675,
2856
+ "grad_norm": 6.337165832519531,
2857
+ "learning_rate": 6.488751431266149e-09,
2858
+ "loss": 7.1714,
2859
+ "step": 398
2860
+ },
2861
+ {
2862
+ "epoch": 0.04310833806012479,
2863
+ "grad_norm": 6.5900983810424805,
2864
+ "learning_rate": 1.622214173602199e-09,
2865
+ "loss": 7.6794,
2866
+ "step": 399
2867
+ },
2868
+ {
2869
+ "epoch": 0.0432163790076439,
2870
+ "grad_norm": 7.042119979858398,
2871
+ "learning_rate": 0.0,
2872
+ "loss": 7.131,
2873
+ "step": 400
2874
+ },
2875
+ {
2876
+ "epoch": 0.0432163790076439,
2877
+ "eval_loss": 2.0413002967834473,
2878
+ "eval_runtime": 115.0871,
2879
+ "eval_samples_per_second": 135.454,
2880
+ "eval_steps_per_second": 33.87,
2881
+ "step": 400
2882
+ }
2883
+ ],
2884
+ "logging_steps": 1,
2885
+ "max_steps": 400,
2886
+ "num_input_tokens_seen": 0,
2887
+ "num_train_epochs": 1,
2888
+ "save_steps": 50,
2889
+ "stateful_callbacks": {
2890
+ "EarlyStoppingCallback": {
2891
+ "args": {
2892
+ "early_stopping_patience": 5,
2893
+ "early_stopping_threshold": 0.0
2894
+ },
2895
+ "attributes": {
2896
+ "early_stopping_patience_counter": 0
2897
+ }
2898
+ },
2899
+ "TrainerControl": {
2900
+ "args": {
2901
+ "should_epoch_stop": false,
2902
+ "should_evaluate": false,
2903
+ "should_log": false,
2904
+ "should_save": true,
2905
+ "should_training_stop": true
2906
+ },
2907
+ "attributes": {}
2908
+ }
2909
+ },
2910
+ "total_flos": 1.0148018821005312e+16,
2911
+ "train_batch_size": 8,
2912
+ "trial_name": null,
2913
+ "trial_params": null
2914
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d32a5451ac3f3c82654c2baaa57dd7c0b734caff475a61d51d4f47c5a3fc68
3
+ size 6840
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
24
+ "clean_up_tokenization_spaces": false,
25
+ "eos_token": "</s>",
26
+ "errors": "replace",
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d32a5451ac3f3c82654c2baaa57dd7c0b734caff475a61d51d4f47c5a3fc68
3
+ size 6840
vocab.json ADDED
The diff for this file is too large to render. See raw diff