dwnmf commited on
Commit
0dc26a0
·
verified ·
1 Parent(s): ccd4ce8

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ 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
+ checkpoints/checkpoint-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoints/checkpoint-1264/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoints/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Nanbeige/Nanbeige4.1-3B
3
+ library_name: transformers
4
+ model_name: checkpoints
5
+ tags:
6
+ - generated_from_trainer
7
+ - sft
8
+ - unsloth
9
+ - trl
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for checkpoints
14
+
15
+ This model is a fine-tuned version of [Nanbeige/Nanbeige4.1-3B](https://huggingface.co/Nanbeige/Nanbeige4.1-3B).
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).
17
+
18
+ ## Quick start
19
+
20
+ ```python
21
+ from transformers import pipeline
22
+
23
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="None", device="cuda")
25
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
+ print(output["generated_text"])
27
+ ```
28
+
29
+ ## Training procedure
30
+
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 0.22.2
39
+ - Transformers: 5.2.0
40
+ - Pytorch: 2.8.0
41
+ - Datasets: 4.3.0
42
+ - Tokenizers: 0.22.2
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
checkpoints/checkpoint-1200/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Nanbeige/Nanbeige4.1-3B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Nanbeige/Nanbeige4.1-3B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoints/checkpoint-1200/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "Nanbeige/Nanbeige4.1-3B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 128,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 64,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "up_proj",
38
+ "down_proj",
39
+ "v_proj",
40
+ "k_proj",
41
+ "o_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
checkpoints/checkpoint-1200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e63b780a72dea5fb265dd60ccfe4a1dffb4cff0f519c4717631fd64bf38918
3
+ size 455142376
checkpoints/checkpoint-1200/chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'user' %}{{'<|im_start|>user
2
+ ' + message['content'] + '<|im_end|>
3
+ '}}{% elif message['role'] == 'assistant' %}{{'<|im_start|>assistant
4
+ ' + message['content'] + '<|im_end|>
5
+ ' }}{% else %}{{ '<|im_start|>system
6
+ ' + message['content'] + '<|im_end|>
7
+ ' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
8
+ ' }}{% endif %}
checkpoints/checkpoint-1200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59062d6a2b6fde81ef8d50a9e894d2f4bc612f5d3a4c695d6d7e6dd83beb38dd
3
+ size 231623653
checkpoints/checkpoint-1200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c800b778fa7e115e4c34de8529902de8b61c9a1b4bab3eb8295d06dafff030e
3
+ size 14645
checkpoints/checkpoint-1200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc25d9e1d0e95b057038fa6c0f7cef25ec39c084034f1bf655dfcb4214ff7555
3
+ size 1465
checkpoints/checkpoint-1200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8f0326910136aca20831249220b38ce5299527647bc8c6b65404485c479740
3
+ size 18451122
checkpoints/checkpoint-1200/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|im_start|>",
4
+ "eos_token": "<|im_end|>",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "<unk>",
7
+ "tokenizer_class": "TokenizersBackend",
8
+ "unk_token": "<unk>"
9
+ }
checkpoints/checkpoint-1200/trainer_state.json ADDED
@@ -0,0 +1,874 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.8990898298377523,
6
+ "eval_steps": 500,
7
+ "global_step": 1200,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.015829046299960427,
14
+ "grad_norm": 3.5748817920684814,
15
+ "learning_rate": 3.5433070866141735e-06,
16
+ "loss": 1.7827543258666991,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.031658092599920855,
21
+ "grad_norm": 1.181498408317566,
22
+ "learning_rate": 7.4803149606299226e-06,
23
+ "loss": 1.6411018371582031,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.04748713889988128,
28
+ "grad_norm": 0.5824679732322693,
29
+ "learning_rate": 1.141732283464567e-05,
30
+ "loss": 1.4533835411071778,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.06331618519984171,
35
+ "grad_norm": 0.5377753973007202,
36
+ "learning_rate": 1.535433070866142e-05,
37
+ "loss": 1.3427258491516114,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.07914523149980214,
42
+ "grad_norm": 0.5031867027282715,
43
+ "learning_rate": 1.9291338582677166e-05,
44
+ "loss": 1.1043410301208496,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.09497427779976256,
49
+ "grad_norm": 0.2011471688747406,
50
+ "learning_rate": 2.3228346456692916e-05,
51
+ "loss": 0.963739013671875,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.11080332409972299,
56
+ "grad_norm": 0.1923132687807083,
57
+ "learning_rate": 2.7165354330708666e-05,
58
+ "loss": 0.9648835182189941,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.12663237039968342,
63
+ "grad_norm": 0.19071003794670105,
64
+ "learning_rate": 3.110236220472441e-05,
65
+ "loss": 0.9172444343566895,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.14246141669964385,
70
+ "grad_norm": 0.16827628016471863,
71
+ "learning_rate": 3.5039370078740156e-05,
72
+ "loss": 0.9281296730041504,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.15829046299960428,
77
+ "grad_norm": 0.17542941868305206,
78
+ "learning_rate": 3.8976377952755905e-05,
79
+ "loss": 0.9268568992614746,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1741195092995647,
84
+ "grad_norm": 0.18605543673038483,
85
+ "learning_rate": 4.2913385826771655e-05,
86
+ "loss": 0.9156542778015136,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.18994855559952512,
91
+ "grad_norm": 0.19004584848880768,
92
+ "learning_rate": 4.6850393700787405e-05,
93
+ "loss": 0.912873363494873,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.20577760189948555,
98
+ "grad_norm": 0.1750367432832718,
99
+ "learning_rate": 4.999961827753896e-05,
100
+ "loss": 0.9295230865478515,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.22160664819944598,
105
+ "grad_norm": 0.18699847161769867,
106
+ "learning_rate": 4.998625921534381e-05,
107
+ "loss": 0.9282792091369629,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.2374356944994064,
112
+ "grad_norm": 0.18123294413089752,
113
+ "learning_rate": 4.9953825685459635e-05,
114
+ "loss": 0.9071338653564454,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.25326474079936684,
119
+ "grad_norm": 0.19085095822811127,
120
+ "learning_rate": 4.990234244758785e-05,
121
+ "loss": 0.8944445610046386,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.26909378709932724,
126
+ "grad_norm": 0.1798243671655655,
127
+ "learning_rate": 4.9831848803944474e-05,
128
+ "loss": 0.9216786384582519,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.2849228333992877,
133
+ "grad_norm": 0.16492608189582825,
134
+ "learning_rate": 4.9742398569256896e-05,
135
+ "loss": 0.8954303741455079,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.3007518796992481,
140
+ "grad_norm": 0.1820351481437683,
141
+ "learning_rate": 4.963406002968179e-05,
142
+ "loss": 0.8920731544494629,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.31658092599920856,
147
+ "grad_norm": 0.1755346953868866,
148
+ "learning_rate": 4.950691589067557e-05,
149
+ "loss": 0.8888743400573731,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.33240997229916897,
154
+ "grad_norm": 0.17681735754013062,
155
+ "learning_rate": 4.9361063213857194e-05,
156
+ "loss": 0.8969594955444335,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.3482390185991294,
161
+ "grad_norm": 0.1814550906419754,
162
+ "learning_rate": 4.91966133429115e-05,
163
+ "loss": 0.8851950645446778,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.3640680648990898,
168
+ "grad_norm": 0.17385666072368622,
169
+ "learning_rate": 4.901369181858964e-05,
170
+ "loss": 0.9051773071289062,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.37989711119905023,
175
+ "grad_norm": 0.1662660837173462,
176
+ "learning_rate": 4.88124382828714e-05,
177
+ "loss": 0.8571414947509766,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.3957261574990107,
182
+ "grad_norm": 0.18324530124664307,
183
+ "learning_rate": 4.859300637236289e-05,
184
+ "loss": 0.8993622779846191,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.4115552037989711,
189
+ "grad_norm": 0.17792873084545135,
190
+ "learning_rate": 4.83555636010105e-05,
191
+ "loss": 0.888437557220459,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.42738425009893155,
196
+ "grad_norm": 0.17820881307125092,
197
+ "learning_rate": 4.810029123222109e-05,
198
+ "loss": 0.873835277557373,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.44321329639889195,
203
+ "grad_norm": 0.17558087408542633,
204
+ "learning_rate": 4.782738414048581e-05,
205
+ "loss": 0.8789983749389648,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.4590423426988524,
210
+ "grad_norm": 0.18305832147598267,
211
+ "learning_rate": 4.753705066261326e-05,
212
+ "loss": 0.8827195167541504,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.4748713889988128,
217
+ "grad_norm": 0.1801442950963974,
218
+ "learning_rate": 4.722951243868548e-05,
219
+ "loss": 0.8785966873168946,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.4907004352987733,
224
+ "grad_norm": 0.16704759001731873,
225
+ "learning_rate": 4.690500424285833e-05,
226
+ "loss": 0.8711637496948242,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.5065294815987337,
231
+ "grad_norm": 0.1603054255247116,
232
+ "learning_rate": 4.6563773804135305e-05,
233
+ "loss": 0.8773131370544434,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.5223585278986941,
238
+ "grad_norm": 0.17996226251125336,
239
+ "learning_rate": 4.62060816172516e-05,
240
+ "loss": 0.8801346778869629,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.5381875741986545,
245
+ "grad_norm": 0.16810840368270874,
246
+ "learning_rate": 4.583220074381288e-05,
247
+ "loss": 0.8802348136901855,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.554016620498615,
252
+ "grad_norm": 0.18790695071220398,
253
+ "learning_rate": 4.544241660384057e-05,
254
+ "loss": 0.8991734504699707,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.5698456667985754,
259
+ "grad_norm": 0.17079883813858032,
260
+ "learning_rate": 4.503702675788262e-05,
261
+ "loss": 0.8455135345458984,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.5856747130985358,
266
+ "grad_norm": 0.1780555248260498,
267
+ "learning_rate": 4.4616340679856336e-05,
268
+ "loss": 0.8810781478881836,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.6015037593984962,
273
+ "grad_norm": 0.17815925180912018,
274
+ "learning_rate": 4.418067952079651e-05,
275
+ "loss": 0.8761508941650391,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.6173328056984567,
280
+ "grad_norm": 0.1707397699356079,
281
+ "learning_rate": 4.3730375863689256e-05,
282
+ "loss": 0.8592373847961425,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.6331618519984171,
287
+ "grad_norm": 0.16248367726802826,
288
+ "learning_rate": 4.326577346957875e-05,
289
+ "loss": 0.8755002021789551,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.6489908982983775,
294
+ "grad_norm": 0.165540874004364,
295
+ "learning_rate": 4.278722701514061e-05,
296
+ "loss": 0.867929744720459,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.6648199445983379,
301
+ "grad_norm": 0.16495656967163086,
302
+ "learning_rate": 4.229510182192235e-05,
303
+ "loss": 0.8697072982788085,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.6806489908982983,
308
+ "grad_norm": 0.16391977667808533,
309
+ "learning_rate": 4.178977357745749e-05,
310
+ "loss": 0.8804462432861329,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.6964780371982588,
315
+ "grad_norm": 0.16260066628456116,
316
+ "learning_rate": 4.12716280484664e-05,
317
+ "loss": 0.8600423812866211,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.7123070834982193,
322
+ "grad_norm": 0.16413277387619019,
323
+ "learning_rate": 4.0741060786362585e-05,
324
+ "loss": 0.8589424133300781,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.7281361297981797,
329
+ "grad_norm": 0.16915135085582733,
330
+ "learning_rate": 4.0198476825289434e-05,
331
+ "loss": 0.8609626770019532,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.7439651760981401,
336
+ "grad_norm": 0.17290306091308594,
337
+ "learning_rate": 3.9644290372917844e-05,
338
+ "loss": 0.8830280303955078,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.7597942223981005,
343
+ "grad_norm": 0.16407273709774017,
344
+ "learning_rate": 3.907892449424081e-05,
345
+ "loss": 0.8745547294616699,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.775623268698061,
350
+ "grad_norm": 0.16706892848014832,
351
+ "learning_rate": 3.850281078860627e-05,
352
+ "loss": 0.8945063591003418,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.7914523149980214,
357
+ "grad_norm": 0.17343616485595703,
358
+ "learning_rate": 3.7916389060234964e-05,
359
+ "loss": 0.8862369537353516,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.8072813612979818,
364
+ "grad_norm": 0.17225787043571472,
365
+ "learning_rate": 3.7320106982474625e-05,
366
+ "loss": 0.8728190422058105,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.8231104075979422,
371
+ "grad_norm": 0.1631278693675995,
372
+ "learning_rate": 3.6714419756046885e-05,
373
+ "loss": 0.8206952095031739,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.8389394538979027,
378
+ "grad_norm": 0.1752168983221054,
379
+ "learning_rate": 3.6099789761547834e-05,
380
+ "loss": 0.8330535888671875,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.8547685001978631,
385
+ "grad_norm": 0.1791313886642456,
386
+ "learning_rate": 3.5476686206467466e-05,
387
+ "loss": 0.8688525199890137,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.8705975464978235,
392
+ "grad_norm": 0.16879358887672424,
393
+ "learning_rate": 3.484558476699748e-05,
394
+ "loss": 0.8748814582824707,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.8864265927977839,
399
+ "grad_norm": 0.1700020432472229,
400
+ "learning_rate": 3.4206967224900884e-05,
401
+ "loss": 0.8380928993225097,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.9022556390977443,
406
+ "grad_norm": 0.16251260042190552,
407
+ "learning_rate": 3.35613210997206e-05,
408
+ "loss": 0.8361630439758301,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.9180846853977048,
413
+ "grad_norm": 0.1657862812280655,
414
+ "learning_rate": 3.290913927660793e-05,
415
+ "loss": 0.8503948211669922,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.9339137316976652,
420
+ "grad_norm": 0.17638036608695984,
421
+ "learning_rate": 3.22509196300548e-05,
422
+ "loss": 0.8723633766174317,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.9497427779976256,
427
+ "grad_norm": 0.17021600902080536,
428
+ "learning_rate": 3.158716464381728e-05,
429
+ "loss": 0.8567726135253906,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.965571824297586,
434
+ "grad_norm": 0.17130261659622192,
435
+ "learning_rate": 3.091838102732031e-05,
436
+ "loss": 0.8626362800598144,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.9814008705975465,
441
+ "grad_norm": 0.16850486397743225,
442
+ "learning_rate": 3.024507932883659e-05,
443
+ "loss": 0.8559526443481446,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.997229916897507,
448
+ "grad_norm": 0.1741161048412323,
449
+ "learning_rate": 2.9567773545734916e-05,
450
+ "loss": 0.8548683166503906,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 1.0126632370399684,
455
+ "grad_norm": 0.1648906171321869,
456
+ "learning_rate": 2.8886980732095464e-05,
457
+ "loss": 0.8245421409606933,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 1.0284922833399288,
462
+ "grad_norm": 0.1882442682981491,
463
+ "learning_rate": 2.820322060399156e-05,
464
+ "loss": 0.8283076286315918,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 1.0443213296398892,
469
+ "grad_norm": 0.16794943809509277,
470
+ "learning_rate": 2.7517015142739335e-05,
471
+ "loss": 0.8383002281188965,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 1.0601503759398496,
476
+ "grad_norm": 0.17361986637115479,
477
+ "learning_rate": 2.6828888196418088e-05,
478
+ "loss": 0.8475232124328613,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 1.07597942223981,
483
+ "grad_norm": 0.16774870455265045,
484
+ "learning_rate": 2.6139365079965538e-05,
485
+ "loss": 0.8095685005187988,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 1.0918084685397704,
490
+ "grad_norm": 0.1640879362821579,
491
+ "learning_rate": 2.5448972174153318e-05,
492
+ "loss": 0.8009868621826172,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 1.1076375148397308,
497
+ "grad_norm": 0.18289130926132202,
498
+ "learning_rate": 2.4758236523748733e-05,
499
+ "loss": 0.8200379371643066,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 1.1234665611396912,
504
+ "grad_norm": 0.1810799241065979,
505
+ "learning_rate": 2.4067685435169772e-05,
506
+ "loss": 0.8436824798583984,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 1.1392956074396516,
511
+ "grad_norm": 0.18245543539524078,
512
+ "learning_rate": 2.3377846073940207e-05,
513
+ "loss": 0.8141367912292481,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 1.1551246537396123,
518
+ "grad_norm": 0.18102015554904938,
519
+ "learning_rate": 2.2689245062252398e-05,
520
+ "loss": 0.8481219291687012,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 1.1709537000395727,
525
+ "grad_norm": 0.19379396736621857,
526
+ "learning_rate": 2.200240807694474e-05,
527
+ "loss": 0.8380316734313965,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 1.186782746339533,
532
+ "grad_norm": 0.17735467851161957,
533
+ "learning_rate": 2.131785944820092e-05,
534
+ "loss": 0.8194567680358886,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 1.2026117926394935,
539
+ "grad_norm": 0.18803226947784424,
540
+ "learning_rate": 2.0636121759277137e-05,
541
+ "loss": 0.8280925750732422,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 1.2184408389394539,
546
+ "grad_norm": 0.19116626679897308,
547
+ "learning_rate": 1.995771544756287e-05,
548
+ "loss": 0.8177350044250489,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 1.2342698852394143,
553
+ "grad_norm": 0.17773468792438507,
554
+ "learning_rate": 1.9283158407279977e-05,
555
+ "loss": 0.8399795532226563,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 1.2500989315393747,
560
+ "grad_norm": 0.18355493247509003,
561
+ "learning_rate": 1.861296559412303e-05,
562
+ "loss": 0.8454893112182618,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 1.2659279778393353,
567
+ "grad_norm": 0.18507550656795502,
568
+ "learning_rate": 1.7947648632143076e-05,
569
+ "loss": 0.8371585845947266,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 1.2817570241392957,
574
+ "grad_norm": 0.18332813680171967,
575
+ "learning_rate": 1.728771542317466e-05,
576
+ "loss": 0.8566581726074218,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 1.2975860704392561,
581
+ "grad_norm": 0.18364256620407104,
582
+ "learning_rate": 1.6633669759104488e-05,
583
+ "loss": 0.8170791625976562,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 1.3134151167392165,
588
+ "grad_norm": 0.1980493664741516,
589
+ "learning_rate": 1.598601093727749e-05,
590
+ "loss": 0.852113151550293,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 1.329244163039177,
595
+ "grad_norm": 0.20105807483196259,
596
+ "learning_rate": 1.5345233379334155e-05,
597
+ "loss": 0.8228271484375,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 1.3450732093391373,
602
+ "grad_norm": 0.18281184136867523,
603
+ "learning_rate": 1.4711826253769827e-05,
604
+ "loss": 0.8469521522521972,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 1.3609022556390977,
609
+ "grad_norm": 0.19825202226638794,
610
+ "learning_rate": 1.4086273102504341e-05,
611
+ "loss": 0.8229537010192871,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 1.3767313019390581,
616
+ "grad_norm": 0.1836749017238617,
617
+ "learning_rate": 1.346905147174694e-05,
618
+ "loss": 0.8486099243164062,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 1.3925603482390185,
623
+ "grad_norm": 0.18626976013183594,
624
+ "learning_rate": 1.2860632547438333e-05,
625
+ "loss": 0.8549923896789551,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 1.408389394538979,
630
+ "grad_norm": 0.1800047755241394,
631
+ "learning_rate": 1.2261480795548123e-05,
632
+ "loss": 0.8070058822631836,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 1.4242184408389393,
637
+ "grad_norm": 0.1864195019006729,
638
+ "learning_rate": 1.167205360750227e-05,
639
+ "loss": 0.831914234161377,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 1.4400474871389,
644
+ "grad_norm": 0.18130667507648468,
645
+ "learning_rate": 1.1092800951011285e-05,
646
+ "loss": 0.826213264465332,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 1.4558765334388604,
651
+ "grad_norm": 0.19690996408462524,
652
+ "learning_rate": 1.0524165026565654e-05,
653
+ "loss": 0.8235694885253906,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 1.4717055797388208,
658
+ "grad_norm": 0.1875549703836441,
659
+ "learning_rate": 9.966579929860704e-06,
660
+ "loss": 0.8336921691894531,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 1.4875346260387812,
665
+ "grad_norm": 0.18889833986759186,
666
+ "learning_rate": 9.420471320408669e-06,
667
+ "loss": 0.7959968090057373,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 1.5033636723387416,
672
+ "grad_norm": 0.18145473301410675,
673
+ "learning_rate": 8.886256096591048e-06,
674
+ "loss": 0.8122786521911621,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 1.519192718638702,
679
+ "grad_norm": 0.18262115120887756,
680
+ "learning_rate": 8.364342077398971e-06,
681
+ "loss": 0.8186595916748047,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 1.5350217649386626,
686
+ "grad_norm": 0.19150428473949432,
687
+ "learning_rate": 7.855127691104943e-06,
688
+ "loss": 0.8238736152648926,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 1.550850811238623,
693
+ "grad_norm": 0.1934870034456253,
694
+ "learning_rate": 7.359001671103361e-06,
695
+ "loss": 0.8132981300354004,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 1.5666798575385834,
700
+ "grad_norm": 0.1910739690065384,
701
+ "learning_rate": 6.8763427591521215e-06,
702
+ "loss": 0.8252732276916503,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 1.5825089038385438,
707
+ "grad_norm": 0.19539424777030945,
708
+ "learning_rate": 6.407519416241778e-06,
709
+ "loss": 0.8613625526428222,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 1.5983379501385042,
714
+ "grad_norm": 0.19278913736343384,
715
+ "learning_rate": 5.95288954131307e-06,
716
+ "loss": 0.8396816253662109,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 1.6141669964384646,
721
+ "grad_norm": 0.19722530245780945,
722
+ "learning_rate": 5.512800198037477e-06,
723
+ "loss": 0.849429988861084,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 1.629996042738425,
728
+ "grad_norm": 0.19314146041870117,
729
+ "learning_rate": 5.087587349869396e-06,
730
+ "loss": 0.853305721282959,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 1.6458250890383854,
735
+ "grad_norm": 0.18120236694812775,
736
+ "learning_rate": 4.677575603572235e-06,
737
+ "loss": 0.8267157554626465,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 1.6616541353383458,
742
+ "grad_norm": 0.1896786242723465,
743
+ "learning_rate": 4.283077961414125e-06,
744
+ "loss": 0.811297607421875,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 1.6774831816383062,
749
+ "grad_norm": 0.19132214784622192,
750
+ "learning_rate": 3.904395582222578e-06,
751
+ "loss": 0.8262212753295899,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 1.6933122279382666,
756
+ "grad_norm": 0.18690507113933563,
757
+ "learning_rate": 3.541817551480292e-06,
758
+ "loss": 0.8474508285522461,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 1.709141274238227,
763
+ "grad_norm": 0.1666112095117569,
764
+ "learning_rate": 3.1956206606378187e-06,
765
+ "loss": 0.8323755264282227,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 1.7249703205381874,
770
+ "grad_norm": 0.1838321089744568,
771
+ "learning_rate": 2.8660691958114382e-06,
772
+ "loss": 0.8172253608703614,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 1.7407993668381478,
777
+ "grad_norm": 0.1931111067533493,
778
+ "learning_rate": 2.553414736027601e-06,
779
+ "loss": 0.8497982978820801,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 1.7566284131381085,
784
+ "grad_norm": 0.19277822971343994,
785
+ "learning_rate": 2.257895961167886e-06,
786
+ "loss": 0.8303280830383301,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 1.7724574594380689,
791
+ "grad_norm": 0.1878863126039505,
792
+ "learning_rate": 1.9797384697612276e-06,
793
+ "loss": 0.8127182006835938,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 1.7882865057380293,
798
+ "grad_norm": 0.20031479001045227,
799
+ "learning_rate": 1.7191546067623772e-06,
800
+ "loss": 0.8480099678039551,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 1.8041155520379897,
805
+ "grad_norm": 0.18454383313655853,
806
+ "learning_rate": 1.4763433014481103e-06,
807
+ "loss": 0.837119197845459,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 1.8199445983379503,
812
+ "grad_norm": 0.2058745175600052,
813
+ "learning_rate": 1.2514899155549626e-06,
814
+ "loss": 0.8471168518066406,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 1.8357736446379107,
819
+ "grad_norm": 0.19359512627124786,
820
+ "learning_rate": 1.044766101774397e-06,
821
+ "loss": 0.8292506217956543,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 1.851602690937871,
826
+ "grad_norm": 0.2011612206697464,
827
+ "learning_rate": 8.563296727134435e-07,
828
+ "loss": 0.8529328346252442,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 1.8674317372378315,
833
+ "grad_norm": 0.1884250044822693,
834
+ "learning_rate": 6.863244804208052e-07,
835
+ "loss": 0.8327092170715332,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.883260783537792,
840
+ "grad_norm": 0.19094131886959076,
841
+ "learning_rate": 5.348803065704483e-07,
842
+ "loss": 0.843638801574707,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.8990898298377523,
847
+ "grad_norm": 0.20150353014469147,
848
+ "learning_rate": 4.021127633865196e-07,
849
+ "loss": 0.8138184547424316,
850
+ "step": 1200
851
+ }
852
+ ],
853
+ "logging_steps": 10,
854
+ "max_steps": 1264,
855
+ "num_input_tokens_seen": 0,
856
+ "num_train_epochs": 2,
857
+ "save_steps": 200,
858
+ "stateful_callbacks": {
859
+ "TrainerControl": {
860
+ "args": {
861
+ "should_epoch_stop": false,
862
+ "should_evaluate": false,
863
+ "should_log": false,
864
+ "should_save": true,
865
+ "should_training_stop": false
866
+ },
867
+ "attributes": {}
868
+ }
869
+ },
870
+ "total_flos": 1.3554170580086354e+18,
871
+ "train_batch_size": 4,
872
+ "trial_name": null,
873
+ "trial_params": null
874
+ }
checkpoints/checkpoint-1200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c014ebd63dab9deb812f3c92192ce130717d3332c747af68efe98595e1e3890
3
+ size 5713
checkpoints/checkpoint-1264/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Nanbeige/Nanbeige4.1-3B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Nanbeige/Nanbeige4.1-3B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoints/checkpoint-1264/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "Nanbeige/Nanbeige4.1-3B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 128,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 64,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "up_proj",
38
+ "down_proj",
39
+ "v_proj",
40
+ "k_proj",
41
+ "o_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
checkpoints/checkpoint-1264/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81bcffd4d2674e1f8d95a6c41a921fba9b5e05aed96acbbb0ef1dea117b8d660
3
+ size 455142376
checkpoints/checkpoint-1264/chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'user' %}{{'<|im_start|>user
2
+ ' + message['content'] + '<|im_end|>
3
+ '}}{% elif message['role'] == 'assistant' %}{{'<|im_start|>assistant
4
+ ' + message['content'] + '<|im_end|>
5
+ ' }}{% else %}{{ '<|im_start|>system
6
+ ' + message['content'] + '<|im_end|>
7
+ ' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
8
+ ' }}{% endif %}
checkpoints/checkpoint-1264/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ffea5b8698b067f13a4a31d3317b3e6b7977d195f3ecf092fa13115e9e12b11
3
+ size 231623653
checkpoints/checkpoint-1264/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c800b778fa7e115e4c34de8529902de8b61c9a1b4bab3eb8295d06dafff030e
3
+ size 14645
checkpoints/checkpoint-1264/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78206c712fe04332840566adca2e32409b8392aa97505d085270d0a692a991e2
3
+ size 1465
checkpoints/checkpoint-1264/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8f0326910136aca20831249220b38ce5299527647bc8c6b65404485c479740
3
+ size 18451122
checkpoints/checkpoint-1264/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|im_start|>",
4
+ "eos_token": "<|im_end|>",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "<unk>",
7
+ "tokenizer_class": "TokenizersBackend",
8
+ "unk_token": "<unk>"
9
+ }
checkpoints/checkpoint-1264/trainer_state.json ADDED
@@ -0,0 +1,916 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1264,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.015829046299960427,
14
+ "grad_norm": 3.5748817920684814,
15
+ "learning_rate": 3.5433070866141735e-06,
16
+ "loss": 1.7827543258666991,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.031658092599920855,
21
+ "grad_norm": 1.181498408317566,
22
+ "learning_rate": 7.4803149606299226e-06,
23
+ "loss": 1.6411018371582031,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.04748713889988128,
28
+ "grad_norm": 0.5824679732322693,
29
+ "learning_rate": 1.141732283464567e-05,
30
+ "loss": 1.4533835411071778,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.06331618519984171,
35
+ "grad_norm": 0.5377753973007202,
36
+ "learning_rate": 1.535433070866142e-05,
37
+ "loss": 1.3427258491516114,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.07914523149980214,
42
+ "grad_norm": 0.5031867027282715,
43
+ "learning_rate": 1.9291338582677166e-05,
44
+ "loss": 1.1043410301208496,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.09497427779976256,
49
+ "grad_norm": 0.2011471688747406,
50
+ "learning_rate": 2.3228346456692916e-05,
51
+ "loss": 0.963739013671875,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.11080332409972299,
56
+ "grad_norm": 0.1923132687807083,
57
+ "learning_rate": 2.7165354330708666e-05,
58
+ "loss": 0.9648835182189941,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.12663237039968342,
63
+ "grad_norm": 0.19071003794670105,
64
+ "learning_rate": 3.110236220472441e-05,
65
+ "loss": 0.9172444343566895,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.14246141669964385,
70
+ "grad_norm": 0.16827628016471863,
71
+ "learning_rate": 3.5039370078740156e-05,
72
+ "loss": 0.9281296730041504,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.15829046299960428,
77
+ "grad_norm": 0.17542941868305206,
78
+ "learning_rate": 3.8976377952755905e-05,
79
+ "loss": 0.9268568992614746,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1741195092995647,
84
+ "grad_norm": 0.18605543673038483,
85
+ "learning_rate": 4.2913385826771655e-05,
86
+ "loss": 0.9156542778015136,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.18994855559952512,
91
+ "grad_norm": 0.19004584848880768,
92
+ "learning_rate": 4.6850393700787405e-05,
93
+ "loss": 0.912873363494873,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.20577760189948555,
98
+ "grad_norm": 0.1750367432832718,
99
+ "learning_rate": 4.999961827753896e-05,
100
+ "loss": 0.9295230865478515,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.22160664819944598,
105
+ "grad_norm": 0.18699847161769867,
106
+ "learning_rate": 4.998625921534381e-05,
107
+ "loss": 0.9282792091369629,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.2374356944994064,
112
+ "grad_norm": 0.18123294413089752,
113
+ "learning_rate": 4.9953825685459635e-05,
114
+ "loss": 0.9071338653564454,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.25326474079936684,
119
+ "grad_norm": 0.19085095822811127,
120
+ "learning_rate": 4.990234244758785e-05,
121
+ "loss": 0.8944445610046386,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.26909378709932724,
126
+ "grad_norm": 0.1798243671655655,
127
+ "learning_rate": 4.9831848803944474e-05,
128
+ "loss": 0.9216786384582519,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.2849228333992877,
133
+ "grad_norm": 0.16492608189582825,
134
+ "learning_rate": 4.9742398569256896e-05,
135
+ "loss": 0.8954303741455079,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.3007518796992481,
140
+ "grad_norm": 0.1820351481437683,
141
+ "learning_rate": 4.963406002968179e-05,
142
+ "loss": 0.8920731544494629,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.31658092599920856,
147
+ "grad_norm": 0.1755346953868866,
148
+ "learning_rate": 4.950691589067557e-05,
149
+ "loss": 0.8888743400573731,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.33240997229916897,
154
+ "grad_norm": 0.17681735754013062,
155
+ "learning_rate": 4.9361063213857194e-05,
156
+ "loss": 0.8969594955444335,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.3482390185991294,
161
+ "grad_norm": 0.1814550906419754,
162
+ "learning_rate": 4.91966133429115e-05,
163
+ "loss": 0.8851950645446778,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.3640680648990898,
168
+ "grad_norm": 0.17385666072368622,
169
+ "learning_rate": 4.901369181858964e-05,
170
+ "loss": 0.9051773071289062,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.37989711119905023,
175
+ "grad_norm": 0.1662660837173462,
176
+ "learning_rate": 4.88124382828714e-05,
177
+ "loss": 0.8571414947509766,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.3957261574990107,
182
+ "grad_norm": 0.18324530124664307,
183
+ "learning_rate": 4.859300637236289e-05,
184
+ "loss": 0.8993622779846191,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.4115552037989711,
189
+ "grad_norm": 0.17792873084545135,
190
+ "learning_rate": 4.83555636010105e-05,
191
+ "loss": 0.888437557220459,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.42738425009893155,
196
+ "grad_norm": 0.17820881307125092,
197
+ "learning_rate": 4.810029123222109e-05,
198
+ "loss": 0.873835277557373,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.44321329639889195,
203
+ "grad_norm": 0.17558087408542633,
204
+ "learning_rate": 4.782738414048581e-05,
205
+ "loss": 0.8789983749389648,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.4590423426988524,
210
+ "grad_norm": 0.18305832147598267,
211
+ "learning_rate": 4.753705066261326e-05,
212
+ "loss": 0.8827195167541504,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.4748713889988128,
217
+ "grad_norm": 0.1801442950963974,
218
+ "learning_rate": 4.722951243868548e-05,
219
+ "loss": 0.8785966873168946,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.4907004352987733,
224
+ "grad_norm": 0.16704759001731873,
225
+ "learning_rate": 4.690500424285833e-05,
226
+ "loss": 0.8711637496948242,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.5065294815987337,
231
+ "grad_norm": 0.1603054255247116,
232
+ "learning_rate": 4.6563773804135305e-05,
233
+ "loss": 0.8773131370544434,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.5223585278986941,
238
+ "grad_norm": 0.17996226251125336,
239
+ "learning_rate": 4.62060816172516e-05,
240
+ "loss": 0.8801346778869629,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.5381875741986545,
245
+ "grad_norm": 0.16810840368270874,
246
+ "learning_rate": 4.583220074381288e-05,
247
+ "loss": 0.8802348136901855,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.554016620498615,
252
+ "grad_norm": 0.18790695071220398,
253
+ "learning_rate": 4.544241660384057e-05,
254
+ "loss": 0.8991734504699707,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.5698456667985754,
259
+ "grad_norm": 0.17079883813858032,
260
+ "learning_rate": 4.503702675788262e-05,
261
+ "loss": 0.8455135345458984,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.5856747130985358,
266
+ "grad_norm": 0.1780555248260498,
267
+ "learning_rate": 4.4616340679856336e-05,
268
+ "loss": 0.8810781478881836,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.6015037593984962,
273
+ "grad_norm": 0.17815925180912018,
274
+ "learning_rate": 4.418067952079651e-05,
275
+ "loss": 0.8761508941650391,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.6173328056984567,
280
+ "grad_norm": 0.1707397699356079,
281
+ "learning_rate": 4.3730375863689256e-05,
282
+ "loss": 0.8592373847961425,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.6331618519984171,
287
+ "grad_norm": 0.16248367726802826,
288
+ "learning_rate": 4.326577346957875e-05,
289
+ "loss": 0.8755002021789551,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.6489908982983775,
294
+ "grad_norm": 0.165540874004364,
295
+ "learning_rate": 4.278722701514061e-05,
296
+ "loss": 0.867929744720459,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.6648199445983379,
301
+ "grad_norm": 0.16495656967163086,
302
+ "learning_rate": 4.229510182192235e-05,
303
+ "loss": 0.8697072982788085,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.6806489908982983,
308
+ "grad_norm": 0.16391977667808533,
309
+ "learning_rate": 4.178977357745749e-05,
310
+ "loss": 0.8804462432861329,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.6964780371982588,
315
+ "grad_norm": 0.16260066628456116,
316
+ "learning_rate": 4.12716280484664e-05,
317
+ "loss": 0.8600423812866211,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.7123070834982193,
322
+ "grad_norm": 0.16413277387619019,
323
+ "learning_rate": 4.0741060786362585e-05,
324
+ "loss": 0.8589424133300781,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.7281361297981797,
329
+ "grad_norm": 0.16915135085582733,
330
+ "learning_rate": 4.0198476825289434e-05,
331
+ "loss": 0.8609626770019532,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.7439651760981401,
336
+ "grad_norm": 0.17290306091308594,
337
+ "learning_rate": 3.9644290372917844e-05,
338
+ "loss": 0.8830280303955078,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.7597942223981005,
343
+ "grad_norm": 0.16407273709774017,
344
+ "learning_rate": 3.907892449424081e-05,
345
+ "loss": 0.8745547294616699,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.775623268698061,
350
+ "grad_norm": 0.16706892848014832,
351
+ "learning_rate": 3.850281078860627e-05,
352
+ "loss": 0.8945063591003418,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.7914523149980214,
357
+ "grad_norm": 0.17343616485595703,
358
+ "learning_rate": 3.7916389060234964e-05,
359
+ "loss": 0.8862369537353516,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.8072813612979818,
364
+ "grad_norm": 0.17225787043571472,
365
+ "learning_rate": 3.7320106982474625e-05,
366
+ "loss": 0.8728190422058105,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.8231104075979422,
371
+ "grad_norm": 0.1631278693675995,
372
+ "learning_rate": 3.6714419756046885e-05,
373
+ "loss": 0.8206952095031739,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.8389394538979027,
378
+ "grad_norm": 0.1752168983221054,
379
+ "learning_rate": 3.6099789761547834e-05,
380
+ "loss": 0.8330535888671875,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.8547685001978631,
385
+ "grad_norm": 0.1791313886642456,
386
+ "learning_rate": 3.5476686206467466e-05,
387
+ "loss": 0.8688525199890137,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.8705975464978235,
392
+ "grad_norm": 0.16879358887672424,
393
+ "learning_rate": 3.484558476699748e-05,
394
+ "loss": 0.8748814582824707,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.8864265927977839,
399
+ "grad_norm": 0.1700020432472229,
400
+ "learning_rate": 3.4206967224900884e-05,
401
+ "loss": 0.8380928993225097,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.9022556390977443,
406
+ "grad_norm": 0.16251260042190552,
407
+ "learning_rate": 3.35613210997206e-05,
408
+ "loss": 0.8361630439758301,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.9180846853977048,
413
+ "grad_norm": 0.1657862812280655,
414
+ "learning_rate": 3.290913927660793e-05,
415
+ "loss": 0.8503948211669922,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.9339137316976652,
420
+ "grad_norm": 0.17638036608695984,
421
+ "learning_rate": 3.22509196300548e-05,
422
+ "loss": 0.8723633766174317,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.9497427779976256,
427
+ "grad_norm": 0.17021600902080536,
428
+ "learning_rate": 3.158716464381728e-05,
429
+ "loss": 0.8567726135253906,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.965571824297586,
434
+ "grad_norm": 0.17130261659622192,
435
+ "learning_rate": 3.091838102732031e-05,
436
+ "loss": 0.8626362800598144,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.9814008705975465,
441
+ "grad_norm": 0.16850486397743225,
442
+ "learning_rate": 3.024507932883659e-05,
443
+ "loss": 0.8559526443481446,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.997229916897507,
448
+ "grad_norm": 0.1741161048412323,
449
+ "learning_rate": 2.9567773545734916e-05,
450
+ "loss": 0.8548683166503906,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 1.0126632370399684,
455
+ "grad_norm": 0.1648906171321869,
456
+ "learning_rate": 2.8886980732095464e-05,
457
+ "loss": 0.8245421409606933,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 1.0284922833399288,
462
+ "grad_norm": 0.1882442682981491,
463
+ "learning_rate": 2.820322060399156e-05,
464
+ "loss": 0.8283076286315918,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 1.0443213296398892,
469
+ "grad_norm": 0.16794943809509277,
470
+ "learning_rate": 2.7517015142739335e-05,
471
+ "loss": 0.8383002281188965,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 1.0601503759398496,
476
+ "grad_norm": 0.17361986637115479,
477
+ "learning_rate": 2.6828888196418088e-05,
478
+ "loss": 0.8475232124328613,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 1.07597942223981,
483
+ "grad_norm": 0.16774870455265045,
484
+ "learning_rate": 2.6139365079965538e-05,
485
+ "loss": 0.8095685005187988,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 1.0918084685397704,
490
+ "grad_norm": 0.1640879362821579,
491
+ "learning_rate": 2.5448972174153318e-05,
492
+ "loss": 0.8009868621826172,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 1.1076375148397308,
497
+ "grad_norm": 0.18289130926132202,
498
+ "learning_rate": 2.4758236523748733e-05,
499
+ "loss": 0.8200379371643066,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 1.1234665611396912,
504
+ "grad_norm": 0.1810799241065979,
505
+ "learning_rate": 2.4067685435169772e-05,
506
+ "loss": 0.8436824798583984,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 1.1392956074396516,
511
+ "grad_norm": 0.18245543539524078,
512
+ "learning_rate": 2.3377846073940207e-05,
513
+ "loss": 0.8141367912292481,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 1.1551246537396123,
518
+ "grad_norm": 0.18102015554904938,
519
+ "learning_rate": 2.2689245062252398e-05,
520
+ "loss": 0.8481219291687012,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 1.1709537000395727,
525
+ "grad_norm": 0.19379396736621857,
526
+ "learning_rate": 2.200240807694474e-05,
527
+ "loss": 0.8380316734313965,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 1.186782746339533,
532
+ "grad_norm": 0.17735467851161957,
533
+ "learning_rate": 2.131785944820092e-05,
534
+ "loss": 0.8194567680358886,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 1.2026117926394935,
539
+ "grad_norm": 0.18803226947784424,
540
+ "learning_rate": 2.0636121759277137e-05,
541
+ "loss": 0.8280925750732422,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 1.2184408389394539,
546
+ "grad_norm": 0.19116626679897308,
547
+ "learning_rate": 1.995771544756287e-05,
548
+ "loss": 0.8177350044250489,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 1.2342698852394143,
553
+ "grad_norm": 0.17773468792438507,
554
+ "learning_rate": 1.9283158407279977e-05,
555
+ "loss": 0.8399795532226563,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 1.2500989315393747,
560
+ "grad_norm": 0.18355493247509003,
561
+ "learning_rate": 1.861296559412303e-05,
562
+ "loss": 0.8454893112182618,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 1.2659279778393353,
567
+ "grad_norm": 0.18507550656795502,
568
+ "learning_rate": 1.7947648632143076e-05,
569
+ "loss": 0.8371585845947266,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 1.2817570241392957,
574
+ "grad_norm": 0.18332813680171967,
575
+ "learning_rate": 1.728771542317466e-05,
576
+ "loss": 0.8566581726074218,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 1.2975860704392561,
581
+ "grad_norm": 0.18364256620407104,
582
+ "learning_rate": 1.6633669759104488e-05,
583
+ "loss": 0.8170791625976562,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 1.3134151167392165,
588
+ "grad_norm": 0.1980493664741516,
589
+ "learning_rate": 1.598601093727749e-05,
590
+ "loss": 0.852113151550293,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 1.329244163039177,
595
+ "grad_norm": 0.20105807483196259,
596
+ "learning_rate": 1.5345233379334155e-05,
597
+ "loss": 0.8228271484375,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 1.3450732093391373,
602
+ "grad_norm": 0.18281184136867523,
603
+ "learning_rate": 1.4711826253769827e-05,
604
+ "loss": 0.8469521522521972,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 1.3609022556390977,
609
+ "grad_norm": 0.19825202226638794,
610
+ "learning_rate": 1.4086273102504341e-05,
611
+ "loss": 0.8229537010192871,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 1.3767313019390581,
616
+ "grad_norm": 0.1836749017238617,
617
+ "learning_rate": 1.346905147174694e-05,
618
+ "loss": 0.8486099243164062,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 1.3925603482390185,
623
+ "grad_norm": 0.18626976013183594,
624
+ "learning_rate": 1.2860632547438333e-05,
625
+ "loss": 0.8549923896789551,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 1.408389394538979,
630
+ "grad_norm": 0.1800047755241394,
631
+ "learning_rate": 1.2261480795548123e-05,
632
+ "loss": 0.8070058822631836,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 1.4242184408389393,
637
+ "grad_norm": 0.1864195019006729,
638
+ "learning_rate": 1.167205360750227e-05,
639
+ "loss": 0.831914234161377,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 1.4400474871389,
644
+ "grad_norm": 0.18130667507648468,
645
+ "learning_rate": 1.1092800951011285e-05,
646
+ "loss": 0.826213264465332,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 1.4558765334388604,
651
+ "grad_norm": 0.19690996408462524,
652
+ "learning_rate": 1.0524165026565654e-05,
653
+ "loss": 0.8235694885253906,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 1.4717055797388208,
658
+ "grad_norm": 0.1875549703836441,
659
+ "learning_rate": 9.966579929860704e-06,
660
+ "loss": 0.8336921691894531,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 1.4875346260387812,
665
+ "grad_norm": 0.18889833986759186,
666
+ "learning_rate": 9.420471320408669e-06,
667
+ "loss": 0.7959968090057373,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 1.5033636723387416,
672
+ "grad_norm": 0.18145473301410675,
673
+ "learning_rate": 8.886256096591048e-06,
674
+ "loss": 0.8122786521911621,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 1.519192718638702,
679
+ "grad_norm": 0.18262115120887756,
680
+ "learning_rate": 8.364342077398971e-06,
681
+ "loss": 0.8186595916748047,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 1.5350217649386626,
686
+ "grad_norm": 0.19150428473949432,
687
+ "learning_rate": 7.855127691104943e-06,
688
+ "loss": 0.8238736152648926,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 1.550850811238623,
693
+ "grad_norm": 0.1934870034456253,
694
+ "learning_rate": 7.359001671103361e-06,
695
+ "loss": 0.8132981300354004,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 1.5666798575385834,
700
+ "grad_norm": 0.1910739690065384,
701
+ "learning_rate": 6.8763427591521215e-06,
702
+ "loss": 0.8252732276916503,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 1.5825089038385438,
707
+ "grad_norm": 0.19539424777030945,
708
+ "learning_rate": 6.407519416241778e-06,
709
+ "loss": 0.8613625526428222,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 1.5983379501385042,
714
+ "grad_norm": 0.19278913736343384,
715
+ "learning_rate": 5.95288954131307e-06,
716
+ "loss": 0.8396816253662109,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 1.6141669964384646,
721
+ "grad_norm": 0.19722530245780945,
722
+ "learning_rate": 5.512800198037477e-06,
723
+ "loss": 0.849429988861084,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 1.629996042738425,
728
+ "grad_norm": 0.19314146041870117,
729
+ "learning_rate": 5.087587349869396e-06,
730
+ "loss": 0.853305721282959,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 1.6458250890383854,
735
+ "grad_norm": 0.18120236694812775,
736
+ "learning_rate": 4.677575603572235e-06,
737
+ "loss": 0.8267157554626465,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 1.6616541353383458,
742
+ "grad_norm": 0.1896786242723465,
743
+ "learning_rate": 4.283077961414125e-06,
744
+ "loss": 0.811297607421875,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 1.6774831816383062,
749
+ "grad_norm": 0.19132214784622192,
750
+ "learning_rate": 3.904395582222578e-06,
751
+ "loss": 0.8262212753295899,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 1.6933122279382666,
756
+ "grad_norm": 0.18690507113933563,
757
+ "learning_rate": 3.541817551480292e-06,
758
+ "loss": 0.8474508285522461,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 1.709141274238227,
763
+ "grad_norm": 0.1666112095117569,
764
+ "learning_rate": 3.1956206606378187e-06,
765
+ "loss": 0.8323755264282227,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 1.7249703205381874,
770
+ "grad_norm": 0.1838321089744568,
771
+ "learning_rate": 2.8660691958114382e-06,
772
+ "loss": 0.8172253608703614,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 1.7407993668381478,
777
+ "grad_norm": 0.1931111067533493,
778
+ "learning_rate": 2.553414736027601e-06,
779
+ "loss": 0.8497982978820801,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 1.7566284131381085,
784
+ "grad_norm": 0.19277822971343994,
785
+ "learning_rate": 2.257895961167886e-06,
786
+ "loss": 0.8303280830383301,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 1.7724574594380689,
791
+ "grad_norm": 0.1878863126039505,
792
+ "learning_rate": 1.9797384697612276e-06,
793
+ "loss": 0.8127182006835938,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 1.7882865057380293,
798
+ "grad_norm": 0.20031479001045227,
799
+ "learning_rate": 1.7191546067623772e-06,
800
+ "loss": 0.8480099678039551,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 1.8041155520379897,
805
+ "grad_norm": 0.18454383313655853,
806
+ "learning_rate": 1.4763433014481103e-06,
807
+ "loss": 0.837119197845459,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 1.8199445983379503,
812
+ "grad_norm": 0.2058745175600052,
813
+ "learning_rate": 1.2514899155549626e-06,
814
+ "loss": 0.8471168518066406,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 1.8357736446379107,
819
+ "grad_norm": 0.19359512627124786,
820
+ "learning_rate": 1.044766101774397e-06,
821
+ "loss": 0.8292506217956543,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 1.851602690937871,
826
+ "grad_norm": 0.2011612206697464,
827
+ "learning_rate": 8.563296727134435e-07,
828
+ "loss": 0.8529328346252442,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 1.8674317372378315,
833
+ "grad_norm": 0.1884250044822693,
834
+ "learning_rate": 6.863244804208052e-07,
835
+ "loss": 0.8327092170715332,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.883260783537792,
840
+ "grad_norm": 0.19094131886959076,
841
+ "learning_rate": 5.348803065704483e-07,
842
+ "loss": 0.843638801574707,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.8990898298377523,
847
+ "grad_norm": 0.20150353014469147,
848
+ "learning_rate": 4.021127633865196e-07,
849
+ "loss": 0.8138184547424316,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 1.9149188761377127,
854
+ "grad_norm": 0.18785829842090607,
855
+ "learning_rate": 2.881232053851435e-07,
856
+ "loss": 0.8096948623657226,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 1.9307479224376731,
861
+ "grad_norm": 0.18520639836788177,
862
+ "learning_rate": 1.9299865200057553e-07,
863
+ "loss": 0.8441803932189942,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 1.9465769687376335,
868
+ "grad_norm": 0.17911553382873535,
869
+ "learning_rate": 1.1681172115469986e-07,
870
+ "loss": 0.8313416481018067,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 1.962406015037594,
875
+ "grad_norm": 0.19538141787052155,
876
+ "learning_rate": 5.96205738206429e-08,
877
+ "loss": 0.8286916732788085,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 1.9782350613375543,
882
+ "grad_norm": 0.1857946664094925,
883
+ "learning_rate": 2.1468869622781606e-08,
884
+ "loss": 0.8293286323547363,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 1.9940641076375147,
889
+ "grad_norm": 0.1903241127729416,
890
+ "learning_rate": 2.3857335070626154e-09,
891
+ "loss": 0.8224732398986816,
892
+ "step": 1260
893
+ }
894
+ ],
895
+ "logging_steps": 10,
896
+ "max_steps": 1264,
897
+ "num_input_tokens_seen": 0,
898
+ "num_train_epochs": 2,
899
+ "save_steps": 200,
900
+ "stateful_callbacks": {
901
+ "TrainerControl": {
902
+ "args": {
903
+ "should_epoch_stop": false,
904
+ "should_evaluate": false,
905
+ "should_log": false,
906
+ "should_save": true,
907
+ "should_training_stop": true
908
+ },
909
+ "attributes": {}
910
+ }
911
+ },
912
+ "total_flos": 1.4272423190583951e+18,
913
+ "train_batch_size": 4,
914
+ "trial_name": null,
915
+ "trial_params": null
916
+ }
checkpoints/checkpoint-1264/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c014ebd63dab9deb812f3c92192ce130717d3332c747af68efe98595e1e3890
3
+ size 5713