svjack commited on
Commit
14a1987
1 Parent(s): ffa162f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +59 -0
  2. adapter_config.json +29 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +5 -0
  5. all_results.json +8 -0
  6. checkpoint-100/README.md +202 -0
  7. checkpoint-100/adapter_config.json +29 -0
  8. checkpoint-100/adapter_model.safetensors +3 -0
  9. checkpoint-100/added_tokens.json +5 -0
  10. checkpoint-100/merges.txt +0 -0
  11. checkpoint-100/optimizer.pt +3 -0
  12. checkpoint-100/rng_state.pth +3 -0
  13. checkpoint-100/scheduler.pt +3 -0
  14. checkpoint-100/special_tokens_map.json +20 -0
  15. checkpoint-100/tokenizer.json +0 -0
  16. checkpoint-100/tokenizer_config.json +44 -0
  17. checkpoint-100/trainer_state.json +173 -0
  18. checkpoint-100/training_args.bin +3 -0
  19. checkpoint-100/vocab.json +0 -0
  20. checkpoint-1000/README.md +202 -0
  21. checkpoint-1000/adapter_config.json +29 -0
  22. checkpoint-1000/adapter_model.safetensors +3 -0
  23. checkpoint-1000/added_tokens.json +5 -0
  24. checkpoint-1000/merges.txt +0 -0
  25. checkpoint-1000/optimizer.pt +3 -0
  26. checkpoint-1000/rng_state.pth +3 -0
  27. checkpoint-1000/scheduler.pt +3 -0
  28. checkpoint-1000/special_tokens_map.json +20 -0
  29. checkpoint-1000/tokenizer.json +0 -0
  30. checkpoint-1000/tokenizer_config.json +44 -0
  31. checkpoint-1000/trainer_state.json +1433 -0
  32. checkpoint-1000/training_args.bin +3 -0
  33. checkpoint-1000/vocab.json +0 -0
  34. checkpoint-1100/README.md +202 -0
  35. checkpoint-1100/adapter_config.json +29 -0
  36. checkpoint-1100/adapter_model.safetensors +3 -0
  37. checkpoint-1100/added_tokens.json +5 -0
  38. checkpoint-1100/merges.txt +0 -0
  39. checkpoint-1100/optimizer.pt +3 -0
  40. checkpoint-1100/rng_state.pth +3 -0
  41. checkpoint-1100/scheduler.pt +3 -0
  42. checkpoint-1100/special_tokens_map.json +20 -0
  43. checkpoint-1100/tokenizer.json +0 -0
  44. checkpoint-1100/tokenizer_config.json +44 -0
  45. checkpoint-1100/trainer_state.json +1573 -0
  46. checkpoint-1100/training_args.bin +3 -0
  47. checkpoint-1100/vocab.json +0 -0
  48. checkpoint-1200/README.md +202 -0
  49. checkpoint-1200/adapter_config.json +29 -0
  50. checkpoint-1200/adapter_model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: Qwen/Qwen1.5-7B-Chat
9
+ model-index:
10
+ - name: train_2024-05-21-01-50-51
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # train_2024-05-21-01-50-51
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen1.5-7B-Chat](https://huggingface.co/Qwen/Qwen1.5-7B-Chat) on the sharegpt_genshin_impact_roleplay and the genshin_impact_background datasets.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 5.0
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.11.1
56
+ - Transformers 4.41.0
57
+ - Pytorch 2.3.0+cu121
58
+ - Datasets 2.19.1
59
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0adfb10c8c1ea07ff9d67c461e4924073712e838a37ef2825c18a0004aaeb1d
3
+ size 16794200
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.989841527834214,
3
+ "total_flos": 7.916227959595991e+17,
4
+ "train_loss": 1.6256803264058763,
5
+ "train_runtime": 27276.7889,
6
+ "train_samples_per_second": 0.902,
7
+ "train_steps_per_second": 0.056
8
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B-Chat
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.11.1
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae08b20cb302d2fa8a6ece011ea773905b225cb5383a9f7b63f5f27ccfe0fb97
3
+ size 16794200
checkpoint-100/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493393023e6fc325691847ec486ad85b679c320f65b4cf43335c6d54266b51ea
3
+ size 33662074
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c9ddc638c13552537ead9ac4db7d48da1d57c234f6a64f154172ac352bf51ee
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.3250711093051605,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.016253555465258026,
13
+ "grad_norm": 2.077186346054077,
14
+ "learning_rate": 4.9998691031433496e-05,
15
+ "loss": 2.8778,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.03250711093051605,
20
+ "grad_norm": 2.073504686355591,
21
+ "learning_rate": 4.999476426280588e-05,
22
+ "loss": 2.6432,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.048760666395774074,
27
+ "grad_norm": 2.1281931400299072,
28
+ "learning_rate": 4.998822010531848e-05,
29
+ "loss": 2.3167,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.0650142218610321,
34
+ "grad_norm": 1.090219497680664,
35
+ "learning_rate": 4.997905924425903e-05,
36
+ "loss": 2.1533,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.08126777732629012,
41
+ "grad_norm": 1.007896900177002,
42
+ "learning_rate": 4.996728263892985e-05,
43
+ "loss": 2.0267,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.09752133279154815,
48
+ "grad_norm": 0.9982665777206421,
49
+ "learning_rate": 4.995289152254744e-05,
50
+ "loss": 1.9352,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.11377488825680618,
55
+ "grad_norm": 0.8844298720359802,
56
+ "learning_rate": 4.9935887402113315e-05,
57
+ "loss": 1.9486,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.1300284437220642,
62
+ "grad_norm": 0.9337536692619324,
63
+ "learning_rate": 4.991627205825621e-05,
64
+ "loss": 1.9228,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.14628199918732224,
69
+ "grad_norm": 0.9377800822257996,
70
+ "learning_rate": 4.9894047545045605e-05,
71
+ "loss": 1.835,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.16253555465258024,
76
+ "grad_norm": 0.8525241017341614,
77
+ "learning_rate": 4.986921618977664e-05,
78
+ "loss": 1.8157,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.17878911011783827,
83
+ "grad_norm": 0.872871458530426,
84
+ "learning_rate": 4.984178059272638e-05,
85
+ "loss": 1.8811,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.1950426655830963,
90
+ "grad_norm": 0.9125804305076599,
91
+ "learning_rate": 4.981174362688158e-05,
92
+ "loss": 1.8242,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.21129622104835433,
97
+ "grad_norm": 0.7474733591079712,
98
+ "learning_rate": 4.977910843763777e-05,
99
+ "loss": 1.7808,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.22754977651361236,
104
+ "grad_norm": 1.0248199701309204,
105
+ "learning_rate": 4.974387844246987e-05,
106
+ "loss": 1.8512,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.24380333197887039,
111
+ "grad_norm": 0.9032835960388184,
112
+ "learning_rate": 4.970605733057441e-05,
113
+ "loss": 1.8172,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.2600568874441284,
118
+ "grad_norm": 0.8550340533256531,
119
+ "learning_rate": 4.9665649062483115e-05,
120
+ "loss": 1.7418,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.27631044290938644,
125
+ "grad_norm": 0.9429016709327698,
126
+ "learning_rate": 4.96226578696482e-05,
127
+ "loss": 1.8265,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.2925639983746445,
132
+ "grad_norm": 0.975885272026062,
133
+ "learning_rate": 4.957708825399927e-05,
134
+ "loss": 1.7943,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.3088175538399025,
139
+ "grad_norm": 0.827629804611206,
140
+ "learning_rate": 4.9528944987471884e-05,
141
+ "loss": 1.8067,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.3250711093051605,
146
+ "grad_norm": 1.0019093751907349,
147
+ "learning_rate": 4.9478233111507856e-05,
148
+ "loss": 1.7874,
149
+ "step": 100
150
+ }
151
+ ],
152
+ "logging_steps": 5,
153
+ "max_steps": 1535,
154
+ "num_input_tokens_seen": 0,
155
+ "num_train_epochs": 5,
156
+ "save_steps": 100,
157
+ "stateful_callbacks": {
158
+ "TrainerControl": {
159
+ "args": {
160
+ "should_epoch_stop": false,
161
+ "should_evaluate": false,
162
+ "should_log": false,
163
+ "should_save": true,
164
+ "should_training_stop": false
165
+ },
166
+ "attributes": {}
167
+ }
168
+ },
169
+ "total_flos": 5.205535116204442e+16,
170
+ "train_batch_size": 2,
171
+ "trial_name": null,
172
+ "trial_params": null
173
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e63c83389cbc9d369b0af42b65d1075c9a062864830339d79ed71867cf88bc0
3
+ size 5304
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B-Chat
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.11.1
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ced62de2f6c52250613f5b8ab37c9de1448ee4b4e132c70ee5d94475d4868a2
3
+ size 16794200
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e926cf770808a34b682542198a936b84f204b3debbd14055247defd486a2b66
3
+ size 33662074
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d138cfe3a4adf21f048848ee35837c9a757a0a3616ff7adbb45b69aac247435
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e93c31e65b2c2887edfebad40fc2cbbf4c51646bdd59d2d16aad539cdcfd7f
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.250711093051605,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.016253555465258026,
13
+ "grad_norm": 2.077186346054077,
14
+ "learning_rate": 4.9998691031433496e-05,
15
+ "loss": 2.8778,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.03250711093051605,
20
+ "grad_norm": 2.073504686355591,
21
+ "learning_rate": 4.999476426280588e-05,
22
+ "loss": 2.6432,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.048760666395774074,
27
+ "grad_norm": 2.1281931400299072,
28
+ "learning_rate": 4.998822010531848e-05,
29
+ "loss": 2.3167,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.0650142218610321,
34
+ "grad_norm": 1.090219497680664,
35
+ "learning_rate": 4.997905924425903e-05,
36
+ "loss": 2.1533,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.08126777732629012,
41
+ "grad_norm": 1.007896900177002,
42
+ "learning_rate": 4.996728263892985e-05,
43
+ "loss": 2.0267,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.09752133279154815,
48
+ "grad_norm": 0.9982665777206421,
49
+ "learning_rate": 4.995289152254744e-05,
50
+ "loss": 1.9352,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.11377488825680618,
55
+ "grad_norm": 0.8844298720359802,
56
+ "learning_rate": 4.9935887402113315e-05,
57
+ "loss": 1.9486,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.1300284437220642,
62
+ "grad_norm": 0.9337536692619324,
63
+ "learning_rate": 4.991627205825621e-05,
64
+ "loss": 1.9228,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.14628199918732224,
69
+ "grad_norm": 0.9377800822257996,
70
+ "learning_rate": 4.9894047545045605e-05,
71
+ "loss": 1.835,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.16253555465258024,
76
+ "grad_norm": 0.8525241017341614,
77
+ "learning_rate": 4.986921618977664e-05,
78
+ "loss": 1.8157,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.17878911011783827,
83
+ "grad_norm": 0.872871458530426,
84
+ "learning_rate": 4.984178059272638e-05,
85
+ "loss": 1.8811,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.1950426655830963,
90
+ "grad_norm": 0.9125804305076599,
91
+ "learning_rate": 4.981174362688158e-05,
92
+ "loss": 1.8242,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.21129622104835433,
97
+ "grad_norm": 0.7474733591079712,
98
+ "learning_rate": 4.977910843763777e-05,
99
+ "loss": 1.7808,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.22754977651361236,
104
+ "grad_norm": 1.0248199701309204,
105
+ "learning_rate": 4.974387844246987e-05,
106
+ "loss": 1.8512,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.24380333197887039,
111
+ "grad_norm": 0.9032835960388184,
112
+ "learning_rate": 4.970605733057441e-05,
113
+ "loss": 1.8172,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.2600568874441284,
118
+ "grad_norm": 0.8550340533256531,
119
+ "learning_rate": 4.9665649062483115e-05,
120
+ "loss": 1.7418,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.27631044290938644,
125
+ "grad_norm": 0.9429016709327698,
126
+ "learning_rate": 4.96226578696482e-05,
127
+ "loss": 1.8265,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.2925639983746445,
132
+ "grad_norm": 0.975885272026062,
133
+ "learning_rate": 4.957708825399927e-05,
134
+ "loss": 1.7943,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.3088175538399025,
139
+ "grad_norm": 0.827629804611206,
140
+ "learning_rate": 4.9528944987471884e-05,
141
+ "loss": 1.8067,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.3250711093051605,
146
+ "grad_norm": 1.0019093751907349,
147
+ "learning_rate": 4.9478233111507856e-05,
148
+ "loss": 1.7874,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.3413246647704185,
153
+ "grad_norm": 1.0811312198638916,
154
+ "learning_rate": 4.9424957936527295e-05,
155
+ "loss": 1.7395,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.35757822023567654,
160
+ "grad_norm": 0.9461565613746643,
161
+ "learning_rate": 4.936912504137257e-05,
162
+ "loss": 1.7833,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.37383177570093457,
167
+ "grad_norm": 1.0386009216308594,
168
+ "learning_rate": 4.9310740272724055e-05,
169
+ "loss": 1.7569,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.3900853311661926,
174
+ "grad_norm": 0.9916568994522095,
175
+ "learning_rate": 4.924980974448791e-05,
176
+ "loss": 1.7584,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.4063388866314506,
181
+ "grad_norm": 1.240400791168213,
182
+ "learning_rate": 4.918633983715581e-05,
183
+ "loss": 1.7438,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.42259244209670865,
188
+ "grad_norm": 1.1441287994384766,
189
+ "learning_rate": 4.912033719713687e-05,
190
+ "loss": 1.7046,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.4388459975619667,
195
+ "grad_norm": 1.1687984466552734,
196
+ "learning_rate": 4.905180873606157e-05,
197
+ "loss": 1.738,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.4550995530272247,
202
+ "grad_norm": 0.9126319885253906,
203
+ "learning_rate": 4.8980761630058014e-05,
204
+ "loss": 1.7738,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.47135310849248274,
209
+ "grad_norm": 1.172781229019165,
210
+ "learning_rate": 4.8907203319000495e-05,
211
+ "loss": 1.6642,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.48760666395774077,
216
+ "grad_norm": 1.1217776536941528,
217
+ "learning_rate": 4.883114150573037e-05,
218
+ "loss": 1.7359,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.5038602194229987,
223
+ "grad_norm": 1.1024829149246216,
224
+ "learning_rate": 4.8752584155249444e-05,
225
+ "loss": 1.6707,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.5201137748882568,
230
+ "grad_norm": 1.042017936706543,
231
+ "learning_rate": 4.8671539493885934e-05,
232
+ "loss": 1.709,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.5363673303535148,
237
+ "grad_norm": 1.1834771633148193,
238
+ "learning_rate": 4.8588016008432945e-05,
239
+ "loss": 1.7282,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.5526208858187729,
244
+ "grad_norm": 1.0311099290847778,
245
+ "learning_rate": 4.850202244525987e-05,
246
+ "loss": 1.774,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.5688744412840309,
251
+ "grad_norm": 1.2995566129684448,
252
+ "learning_rate": 4.8413567809396376e-05,
253
+ "loss": 1.714,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.585127996749289,
258
+ "grad_norm": 1.23491370677948,
259
+ "learning_rate": 4.8322661363589507e-05,
260
+ "loss": 1.7717,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.6013815522145469,
265
+ "grad_norm": 1.1809489727020264,
266
+ "learning_rate": 4.822931262733367e-05,
267
+ "loss": 1.722,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.617635107679805,
272
+ "grad_norm": 0.988572359085083,
273
+ "learning_rate": 4.813353137587377e-05,
274
+ "loss": 1.7007,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.633888663145063,
279
+ "grad_norm": 1.0803310871124268,
280
+ "learning_rate": 4.803532763918162e-05,
281
+ "loss": 1.6824,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.650142218610321,
286
+ "grad_norm": 1.02713143825531,
287
+ "learning_rate": 4.793471170090555e-05,
288
+ "loss": 1.6453,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.666395774075579,
293
+ "grad_norm": 1.2023831605911255,
294
+ "learning_rate": 4.783169409729362e-05,
295
+ "loss": 1.6974,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.682649329540837,
300
+ "grad_norm": 1.0009326934814453,
301
+ "learning_rate": 4.772628561609022e-05,
302
+ "loss": 1.7094,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.6989028850060951,
307
+ "grad_norm": 1.269020438194275,
308
+ "learning_rate": 4.761849729540643e-05,
309
+ "loss": 1.6832,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.7151564404713531,
314
+ "grad_norm": 1.3129128217697144,
315
+ "learning_rate": 4.7508340422564134e-05,
316
+ "loss": 1.6847,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.7314099959366112,
321
+ "grad_norm": 1.0837377309799194,
322
+ "learning_rate": 4.7395826532914054e-05,
323
+ "loss": 1.7215,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.7476635514018691,
328
+ "grad_norm": 1.1211832761764526,
329
+ "learning_rate": 4.728096740862778e-05,
330
+ "loss": 1.7658,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.7639171068671272,
335
+ "grad_norm": 1.1422042846679688,
336
+ "learning_rate": 4.716377507746397e-05,
337
+ "loss": 1.7098,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.7801706623323852,
342
+ "grad_norm": 1.2925424575805664,
343
+ "learning_rate": 4.704426181150884e-05,
344
+ "loss": 1.7504,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.7964242177976433,
349
+ "grad_norm": 1.282771348953247,
350
+ "learning_rate": 4.6922440125891064e-05,
351
+ "loss": 1.72,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.8126777732629012,
356
+ "grad_norm": 1.2494529485702515,
357
+ "learning_rate": 4.6798322777471216e-05,
358
+ "loss": 1.6581,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.8289313287281593,
363
+ "grad_norm": 1.2736073732376099,
364
+ "learning_rate": 4.667192276350591e-05,
365
+ "loss": 1.6825,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.8451848841934173,
370
+ "grad_norm": 1.1477563381195068,
371
+ "learning_rate": 4.654325332028676e-05,
372
+ "loss": 1.6889,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.8614384396586753,
377
+ "grad_norm": 1.2415803670883179,
378
+ "learning_rate": 4.641232792175428e-05,
379
+ "loss": 1.6586,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.8776919951239334,
384
+ "grad_norm": 1.3159024715423584,
385
+ "learning_rate": 4.6279160278086994e-05,
386
+ "loss": 1.7102,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.8939455505891913,
391
+ "grad_norm": 1.2742581367492676,
392
+ "learning_rate": 4.614376433426565e-05,
393
+ "loss": 1.7476,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.9101991060544494,
398
+ "grad_norm": 1.34221351146698,
399
+ "learning_rate": 4.6006154268613014e-05,
400
+ "loss": 1.7497,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.9264526615197074,
405
+ "grad_norm": 1.1669361591339111,
406
+ "learning_rate": 4.586634449130911e-05,
407
+ "loss": 1.6693,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.9427062169849655,
412
+ "grad_norm": 1.2765443325042725,
413
+ "learning_rate": 4.572434964288226e-05,
414
+ "loss": 1.5862,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.9589597724502235,
419
+ "grad_norm": 1.2429810762405396,
420
+ "learning_rate": 4.55801845926759e-05,
421
+ "loss": 1.6875,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.9752133279154815,
426
+ "grad_norm": 1.2103233337402344,
427
+ "learning_rate": 4.543386443729157e-05,
428
+ "loss": 1.7294,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 0.9914668833807395,
433
+ "grad_norm": 1.3512628078460693,
434
+ "learning_rate": 4.528540449900798e-05,
435
+ "loss": 1.709,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 1.0077204388459975,
440
+ "grad_norm": 1.2039848566055298,
441
+ "learning_rate": 4.513482032417656e-05,
442
+ "loss": 1.6632,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 1.0239739943112556,
447
+ "grad_norm": 1.3805475234985352,
448
+ "learning_rate": 4.498212768159341e-05,
449
+ "loss": 1.695,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 1.0402275497765137,
454
+ "grad_norm": 1.3265151977539062,
455
+ "learning_rate": 4.48273425608481e-05,
456
+ "loss": 1.6653,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 1.0564811052417715,
461
+ "grad_norm": 1.015641212463379,
462
+ "learning_rate": 4.4670481170649214e-05,
463
+ "loss": 1.652,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 1.0727346607070296,
468
+ "grad_norm": 1.2359689474105835,
469
+ "learning_rate": 4.451155993712711e-05,
470
+ "loss": 1.6457,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 1.0889882161722877,
475
+ "grad_norm": 1.3188092708587646,
476
+ "learning_rate": 4.435059550211371e-05,
477
+ "loss": 1.6512,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 1.1052417716375458,
482
+ "grad_norm": 1.323879361152649,
483
+ "learning_rate": 4.4187604721399877e-05,
484
+ "loss": 1.6338,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 1.1214953271028036,
489
+ "grad_norm": 1.263047218322754,
490
+ "learning_rate": 4.40226046629703e-05,
491
+ "loss": 1.6508,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 1.1377488825680617,
496
+ "grad_norm": 1.265649676322937,
497
+ "learning_rate": 4.3855612605216174e-05,
498
+ "loss": 1.6447,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 1.1540024380333198,
503
+ "grad_norm": 1.2379087209701538,
504
+ "learning_rate": 4.3686646035125855e-05,
505
+ "loss": 1.6522,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 1.170255993498578,
510
+ "grad_norm": 1.200422763824463,
511
+ "learning_rate": 4.351572264645366e-05,
512
+ "loss": 1.6935,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 1.1865095489638358,
517
+ "grad_norm": 1.3982837200164795,
518
+ "learning_rate": 4.334286033786704e-05,
519
+ "loss": 1.6792,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 1.2027631044290938,
524
+ "grad_norm": 1.3108696937561035,
525
+ "learning_rate": 4.3168077211072263e-05,
526
+ "loss": 1.6498,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 1.219016659894352,
531
+ "grad_norm": 1.3713555335998535,
532
+ "learning_rate": 4.2991391568918825e-05,
533
+ "loss": 1.6675,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 1.23527021535961,
538
+ "grad_norm": 1.406441330909729,
539
+ "learning_rate": 4.281282191348289e-05,
540
+ "loss": 1.6328,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 1.2515237708248679,
545
+ "grad_norm": 1.3209528923034668,
546
+ "learning_rate": 4.2632386944129707e-05,
547
+ "loss": 1.7064,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 1.267777326290126,
552
+ "grad_norm": 1.4870327711105347,
553
+ "learning_rate": 4.245010555555554e-05,
554
+ "loss": 1.7161,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 1.284030881755384,
559
+ "grad_norm": 1.4530566930770874,
560
+ "learning_rate": 4.2265996835809016e-05,
561
+ "loss": 1.6267,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 1.300284437220642,
566
+ "grad_norm": 1.4400850534439087,
567
+ "learning_rate": 4.2080080064292304e-05,
568
+ "loss": 1.6029,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 1.3165379926859,
573
+ "grad_norm": 1.389769434928894,
574
+ "learning_rate": 4.189237470974219e-05,
575
+ "loss": 1.6298,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 1.332791548151158,
580
+ "grad_norm": 1.2579468488693237,
581
+ "learning_rate": 4.1702900428191374e-05,
582
+ "loss": 1.6965,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 1.3490451036164162,
587
+ "grad_norm": 1.4243718385696411,
588
+ "learning_rate": 4.151167706091017e-05,
589
+ "loss": 1.5955,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 1.3652986590816742,
594
+ "grad_norm": 1.395219087600708,
595
+ "learning_rate": 4.131872463232872e-05,
596
+ "loss": 1.6369,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 1.3815522145469321,
601
+ "grad_norm": 1.4617631435394287,
602
+ "learning_rate": 4.1124063347940135e-05,
603
+ "loss": 1.6105,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 1.3978057700121902,
608
+ "grad_norm": 1.1881122589111328,
609
+ "learning_rate": 4.092771359218461e-05,
610
+ "loss": 1.6372,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 1.414059325477448,
615
+ "grad_norm": 1.330495834350586,
616
+ "learning_rate": 4.0729695926314815e-05,
617
+ "loss": 1.5817,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 1.4303128809427061,
622
+ "grad_norm": 1.3312103748321533,
623
+ "learning_rate": 4.053003108624276e-05,
624
+ "loss": 1.6602,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 1.4465664364079642,
629
+ "grad_norm": 1.3933234214782715,
630
+ "learning_rate": 4.03287399803684e-05,
631
+ "loss": 1.63,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 1.4628199918732223,
636
+ "grad_norm": 1.600183129310608,
637
+ "learning_rate": 4.0125843687390166e-05,
638
+ "loss": 1.6614,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 1.4790735473384804,
643
+ "grad_norm": 1.4344749450683594,
644
+ "learning_rate": 3.992136345409765e-05,
645
+ "loss": 1.6492,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 1.4953271028037383,
650
+ "grad_norm": 1.4546074867248535,
651
+ "learning_rate": 3.9715320693146655e-05,
652
+ "loss": 1.6063,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 1.5115806582689963,
657
+ "grad_norm": 1.2904654741287231,
658
+ "learning_rate": 3.9507736980817e-05,
659
+ "loss": 1.6618,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 1.5278342137342542,
664
+ "grad_norm": 1.8645012378692627,
665
+ "learning_rate": 3.9298634054753026e-05,
666
+ "loss": 1.697,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 1.5440877691995123,
671
+ "grad_norm": 1.4428379535675049,
672
+ "learning_rate": 3.908803381168732e-05,
673
+ "loss": 1.6741,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 1.5603413246647704,
678
+ "grad_norm": 1.4418410062789917,
679
+ "learning_rate": 3.887595830514775e-05,
680
+ "loss": 1.7026,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 1.5765948801300285,
685
+ "grad_norm": 1.3783613443374634,
686
+ "learning_rate": 3.8662429743148046e-05,
687
+ "loss": 1.6692,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 1.5928484355952865,
692
+ "grad_norm": 1.3248358964920044,
693
+ "learning_rate": 3.844747048586228e-05,
694
+ "loss": 1.6315,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 1.6091019910605446,
699
+ "grad_norm": 1.3751637935638428,
700
+ "learning_rate": 3.823110304328331e-05,
701
+ "loss": 1.6716,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 1.6253555465258025,
706
+ "grad_norm": 1.3097206354141235,
707
+ "learning_rate": 3.801335007286564e-05,
708
+ "loss": 1.5766,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 1.6416091019910606,
713
+ "grad_norm": 1.402269959449768,
714
+ "learning_rate": 3.779423437715274e-05,
715
+ "loss": 1.6405,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 1.6578626574563184,
720
+ "grad_norm": 1.6543242931365967,
721
+ "learning_rate": 3.757377890138927e-05,
722
+ "loss": 1.6307,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 1.6741162129215765,
727
+ "grad_norm": 1.4377750158309937,
728
+ "learning_rate": 3.7352006731118264e-05,
729
+ "loss": 1.588,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 1.6903697683868346,
734
+ "grad_norm": 1.578800916671753,
735
+ "learning_rate": 3.712894108976372e-05,
736
+ "loss": 1.6307,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 1.7066233238520927,
741
+ "grad_norm": 1.4415676593780518,
742
+ "learning_rate": 3.690460533619866e-05,
743
+ "loss": 1.6854,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 1.7228768793173508,
748
+ "grad_norm": 1.5168665647506714,
749
+ "learning_rate": 3.667902296229905e-05,
750
+ "loss": 1.599,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 1.7391304347826086,
755
+ "grad_norm": 1.3709524869918823,
756
+ "learning_rate": 3.645221759048384e-05,
757
+ "loss": 1.6427,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 1.7553839902478667,
762
+ "grad_norm": 1.4154709577560425,
763
+ "learning_rate": 3.622421297124122e-05,
764
+ "loss": 1.5486,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 1.7716375457131246,
769
+ "grad_norm": 1.5655745267868042,
770
+ "learning_rate": 3.599503298064154e-05,
771
+ "loss": 1.6065,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 1.7878911011783827,
776
+ "grad_norm": 1.5691167116165161,
777
+ "learning_rate": 3.576470161783712e-05,
778
+ "loss": 1.6194,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 1.8041446566436408,
783
+ "grad_norm": 1.5229332447052002,
784
+ "learning_rate": 3.5533243002549046e-05,
785
+ "loss": 1.6312,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 1.8203982121088988,
790
+ "grad_norm": 2.0803072452545166,
791
+ "learning_rate": 3.5300681372541476e-05,
792
+ "loss": 1.5872,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 1.836651767574157,
797
+ "grad_norm": 1.4445246458053589,
798
+ "learning_rate": 3.5067041081083496e-05,
799
+ "loss": 1.6226,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 1.852905323039415,
804
+ "grad_norm": 1.559645652770996,
805
+ "learning_rate": 3.483234659439889e-05,
806
+ "loss": 1.5703,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 1.8691588785046729,
811
+ "grad_norm": 1.3045098781585693,
812
+ "learning_rate": 3.459662248910411e-05,
813
+ "loss": 1.5574,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 1.885412433969931,
818
+ "grad_norm": 1.410343050956726,
819
+ "learning_rate": 3.435989344963471e-05,
820
+ "loss": 1.6836,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 1.9016659894351888,
825
+ "grad_norm": 1.5801265239715576,
826
+ "learning_rate": 3.41221842656604e-05,
827
+ "loss": 1.6366,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 1.917919544900447,
832
+ "grad_norm": 1.440772533416748,
833
+ "learning_rate": 3.3883519829489154e-05,
834
+ "loss": 1.6395,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 1.934173100365705,
839
+ "grad_norm": 1.3845847845077515,
840
+ "learning_rate": 3.3643925133460564e-05,
841
+ "loss": 1.6139,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 1.950426655830963,
846
+ "grad_norm": 1.3879539966583252,
847
+ "learning_rate": 3.3403425267328715e-05,
848
+ "loss": 1.5887,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 1.9666802112962212,
853
+ "grad_norm": 1.3762508630752563,
854
+ "learning_rate": 3.316204541563479e-05,
855
+ "loss": 1.636,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 1.982933766761479,
860
+ "grad_norm": 1.6764074563980103,
861
+ "learning_rate": 3.2919810855069864e-05,
862
+ "loss": 1.6699,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 1.9991873222267371,
867
+ "grad_norm": 1.5237112045288086,
868
+ "learning_rate": 3.267674695182798e-05,
869
+ "loss": 1.6194,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 2.015440877691995,
874
+ "grad_norm": 1.7229068279266357,
875
+ "learning_rate": 3.243287915894987e-05,
876
+ "loss": 1.6077,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 2.031694433157253,
881
+ "grad_norm": 1.5503779649734497,
882
+ "learning_rate": 3.218823301365754e-05,
883
+ "loss": 1.6024,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 2.047947988622511,
888
+ "grad_norm": 1.584635853767395,
889
+ "learning_rate": 3.1942834134680124e-05,
890
+ "loss": 1.5911,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 2.0642015440877692,
895
+ "grad_norm": 1.4763562679290771,
896
+ "learning_rate": 3.1696708219571126e-05,
897
+ "loss": 1.6143,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 2.0804550995530273,
902
+ "grad_norm": 1.5131165981292725,
903
+ "learning_rate": 3.144988104201745e-05,
904
+ "loss": 1.6069,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 2.0967086550182854,
909
+ "grad_norm": 1.595162272453308,
910
+ "learning_rate": 3.120237844914044e-05,
911
+ "loss": 1.6128,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 2.112962210483543,
916
+ "grad_norm": 1.9360445737838745,
917
+ "learning_rate": 3.095422635878923e-05,
918
+ "loss": 1.6004,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 2.129215765948801,
923
+ "grad_norm": 1.4424818754196167,
924
+ "learning_rate": 3.0705450756826706e-05,
925
+ "loss": 1.6084,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 2.145469321414059,
930
+ "grad_norm": 1.6683636903762817,
931
+ "learning_rate": 3.045607769440829e-05,
932
+ "loss": 1.6063,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 2.1617228768793173,
937
+ "grad_norm": 1.9396454095840454,
938
+ "learning_rate": 3.0206133285254017e-05,
939
+ "loss": 1.6374,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 2.1779764323445754,
944
+ "grad_norm": 1.9183346033096313,
945
+ "learning_rate": 2.9955643702913865e-05,
946
+ "loss": 1.529,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 2.1942299878098335,
951
+ "grad_norm": 1.61932373046875,
952
+ "learning_rate": 2.9704635178027012e-05,
953
+ "loss": 1.5607,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 2.2104835432750916,
958
+ "grad_norm": 1.7259231805801392,
959
+ "learning_rate": 2.9453133995574955e-05,
960
+ "loss": 1.5854,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 2.2267370987403496,
965
+ "grad_norm": 1.675529956817627,
966
+ "learning_rate": 2.9201166492129088e-05,
967
+ "loss": 1.5563,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 2.2429906542056073,
972
+ "grad_norm": 1.628509283065796,
973
+ "learning_rate": 2.8948759053092754e-05,
974
+ "loss": 1.5781,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 2.2592442096708654,
979
+ "grad_norm": 1.5093809366226196,
980
+ "learning_rate": 2.869593810993824e-05,
981
+ "loss": 1.5759,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 2.2754977651361235,
986
+ "grad_norm": 1.8209433555603027,
987
+ "learning_rate": 2.844273013743896e-05,
988
+ "loss": 1.6089,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 2.2917513206013815,
993
+ "grad_norm": 2.2926626205444336,
994
+ "learning_rate": 2.8189161650897045e-05,
995
+ "loss": 1.578,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 2.3080048760666396,
1000
+ "grad_norm": 1.6229182481765747,
1001
+ "learning_rate": 2.7935259203366777e-05,
1002
+ "loss": 1.5563,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 2.3242584315318977,
1007
+ "grad_norm": 1.8527780771255493,
1008
+ "learning_rate": 2.7681049382873965e-05,
1009
+ "loss": 1.5463,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 2.340511986997156,
1014
+ "grad_norm": 1.877462387084961,
1015
+ "learning_rate": 2.7426558809631748e-05,
1016
+ "loss": 1.5227,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 2.356765542462414,
1021
+ "grad_norm": 1.5895532369613647,
1022
+ "learning_rate": 2.7171814133253015e-05,
1023
+ "loss": 1.6244,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 2.3730190979276715,
1028
+ "grad_norm": 1.5113598108291626,
1029
+ "learning_rate": 2.691684202995966e-05,
1030
+ "loss": 1.5977,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 2.3892726533929296,
1035
+ "grad_norm": 1.582775592803955,
1036
+ "learning_rate": 2.6661669199789174e-05,
1037
+ "loss": 1.6314,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 2.4055262088581877,
1042
+ "grad_norm": 1.6638239622116089,
1043
+ "learning_rate": 2.6406322363798657e-05,
1044
+ "loss": 1.5892,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 2.4217797643234458,
1049
+ "grad_norm": 1.538442850112915,
1050
+ "learning_rate": 2.6150828261266642e-05,
1051
+ "loss": 1.5512,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 2.438033319788704,
1056
+ "grad_norm": 1.6044487953186035,
1057
+ "learning_rate": 2.589521364689308e-05,
1058
+ "loss": 1.5288,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 2.454286875253962,
1063
+ "grad_norm": 1.8566341400146484,
1064
+ "learning_rate": 2.5639505287997583e-05,
1065
+ "loss": 1.6311,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 2.47054043071922,
1070
+ "grad_norm": 1.7828178405761719,
1071
+ "learning_rate": 2.5383729961716483e-05,
1072
+ "loss": 1.5705,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 2.4867939861844777,
1077
+ "grad_norm": 1.8720645904541016,
1078
+ "learning_rate": 2.512791445219876e-05,
1079
+ "loss": 1.5955,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 2.5030475416497358,
1084
+ "grad_norm": 1.5776010751724243,
1085
+ "learning_rate": 2.487208554780125e-05,
1086
+ "loss": 1.6158,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 2.519301097114994,
1091
+ "grad_norm": 1.802860140800476,
1092
+ "learning_rate": 2.461627003828352e-05,
1093
+ "loss": 1.5844,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 2.535554652580252,
1098
+ "grad_norm": 1.8349519968032837,
1099
+ "learning_rate": 2.4360494712002423e-05,
1100
+ "loss": 1.5486,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 2.55180820804551,
1105
+ "grad_norm": 1.77409029006958,
1106
+ "learning_rate": 2.4104786353106926e-05,
1107
+ "loss": 1.5918,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 2.568061763510768,
1112
+ "grad_norm": 1.7446224689483643,
1113
+ "learning_rate": 2.384917173873336e-05,
1114
+ "loss": 1.5554,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 2.584315318976026,
1119
+ "grad_norm": 1.7830730676651,
1120
+ "learning_rate": 2.359367763620135e-05,
1121
+ "loss": 1.6061,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 2.600568874441284,
1126
+ "grad_norm": 1.542494773864746,
1127
+ "learning_rate": 2.3338330800210828e-05,
1128
+ "loss": 1.6328,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 2.616822429906542,
1133
+ "grad_norm": 1.7287977933883667,
1134
+ "learning_rate": 2.3083157970040344e-05,
1135
+ "loss": 1.5585,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 2.6330759853718,
1140
+ "grad_norm": 1.6727949380874634,
1141
+ "learning_rate": 2.282818586674699e-05,
1142
+ "loss": 1.6686,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 2.649329540837058,
1147
+ "grad_norm": 1.8130536079406738,
1148
+ "learning_rate": 2.2573441190368255e-05,
1149
+ "loss": 1.606,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 2.665583096302316,
1154
+ "grad_norm": 1.8258434534072876,
1155
+ "learning_rate": 2.2318950617126044e-05,
1156
+ "loss": 1.5736,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 2.6818366517675742,
1161
+ "grad_norm": 1.8970004320144653,
1162
+ "learning_rate": 2.206474079663323e-05,
1163
+ "loss": 1.5835,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 2.6980902072328323,
1168
+ "grad_norm": 1.6587392091751099,
1169
+ "learning_rate": 2.181083834910296e-05,
1170
+ "loss": 1.6072,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 2.71434376269809,
1175
+ "grad_norm": 2.0163655281066895,
1176
+ "learning_rate": 2.1557269862561043e-05,
1177
+ "loss": 1.6178,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 2.7305973181633485,
1182
+ "grad_norm": 1.669689416885376,
1183
+ "learning_rate": 2.1304061890061762e-05,
1184
+ "loss": 1.5864,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 2.746850873628606,
1189
+ "grad_norm": 1.7801822423934937,
1190
+ "learning_rate": 2.105124094690725e-05,
1191
+ "loss": 1.5186,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 2.7631044290938642,
1196
+ "grad_norm": 1.7704806327819824,
1197
+ "learning_rate": 2.0798833507870918e-05,
1198
+ "loss": 1.5555,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 2.7793579845591223,
1203
+ "grad_norm": 1.954834222793579,
1204
+ "learning_rate": 2.0546866004425054e-05,
1205
+ "loss": 1.6356,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 2.7956115400243804,
1210
+ "grad_norm": 1.6739940643310547,
1211
+ "learning_rate": 2.0295364821972997e-05,
1212
+ "loss": 1.5781,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 2.8118650954896385,
1217
+ "grad_norm": 1.758725881576538,
1218
+ "learning_rate": 2.0044356297086134e-05,
1219
+ "loss": 1.6308,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 2.828118650954896,
1224
+ "grad_norm": 1.7557764053344727,
1225
+ "learning_rate": 1.9793866714745978e-05,
1226
+ "loss": 1.5366,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 2.8443722064201546,
1231
+ "grad_norm": 1.6240283250808716,
1232
+ "learning_rate": 1.9543922305591704e-05,
1233
+ "loss": 1.6104,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 2.8606257618854123,
1238
+ "grad_norm": 1.7991812229156494,
1239
+ "learning_rate": 1.9294549243173303e-05,
1240
+ "loss": 1.6576,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 2.8768793173506704,
1245
+ "grad_norm": 1.8438798189163208,
1246
+ "learning_rate": 1.904577364121077e-05,
1247
+ "loss": 1.5634,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 2.8931328728159285,
1252
+ "grad_norm": 2.0317084789276123,
1253
+ "learning_rate": 1.879762155085956e-05,
1254
+ "loss": 1.5538,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 2.9093864282811865,
1259
+ "grad_norm": 1.6778262853622437,
1260
+ "learning_rate": 1.8550118957982547e-05,
1261
+ "loss": 1.6398,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 2.9256399837464446,
1266
+ "grad_norm": 1.8134307861328125,
1267
+ "learning_rate": 1.8303291780428876e-05,
1268
+ "loss": 1.4889,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 2.9418935392117027,
1273
+ "grad_norm": 1.9006396532058716,
1274
+ "learning_rate": 1.8057165865319882e-05,
1275
+ "loss": 1.582,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 2.958147094676961,
1280
+ "grad_norm": 1.8433765172958374,
1281
+ "learning_rate": 1.781176698634246e-05,
1282
+ "loss": 1.5856,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 2.9744006501422184,
1287
+ "grad_norm": 1.6938343048095703,
1288
+ "learning_rate": 1.7567120841050135e-05,
1289
+ "loss": 1.599,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 2.9906542056074765,
1294
+ "grad_norm": 1.868025302886963,
1295
+ "learning_rate": 1.7323253048172013e-05,
1296
+ "loss": 1.5799,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 3.0069077610727346,
1301
+ "grad_norm": 1.767774224281311,
1302
+ "learning_rate": 1.7080189144930135e-05,
1303
+ "loss": 1.6014,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 3.0231613165379927,
1308
+ "grad_norm": 1.7357462644577026,
1309
+ "learning_rate": 1.6837954584365216e-05,
1310
+ "loss": 1.5911,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 3.039414872003251,
1315
+ "grad_norm": 1.7004544734954834,
1316
+ "learning_rate": 1.6596574732671287e-05,
1317
+ "loss": 1.5304,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 3.055668427468509,
1322
+ "grad_norm": 1.7053595781326294,
1323
+ "learning_rate": 1.6356074866539435e-05,
1324
+ "loss": 1.548,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 3.071921982933767,
1329
+ "grad_norm": 1.7751458883285522,
1330
+ "learning_rate": 1.6116480170510852e-05,
1331
+ "loss": 1.6273,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 3.0881755383990246,
1336
+ "grad_norm": 1.8386896848678589,
1337
+ "learning_rate": 1.5877815734339608e-05,
1338
+ "loss": 1.5394,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 3.1044290938642827,
1343
+ "grad_norm": 1.6355414390563965,
1344
+ "learning_rate": 1.5640106550365298e-05,
1345
+ "loss": 1.5259,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 3.1206826493295408,
1350
+ "grad_norm": 1.7519521713256836,
1351
+ "learning_rate": 1.54033775108959e-05,
1352
+ "loss": 1.6105,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 3.136936204794799,
1357
+ "grad_norm": 1.690624713897705,
1358
+ "learning_rate": 1.5167653405601124e-05,
1359
+ "loss": 1.5488,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 3.153189760260057,
1364
+ "grad_norm": 1.7758216857910156,
1365
+ "learning_rate": 1.4932958918916513e-05,
1366
+ "loss": 1.5906,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 3.169443315725315,
1371
+ "grad_norm": 1.7740142345428467,
1372
+ "learning_rate": 1.469931862745853e-05,
1373
+ "loss": 1.5361,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 3.185696871190573,
1378
+ "grad_norm": 1.8564815521240234,
1379
+ "learning_rate": 1.446675699745097e-05,
1380
+ "loss": 1.5407,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 3.2019504266558307,
1385
+ "grad_norm": 1.829458236694336,
1386
+ "learning_rate": 1.4235298382162899e-05,
1387
+ "loss": 1.5962,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 3.218203982121089,
1392
+ "grad_norm": 1.9702229499816895,
1393
+ "learning_rate": 1.4004967019358469e-05,
1394
+ "loss": 1.5905,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 3.234457537586347,
1399
+ "grad_norm": 1.8121120929718018,
1400
+ "learning_rate": 1.3775787028758799e-05,
1401
+ "loss": 1.5726,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 3.250711093051605,
1406
+ "grad_norm": 2.0297420024871826,
1407
+ "learning_rate": 1.354778240951617e-05,
1408
+ "loss": 1.5484,
1409
+ "step": 1000
1410
+ }
1411
+ ],
1412
+ "logging_steps": 5,
1413
+ "max_steps": 1535,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 5,
1416
+ "save_steps": 100,
1417
+ "stateful_callbacks": {
1418
+ "TrainerControl": {
1419
+ "args": {
1420
+ "should_epoch_stop": false,
1421
+ "should_evaluate": false,
1422
+ "should_log": false,
1423
+ "should_save": true,
1424
+ "should_training_stop": false
1425
+ },
1426
+ "attributes": {}
1427
+ }
1428
+ },
1429
+ "total_flos": 5.16003151926657e+17,
1430
+ "train_batch_size": 2,
1431
+ "trial_name": null,
1432
+ "trial_params": null
1433
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e63c83389cbc9d369b0af42b65d1075c9a062864830339d79ed71867cf88bc0
3
+ size 5304
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B-Chat
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.11.1
checkpoint-1100/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-1100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b868140ed76d50ef93b0a9fa94ed143b75378378d5e3b99a99f9cf0a71ebf9b8
3
+ size 16794200
checkpoint-1100/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-1100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42bc1a1dae2e53df104a74872ad097e0f4ef402f06d50eb8627f8516a397e95a
3
+ size 33662074
checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d138cfe3a4adf21f048848ee35837c9a757a0a3616ff7adbb45b69aac247435
3
+ size 14244
checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6168f92781c8febcc275b07bd534cc05c20775a30e17e2ca6a041b71b37ecd5f
3
+ size 1064
checkpoint-1100/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-1100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1100/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,1573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.5757822023567654,
5
+ "eval_steps": 500,
6
+ "global_step": 1100,
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.016253555465258026,
13
+ "grad_norm": 2.077186346054077,
14
+ "learning_rate": 4.9998691031433496e-05,
15
+ "loss": 2.8778,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.03250711093051605,
20
+ "grad_norm": 2.073504686355591,
21
+ "learning_rate": 4.999476426280588e-05,
22
+ "loss": 2.6432,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.048760666395774074,
27
+ "grad_norm": 2.1281931400299072,
28
+ "learning_rate": 4.998822010531848e-05,
29
+ "loss": 2.3167,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.0650142218610321,
34
+ "grad_norm": 1.090219497680664,
35
+ "learning_rate": 4.997905924425903e-05,
36
+ "loss": 2.1533,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.08126777732629012,
41
+ "grad_norm": 1.007896900177002,
42
+ "learning_rate": 4.996728263892985e-05,
43
+ "loss": 2.0267,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.09752133279154815,
48
+ "grad_norm": 0.9982665777206421,
49
+ "learning_rate": 4.995289152254744e-05,
50
+ "loss": 1.9352,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.11377488825680618,
55
+ "grad_norm": 0.8844298720359802,
56
+ "learning_rate": 4.9935887402113315e-05,
57
+ "loss": 1.9486,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.1300284437220642,
62
+ "grad_norm": 0.9337536692619324,
63
+ "learning_rate": 4.991627205825621e-05,
64
+ "loss": 1.9228,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.14628199918732224,
69
+ "grad_norm": 0.9377800822257996,
70
+ "learning_rate": 4.9894047545045605e-05,
71
+ "loss": 1.835,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.16253555465258024,
76
+ "grad_norm": 0.8525241017341614,
77
+ "learning_rate": 4.986921618977664e-05,
78
+ "loss": 1.8157,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.17878911011783827,
83
+ "grad_norm": 0.872871458530426,
84
+ "learning_rate": 4.984178059272638e-05,
85
+ "loss": 1.8811,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.1950426655830963,
90
+ "grad_norm": 0.9125804305076599,
91
+ "learning_rate": 4.981174362688158e-05,
92
+ "loss": 1.8242,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.21129622104835433,
97
+ "grad_norm": 0.7474733591079712,
98
+ "learning_rate": 4.977910843763777e-05,
99
+ "loss": 1.7808,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.22754977651361236,
104
+ "grad_norm": 1.0248199701309204,
105
+ "learning_rate": 4.974387844246987e-05,
106
+ "loss": 1.8512,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.24380333197887039,
111
+ "grad_norm": 0.9032835960388184,
112
+ "learning_rate": 4.970605733057441e-05,
113
+ "loss": 1.8172,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.2600568874441284,
118
+ "grad_norm": 0.8550340533256531,
119
+ "learning_rate": 4.9665649062483115e-05,
120
+ "loss": 1.7418,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.27631044290938644,
125
+ "grad_norm": 0.9429016709327698,
126
+ "learning_rate": 4.96226578696482e-05,
127
+ "loss": 1.8265,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.2925639983746445,
132
+ "grad_norm": 0.975885272026062,
133
+ "learning_rate": 4.957708825399927e-05,
134
+ "loss": 1.7943,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.3088175538399025,
139
+ "grad_norm": 0.827629804611206,
140
+ "learning_rate": 4.9528944987471884e-05,
141
+ "loss": 1.8067,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.3250711093051605,
146
+ "grad_norm": 1.0019093751907349,
147
+ "learning_rate": 4.9478233111507856e-05,
148
+ "loss": 1.7874,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.3413246647704185,
153
+ "grad_norm": 1.0811312198638916,
154
+ "learning_rate": 4.9424957936527295e-05,
155
+ "loss": 1.7395,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.35757822023567654,
160
+ "grad_norm": 0.9461565613746643,
161
+ "learning_rate": 4.936912504137257e-05,
162
+ "loss": 1.7833,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.37383177570093457,
167
+ "grad_norm": 1.0386009216308594,
168
+ "learning_rate": 4.9310740272724055e-05,
169
+ "loss": 1.7569,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.3900853311661926,
174
+ "grad_norm": 0.9916568994522095,
175
+ "learning_rate": 4.924980974448791e-05,
176
+ "loss": 1.7584,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.4063388866314506,
181
+ "grad_norm": 1.240400791168213,
182
+ "learning_rate": 4.918633983715581e-05,
183
+ "loss": 1.7438,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.42259244209670865,
188
+ "grad_norm": 1.1441287994384766,
189
+ "learning_rate": 4.912033719713687e-05,
190
+ "loss": 1.7046,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.4388459975619667,
195
+ "grad_norm": 1.1687984466552734,
196
+ "learning_rate": 4.905180873606157e-05,
197
+ "loss": 1.738,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.4550995530272247,
202
+ "grad_norm": 0.9126319885253906,
203
+ "learning_rate": 4.8980761630058014e-05,
204
+ "loss": 1.7738,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.47135310849248274,
209
+ "grad_norm": 1.172781229019165,
210
+ "learning_rate": 4.8907203319000495e-05,
211
+ "loss": 1.6642,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.48760666395774077,
216
+ "grad_norm": 1.1217776536941528,
217
+ "learning_rate": 4.883114150573037e-05,
218
+ "loss": 1.7359,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.5038602194229987,
223
+ "grad_norm": 1.1024829149246216,
224
+ "learning_rate": 4.8752584155249444e-05,
225
+ "loss": 1.6707,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.5201137748882568,
230
+ "grad_norm": 1.042017936706543,
231
+ "learning_rate": 4.8671539493885934e-05,
232
+ "loss": 1.709,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.5363673303535148,
237
+ "grad_norm": 1.1834771633148193,
238
+ "learning_rate": 4.8588016008432945e-05,
239
+ "loss": 1.7282,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.5526208858187729,
244
+ "grad_norm": 1.0311099290847778,
245
+ "learning_rate": 4.850202244525987e-05,
246
+ "loss": 1.774,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.5688744412840309,
251
+ "grad_norm": 1.2995566129684448,
252
+ "learning_rate": 4.8413567809396376e-05,
253
+ "loss": 1.714,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.585127996749289,
258
+ "grad_norm": 1.23491370677948,
259
+ "learning_rate": 4.8322661363589507e-05,
260
+ "loss": 1.7717,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.6013815522145469,
265
+ "grad_norm": 1.1809489727020264,
266
+ "learning_rate": 4.822931262733367e-05,
267
+ "loss": 1.722,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.617635107679805,
272
+ "grad_norm": 0.988572359085083,
273
+ "learning_rate": 4.813353137587377e-05,
274
+ "loss": 1.7007,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.633888663145063,
279
+ "grad_norm": 1.0803310871124268,
280
+ "learning_rate": 4.803532763918162e-05,
281
+ "loss": 1.6824,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.650142218610321,
286
+ "grad_norm": 1.02713143825531,
287
+ "learning_rate": 4.793471170090555e-05,
288
+ "loss": 1.6453,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.666395774075579,
293
+ "grad_norm": 1.2023831605911255,
294
+ "learning_rate": 4.783169409729362e-05,
295
+ "loss": 1.6974,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.682649329540837,
300
+ "grad_norm": 1.0009326934814453,
301
+ "learning_rate": 4.772628561609022e-05,
302
+ "loss": 1.7094,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.6989028850060951,
307
+ "grad_norm": 1.269020438194275,
308
+ "learning_rate": 4.761849729540643e-05,
309
+ "loss": 1.6832,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.7151564404713531,
314
+ "grad_norm": 1.3129128217697144,
315
+ "learning_rate": 4.7508340422564134e-05,
316
+ "loss": 1.6847,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.7314099959366112,
321
+ "grad_norm": 1.0837377309799194,
322
+ "learning_rate": 4.7395826532914054e-05,
323
+ "loss": 1.7215,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.7476635514018691,
328
+ "grad_norm": 1.1211832761764526,
329
+ "learning_rate": 4.728096740862778e-05,
330
+ "loss": 1.7658,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.7639171068671272,
335
+ "grad_norm": 1.1422042846679688,
336
+ "learning_rate": 4.716377507746397e-05,
337
+ "loss": 1.7098,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.7801706623323852,
342
+ "grad_norm": 1.2925424575805664,
343
+ "learning_rate": 4.704426181150884e-05,
344
+ "loss": 1.7504,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.7964242177976433,
349
+ "grad_norm": 1.282771348953247,
350
+ "learning_rate": 4.6922440125891064e-05,
351
+ "loss": 1.72,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.8126777732629012,
356
+ "grad_norm": 1.2494529485702515,
357
+ "learning_rate": 4.6798322777471216e-05,
358
+ "loss": 1.6581,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.8289313287281593,
363
+ "grad_norm": 1.2736073732376099,
364
+ "learning_rate": 4.667192276350591e-05,
365
+ "loss": 1.6825,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.8451848841934173,
370
+ "grad_norm": 1.1477563381195068,
371
+ "learning_rate": 4.654325332028676e-05,
372
+ "loss": 1.6889,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.8614384396586753,
377
+ "grad_norm": 1.2415803670883179,
378
+ "learning_rate": 4.641232792175428e-05,
379
+ "loss": 1.6586,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.8776919951239334,
384
+ "grad_norm": 1.3159024715423584,
385
+ "learning_rate": 4.6279160278086994e-05,
386
+ "loss": 1.7102,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.8939455505891913,
391
+ "grad_norm": 1.2742581367492676,
392
+ "learning_rate": 4.614376433426565e-05,
393
+ "loss": 1.7476,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.9101991060544494,
398
+ "grad_norm": 1.34221351146698,
399
+ "learning_rate": 4.6006154268613014e-05,
400
+ "loss": 1.7497,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.9264526615197074,
405
+ "grad_norm": 1.1669361591339111,
406
+ "learning_rate": 4.586634449130911e-05,
407
+ "loss": 1.6693,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.9427062169849655,
412
+ "grad_norm": 1.2765443325042725,
413
+ "learning_rate": 4.572434964288226e-05,
414
+ "loss": 1.5862,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.9589597724502235,
419
+ "grad_norm": 1.2429810762405396,
420
+ "learning_rate": 4.55801845926759e-05,
421
+ "loss": 1.6875,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.9752133279154815,
426
+ "grad_norm": 1.2103233337402344,
427
+ "learning_rate": 4.543386443729157e-05,
428
+ "loss": 1.7294,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 0.9914668833807395,
433
+ "grad_norm": 1.3512628078460693,
434
+ "learning_rate": 4.528540449900798e-05,
435
+ "loss": 1.709,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 1.0077204388459975,
440
+ "grad_norm": 1.2039848566055298,
441
+ "learning_rate": 4.513482032417656e-05,
442
+ "loss": 1.6632,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 1.0239739943112556,
447
+ "grad_norm": 1.3805475234985352,
448
+ "learning_rate": 4.498212768159341e-05,
449
+ "loss": 1.695,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 1.0402275497765137,
454
+ "grad_norm": 1.3265151977539062,
455
+ "learning_rate": 4.48273425608481e-05,
456
+ "loss": 1.6653,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 1.0564811052417715,
461
+ "grad_norm": 1.015641212463379,
462
+ "learning_rate": 4.4670481170649214e-05,
463
+ "loss": 1.652,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 1.0727346607070296,
468
+ "grad_norm": 1.2359689474105835,
469
+ "learning_rate": 4.451155993712711e-05,
470
+ "loss": 1.6457,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 1.0889882161722877,
475
+ "grad_norm": 1.3188092708587646,
476
+ "learning_rate": 4.435059550211371e-05,
477
+ "loss": 1.6512,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 1.1052417716375458,
482
+ "grad_norm": 1.323879361152649,
483
+ "learning_rate": 4.4187604721399877e-05,
484
+ "loss": 1.6338,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 1.1214953271028036,
489
+ "grad_norm": 1.263047218322754,
490
+ "learning_rate": 4.40226046629703e-05,
491
+ "loss": 1.6508,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 1.1377488825680617,
496
+ "grad_norm": 1.265649676322937,
497
+ "learning_rate": 4.3855612605216174e-05,
498
+ "loss": 1.6447,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 1.1540024380333198,
503
+ "grad_norm": 1.2379087209701538,
504
+ "learning_rate": 4.3686646035125855e-05,
505
+ "loss": 1.6522,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 1.170255993498578,
510
+ "grad_norm": 1.200422763824463,
511
+ "learning_rate": 4.351572264645366e-05,
512
+ "loss": 1.6935,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 1.1865095489638358,
517
+ "grad_norm": 1.3982837200164795,
518
+ "learning_rate": 4.334286033786704e-05,
519
+ "loss": 1.6792,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 1.2027631044290938,
524
+ "grad_norm": 1.3108696937561035,
525
+ "learning_rate": 4.3168077211072263e-05,
526
+ "loss": 1.6498,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 1.219016659894352,
531
+ "grad_norm": 1.3713555335998535,
532
+ "learning_rate": 4.2991391568918825e-05,
533
+ "loss": 1.6675,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 1.23527021535961,
538
+ "grad_norm": 1.406441330909729,
539
+ "learning_rate": 4.281282191348289e-05,
540
+ "loss": 1.6328,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 1.2515237708248679,
545
+ "grad_norm": 1.3209528923034668,
546
+ "learning_rate": 4.2632386944129707e-05,
547
+ "loss": 1.7064,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 1.267777326290126,
552
+ "grad_norm": 1.4870327711105347,
553
+ "learning_rate": 4.245010555555554e-05,
554
+ "loss": 1.7161,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 1.284030881755384,
559
+ "grad_norm": 1.4530566930770874,
560
+ "learning_rate": 4.2265996835809016e-05,
561
+ "loss": 1.6267,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 1.300284437220642,
566
+ "grad_norm": 1.4400850534439087,
567
+ "learning_rate": 4.2080080064292304e-05,
568
+ "loss": 1.6029,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 1.3165379926859,
573
+ "grad_norm": 1.389769434928894,
574
+ "learning_rate": 4.189237470974219e-05,
575
+ "loss": 1.6298,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 1.332791548151158,
580
+ "grad_norm": 1.2579468488693237,
581
+ "learning_rate": 4.1702900428191374e-05,
582
+ "loss": 1.6965,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 1.3490451036164162,
587
+ "grad_norm": 1.4243718385696411,
588
+ "learning_rate": 4.151167706091017e-05,
589
+ "loss": 1.5955,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 1.3652986590816742,
594
+ "grad_norm": 1.395219087600708,
595
+ "learning_rate": 4.131872463232872e-05,
596
+ "loss": 1.6369,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 1.3815522145469321,
601
+ "grad_norm": 1.4617631435394287,
602
+ "learning_rate": 4.1124063347940135e-05,
603
+ "loss": 1.6105,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 1.3978057700121902,
608
+ "grad_norm": 1.1881122589111328,
609
+ "learning_rate": 4.092771359218461e-05,
610
+ "loss": 1.6372,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 1.414059325477448,
615
+ "grad_norm": 1.330495834350586,
616
+ "learning_rate": 4.0729695926314815e-05,
617
+ "loss": 1.5817,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 1.4303128809427061,
622
+ "grad_norm": 1.3312103748321533,
623
+ "learning_rate": 4.053003108624276e-05,
624
+ "loss": 1.6602,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 1.4465664364079642,
629
+ "grad_norm": 1.3933234214782715,
630
+ "learning_rate": 4.03287399803684e-05,
631
+ "loss": 1.63,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 1.4628199918732223,
636
+ "grad_norm": 1.600183129310608,
637
+ "learning_rate": 4.0125843687390166e-05,
638
+ "loss": 1.6614,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 1.4790735473384804,
643
+ "grad_norm": 1.4344749450683594,
644
+ "learning_rate": 3.992136345409765e-05,
645
+ "loss": 1.6492,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 1.4953271028037383,
650
+ "grad_norm": 1.4546074867248535,
651
+ "learning_rate": 3.9715320693146655e-05,
652
+ "loss": 1.6063,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 1.5115806582689963,
657
+ "grad_norm": 1.2904654741287231,
658
+ "learning_rate": 3.9507736980817e-05,
659
+ "loss": 1.6618,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 1.5278342137342542,
664
+ "grad_norm": 1.8645012378692627,
665
+ "learning_rate": 3.9298634054753026e-05,
666
+ "loss": 1.697,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 1.5440877691995123,
671
+ "grad_norm": 1.4428379535675049,
672
+ "learning_rate": 3.908803381168732e-05,
673
+ "loss": 1.6741,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 1.5603413246647704,
678
+ "grad_norm": 1.4418410062789917,
679
+ "learning_rate": 3.887595830514775e-05,
680
+ "loss": 1.7026,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 1.5765948801300285,
685
+ "grad_norm": 1.3783613443374634,
686
+ "learning_rate": 3.8662429743148046e-05,
687
+ "loss": 1.6692,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 1.5928484355952865,
692
+ "grad_norm": 1.3248358964920044,
693
+ "learning_rate": 3.844747048586228e-05,
694
+ "loss": 1.6315,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 1.6091019910605446,
699
+ "grad_norm": 1.3751637935638428,
700
+ "learning_rate": 3.823110304328331e-05,
701
+ "loss": 1.6716,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 1.6253555465258025,
706
+ "grad_norm": 1.3097206354141235,
707
+ "learning_rate": 3.801335007286564e-05,
708
+ "loss": 1.5766,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 1.6416091019910606,
713
+ "grad_norm": 1.402269959449768,
714
+ "learning_rate": 3.779423437715274e-05,
715
+ "loss": 1.6405,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 1.6578626574563184,
720
+ "grad_norm": 1.6543242931365967,
721
+ "learning_rate": 3.757377890138927e-05,
722
+ "loss": 1.6307,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 1.6741162129215765,
727
+ "grad_norm": 1.4377750158309937,
728
+ "learning_rate": 3.7352006731118264e-05,
729
+ "loss": 1.588,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 1.6903697683868346,
734
+ "grad_norm": 1.578800916671753,
735
+ "learning_rate": 3.712894108976372e-05,
736
+ "loss": 1.6307,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 1.7066233238520927,
741
+ "grad_norm": 1.4415676593780518,
742
+ "learning_rate": 3.690460533619866e-05,
743
+ "loss": 1.6854,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 1.7228768793173508,
748
+ "grad_norm": 1.5168665647506714,
749
+ "learning_rate": 3.667902296229905e-05,
750
+ "loss": 1.599,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 1.7391304347826086,
755
+ "grad_norm": 1.3709524869918823,
756
+ "learning_rate": 3.645221759048384e-05,
757
+ "loss": 1.6427,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 1.7553839902478667,
762
+ "grad_norm": 1.4154709577560425,
763
+ "learning_rate": 3.622421297124122e-05,
764
+ "loss": 1.5486,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 1.7716375457131246,
769
+ "grad_norm": 1.5655745267868042,
770
+ "learning_rate": 3.599503298064154e-05,
771
+ "loss": 1.6065,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 1.7878911011783827,
776
+ "grad_norm": 1.5691167116165161,
777
+ "learning_rate": 3.576470161783712e-05,
778
+ "loss": 1.6194,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 1.8041446566436408,
783
+ "grad_norm": 1.5229332447052002,
784
+ "learning_rate": 3.5533243002549046e-05,
785
+ "loss": 1.6312,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 1.8203982121088988,
790
+ "grad_norm": 2.0803072452545166,
791
+ "learning_rate": 3.5300681372541476e-05,
792
+ "loss": 1.5872,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 1.836651767574157,
797
+ "grad_norm": 1.4445246458053589,
798
+ "learning_rate": 3.5067041081083496e-05,
799
+ "loss": 1.6226,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 1.852905323039415,
804
+ "grad_norm": 1.559645652770996,
805
+ "learning_rate": 3.483234659439889e-05,
806
+ "loss": 1.5703,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 1.8691588785046729,
811
+ "grad_norm": 1.3045098781585693,
812
+ "learning_rate": 3.459662248910411e-05,
813
+ "loss": 1.5574,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 1.885412433969931,
818
+ "grad_norm": 1.410343050956726,
819
+ "learning_rate": 3.435989344963471e-05,
820
+ "loss": 1.6836,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 1.9016659894351888,
825
+ "grad_norm": 1.5801265239715576,
826
+ "learning_rate": 3.41221842656604e-05,
827
+ "loss": 1.6366,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 1.917919544900447,
832
+ "grad_norm": 1.440772533416748,
833
+ "learning_rate": 3.3883519829489154e-05,
834
+ "loss": 1.6395,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 1.934173100365705,
839
+ "grad_norm": 1.3845847845077515,
840
+ "learning_rate": 3.3643925133460564e-05,
841
+ "loss": 1.6139,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 1.950426655830963,
846
+ "grad_norm": 1.3879539966583252,
847
+ "learning_rate": 3.3403425267328715e-05,
848
+ "loss": 1.5887,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 1.9666802112962212,
853
+ "grad_norm": 1.3762508630752563,
854
+ "learning_rate": 3.316204541563479e-05,
855
+ "loss": 1.636,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 1.982933766761479,
860
+ "grad_norm": 1.6764074563980103,
861
+ "learning_rate": 3.2919810855069864e-05,
862
+ "loss": 1.6699,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 1.9991873222267371,
867
+ "grad_norm": 1.5237112045288086,
868
+ "learning_rate": 3.267674695182798e-05,
869
+ "loss": 1.6194,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 2.015440877691995,
874
+ "grad_norm": 1.7229068279266357,
875
+ "learning_rate": 3.243287915894987e-05,
876
+ "loss": 1.6077,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 2.031694433157253,
881
+ "grad_norm": 1.5503779649734497,
882
+ "learning_rate": 3.218823301365754e-05,
883
+ "loss": 1.6024,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 2.047947988622511,
888
+ "grad_norm": 1.584635853767395,
889
+ "learning_rate": 3.1942834134680124e-05,
890
+ "loss": 1.5911,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 2.0642015440877692,
895
+ "grad_norm": 1.4763562679290771,
896
+ "learning_rate": 3.1696708219571126e-05,
897
+ "loss": 1.6143,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 2.0804550995530273,
902
+ "grad_norm": 1.5131165981292725,
903
+ "learning_rate": 3.144988104201745e-05,
904
+ "loss": 1.6069,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 2.0967086550182854,
909
+ "grad_norm": 1.595162272453308,
910
+ "learning_rate": 3.120237844914044e-05,
911
+ "loss": 1.6128,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 2.112962210483543,
916
+ "grad_norm": 1.9360445737838745,
917
+ "learning_rate": 3.095422635878923e-05,
918
+ "loss": 1.6004,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 2.129215765948801,
923
+ "grad_norm": 1.4424818754196167,
924
+ "learning_rate": 3.0705450756826706e-05,
925
+ "loss": 1.6084,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 2.145469321414059,
930
+ "grad_norm": 1.6683636903762817,
931
+ "learning_rate": 3.045607769440829e-05,
932
+ "loss": 1.6063,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 2.1617228768793173,
937
+ "grad_norm": 1.9396454095840454,
938
+ "learning_rate": 3.0206133285254017e-05,
939
+ "loss": 1.6374,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 2.1779764323445754,
944
+ "grad_norm": 1.9183346033096313,
945
+ "learning_rate": 2.9955643702913865e-05,
946
+ "loss": 1.529,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 2.1942299878098335,
951
+ "grad_norm": 1.61932373046875,
952
+ "learning_rate": 2.9704635178027012e-05,
953
+ "loss": 1.5607,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 2.2104835432750916,
958
+ "grad_norm": 1.7259231805801392,
959
+ "learning_rate": 2.9453133995574955e-05,
960
+ "loss": 1.5854,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 2.2267370987403496,
965
+ "grad_norm": 1.675529956817627,
966
+ "learning_rate": 2.9201166492129088e-05,
967
+ "loss": 1.5563,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 2.2429906542056073,
972
+ "grad_norm": 1.628509283065796,
973
+ "learning_rate": 2.8948759053092754e-05,
974
+ "loss": 1.5781,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 2.2592442096708654,
979
+ "grad_norm": 1.5093809366226196,
980
+ "learning_rate": 2.869593810993824e-05,
981
+ "loss": 1.5759,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 2.2754977651361235,
986
+ "grad_norm": 1.8209433555603027,
987
+ "learning_rate": 2.844273013743896e-05,
988
+ "loss": 1.6089,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 2.2917513206013815,
993
+ "grad_norm": 2.2926626205444336,
994
+ "learning_rate": 2.8189161650897045e-05,
995
+ "loss": 1.578,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 2.3080048760666396,
1000
+ "grad_norm": 1.6229182481765747,
1001
+ "learning_rate": 2.7935259203366777e-05,
1002
+ "loss": 1.5563,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 2.3242584315318977,
1007
+ "grad_norm": 1.8527780771255493,
1008
+ "learning_rate": 2.7681049382873965e-05,
1009
+ "loss": 1.5463,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 2.340511986997156,
1014
+ "grad_norm": 1.877462387084961,
1015
+ "learning_rate": 2.7426558809631748e-05,
1016
+ "loss": 1.5227,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 2.356765542462414,
1021
+ "grad_norm": 1.5895532369613647,
1022
+ "learning_rate": 2.7171814133253015e-05,
1023
+ "loss": 1.6244,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 2.3730190979276715,
1028
+ "grad_norm": 1.5113598108291626,
1029
+ "learning_rate": 2.691684202995966e-05,
1030
+ "loss": 1.5977,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 2.3892726533929296,
1035
+ "grad_norm": 1.582775592803955,
1036
+ "learning_rate": 2.6661669199789174e-05,
1037
+ "loss": 1.6314,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 2.4055262088581877,
1042
+ "grad_norm": 1.6638239622116089,
1043
+ "learning_rate": 2.6406322363798657e-05,
1044
+ "loss": 1.5892,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 2.4217797643234458,
1049
+ "grad_norm": 1.538442850112915,
1050
+ "learning_rate": 2.6150828261266642e-05,
1051
+ "loss": 1.5512,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 2.438033319788704,
1056
+ "grad_norm": 1.6044487953186035,
1057
+ "learning_rate": 2.589521364689308e-05,
1058
+ "loss": 1.5288,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 2.454286875253962,
1063
+ "grad_norm": 1.8566341400146484,
1064
+ "learning_rate": 2.5639505287997583e-05,
1065
+ "loss": 1.6311,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 2.47054043071922,
1070
+ "grad_norm": 1.7828178405761719,
1071
+ "learning_rate": 2.5383729961716483e-05,
1072
+ "loss": 1.5705,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 2.4867939861844777,
1077
+ "grad_norm": 1.8720645904541016,
1078
+ "learning_rate": 2.512791445219876e-05,
1079
+ "loss": 1.5955,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 2.5030475416497358,
1084
+ "grad_norm": 1.5776010751724243,
1085
+ "learning_rate": 2.487208554780125e-05,
1086
+ "loss": 1.6158,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 2.519301097114994,
1091
+ "grad_norm": 1.802860140800476,
1092
+ "learning_rate": 2.461627003828352e-05,
1093
+ "loss": 1.5844,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 2.535554652580252,
1098
+ "grad_norm": 1.8349519968032837,
1099
+ "learning_rate": 2.4360494712002423e-05,
1100
+ "loss": 1.5486,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 2.55180820804551,
1105
+ "grad_norm": 1.77409029006958,
1106
+ "learning_rate": 2.4104786353106926e-05,
1107
+ "loss": 1.5918,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 2.568061763510768,
1112
+ "grad_norm": 1.7446224689483643,
1113
+ "learning_rate": 2.384917173873336e-05,
1114
+ "loss": 1.5554,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 2.584315318976026,
1119
+ "grad_norm": 1.7830730676651,
1120
+ "learning_rate": 2.359367763620135e-05,
1121
+ "loss": 1.6061,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 2.600568874441284,
1126
+ "grad_norm": 1.542494773864746,
1127
+ "learning_rate": 2.3338330800210828e-05,
1128
+ "loss": 1.6328,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 2.616822429906542,
1133
+ "grad_norm": 1.7287977933883667,
1134
+ "learning_rate": 2.3083157970040344e-05,
1135
+ "loss": 1.5585,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 2.6330759853718,
1140
+ "grad_norm": 1.6727949380874634,
1141
+ "learning_rate": 2.282818586674699e-05,
1142
+ "loss": 1.6686,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 2.649329540837058,
1147
+ "grad_norm": 1.8130536079406738,
1148
+ "learning_rate": 2.2573441190368255e-05,
1149
+ "loss": 1.606,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 2.665583096302316,
1154
+ "grad_norm": 1.8258434534072876,
1155
+ "learning_rate": 2.2318950617126044e-05,
1156
+ "loss": 1.5736,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 2.6818366517675742,
1161
+ "grad_norm": 1.8970004320144653,
1162
+ "learning_rate": 2.206474079663323e-05,
1163
+ "loss": 1.5835,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 2.6980902072328323,
1168
+ "grad_norm": 1.6587392091751099,
1169
+ "learning_rate": 2.181083834910296e-05,
1170
+ "loss": 1.6072,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 2.71434376269809,
1175
+ "grad_norm": 2.0163655281066895,
1176
+ "learning_rate": 2.1557269862561043e-05,
1177
+ "loss": 1.6178,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 2.7305973181633485,
1182
+ "grad_norm": 1.669689416885376,
1183
+ "learning_rate": 2.1304061890061762e-05,
1184
+ "loss": 1.5864,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 2.746850873628606,
1189
+ "grad_norm": 1.7801822423934937,
1190
+ "learning_rate": 2.105124094690725e-05,
1191
+ "loss": 1.5186,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 2.7631044290938642,
1196
+ "grad_norm": 1.7704806327819824,
1197
+ "learning_rate": 2.0798833507870918e-05,
1198
+ "loss": 1.5555,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 2.7793579845591223,
1203
+ "grad_norm": 1.954834222793579,
1204
+ "learning_rate": 2.0546866004425054e-05,
1205
+ "loss": 1.6356,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 2.7956115400243804,
1210
+ "grad_norm": 1.6739940643310547,
1211
+ "learning_rate": 2.0295364821972997e-05,
1212
+ "loss": 1.5781,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 2.8118650954896385,
1217
+ "grad_norm": 1.758725881576538,
1218
+ "learning_rate": 2.0044356297086134e-05,
1219
+ "loss": 1.6308,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 2.828118650954896,
1224
+ "grad_norm": 1.7557764053344727,
1225
+ "learning_rate": 1.9793866714745978e-05,
1226
+ "loss": 1.5366,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 2.8443722064201546,
1231
+ "grad_norm": 1.6240283250808716,
1232
+ "learning_rate": 1.9543922305591704e-05,
1233
+ "loss": 1.6104,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 2.8606257618854123,
1238
+ "grad_norm": 1.7991812229156494,
1239
+ "learning_rate": 1.9294549243173303e-05,
1240
+ "loss": 1.6576,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 2.8768793173506704,
1245
+ "grad_norm": 1.8438798189163208,
1246
+ "learning_rate": 1.904577364121077e-05,
1247
+ "loss": 1.5634,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 2.8931328728159285,
1252
+ "grad_norm": 2.0317084789276123,
1253
+ "learning_rate": 1.879762155085956e-05,
1254
+ "loss": 1.5538,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 2.9093864282811865,
1259
+ "grad_norm": 1.6778262853622437,
1260
+ "learning_rate": 1.8550118957982547e-05,
1261
+ "loss": 1.6398,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 2.9256399837464446,
1266
+ "grad_norm": 1.8134307861328125,
1267
+ "learning_rate": 1.8303291780428876e-05,
1268
+ "loss": 1.4889,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 2.9418935392117027,
1273
+ "grad_norm": 1.9006396532058716,
1274
+ "learning_rate": 1.8057165865319882e-05,
1275
+ "loss": 1.582,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 2.958147094676961,
1280
+ "grad_norm": 1.8433765172958374,
1281
+ "learning_rate": 1.781176698634246e-05,
1282
+ "loss": 1.5856,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 2.9744006501422184,
1287
+ "grad_norm": 1.6938343048095703,
1288
+ "learning_rate": 1.7567120841050135e-05,
1289
+ "loss": 1.599,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 2.9906542056074765,
1294
+ "grad_norm": 1.868025302886963,
1295
+ "learning_rate": 1.7323253048172013e-05,
1296
+ "loss": 1.5799,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 3.0069077610727346,
1301
+ "grad_norm": 1.767774224281311,
1302
+ "learning_rate": 1.7080189144930135e-05,
1303
+ "loss": 1.6014,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 3.0231613165379927,
1308
+ "grad_norm": 1.7357462644577026,
1309
+ "learning_rate": 1.6837954584365216e-05,
1310
+ "loss": 1.5911,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 3.039414872003251,
1315
+ "grad_norm": 1.7004544734954834,
1316
+ "learning_rate": 1.6596574732671287e-05,
1317
+ "loss": 1.5304,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 3.055668427468509,
1322
+ "grad_norm": 1.7053595781326294,
1323
+ "learning_rate": 1.6356074866539435e-05,
1324
+ "loss": 1.548,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 3.071921982933767,
1329
+ "grad_norm": 1.7751458883285522,
1330
+ "learning_rate": 1.6116480170510852e-05,
1331
+ "loss": 1.6273,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 3.0881755383990246,
1336
+ "grad_norm": 1.8386896848678589,
1337
+ "learning_rate": 1.5877815734339608e-05,
1338
+ "loss": 1.5394,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 3.1044290938642827,
1343
+ "grad_norm": 1.6355414390563965,
1344
+ "learning_rate": 1.5640106550365298e-05,
1345
+ "loss": 1.5259,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 3.1206826493295408,
1350
+ "grad_norm": 1.7519521713256836,
1351
+ "learning_rate": 1.54033775108959e-05,
1352
+ "loss": 1.6105,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 3.136936204794799,
1357
+ "grad_norm": 1.690624713897705,
1358
+ "learning_rate": 1.5167653405601124e-05,
1359
+ "loss": 1.5488,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 3.153189760260057,
1364
+ "grad_norm": 1.7758216857910156,
1365
+ "learning_rate": 1.4932958918916513e-05,
1366
+ "loss": 1.5906,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 3.169443315725315,
1371
+ "grad_norm": 1.7740142345428467,
1372
+ "learning_rate": 1.469931862745853e-05,
1373
+ "loss": 1.5361,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 3.185696871190573,
1378
+ "grad_norm": 1.8564815521240234,
1379
+ "learning_rate": 1.446675699745097e-05,
1380
+ "loss": 1.5407,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 3.2019504266558307,
1385
+ "grad_norm": 1.829458236694336,
1386
+ "learning_rate": 1.4235298382162899e-05,
1387
+ "loss": 1.5962,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 3.218203982121089,
1392
+ "grad_norm": 1.9702229499816895,
1393
+ "learning_rate": 1.4004967019358469e-05,
1394
+ "loss": 1.5905,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 3.234457537586347,
1399
+ "grad_norm": 1.8121120929718018,
1400
+ "learning_rate": 1.3775787028758799e-05,
1401
+ "loss": 1.5726,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 3.250711093051605,
1406
+ "grad_norm": 2.0297420024871826,
1407
+ "learning_rate": 1.354778240951617e-05,
1408
+ "loss": 1.5484,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 3.266964648516863,
1413
+ "grad_norm": 1.9334895610809326,
1414
+ "learning_rate": 1.3320977037700952e-05,
1415
+ "loss": 1.5091,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 3.283218203982121,
1420
+ "grad_norm": 1.7220382690429688,
1421
+ "learning_rate": 1.3095394663801347e-05,
1422
+ "loss": 1.5658,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 3.2994717594473792,
1427
+ "grad_norm": 1.8911561965942383,
1428
+ "learning_rate": 1.2871058910236292e-05,
1429
+ "loss": 1.5774,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 3.315725314912637,
1434
+ "grad_norm": 1.8349742889404297,
1435
+ "learning_rate": 1.2647993268881745e-05,
1436
+ "loss": 1.5463,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 3.331978870377895,
1441
+ "grad_norm": 1.8155410289764404,
1442
+ "learning_rate": 1.2426221098610741e-05,
1443
+ "loss": 1.55,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 3.348232425843153,
1448
+ "grad_norm": 2.0373146533966064,
1449
+ "learning_rate": 1.2205765622847274e-05,
1450
+ "loss": 1.5677,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 3.364485981308411,
1455
+ "grad_norm": 1.8565573692321777,
1456
+ "learning_rate": 1.1986649927134372e-05,
1457
+ "loss": 1.594,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 3.3807395367736692,
1462
+ "grad_norm": 1.7318943738937378,
1463
+ "learning_rate": 1.1768896956716693e-05,
1464
+ "loss": 1.5615,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 3.3969930922389273,
1469
+ "grad_norm": 2.03358793258667,
1470
+ "learning_rate": 1.1552529514137733e-05,
1471
+ "loss": 1.5068,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 3.4132466477041854,
1476
+ "grad_norm": 1.943980097770691,
1477
+ "learning_rate": 1.1337570256851963e-05,
1478
+ "loss": 1.5696,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 3.4295002031694435,
1483
+ "grad_norm": 1.7781481742858887,
1484
+ "learning_rate": 1.1124041694852258e-05,
1485
+ "loss": 1.5515,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 3.4457537586347016,
1490
+ "grad_norm": 1.72038733959198,
1491
+ "learning_rate": 1.091196618831268e-05,
1492
+ "loss": 1.5536,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 3.462007314099959,
1497
+ "grad_norm": 1.7962324619293213,
1498
+ "learning_rate": 1.070136594524698e-05,
1499
+ "loss": 1.578,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 3.4782608695652173,
1504
+ "grad_norm": 2.4699037075042725,
1505
+ "learning_rate": 1.0492263019183002e-05,
1506
+ "loss": 1.5386,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 3.4945144250304754,
1511
+ "grad_norm": 1.756534218788147,
1512
+ "learning_rate": 1.0284679306853343e-05,
1513
+ "loss": 1.5757,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 3.5107679804957335,
1518
+ "grad_norm": 1.8124436140060425,
1519
+ "learning_rate": 1.0078636545902362e-05,
1520
+ "loss": 1.5579,
1521
+ "step": 1080
1522
+ },
1523
+ {
1524
+ "epoch": 3.5270215359609915,
1525
+ "grad_norm": 1.7683898210525513,
1526
+ "learning_rate": 9.874156312609836e-06,
1527
+ "loss": 1.5616,
1528
+ "step": 1085
1529
+ },
1530
+ {
1531
+ "epoch": 3.5432750914262496,
1532
+ "grad_norm": 1.870835542678833,
1533
+ "learning_rate": 9.671260019631604e-06,
1534
+ "loss": 1.5243,
1535
+ "step": 1090
1536
+ },
1537
+ {
1538
+ "epoch": 3.5595286468915077,
1539
+ "grad_norm": 1.8171908855438232,
1540
+ "learning_rate": 9.469968913757254e-06,
1541
+ "loss": 1.6215,
1542
+ "step": 1095
1543
+ },
1544
+ {
1545
+ "epoch": 3.5757822023567654,
1546
+ "grad_norm": 1.8751733303070068,
1547
+ "learning_rate": 9.270304073685193e-06,
1548
+ "loss": 1.5294,
1549
+ "step": 1100
1550
+ }
1551
+ ],
1552
+ "logging_steps": 5,
1553
+ "max_steps": 1535,
1554
+ "num_input_tokens_seen": 0,
1555
+ "num_train_epochs": 5,
1556
+ "save_steps": 100,
1557
+ "stateful_callbacks": {
1558
+ "TrainerControl": {
1559
+ "args": {
1560
+ "should_epoch_stop": false,
1561
+ "should_evaluate": false,
1562
+ "should_log": false,
1563
+ "should_save": true,
1564
+ "should_training_stop": false
1565
+ },
1566
+ "attributes": {}
1567
+ }
1568
+ },
1569
+ "total_flos": 5.675484372935639e+17,
1570
+ "train_batch_size": 2,
1571
+ "trial_name": null,
1572
+ "trial_params": null
1573
+ }
checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e63c83389cbc9d369b0af42b65d1075c9a062864830339d79ed71867cf88bc0
3
+ size 5304
checkpoint-1100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B-Chat
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.11.1
checkpoint-1200/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-1200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8107998e74e77e1e0ddc75dc39b40b25eef0eeb1aa5492c1606f0b4e950e2e8
3
+ size 16794200