Jonathanmann commited on
Commit
62f8266
·
verified ·
1 Parent(s): 2ecec6e

Upload 12 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* 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
 
 
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
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.2-1B
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
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-3.2-1B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
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": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10537d2d22002792e1ac8e8538bbcd3a441994cbc815a0a8790470612ef85c63
3
+ size 6824216
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "meta-llama/Llama-3.2-1B",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 128000,
10
+ "eos_token_id": 128001,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 8192,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 16,
21
+ "num_key_value_heads": 8,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": {
25
+ "factor": 32.0,
26
+ "high_freq_factor": 4.0,
27
+ "low_freq_factor": 1.0,
28
+ "original_max_position_embeddings": 8192,
29
+ "rope_type": "llama3"
30
+ },
31
+ "rope_theta": 500000.0,
32
+ "tie_word_embeddings": true,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.46.2",
35
+ "use_cache": true,
36
+ "vocab_size": 128256
37
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89d296f6d9344bd12e70f36a7751a7c872649d9e0cd5e806943410db1a1d8975
3
+ size 13685562
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3999dbe7fd81ee82657626bacf614e181a00f55ab3158e59b929b2ed6052a6a
3
+ size 14308
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ef07665904841379c613e25046770311b3dc46250ff9db0dfe289e56bc1cde
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "pad_token": "<|end_of_text|>",
3
+ "eos_token": "<|end_of_text|>",
4
+ "unk_token": null
5
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|begin_of_text|>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|end_of_text|>",
5
+ "model_input_names": [
6
+ "input_ids",
7
+ "attention_mask"
8
+ ],
9
+ "model_max_length": 131072,
10
+ "vocab_file": null,
11
+ "name_or_path": "meta-llama/Llama-3.2-1B",
12
+ "padding_side": "right",
13
+ "pad_token": "<|end_of_text|>"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,1473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 2.931408643722534,
3
+ "best_model_checkpoint": "/content/drive/My Drive/Hugh Mann/Llama3.2-1B-SMS-All/checkpoint-1000",
4
+ "epoch": 0.8733307403085699,
5
+ "eval_steps": 50,
6
+ "global_step": 1684,
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.005186049526772981,
13
+ "grad_norm": 4.40848970413208,
14
+ "learning_rate": 5.000000000000001e-07,
15
+ "loss": 5.4447,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.010372099053545962,
20
+ "grad_norm": 3.9115631580352783,
21
+ "learning_rate": 1.0000000000000002e-06,
22
+ "loss": 5.2681,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.015558148580318941,
27
+ "grad_norm": 4.100546836853027,
28
+ "learning_rate": 1.5e-06,
29
+ "loss": 5.3836,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.020744198107091924,
34
+ "grad_norm": 3.005075693130493,
35
+ "learning_rate": 2.0000000000000003e-06,
36
+ "loss": 5.2503,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.025930247633864905,
41
+ "grad_norm": 4.4445929527282715,
42
+ "learning_rate": 2.5e-06,
43
+ "loss": 5.1054,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.025930247633864905,
48
+ "eval_loss": 5.573875904083252,
49
+ "eval_runtime": 86.7128,
50
+ "eval_samples_per_second": 79.066,
51
+ "eval_steps_per_second": 9.883,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.031116297160637883,
56
+ "grad_norm": 4.169810771942139,
57
+ "learning_rate": 3e-06,
58
+ "loss": 5.1836,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.036302346687410864,
63
+ "grad_norm": 3.448535442352295,
64
+ "learning_rate": 3.5e-06,
65
+ "loss": 5.206,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.04148839621418385,
70
+ "grad_norm": 4.423728942871094,
71
+ "learning_rate": 4.000000000000001e-06,
72
+ "loss": 5.1756,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.046674445740956826,
77
+ "grad_norm": 2.7958264350891113,
78
+ "learning_rate": 4.5e-06,
79
+ "loss": 5.0787,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.05186049526772981,
84
+ "grad_norm": 3.927069902420044,
85
+ "learning_rate": 5e-06,
86
+ "loss": 5.2152,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.05186049526772981,
91
+ "eval_loss": 5.308503150939941,
92
+ "eval_runtime": 86.6743,
93
+ "eval_samples_per_second": 79.101,
94
+ "eval_steps_per_second": 9.888,
95
+ "step": 100
96
+ },
97
+ {
98
+ "epoch": 0.05704654479450279,
99
+ "grad_norm": 3.202113151550293,
100
+ "learning_rate": 5.500000000000001e-06,
101
+ "loss": 5.0395,
102
+ "step": 110
103
+ },
104
+ {
105
+ "epoch": 0.062232594321275765,
106
+ "grad_norm": 3.387860059738159,
107
+ "learning_rate": 6e-06,
108
+ "loss": 5.0002,
109
+ "step": 120
110
+ },
111
+ {
112
+ "epoch": 0.06741864384804874,
113
+ "grad_norm": 3.1187663078308105,
114
+ "learning_rate": 6.5000000000000004e-06,
115
+ "loss": 4.8854,
116
+ "step": 130
117
+ },
118
+ {
119
+ "epoch": 0.07260469337482173,
120
+ "grad_norm": 2.3404035568237305,
121
+ "learning_rate": 7e-06,
122
+ "loss": 4.7552,
123
+ "step": 140
124
+ },
125
+ {
126
+ "epoch": 0.07779074290159471,
127
+ "grad_norm": 1.9955620765686035,
128
+ "learning_rate": 7.500000000000001e-06,
129
+ "loss": 4.6971,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 0.07779074290159471,
134
+ "eval_loss": 4.777082443237305,
135
+ "eval_runtime": 86.9581,
136
+ "eval_samples_per_second": 78.843,
137
+ "eval_steps_per_second": 9.855,
138
+ "step": 150
139
+ },
140
+ {
141
+ "epoch": 0.0829767924283677,
142
+ "grad_norm": 2.9313905239105225,
143
+ "learning_rate": 8.000000000000001e-06,
144
+ "loss": 4.5428,
145
+ "step": 160
146
+ },
147
+ {
148
+ "epoch": 0.08816284195514067,
149
+ "grad_norm": 2.6419179439544678,
150
+ "learning_rate": 8.5e-06,
151
+ "loss": 4.4158,
152
+ "step": 170
153
+ },
154
+ {
155
+ "epoch": 0.09334889148191365,
156
+ "grad_norm": 3.8043394088745117,
157
+ "learning_rate": 9e-06,
158
+ "loss": 4.1911,
159
+ "step": 180
160
+ },
161
+ {
162
+ "epoch": 0.09853494100868664,
163
+ "grad_norm": 4.278996467590332,
164
+ "learning_rate": 9.5e-06,
165
+ "loss": 4.1579,
166
+ "step": 190
167
+ },
168
+ {
169
+ "epoch": 0.10372099053545962,
170
+ "grad_norm": 5.0697526931762695,
171
+ "learning_rate": 1e-05,
172
+ "loss": 3.7557,
173
+ "step": 200
174
+ },
175
+ {
176
+ "epoch": 0.10372099053545962,
177
+ "eval_loss": 3.8124358654022217,
178
+ "eval_runtime": 86.9124,
179
+ "eval_samples_per_second": 78.884,
180
+ "eval_steps_per_second": 9.861,
181
+ "step": 200
182
+ },
183
+ {
184
+ "epoch": 0.10890704006223259,
185
+ "grad_norm": 2.8836448192596436,
186
+ "learning_rate": 9.942129629629629e-06,
187
+ "loss": 3.628,
188
+ "step": 210
189
+ },
190
+ {
191
+ "epoch": 0.11409308958900558,
192
+ "grad_norm": 2.7785139083862305,
193
+ "learning_rate": 9.88425925925926e-06,
194
+ "loss": 3.523,
195
+ "step": 220
196
+ },
197
+ {
198
+ "epoch": 0.11927913911577856,
199
+ "grad_norm": 2.3677213191986084,
200
+ "learning_rate": 9.826388888888889e-06,
201
+ "loss": 3.3988,
202
+ "step": 230
203
+ },
204
+ {
205
+ "epoch": 0.12446518864255153,
206
+ "grad_norm": 1.9909400939941406,
207
+ "learning_rate": 9.768518518518519e-06,
208
+ "loss": 3.1866,
209
+ "step": 240
210
+ },
211
+ {
212
+ "epoch": 0.12965123816932453,
213
+ "grad_norm": 2.019188404083252,
214
+ "learning_rate": 9.710648148148149e-06,
215
+ "loss": 3.119,
216
+ "step": 250
217
+ },
218
+ {
219
+ "epoch": 0.12965123816932453,
220
+ "eval_loss": 3.190325975418091,
221
+ "eval_runtime": 86.8985,
222
+ "eval_samples_per_second": 78.897,
223
+ "eval_steps_per_second": 9.862,
224
+ "step": 250
225
+ },
226
+ {
227
+ "epoch": 0.13483728769609749,
228
+ "grad_norm": 1.8608777523040771,
229
+ "learning_rate": 9.652777777777779e-06,
230
+ "loss": 3.0325,
231
+ "step": 260
232
+ },
233
+ {
234
+ "epoch": 0.14002333722287047,
235
+ "grad_norm": 1.8644330501556396,
236
+ "learning_rate": 9.594907407407407e-06,
237
+ "loss": 3.0687,
238
+ "step": 270
239
+ },
240
+ {
241
+ "epoch": 0.14520938674964345,
242
+ "grad_norm": 1.6900441646575928,
243
+ "learning_rate": 9.537037037037037e-06,
244
+ "loss": 2.96,
245
+ "step": 280
246
+ },
247
+ {
248
+ "epoch": 0.15039543627641644,
249
+ "grad_norm": 1.8331371545791626,
250
+ "learning_rate": 9.479166666666667e-06,
251
+ "loss": 2.8971,
252
+ "step": 290
253
+ },
254
+ {
255
+ "epoch": 0.15558148580318942,
256
+ "grad_norm": 1.2244369983673096,
257
+ "learning_rate": 9.421296296296297e-06,
258
+ "loss": 2.941,
259
+ "step": 300
260
+ },
261
+ {
262
+ "epoch": 0.15558148580318942,
263
+ "eval_loss": 3.0352883338928223,
264
+ "eval_runtime": 86.8833,
265
+ "eval_samples_per_second": 78.91,
266
+ "eval_steps_per_second": 9.864,
267
+ "step": 300
268
+ },
269
+ {
270
+ "epoch": 0.1607675353299624,
271
+ "grad_norm": 1.599660873413086,
272
+ "learning_rate": 9.363425925925927e-06,
273
+ "loss": 2.9286,
274
+ "step": 310
275
+ },
276
+ {
277
+ "epoch": 0.1659535848567354,
278
+ "grad_norm": 1.4191596508026123,
279
+ "learning_rate": 9.305555555555557e-06,
280
+ "loss": 3.0023,
281
+ "step": 320
282
+ },
283
+ {
284
+ "epoch": 0.17113963438350835,
285
+ "grad_norm": 1.3025909662246704,
286
+ "learning_rate": 9.247685185185185e-06,
287
+ "loss": 2.9386,
288
+ "step": 330
289
+ },
290
+ {
291
+ "epoch": 0.17632568391028133,
292
+ "grad_norm": 1.919588327407837,
293
+ "learning_rate": 9.189814814814815e-06,
294
+ "loss": 2.8861,
295
+ "step": 340
296
+ },
297
+ {
298
+ "epoch": 0.18151173343705432,
299
+ "grad_norm": 1.416272521018982,
300
+ "learning_rate": 9.131944444444445e-06,
301
+ "loss": 3.0905,
302
+ "step": 350
303
+ },
304
+ {
305
+ "epoch": 0.18151173343705432,
306
+ "eval_loss": 3.011669635772705,
307
+ "eval_runtime": 86.7963,
308
+ "eval_samples_per_second": 78.99,
309
+ "eval_steps_per_second": 9.874,
310
+ "step": 350
311
+ },
312
+ {
313
+ "epoch": 0.1866977829638273,
314
+ "grad_norm": 2.392760753631592,
315
+ "learning_rate": 9.074074074074075e-06,
316
+ "loss": 2.899,
317
+ "step": 360
318
+ },
319
+ {
320
+ "epoch": 0.1918838324906003,
321
+ "grad_norm": 2.157073736190796,
322
+ "learning_rate": 9.016203703703704e-06,
323
+ "loss": 2.8805,
324
+ "step": 370
325
+ },
326
+ {
327
+ "epoch": 0.19706988201737327,
328
+ "grad_norm": 1.3468859195709229,
329
+ "learning_rate": 8.958333333333334e-06,
330
+ "loss": 2.9088,
331
+ "step": 380
332
+ },
333
+ {
334
+ "epoch": 0.20225593154414626,
335
+ "grad_norm": 1.31523597240448,
336
+ "learning_rate": 8.900462962962964e-06,
337
+ "loss": 2.9042,
338
+ "step": 390
339
+ },
340
+ {
341
+ "epoch": 0.20744198107091924,
342
+ "grad_norm": 1.5310451984405518,
343
+ "learning_rate": 8.842592592592594e-06,
344
+ "loss": 2.8714,
345
+ "step": 400
346
+ },
347
+ {
348
+ "epoch": 0.20744198107091924,
349
+ "eval_loss": 2.996051073074341,
350
+ "eval_runtime": 86.8896,
351
+ "eval_samples_per_second": 78.905,
352
+ "eval_steps_per_second": 9.863,
353
+ "step": 400
354
+ },
355
+ {
356
+ "epoch": 0.2126280305976922,
357
+ "grad_norm": 1.4996702671051025,
358
+ "learning_rate": 8.784722222222224e-06,
359
+ "loss": 2.8562,
360
+ "step": 410
361
+ },
362
+ {
363
+ "epoch": 0.21781408012446518,
364
+ "grad_norm": 1.5760114192962646,
365
+ "learning_rate": 8.726851851851854e-06,
366
+ "loss": 2.8765,
367
+ "step": 420
368
+ },
369
+ {
370
+ "epoch": 0.22300012965123817,
371
+ "grad_norm": 1.4508875608444214,
372
+ "learning_rate": 8.668981481481482e-06,
373
+ "loss": 3.0157,
374
+ "step": 430
375
+ },
376
+ {
377
+ "epoch": 0.22818617917801115,
378
+ "grad_norm": 1.8075891733169556,
379
+ "learning_rate": 8.611111111111112e-06,
380
+ "loss": 2.9959,
381
+ "step": 440
382
+ },
383
+ {
384
+ "epoch": 0.23337222870478413,
385
+ "grad_norm": 1.3157118558883667,
386
+ "learning_rate": 8.553240740740742e-06,
387
+ "loss": 2.8601,
388
+ "step": 450
389
+ },
390
+ {
391
+ "epoch": 0.23337222870478413,
392
+ "eval_loss": 2.985109806060791,
393
+ "eval_runtime": 86.8685,
394
+ "eval_samples_per_second": 78.924,
395
+ "eval_steps_per_second": 9.865,
396
+ "step": 450
397
+ },
398
+ {
399
+ "epoch": 0.23855827823155712,
400
+ "grad_norm": 1.4455087184906006,
401
+ "learning_rate": 8.495370370370372e-06,
402
+ "loss": 2.938,
403
+ "step": 460
404
+ },
405
+ {
406
+ "epoch": 0.2437443277583301,
407
+ "grad_norm": 1.647705078125,
408
+ "learning_rate": 8.4375e-06,
409
+ "loss": 2.9344,
410
+ "step": 470
411
+ },
412
+ {
413
+ "epoch": 0.24893037728510306,
414
+ "grad_norm": 1.3752045631408691,
415
+ "learning_rate": 8.37962962962963e-06,
416
+ "loss": 2.9085,
417
+ "step": 480
418
+ },
419
+ {
420
+ "epoch": 0.2541164268118761,
421
+ "grad_norm": 1.541107416152954,
422
+ "learning_rate": 8.32175925925926e-06,
423
+ "loss": 2.8821,
424
+ "step": 490
425
+ },
426
+ {
427
+ "epoch": 0.25930247633864906,
428
+ "grad_norm": 1.626123070716858,
429
+ "learning_rate": 8.263888888888888e-06,
430
+ "loss": 2.8736,
431
+ "step": 500
432
+ },
433
+ {
434
+ "epoch": 0.25930247633864906,
435
+ "eval_loss": 2.976685047149658,
436
+ "eval_runtime": 87.0158,
437
+ "eval_samples_per_second": 78.79,
438
+ "eval_steps_per_second": 9.849,
439
+ "step": 500
440
+ },
441
+ {
442
+ "epoch": 0.26448852586542204,
443
+ "grad_norm": 1.8355194330215454,
444
+ "learning_rate": 8.20601851851852e-06,
445
+ "loss": 2.9574,
446
+ "step": 510
447
+ },
448
+ {
449
+ "epoch": 0.26967457539219497,
450
+ "grad_norm": 1.9231911897659302,
451
+ "learning_rate": 8.148148148148148e-06,
452
+ "loss": 2.8982,
453
+ "step": 520
454
+ },
455
+ {
456
+ "epoch": 0.27486062491896796,
457
+ "grad_norm": 1.8790838718414307,
458
+ "learning_rate": 8.090277777777778e-06,
459
+ "loss": 2.9279,
460
+ "step": 530
461
+ },
462
+ {
463
+ "epoch": 0.28004667444574094,
464
+ "grad_norm": 1.870382308959961,
465
+ "learning_rate": 8.032407407407408e-06,
466
+ "loss": 2.868,
467
+ "step": 540
468
+ },
469
+ {
470
+ "epoch": 0.2852327239725139,
471
+ "grad_norm": 1.8041619062423706,
472
+ "learning_rate": 7.974537037037038e-06,
473
+ "loss": 2.9388,
474
+ "step": 550
475
+ },
476
+ {
477
+ "epoch": 0.2852327239725139,
478
+ "eval_loss": 2.969029664993286,
479
+ "eval_runtime": 87.0488,
480
+ "eval_samples_per_second": 78.76,
481
+ "eval_steps_per_second": 9.845,
482
+ "step": 550
483
+ },
484
+ {
485
+ "epoch": 0.2904187734992869,
486
+ "grad_norm": 1.3382441997528076,
487
+ "learning_rate": 7.916666666666667e-06,
488
+ "loss": 2.8644,
489
+ "step": 560
490
+ },
491
+ {
492
+ "epoch": 0.2956048230260599,
493
+ "grad_norm": 1.5517808198928833,
494
+ "learning_rate": 7.858796296296297e-06,
495
+ "loss": 2.99,
496
+ "step": 570
497
+ },
498
+ {
499
+ "epoch": 0.3007908725528329,
500
+ "grad_norm": 1.3038547039031982,
501
+ "learning_rate": 7.800925925925926e-06,
502
+ "loss": 2.8649,
503
+ "step": 580
504
+ },
505
+ {
506
+ "epoch": 0.30597692207960586,
507
+ "grad_norm": 1.515796184539795,
508
+ "learning_rate": 7.743055555555556e-06,
509
+ "loss": 2.8558,
510
+ "step": 590
511
+ },
512
+ {
513
+ "epoch": 0.31116297160637885,
514
+ "grad_norm": 1.7148423194885254,
515
+ "learning_rate": 7.685185185185185e-06,
516
+ "loss": 2.8933,
517
+ "step": 600
518
+ },
519
+ {
520
+ "epoch": 0.31116297160637885,
521
+ "eval_loss": 2.9627323150634766,
522
+ "eval_runtime": 87.0142,
523
+ "eval_samples_per_second": 78.792,
524
+ "eval_steps_per_second": 9.849,
525
+ "step": 600
526
+ },
527
+ {
528
+ "epoch": 0.31634902113315183,
529
+ "grad_norm": 1.7385451793670654,
530
+ "learning_rate": 7.627314814814816e-06,
531
+ "loss": 2.9509,
532
+ "step": 610
533
+ },
534
+ {
535
+ "epoch": 0.3215350706599248,
536
+ "grad_norm": 1.514612078666687,
537
+ "learning_rate": 7.569444444444445e-06,
538
+ "loss": 2.9305,
539
+ "step": 620
540
+ },
541
+ {
542
+ "epoch": 0.3267211201866978,
543
+ "grad_norm": 1.6873114109039307,
544
+ "learning_rate": 7.511574074074075e-06,
545
+ "loss": 2.908,
546
+ "step": 630
547
+ },
548
+ {
549
+ "epoch": 0.3319071697134708,
550
+ "grad_norm": 1.757570505142212,
551
+ "learning_rate": 7.453703703703704e-06,
552
+ "loss": 2.9484,
553
+ "step": 640
554
+ },
555
+ {
556
+ "epoch": 0.33709321924024377,
557
+ "grad_norm": 1.4156616926193237,
558
+ "learning_rate": 7.395833333333335e-06,
559
+ "loss": 2.9533,
560
+ "step": 650
561
+ },
562
+ {
563
+ "epoch": 0.33709321924024377,
564
+ "eval_loss": 2.9573678970336914,
565
+ "eval_runtime": 86.9385,
566
+ "eval_samples_per_second": 78.86,
567
+ "eval_steps_per_second": 9.858,
568
+ "step": 650
569
+ },
570
+ {
571
+ "epoch": 0.3422792687670167,
572
+ "grad_norm": 2.0717520713806152,
573
+ "learning_rate": 7.337962962962964e-06,
574
+ "loss": 2.8436,
575
+ "step": 660
576
+ },
577
+ {
578
+ "epoch": 0.3474653182937897,
579
+ "grad_norm": 1.478298544883728,
580
+ "learning_rate": 7.280092592592594e-06,
581
+ "loss": 2.9204,
582
+ "step": 670
583
+ },
584
+ {
585
+ "epoch": 0.35265136782056267,
586
+ "grad_norm": 1.712254524230957,
587
+ "learning_rate": 7.222222222222223e-06,
588
+ "loss": 2.9538,
589
+ "step": 680
590
+ },
591
+ {
592
+ "epoch": 0.35783741734733565,
593
+ "grad_norm": 1.3590025901794434,
594
+ "learning_rate": 7.164351851851853e-06,
595
+ "loss": 2.9414,
596
+ "step": 690
597
+ },
598
+ {
599
+ "epoch": 0.36302346687410864,
600
+ "grad_norm": 2.1505372524261475,
601
+ "learning_rate": 7.106481481481482e-06,
602
+ "loss": 3.0889,
603
+ "step": 700
604
+ },
605
+ {
606
+ "epoch": 0.36302346687410864,
607
+ "eval_loss": 2.9526450634002686,
608
+ "eval_runtime": 87.0066,
609
+ "eval_samples_per_second": 78.799,
610
+ "eval_steps_per_second": 9.85,
611
+ "step": 700
612
+ },
613
+ {
614
+ "epoch": 0.3682095164008816,
615
+ "grad_norm": 1.6749532222747803,
616
+ "learning_rate": 7.048611111111112e-06,
617
+ "loss": 2.9108,
618
+ "step": 710
619
+ },
620
+ {
621
+ "epoch": 0.3733955659276546,
622
+ "grad_norm": 1.8624922037124634,
623
+ "learning_rate": 6.990740740740741e-06,
624
+ "loss": 2.7685,
625
+ "step": 720
626
+ },
627
+ {
628
+ "epoch": 0.3785816154544276,
629
+ "grad_norm": 1.6713345050811768,
630
+ "learning_rate": 6.932870370370371e-06,
631
+ "loss": 2.9072,
632
+ "step": 730
633
+ },
634
+ {
635
+ "epoch": 0.3837676649812006,
636
+ "grad_norm": 1.852766513824463,
637
+ "learning_rate": 6.875e-06,
638
+ "loss": 2.8404,
639
+ "step": 740
640
+ },
641
+ {
642
+ "epoch": 0.38895371450797356,
643
+ "grad_norm": 1.5447180271148682,
644
+ "learning_rate": 6.817129629629629e-06,
645
+ "loss": 2.8887,
646
+ "step": 750
647
+ },
648
+ {
649
+ "epoch": 0.38895371450797356,
650
+ "eval_loss": 2.9479236602783203,
651
+ "eval_runtime": 87.1235,
652
+ "eval_samples_per_second": 78.693,
653
+ "eval_steps_per_second": 9.837,
654
+ "step": 750
655
+ },
656
+ {
657
+ "epoch": 0.39413976403474654,
658
+ "grad_norm": 1.8909484148025513,
659
+ "learning_rate": 6.75925925925926e-06,
660
+ "loss": 2.9101,
661
+ "step": 760
662
+ },
663
+ {
664
+ "epoch": 0.3993258135615195,
665
+ "grad_norm": 2.3639767169952393,
666
+ "learning_rate": 6.701388888888889e-06,
667
+ "loss": 2.6818,
668
+ "step": 770
669
+ },
670
+ {
671
+ "epoch": 0.4045118630882925,
672
+ "grad_norm": 1.801645040512085,
673
+ "learning_rate": 6.643518518518519e-06,
674
+ "loss": 2.8709,
675
+ "step": 780
676
+ },
677
+ {
678
+ "epoch": 0.4096979126150655,
679
+ "grad_norm": 1.6030060052871704,
680
+ "learning_rate": 6.5856481481481484e-06,
681
+ "loss": 2.9025,
682
+ "step": 790
683
+ },
684
+ {
685
+ "epoch": 0.4148839621418385,
686
+ "grad_norm": 1.7171462774276733,
687
+ "learning_rate": 6.5277777777777784e-06,
688
+ "loss": 3.0349,
689
+ "step": 800
690
+ },
691
+ {
692
+ "epoch": 0.4148839621418385,
693
+ "eval_loss": 2.943669557571411,
694
+ "eval_runtime": 86.9632,
695
+ "eval_samples_per_second": 78.838,
696
+ "eval_steps_per_second": 9.855,
697
+ "step": 800
698
+ },
699
+ {
700
+ "epoch": 0.4200700116686114,
701
+ "grad_norm": 1.5010789632797241,
702
+ "learning_rate": 6.4699074074074076e-06,
703
+ "loss": 2.8971,
704
+ "step": 810
705
+ },
706
+ {
707
+ "epoch": 0.4252560611953844,
708
+ "grad_norm": 1.8026429414749146,
709
+ "learning_rate": 6.4120370370370375e-06,
710
+ "loss": 2.9048,
711
+ "step": 820
712
+ },
713
+ {
714
+ "epoch": 0.4304421107221574,
715
+ "grad_norm": 2.0750973224639893,
716
+ "learning_rate": 6.354166666666667e-06,
717
+ "loss": 2.8126,
718
+ "step": 830
719
+ },
720
+ {
721
+ "epoch": 0.43562816024893036,
722
+ "grad_norm": 1.7901376485824585,
723
+ "learning_rate": 6.296296296296297e-06,
724
+ "loss": 2.8484,
725
+ "step": 840
726
+ },
727
+ {
728
+ "epoch": 0.44081420977570335,
729
+ "grad_norm": 1.805792212486267,
730
+ "learning_rate": 6.238425925925926e-06,
731
+ "loss": 2.8988,
732
+ "step": 850
733
+ },
734
+ {
735
+ "epoch": 0.44081420977570335,
736
+ "eval_loss": 2.9402518272399902,
737
+ "eval_runtime": 87.0076,
738
+ "eval_samples_per_second": 78.798,
739
+ "eval_steps_per_second": 9.85,
740
+ "step": 850
741
+ },
742
+ {
743
+ "epoch": 0.44600025930247633,
744
+ "grad_norm": 1.8961949348449707,
745
+ "learning_rate": 6.180555555555557e-06,
746
+ "loss": 2.8334,
747
+ "step": 860
748
+ },
749
+ {
750
+ "epoch": 0.4511863088292493,
751
+ "grad_norm": 1.4542121887207031,
752
+ "learning_rate": 6.122685185185186e-06,
753
+ "loss": 2.9224,
754
+ "step": 870
755
+ },
756
+ {
757
+ "epoch": 0.4563723583560223,
758
+ "grad_norm": 1.6367915868759155,
759
+ "learning_rate": 6.064814814814816e-06,
760
+ "loss": 2.8376,
761
+ "step": 880
762
+ },
763
+ {
764
+ "epoch": 0.4615584078827953,
765
+ "grad_norm": 1.796552062034607,
766
+ "learning_rate": 6.006944444444445e-06,
767
+ "loss": 2.8408,
768
+ "step": 890
769
+ },
770
+ {
771
+ "epoch": 0.46674445740956827,
772
+ "grad_norm": 1.7545686960220337,
773
+ "learning_rate": 5.949074074074075e-06,
774
+ "loss": 3.0174,
775
+ "step": 900
776
+ },
777
+ {
778
+ "epoch": 0.46674445740956827,
779
+ "eval_loss": 2.9366812705993652,
780
+ "eval_runtime": 87.091,
781
+ "eval_samples_per_second": 78.722,
782
+ "eval_steps_per_second": 9.84,
783
+ "step": 900
784
+ },
785
+ {
786
+ "epoch": 0.47193050693634125,
787
+ "grad_norm": 1.7723950147628784,
788
+ "learning_rate": 5.891203703703704e-06,
789
+ "loss": 2.8517,
790
+ "step": 910
791
+ },
792
+ {
793
+ "epoch": 0.47711655646311424,
794
+ "grad_norm": 1.7314085960388184,
795
+ "learning_rate": 5.833333333333334e-06,
796
+ "loss": 2.8079,
797
+ "step": 920
798
+ },
799
+ {
800
+ "epoch": 0.4823026059898872,
801
+ "grad_norm": 1.993122935295105,
802
+ "learning_rate": 5.775462962962963e-06,
803
+ "loss": 2.9262,
804
+ "step": 930
805
+ },
806
+ {
807
+ "epoch": 0.4874886555166602,
808
+ "grad_norm": 2.3595573902130127,
809
+ "learning_rate": 5.717592592592593e-06,
810
+ "loss": 2.9056,
811
+ "step": 940
812
+ },
813
+ {
814
+ "epoch": 0.4926747050434332,
815
+ "grad_norm": 1.8839762210845947,
816
+ "learning_rate": 5.659722222222222e-06,
817
+ "loss": 2.8617,
818
+ "step": 950
819
+ },
820
+ {
821
+ "epoch": 0.4926747050434332,
822
+ "eval_loss": 2.9337050914764404,
823
+ "eval_runtime": 87.1298,
824
+ "eval_samples_per_second": 78.687,
825
+ "eval_steps_per_second": 9.836,
826
+ "step": 950
827
+ },
828
+ {
829
+ "epoch": 0.4978607545702061,
830
+ "grad_norm": 2.0222883224487305,
831
+ "learning_rate": 5.601851851851853e-06,
832
+ "loss": 2.869,
833
+ "step": 960
834
+ },
835
+ {
836
+ "epoch": 0.5030468040969791,
837
+ "grad_norm": 1.7449781894683838,
838
+ "learning_rate": 5.543981481481482e-06,
839
+ "loss": 2.885,
840
+ "step": 970
841
+ },
842
+ {
843
+ "epoch": 0.5082328536237521,
844
+ "grad_norm": 2.0181517601013184,
845
+ "learning_rate": 5.486111111111112e-06,
846
+ "loss": 2.8688,
847
+ "step": 980
848
+ },
849
+ {
850
+ "epoch": 0.5134189031505251,
851
+ "grad_norm": 1.6998732089996338,
852
+ "learning_rate": 5.428240740740741e-06,
853
+ "loss": 2.917,
854
+ "step": 990
855
+ },
856
+ {
857
+ "epoch": 0.5186049526772981,
858
+ "grad_norm": 1.8947477340698242,
859
+ "learning_rate": 5.370370370370371e-06,
860
+ "loss": 2.8555,
861
+ "step": 1000
862
+ },
863
+ {
864
+ "epoch": 0.5186049526772981,
865
+ "eval_loss": 2.931408643722534,
866
+ "eval_runtime": 87.0111,
867
+ "eval_samples_per_second": 78.795,
868
+ "eval_steps_per_second": 9.849,
869
+ "step": 1000
870
+ },
871
+ {
872
+ "epoch": 0.523791002204071,
873
+ "grad_norm": 2.1364452838897705,
874
+ "learning_rate": 5.3125e-06,
875
+ "loss": 2.7673,
876
+ "step": 1010
877
+ },
878
+ {
879
+ "epoch": 0.5289770517308441,
880
+ "grad_norm": 2.374993085861206,
881
+ "learning_rate": 5.2546296296296295e-06,
882
+ "loss": 2.8901,
883
+ "step": 1020
884
+ },
885
+ {
886
+ "epoch": 0.534163101257617,
887
+ "grad_norm": 2.291280746459961,
888
+ "learning_rate": 5.1967592592592595e-06,
889
+ "loss": 2.9203,
890
+ "step": 1030
891
+ },
892
+ {
893
+ "epoch": 0.5393491507843899,
894
+ "grad_norm": 2.6651227474212646,
895
+ "learning_rate": 5.138888888888889e-06,
896
+ "loss": 2.8047,
897
+ "step": 1040
898
+ },
899
+ {
900
+ "epoch": 0.544535200311163,
901
+ "grad_norm": 1.8160004615783691,
902
+ "learning_rate": 5.081018518518519e-06,
903
+ "loss": 2.8169,
904
+ "step": 1050
905
+ },
906
+ {
907
+ "epoch": 0.544535200311163,
908
+ "eval_loss": 2.9287192821502686,
909
+ "eval_runtime": 87.097,
910
+ "eval_samples_per_second": 78.717,
911
+ "eval_steps_per_second": 9.84,
912
+ "step": 1050
913
+ },
914
+ {
915
+ "epoch": 0.5497212498379359,
916
+ "grad_norm": 1.9724560976028442,
917
+ "learning_rate": 5.023148148148148e-06,
918
+ "loss": 2.9291,
919
+ "step": 1060
920
+ },
921
+ {
922
+ "epoch": 0.554907299364709,
923
+ "grad_norm": 2.5785677433013916,
924
+ "learning_rate": 4.9652777777777786e-06,
925
+ "loss": 2.8179,
926
+ "step": 1070
927
+ },
928
+ {
929
+ "epoch": 0.5600933488914819,
930
+ "grad_norm": 1.6687511205673218,
931
+ "learning_rate": 4.907407407407408e-06,
932
+ "loss": 2.7731,
933
+ "step": 1080
934
+ },
935
+ {
936
+ "epoch": 0.5652793984182549,
937
+ "grad_norm": 2.003852605819702,
938
+ "learning_rate": 4.849537037037038e-06,
939
+ "loss": 2.8838,
940
+ "step": 1090
941
+ },
942
+ {
943
+ "epoch": 0.5704654479450278,
944
+ "grad_norm": 2.078784227371216,
945
+ "learning_rate": 4.791666666666668e-06,
946
+ "loss": 2.9151,
947
+ "step": 1100
948
+ },
949
+ {
950
+ "epoch": 0.5704654479450278,
951
+ "eval_loss": 2.9263577461242676,
952
+ "eval_runtime": 87.0972,
953
+ "eval_samples_per_second": 78.717,
954
+ "eval_steps_per_second": 9.84,
955
+ "step": 1100
956
+ },
957
+ {
958
+ "epoch": 0.5756514974718009,
959
+ "grad_norm": 1.9661970138549805,
960
+ "learning_rate": 4.733796296296297e-06,
961
+ "loss": 2.9136,
962
+ "step": 1110
963
+ },
964
+ {
965
+ "epoch": 0.5808375469985738,
966
+ "grad_norm": 2.3089287281036377,
967
+ "learning_rate": 4.675925925925927e-06,
968
+ "loss": 2.8187,
969
+ "step": 1120
970
+ },
971
+ {
972
+ "epoch": 0.5860235965253469,
973
+ "grad_norm": 1.668616771697998,
974
+ "learning_rate": 4.618055555555556e-06,
975
+ "loss": 2.777,
976
+ "step": 1130
977
+ },
978
+ {
979
+ "epoch": 0.5912096460521198,
980
+ "grad_norm": 1.6333500146865845,
981
+ "learning_rate": 4.560185185185186e-06,
982
+ "loss": 2.8093,
983
+ "step": 1140
984
+ },
985
+ {
986
+ "epoch": 0.5963956955788928,
987
+ "grad_norm": 1.801171064376831,
988
+ "learning_rate": 4.502314814814815e-06,
989
+ "loss": 2.774,
990
+ "step": 1150
991
+ },
992
+ {
993
+ "epoch": 0.5963956955788928,
994
+ "eval_loss": 2.92441725730896,
995
+ "eval_runtime": 87.1718,
996
+ "eval_samples_per_second": 78.649,
997
+ "eval_steps_per_second": 9.831,
998
+ "step": 1150
999
+ },
1000
+ {
1001
+ "epoch": 0.6015817451056658,
1002
+ "grad_norm": 1.9352556467056274,
1003
+ "learning_rate": 4.444444444444444e-06,
1004
+ "loss": 2.8634,
1005
+ "step": 1160
1006
+ },
1007
+ {
1008
+ "epoch": 0.6067677946324388,
1009
+ "grad_norm": 2.076831817626953,
1010
+ "learning_rate": 4.386574074074074e-06,
1011
+ "loss": 2.8592,
1012
+ "step": 1170
1013
+ },
1014
+ {
1015
+ "epoch": 0.6119538441592117,
1016
+ "grad_norm": 2.5992085933685303,
1017
+ "learning_rate": 4.328703703703704e-06,
1018
+ "loss": 2.7938,
1019
+ "step": 1180
1020
+ },
1021
+ {
1022
+ "epoch": 0.6171398936859847,
1023
+ "grad_norm": 1.8197615146636963,
1024
+ "learning_rate": 4.270833333333333e-06,
1025
+ "loss": 2.8091,
1026
+ "step": 1190
1027
+ },
1028
+ {
1029
+ "epoch": 0.6223259432127577,
1030
+ "grad_norm": 2.15179181098938,
1031
+ "learning_rate": 4.212962962962963e-06,
1032
+ "loss": 2.7899,
1033
+ "step": 1200
1034
+ },
1035
+ {
1036
+ "epoch": 0.6223259432127577,
1037
+ "eval_loss": 2.922563314437866,
1038
+ "eval_runtime": 87.083,
1039
+ "eval_samples_per_second": 78.729,
1040
+ "eval_steps_per_second": 9.841,
1041
+ "step": 1200
1042
+ },
1043
+ {
1044
+ "epoch": 0.6275119927395306,
1045
+ "grad_norm": 2.6506097316741943,
1046
+ "learning_rate": 4.155092592592593e-06,
1047
+ "loss": 2.8336,
1048
+ "step": 1210
1049
+ },
1050
+ {
1051
+ "epoch": 0.6326980422663037,
1052
+ "grad_norm": 2.2627806663513184,
1053
+ "learning_rate": 4.097222222222222e-06,
1054
+ "loss": 2.8635,
1055
+ "step": 1220
1056
+ },
1057
+ {
1058
+ "epoch": 0.6378840917930766,
1059
+ "grad_norm": 2.34142804145813,
1060
+ "learning_rate": 4.039351851851852e-06,
1061
+ "loss": 2.9534,
1062
+ "step": 1230
1063
+ },
1064
+ {
1065
+ "epoch": 0.6430701413198496,
1066
+ "grad_norm": 1.9826796054840088,
1067
+ "learning_rate": 3.9814814814814814e-06,
1068
+ "loss": 2.8219,
1069
+ "step": 1240
1070
+ },
1071
+ {
1072
+ "epoch": 0.6482561908466226,
1073
+ "grad_norm": 2.4062864780426025,
1074
+ "learning_rate": 3.9236111111111114e-06,
1075
+ "loss": 2.8348,
1076
+ "step": 1250
1077
+ },
1078
+ {
1079
+ "epoch": 0.6482561908466226,
1080
+ "eval_loss": 2.921142339706421,
1081
+ "eval_runtime": 87.113,
1082
+ "eval_samples_per_second": 78.702,
1083
+ "eval_steps_per_second": 9.838,
1084
+ "step": 1250
1085
+ },
1086
+ {
1087
+ "epoch": 0.6534422403733956,
1088
+ "grad_norm": 1.7716823816299438,
1089
+ "learning_rate": 3.865740740740741e-06,
1090
+ "loss": 2.8568,
1091
+ "step": 1260
1092
+ },
1093
+ {
1094
+ "epoch": 0.6586282899001685,
1095
+ "grad_norm": 2.330777406692505,
1096
+ "learning_rate": 3.8078703703703705e-06,
1097
+ "loss": 2.9541,
1098
+ "step": 1270
1099
+ },
1100
+ {
1101
+ "epoch": 0.6638143394269416,
1102
+ "grad_norm": 1.8923736810684204,
1103
+ "learning_rate": 3.7500000000000005e-06,
1104
+ "loss": 2.8021,
1105
+ "step": 1280
1106
+ },
1107
+ {
1108
+ "epoch": 0.6690003889537145,
1109
+ "grad_norm": 1.858708381652832,
1110
+ "learning_rate": 3.69212962962963e-06,
1111
+ "loss": 2.8218,
1112
+ "step": 1290
1113
+ },
1114
+ {
1115
+ "epoch": 0.6741864384804875,
1116
+ "grad_norm": 1.7053884267807007,
1117
+ "learning_rate": 3.6342592592592596e-06,
1118
+ "loss": 2.7704,
1119
+ "step": 1300
1120
+ },
1121
+ {
1122
+ "epoch": 0.6741864384804875,
1123
+ "eval_loss": 2.919332504272461,
1124
+ "eval_runtime": 87.1672,
1125
+ "eval_samples_per_second": 78.653,
1126
+ "eval_steps_per_second": 9.832,
1127
+ "step": 1300
1128
+ },
1129
+ {
1130
+ "epoch": 0.6793724880072605,
1131
+ "grad_norm": 2.1638433933258057,
1132
+ "learning_rate": 3.576388888888889e-06,
1133
+ "loss": 2.8667,
1134
+ "step": 1310
1135
+ },
1136
+ {
1137
+ "epoch": 0.6845585375340334,
1138
+ "grad_norm": 1.951277256011963,
1139
+ "learning_rate": 3.5185185185185187e-06,
1140
+ "loss": 2.8129,
1141
+ "step": 1320
1142
+ },
1143
+ {
1144
+ "epoch": 0.6897445870608064,
1145
+ "grad_norm": 2.4789998531341553,
1146
+ "learning_rate": 3.4606481481481487e-06,
1147
+ "loss": 2.8462,
1148
+ "step": 1330
1149
+ },
1150
+ {
1151
+ "epoch": 0.6949306365875794,
1152
+ "grad_norm": 1.6878948211669922,
1153
+ "learning_rate": 3.4027777777777783e-06,
1154
+ "loss": 2.8111,
1155
+ "step": 1340
1156
+ },
1157
+ {
1158
+ "epoch": 0.7001166861143524,
1159
+ "grad_norm": 1.99266517162323,
1160
+ "learning_rate": 3.344907407407408e-06,
1161
+ "loss": 2.9152,
1162
+ "step": 1350
1163
+ },
1164
+ {
1165
+ "epoch": 0.7001166861143524,
1166
+ "eval_loss": 2.917971134185791,
1167
+ "eval_runtime": 87.0384,
1168
+ "eval_samples_per_second": 78.77,
1169
+ "eval_steps_per_second": 9.846,
1170
+ "step": 1350
1171
+ },
1172
+ {
1173
+ "epoch": 0.7053027356411253,
1174
+ "grad_norm": 1.6022475957870483,
1175
+ "learning_rate": 3.2870370370370374e-06,
1176
+ "loss": 2.8767,
1177
+ "step": 1360
1178
+ },
1179
+ {
1180
+ "epoch": 0.7104887851678984,
1181
+ "grad_norm": 2.165276527404785,
1182
+ "learning_rate": 3.229166666666667e-06,
1183
+ "loss": 2.8321,
1184
+ "step": 1370
1185
+ },
1186
+ {
1187
+ "epoch": 0.7156748346946713,
1188
+ "grad_norm": 2.1206817626953125,
1189
+ "learning_rate": 3.171296296296297e-06,
1190
+ "loss": 2.8714,
1191
+ "step": 1380
1192
+ },
1193
+ {
1194
+ "epoch": 0.7208608842214443,
1195
+ "grad_norm": 2.4431049823760986,
1196
+ "learning_rate": 3.1134259259259265e-06,
1197
+ "loss": 2.8628,
1198
+ "step": 1390
1199
+ },
1200
+ {
1201
+ "epoch": 0.7260469337482173,
1202
+ "grad_norm": 2.304499387741089,
1203
+ "learning_rate": 3.055555555555556e-06,
1204
+ "loss": 2.7895,
1205
+ "step": 1400
1206
+ },
1207
+ {
1208
+ "epoch": 0.7260469337482173,
1209
+ "eval_loss": 2.917088270187378,
1210
+ "eval_runtime": 87.1021,
1211
+ "eval_samples_per_second": 78.712,
1212
+ "eval_steps_per_second": 9.839,
1213
+ "step": 1400
1214
+ },
1215
+ {
1216
+ "epoch": 0.7312329832749903,
1217
+ "grad_norm": 1.3344799280166626,
1218
+ "learning_rate": 2.9976851851851856e-06,
1219
+ "loss": 2.9102,
1220
+ "step": 1410
1221
+ },
1222
+ {
1223
+ "epoch": 0.7364190328017632,
1224
+ "grad_norm": 1.719092607498169,
1225
+ "learning_rate": 2.9398148148148147e-06,
1226
+ "loss": 2.7918,
1227
+ "step": 1420
1228
+ },
1229
+ {
1230
+ "epoch": 0.7416050823285363,
1231
+ "grad_norm": 1.8856807947158813,
1232
+ "learning_rate": 2.8819444444444443e-06,
1233
+ "loss": 2.9078,
1234
+ "step": 1430
1235
+ },
1236
+ {
1237
+ "epoch": 0.7467911318553092,
1238
+ "grad_norm": 2.222034215927124,
1239
+ "learning_rate": 2.8240740740740743e-06,
1240
+ "loss": 2.8047,
1241
+ "step": 1440
1242
+ },
1243
+ {
1244
+ "epoch": 0.7519771813820822,
1245
+ "grad_norm": 2.0205276012420654,
1246
+ "learning_rate": 2.766203703703704e-06,
1247
+ "loss": 2.8561,
1248
+ "step": 1450
1249
+ },
1250
+ {
1251
+ "epoch": 0.7519771813820822,
1252
+ "eval_loss": 2.9157726764678955,
1253
+ "eval_runtime": 87.0003,
1254
+ "eval_samples_per_second": 78.804,
1255
+ "eval_steps_per_second": 9.851,
1256
+ "step": 1450
1257
+ },
1258
+ {
1259
+ "epoch": 0.7571632309088552,
1260
+ "grad_norm": 2.2088751792907715,
1261
+ "learning_rate": 2.7083333333333334e-06,
1262
+ "loss": 2.8221,
1263
+ "step": 1460
1264
+ },
1265
+ {
1266
+ "epoch": 0.7623492804356281,
1267
+ "grad_norm": 1.8010945320129395,
1268
+ "learning_rate": 2.650462962962963e-06,
1269
+ "loss": 2.9598,
1270
+ "step": 1470
1271
+ },
1272
+ {
1273
+ "epoch": 0.7675353299624011,
1274
+ "grad_norm": 1.8427363634109497,
1275
+ "learning_rate": 2.5925925925925925e-06,
1276
+ "loss": 2.9063,
1277
+ "step": 1480
1278
+ },
1279
+ {
1280
+ "epoch": 0.7727213794891741,
1281
+ "grad_norm": 2.112938404083252,
1282
+ "learning_rate": 2.5347222222222225e-06,
1283
+ "loss": 2.8391,
1284
+ "step": 1490
1285
+ },
1286
+ {
1287
+ "epoch": 0.7779074290159471,
1288
+ "grad_norm": 1.8270915746688843,
1289
+ "learning_rate": 2.476851851851852e-06,
1290
+ "loss": 2.7957,
1291
+ "step": 1500
1292
+ },
1293
+ {
1294
+ "epoch": 0.7779074290159471,
1295
+ "eval_loss": 2.9150469303131104,
1296
+ "eval_runtime": 87.2201,
1297
+ "eval_samples_per_second": 78.606,
1298
+ "eval_steps_per_second": 9.826,
1299
+ "step": 1500
1300
+ },
1301
+ {
1302
+ "epoch": 0.78309347854272,
1303
+ "grad_norm": 2.6664621829986572,
1304
+ "learning_rate": 2.4189814814814816e-06,
1305
+ "loss": 2.8278,
1306
+ "step": 1510
1307
+ },
1308
+ {
1309
+ "epoch": 0.7882795280694931,
1310
+ "grad_norm": 2.025564193725586,
1311
+ "learning_rate": 2.361111111111111e-06,
1312
+ "loss": 2.8109,
1313
+ "step": 1520
1314
+ },
1315
+ {
1316
+ "epoch": 0.793465577596266,
1317
+ "grad_norm": 1.752272605895996,
1318
+ "learning_rate": 2.3032407407407407e-06,
1319
+ "loss": 2.8855,
1320
+ "step": 1530
1321
+ },
1322
+ {
1323
+ "epoch": 0.798651627123039,
1324
+ "grad_norm": 1.9612879753112793,
1325
+ "learning_rate": 2.2453703703703707e-06,
1326
+ "loss": 2.8185,
1327
+ "step": 1540
1328
+ },
1329
+ {
1330
+ "epoch": 0.803837676649812,
1331
+ "grad_norm": 1.9773454666137695,
1332
+ "learning_rate": 2.1875000000000002e-06,
1333
+ "loss": 2.8071,
1334
+ "step": 1550
1335
+ },
1336
+ {
1337
+ "epoch": 0.803837676649812,
1338
+ "eval_loss": 2.9142231941223145,
1339
+ "eval_runtime": 87.0585,
1340
+ "eval_samples_per_second": 78.752,
1341
+ "eval_steps_per_second": 9.844,
1342
+ "step": 1550
1343
+ },
1344
+ {
1345
+ "epoch": 0.809023726176585,
1346
+ "grad_norm": 3.341409206390381,
1347
+ "learning_rate": 2.1296296296296298e-06,
1348
+ "loss": 2.8467,
1349
+ "step": 1560
1350
+ },
1351
+ {
1352
+ "epoch": 0.814209775703358,
1353
+ "grad_norm": 1.7923222780227661,
1354
+ "learning_rate": 2.0717592592592593e-06,
1355
+ "loss": 2.8776,
1356
+ "step": 1570
1357
+ },
1358
+ {
1359
+ "epoch": 0.819395825230131,
1360
+ "grad_norm": 1.8666836023330688,
1361
+ "learning_rate": 2.0138888888888893e-06,
1362
+ "loss": 2.8347,
1363
+ "step": 1580
1364
+ },
1365
+ {
1366
+ "epoch": 0.8245818747569039,
1367
+ "grad_norm": 2.2585649490356445,
1368
+ "learning_rate": 1.956018518518519e-06,
1369
+ "loss": 2.8068,
1370
+ "step": 1590
1371
+ },
1372
+ {
1373
+ "epoch": 0.829767924283677,
1374
+ "grad_norm": 1.8757206201553345,
1375
+ "learning_rate": 1.8981481481481484e-06,
1376
+ "loss": 2.8491,
1377
+ "step": 1600
1378
+ },
1379
+ {
1380
+ "epoch": 0.829767924283677,
1381
+ "eval_loss": 2.913360834121704,
1382
+ "eval_runtime": 87.2275,
1383
+ "eval_samples_per_second": 78.599,
1384
+ "eval_steps_per_second": 9.825,
1385
+ "step": 1600
1386
+ },
1387
+ {
1388
+ "epoch": 0.8349539738104499,
1389
+ "grad_norm": 1.6995919942855835,
1390
+ "learning_rate": 1.840277777777778e-06,
1391
+ "loss": 2.8562,
1392
+ "step": 1610
1393
+ },
1394
+ {
1395
+ "epoch": 0.8401400233372228,
1396
+ "grad_norm": 1.780346393585205,
1397
+ "learning_rate": 1.7824074074074073e-06,
1398
+ "loss": 2.8461,
1399
+ "step": 1620
1400
+ },
1401
+ {
1402
+ "epoch": 0.8453260728639959,
1403
+ "grad_norm": 2.147747755050659,
1404
+ "learning_rate": 1.724537037037037e-06,
1405
+ "loss": 2.7899,
1406
+ "step": 1630
1407
+ },
1408
+ {
1409
+ "epoch": 0.8505121223907688,
1410
+ "grad_norm": 1.769389033317566,
1411
+ "learning_rate": 1.6666666666666667e-06,
1412
+ "loss": 2.8092,
1413
+ "step": 1640
1414
+ },
1415
+ {
1416
+ "epoch": 0.8556981719175418,
1417
+ "grad_norm": 3.257025957107544,
1418
+ "learning_rate": 1.6087962962962964e-06,
1419
+ "loss": 2.8567,
1420
+ "step": 1650
1421
+ },
1422
+ {
1423
+ "epoch": 0.8556981719175418,
1424
+ "eval_loss": 2.9123799800872803,
1425
+ "eval_runtime": 87.0603,
1426
+ "eval_samples_per_second": 78.75,
1427
+ "eval_steps_per_second": 9.844,
1428
+ "step": 1650
1429
+ },
1430
+ {
1431
+ "epoch": 0.8608842214443148,
1432
+ "grad_norm": 1.7707329988479614,
1433
+ "learning_rate": 1.550925925925926e-06,
1434
+ "loss": 2.856,
1435
+ "step": 1660
1436
+ },
1437
+ {
1438
+ "epoch": 0.8660702709710878,
1439
+ "grad_norm": 1.8951716423034668,
1440
+ "learning_rate": 1.4930555555555555e-06,
1441
+ "loss": 2.8768,
1442
+ "step": 1670
1443
+ },
1444
+ {
1445
+ "epoch": 0.8712563204978607,
1446
+ "grad_norm": 2.0087685585021973,
1447
+ "learning_rate": 1.4351851851851853e-06,
1448
+ "loss": 2.8264,
1449
+ "step": 1680
1450
+ }
1451
+ ],
1452
+ "logging_steps": 10,
1453
+ "max_steps": 1928,
1454
+ "num_input_tokens_seen": 0,
1455
+ "num_train_epochs": 1,
1456
+ "save_steps": 1000,
1457
+ "stateful_callbacks": {
1458
+ "TrainerControl": {
1459
+ "args": {
1460
+ "should_epoch_stop": false,
1461
+ "should_evaluate": false,
1462
+ "should_log": false,
1463
+ "should_save": true,
1464
+ "should_training_stop": false
1465
+ },
1466
+ "attributes": {}
1467
+ }
1468
+ },
1469
+ "total_flos": 1.6099718731923456e+17,
1470
+ "train_batch_size": 8,
1471
+ "trial_name": null,
1472
+ "trial_params": null
1473
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f9bb710eae82136aef820a5f3e9478da07c3b8a8ce4419dc998b680738e7e7
3
+ size 5304