apriasmoro commited on
Commit
8e36b79
·
verified ·
1 Parent(s): 6c68181

Upload task output 7673621a-3beb-4b7e-9253-68dd30966ad5

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2-0.5B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen2-0.5B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": "gaussian",
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 1280,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "k_proj",
29
+ "v_proj",
30
+ "gate_proj",
31
+ "up_proj",
32
+ "down_proj",
33
+ "q_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf965173ee04206facc9b2d95b0224e762a2c2adc47951b7e4b42f48b744f2c
3
+ size 281587880
added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "<|PAD_TOKEN|>": 151646,
3
+ "<|endoftext|>": 151643,
4
+ "<|im_end|>": 151645,
5
+ "<|im_start|>": 151644
6
+ }
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 300,0.05141889303922653
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
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": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|PAD_TOKEN|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9479047c22047670077878de944c696032b1a81049beeb6e99fbda7fb93e395a
3
+ size 11418456
tokenizer_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151646": {
29
+ "content": "<|PAD_TOKEN|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "additional_special_tokens": [
38
+ "<|im_start|>",
39
+ "<|im_end|>"
40
+ ],
41
+ "bos_token": null,
42
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
43
+ "clean_up_tokenization_spaces": false,
44
+ "eos_token": "<|endoftext|>",
45
+ "errors": "replace",
46
+ "extra_special_tokens": {},
47
+ "model_max_length": 32768,
48
+ "pad_token": "<|PAD_TOKEN|>",
49
+ "padding_side": "left",
50
+ "split_special_tokens": false,
51
+ "tokenizer_class": "Qwen2Tokenizer",
52
+ "unk_token": null
53
+ }
trainer_state.json ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 300,
3
+ "best_metric": 0.05141889303922653,
4
+ "best_model_checkpoint": "/workspace/scripts/soutputs/7673621a-3beb-4b7e-9253-68dd30966ad5_0/checkpoint-300",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 300,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.1,
14
+ "grad_norm": 6.584600925445557,
15
+ "learning_rate": 2.7907215657142855e-05,
16
+ "loss": 0.3762,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.1,
21
+ "eval_loss": 0.28799575567245483,
22
+ "eval_runtime": 1.0684,
23
+ "eval_samples_per_second": 15.912,
24
+ "eval_steps_per_second": 15.912,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.2,
29
+ "grad_norm": 4.3658952713012695,
30
+ "learning_rate": 5.891523305396825e-05,
31
+ "loss": 0.1712,
32
+ "step": 20
33
+ },
34
+ {
35
+ "epoch": 0.2,
36
+ "eval_loss": 0.13228200376033783,
37
+ "eval_runtime": 1.0569,
38
+ "eval_samples_per_second": 16.084,
39
+ "eval_steps_per_second": 16.084,
40
+ "step": 20
41
+ },
42
+ {
43
+ "epoch": 0.3,
44
+ "grad_norm": 3.1832616329193115,
45
+ "learning_rate": 8.992325045079366e-05,
46
+ "loss": 0.1465,
47
+ "step": 30
48
+ },
49
+ {
50
+ "epoch": 0.3,
51
+ "eval_loss": 0.1652909815311432,
52
+ "eval_runtime": 1.0578,
53
+ "eval_samples_per_second": 16.072,
54
+ "eval_steps_per_second": 16.072,
55
+ "step": 30
56
+ },
57
+ {
58
+ "epoch": 0.4,
59
+ "grad_norm": 0.6943491101264954,
60
+ "learning_rate": 0.00010847621103058175,
61
+ "loss": 0.1381,
62
+ "step": 40
63
+ },
64
+ {
65
+ "epoch": 0.4,
66
+ "eval_loss": 0.1189466342329979,
67
+ "eval_runtime": 1.0651,
68
+ "eval_samples_per_second": 15.96,
69
+ "eval_steps_per_second": 15.96,
70
+ "step": 40
71
+ },
72
+ {
73
+ "epoch": 0.5,
74
+ "grad_norm": 2.4766085147857666,
75
+ "learning_rate": 0.0001078942380533427,
76
+ "loss": 0.1187,
77
+ "step": 50
78
+ },
79
+ {
80
+ "epoch": 0.5,
81
+ "eval_loss": 0.11941006779670715,
82
+ "eval_runtime": 1.0598,
83
+ "eval_samples_per_second": 16.04,
84
+ "eval_steps_per_second": 16.04,
85
+ "step": 50
86
+ },
87
+ {
88
+ "epoch": 0.6,
89
+ "grad_norm": 0.44038501381874084,
90
+ "learning_rate": 0.00010667367672602237,
91
+ "loss": 0.1139,
92
+ "step": 60
93
+ },
94
+ {
95
+ "epoch": 0.6,
96
+ "eval_loss": 0.11109943687915802,
97
+ "eval_runtime": 1.0569,
98
+ "eval_samples_per_second": 16.085,
99
+ "eval_steps_per_second": 16.085,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.7,
104
+ "grad_norm": 0.22996506094932556,
105
+ "learning_rate": 0.00010483166105415293,
106
+ "loss": 0.1113,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.7,
111
+ "eval_loss": 0.11180288344621658,
112
+ "eval_runtime": 1.0567,
113
+ "eval_samples_per_second": 16.087,
114
+ "eval_steps_per_second": 16.087,
115
+ "step": 70
116
+ },
117
+ {
118
+ "epoch": 0.8,
119
+ "grad_norm": 0.6509195566177368,
120
+ "learning_rate": 0.00010239404890001927,
121
+ "loss": 0.1104,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.8,
126
+ "eval_loss": 0.10831819474697113,
127
+ "eval_runtime": 1.0589,
128
+ "eval_samples_per_second": 16.054,
129
+ "eval_steps_per_second": 16.054,
130
+ "step": 80
131
+ },
132
+ {
133
+ "epoch": 0.9,
134
+ "grad_norm": 0.8517053723335266,
135
+ "learning_rate": 9.939505899495366e-05,
136
+ "loss": 0.1081,
137
+ "step": 90
138
+ },
139
+ {
140
+ "epoch": 0.9,
141
+ "eval_loss": 0.10679890215396881,
142
+ "eval_runtime": 1.0581,
143
+ "eval_samples_per_second": 16.066,
144
+ "eval_steps_per_second": 16.066,
145
+ "step": 90
146
+ },
147
+ {
148
+ "epoch": 1.0,
149
+ "grad_norm": 1.0003941059112549,
150
+ "learning_rate": 9.587679058335631e-05,
151
+ "loss": 0.1102,
152
+ "step": 100
153
+ },
154
+ {
155
+ "epoch": 1.0,
156
+ "eval_loss": 0.1071733757853508,
157
+ "eval_runtime": 1.0572,
158
+ "eval_samples_per_second": 16.08,
159
+ "eval_steps_per_second": 16.08,
160
+ "step": 100
161
+ },
162
+ {
163
+ "epoch": 1.0,
164
+ "eval_loss": 0.1071733757853508,
165
+ "eval_runtime": 1.0451,
166
+ "eval_samples_per_second": 16.266,
167
+ "eval_steps_per_second": 16.266,
168
+ "step": 100
169
+ },
170
+ {
171
+ "epoch": 1.1,
172
+ "grad_norm": 0.46666786074638367,
173
+ "learning_rate": 9.188863244158655e-05,
174
+ "loss": 0.1056,
175
+ "step": 110
176
+ },
177
+ {
178
+ "epoch": 1.1,
179
+ "eval_loss": 0.10584582388401031,
180
+ "eval_runtime": 1.0571,
181
+ "eval_samples_per_second": 16.081,
182
+ "eval_steps_per_second": 16.081,
183
+ "step": 110
184
+ },
185
+ {
186
+ "epoch": 1.2,
187
+ "grad_norm": 0.23497658967971802,
188
+ "learning_rate": 8.74865695678044e-05,
189
+ "loss": 0.1028,
190
+ "step": 120
191
+ },
192
+ {
193
+ "epoch": 1.2,
194
+ "eval_loss": 0.10479530692100525,
195
+ "eval_runtime": 1.0571,
196
+ "eval_samples_per_second": 16.082,
197
+ "eval_steps_per_second": 16.082,
198
+ "step": 120
199
+ },
200
+ {
201
+ "epoch": 1.3,
202
+ "grad_norm": 0.4804553687572479,
203
+ "learning_rate": 8.273239727531691e-05,
204
+ "loss": 0.1014,
205
+ "step": 130
206
+ },
207
+ {
208
+ "epoch": 1.3,
209
+ "eval_loss": 0.10915076732635498,
210
+ "eval_runtime": 1.0574,
211
+ "eval_samples_per_second": 16.077,
212
+ "eval_steps_per_second": 16.077,
213
+ "step": 130
214
+ },
215
+ {
216
+ "epoch": 1.4,
217
+ "grad_norm": 0.6005699038505554,
218
+ "learning_rate": 7.769285372183642e-05,
219
+ "loss": 0.0992,
220
+ "step": 140
221
+ },
222
+ {
223
+ "epoch": 1.4,
224
+ "eval_loss": 0.10174299776554108,
225
+ "eval_runtime": 1.0574,
226
+ "eval_samples_per_second": 16.077,
227
+ "eval_steps_per_second": 16.077,
228
+ "step": 140
229
+ },
230
+ {
231
+ "epoch": 1.5,
232
+ "grad_norm": 0.3633825182914734,
233
+ "learning_rate": 7.243868305203808e-05,
234
+ "loss": 0.0917,
235
+ "step": 150
236
+ },
237
+ {
238
+ "epoch": 1.5,
239
+ "eval_loss": 0.09136371314525604,
240
+ "eval_runtime": 1.0595,
241
+ "eval_samples_per_second": 16.045,
242
+ "eval_steps_per_second": 16.045,
243
+ "step": 150
244
+ },
245
+ {
246
+ "epoch": 1.6,
247
+ "grad_norm": 0.37585020065307617,
248
+ "learning_rate": 6.704364230484171e-05,
249
+ "loss": 0.0885,
250
+ "step": 160
251
+ },
252
+ {
253
+ "epoch": 1.6,
254
+ "eval_loss": 0.09008041769266129,
255
+ "eval_runtime": 1.0596,
256
+ "eval_samples_per_second": 16.044,
257
+ "eval_steps_per_second": 16.044,
258
+ "step": 160
259
+ },
260
+ {
261
+ "epoch": 1.7,
262
+ "grad_norm": 0.5123192071914673,
263
+ "learning_rate": 6.158346602626281e-05,
264
+ "loss": 0.0833,
265
+ "step": 170
266
+ },
267
+ {
268
+ "epoch": 1.7,
269
+ "eval_loss": 0.08343079686164856,
270
+ "eval_runtime": 1.058,
271
+ "eval_samples_per_second": 16.067,
272
+ "eval_steps_per_second": 16.067,
273
+ "step": 170
274
+ },
275
+ {
276
+ "epoch": 1.8,
277
+ "grad_norm": 0.3181597888469696,
278
+ "learning_rate": 5.6134803122398577e-05,
279
+ "loss": 0.0816,
280
+ "step": 180
281
+ },
282
+ {
283
+ "epoch": 1.8,
284
+ "eval_loss": 0.08084844052791595,
285
+ "eval_runtime": 1.0571,
286
+ "eval_samples_per_second": 16.081,
287
+ "eval_steps_per_second": 16.081,
288
+ "step": 180
289
+ },
290
+ {
291
+ "epoch": 1.9,
292
+ "grad_norm": 0.500211775302887,
293
+ "learning_rate": 5.07741408768029e-05,
294
+ "loss": 0.0787,
295
+ "step": 190
296
+ },
297
+ {
298
+ "epoch": 1.9,
299
+ "eval_loss": 0.07607461512088776,
300
+ "eval_runtime": 1.0567,
301
+ "eval_samples_per_second": 16.088,
302
+ "eval_steps_per_second": 16.088,
303
+ "step": 190
304
+ },
305
+ {
306
+ "epoch": 2.0,
307
+ "grad_norm": 0.4431775212287903,
308
+ "learning_rate": 4.557673123668739e-05,
309
+ "loss": 0.0745,
310
+ "step": 200
311
+ },
312
+ {
313
+ "epoch": 2.0,
314
+ "eval_loss": 0.0782596543431282,
315
+ "eval_runtime": 1.058,
316
+ "eval_samples_per_second": 16.068,
317
+ "eval_steps_per_second": 16.068,
318
+ "step": 200
319
+ },
320
+ {
321
+ "epoch": 2.0,
322
+ "eval_loss": 0.0782596543431282,
323
+ "eval_runtime": 1.0466,
324
+ "eval_samples_per_second": 16.243,
325
+ "eval_steps_per_second": 16.243,
326
+ "step": 200
327
+ },
328
+ {
329
+ "epoch": 2.1,
330
+ "grad_norm": 0.4298710823059082,
331
+ "learning_rate": 4.0615534440536785e-05,
332
+ "loss": 0.0695,
333
+ "step": 210
334
+ },
335
+ {
336
+ "epoch": 2.1,
337
+ "eval_loss": 0.07331126183271408,
338
+ "eval_runtime": 1.0586,
339
+ "eval_samples_per_second": 16.06,
340
+ "eval_steps_per_second": 16.06,
341
+ "step": 210
342
+ },
343
+ {
344
+ "epoch": 2.2,
345
+ "grad_norm": 0.5784715414047241,
346
+ "learning_rate": 3.59601948162916e-05,
347
+ "loss": 0.0677,
348
+ "step": 220
349
+ },
350
+ {
351
+ "epoch": 2.2,
352
+ "eval_loss": 0.07047608494758606,
353
+ "eval_runtime": 1.0565,
354
+ "eval_samples_per_second": 16.09,
355
+ "eval_steps_per_second": 16.09,
356
+ "step": 220
357
+ },
358
+ {
359
+ "epoch": 2.3,
360
+ "grad_norm": 0.5269572734832764,
361
+ "learning_rate": 3.1676063127645905e-05,
362
+ "loss": 0.0636,
363
+ "step": 230
364
+ },
365
+ {
366
+ "epoch": 2.3,
367
+ "eval_loss": 0.06599157303571701,
368
+ "eval_runtime": 1.0589,
369
+ "eval_samples_per_second": 16.055,
370
+ "eval_steps_per_second": 16.055,
371
+ "step": 230
372
+ },
373
+ {
374
+ "epoch": 2.4,
375
+ "grad_norm": 0.6816230416297913,
376
+ "learning_rate": 2.7823279192575794e-05,
377
+ "loss": 0.0619,
378
+ "step": 240
379
+ },
380
+ {
381
+ "epoch": 2.4,
382
+ "eval_loss": 0.06297663599252701,
383
+ "eval_runtime": 1.0584,
384
+ "eval_samples_per_second": 16.061,
385
+ "eval_steps_per_second": 16.061,
386
+ "step": 240
387
+ },
388
+ {
389
+ "epoch": 2.5,
390
+ "grad_norm": 0.6032505631446838,
391
+ "learning_rate": 2.4455927652123132e-05,
392
+ "loss": 0.057,
393
+ "step": 250
394
+ },
395
+ {
396
+ "epoch": 2.5,
397
+ "eval_loss": 0.06109685078263283,
398
+ "eval_runtime": 1.0609,
399
+ "eval_samples_per_second": 16.024,
400
+ "eval_steps_per_second": 16.024,
401
+ "step": 250
402
+ },
403
+ {
404
+ "epoch": 2.6,
405
+ "grad_norm": 0.4768277406692505,
406
+ "learning_rate": 2.1621278740590256e-05,
407
+ "loss": 0.0553,
408
+ "step": 260
409
+ },
410
+ {
411
+ "epoch": 2.6,
412
+ "eval_loss": 0.05680255964398384,
413
+ "eval_runtime": 1.0587,
414
+ "eval_samples_per_second": 16.057,
415
+ "eval_steps_per_second": 16.057,
416
+ "step": 260
417
+ },
418
+ {
419
+ "epoch": 2.7,
420
+ "grad_norm": 0.514683187007904,
421
+ "learning_rate": 1.9359124715068038e-05,
422
+ "loss": 0.0529,
423
+ "step": 270
424
+ },
425
+ {
426
+ "epoch": 2.7,
427
+ "eval_loss": 0.0532442182302475,
428
+ "eval_runtime": 1.0589,
429
+ "eval_samples_per_second": 16.055,
430
+ "eval_steps_per_second": 16.055,
431
+ "step": 270
432
+ },
433
+ {
434
+ "epoch": 2.8,
435
+ "grad_norm": 0.49393996596336365,
436
+ "learning_rate": 1.7701221259372036e-05,
437
+ "loss": 0.051,
438
+ "step": 280
439
+ },
440
+ {
441
+ "epoch": 2.8,
442
+ "eval_loss": 0.05284074693918228,
443
+ "eval_runtime": 1.0586,
444
+ "eval_samples_per_second": 16.059,
445
+ "eval_steps_per_second": 16.059,
446
+ "step": 280
447
+ },
448
+ {
449
+ "epoch": 2.9,
450
+ "grad_norm": 0.4914567768573761,
451
+ "learning_rate": 1.6670841703851018e-05,
452
+ "loss": 0.0512,
453
+ "step": 290
454
+ },
455
+ {
456
+ "epoch": 2.9,
457
+ "eval_loss": 0.05378786474466324,
458
+ "eval_runtime": 1.0571,
459
+ "eval_samples_per_second": 16.082,
460
+ "eval_steps_per_second": 16.082,
461
+ "step": 290
462
+ },
463
+ {
464
+ "epoch": 3.0,
465
+ "grad_norm": 0.45328783988952637,
466
+ "learning_rate": 1.628245031884467e-05,
467
+ "loss": 0.0507,
468
+ "step": 300
469
+ },
470
+ {
471
+ "epoch": 3.0,
472
+ "eval_loss": 0.05141889303922653,
473
+ "eval_runtime": 1.0576,
474
+ "eval_samples_per_second": 16.073,
475
+ "eval_steps_per_second": 16.073,
476
+ "step": 300
477
+ }
478
+ ],
479
+ "logging_steps": 10,
480
+ "max_steps": 300,
481
+ "num_input_tokens_seen": 0,
482
+ "num_train_epochs": 3,
483
+ "save_steps": 500,
484
+ "stateful_callbacks": {
485
+ "TrainerControl": {
486
+ "args": {
487
+ "should_epoch_stop": false,
488
+ "should_evaluate": false,
489
+ "should_log": false,
490
+ "should_save": true,
491
+ "should_training_stop": true
492
+ },
493
+ "attributes": {}
494
+ }
495
+ },
496
+ "total_flos": 1.010448199581696e+17,
497
+ "train_batch_size": 64,
498
+ "trial_name": null,
499
+ "trial_params": null
500
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb21190ad7ef19565bbde0a666ead0e17a8ecc55048cda7d102ccfe433c7c1e
3
+ size 5688
vocab.json ADDED
The diff for this file is too large to render. See raw diff