iko-01 commited on
Commit
3dca452
·
verified ·
1 Parent(s): 911fc84

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,208 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-0.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2-0.5B
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.17.1
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/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": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "q_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "down_proj",
32
+ "v_proj",
33
+ "gate_proj",
34
+ "up_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad58d24d8d8a01280c6a0cb8e371f27d970e5557d15d43fb780be295473b3fd7
3
+ size 70430032
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
chat_template.jinja ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system
2
+ You are a helpful assistant<|im_end|>
3
+ ' }}{% endif %}{{'<|im_start|>' + message['role'] + '
4
+ ' + message['content'] + '<|im_end|>' + '
5
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
6
+ ' }}{% endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91cf4b920727af29bee5a068b4c8f02b76111796b2a55ec929a5fe34f3386e8c
3
+ size 141053907
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a9f217e852f439efa6bd32fde98d6867f11aa6ea13ddc021ba10af6a0b0934
3
+ size 14645
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67e3882c276843297a1dda3c0b7de398ce8d703af27a4d867aa775a7bf1ee134
3
+ size 1383
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f6dffb0d6723fcff37f3fe3690a9eac78422ded531a3cde6eca4357e6a5d59
3
+ size 1465
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
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
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
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "<|im_end|>",
36
+ "errors": "replace",
37
+ "extra_special_tokens": {},
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
+ }
trainer_state.json ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 561,
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.05351170568561873,
14
+ "grad_norm": 1.2401437759399414,
15
+ "learning_rate": 3.157894736842105e-05,
16
+ "loss": 3.5023,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.10702341137123746,
21
+ "grad_norm": 1.08428955078125,
22
+ "learning_rate": 6.666666666666667e-05,
23
+ "loss": 3.3947,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.1605351170568562,
28
+ "grad_norm": 1.0022192001342773,
29
+ "learning_rate": 0.0001017543859649123,
30
+ "loss": 3.2935,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.2140468227424749,
35
+ "grad_norm": 0.9494397044181824,
36
+ "learning_rate": 0.0001368421052631579,
37
+ "loss": 3.2952,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.26755852842809363,
42
+ "grad_norm": 0.8602828979492188,
43
+ "learning_rate": 0.00017192982456140353,
44
+ "loss": 3.3231,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.3210702341137124,
49
+ "grad_norm": 0.9193262457847595,
50
+ "learning_rate": 0.0001999922292480975,
51
+ "loss": 3.2551,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.3745819397993311,
56
+ "grad_norm": 0.8206238150596619,
57
+ "learning_rate": 0.00019972037971811802,
58
+ "loss": 3.2773,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.4280936454849498,
63
+ "grad_norm": 0.8329986929893494,
64
+ "learning_rate": 0.0001990611994413053,
65
+ "loss": 3.3447,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.4816053511705686,
70
+ "grad_norm": 0.9009258151054382,
71
+ "learning_rate": 0.00019801724878485438,
72
+ "loss": 3.3449,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.5351170568561873,
77
+ "grad_norm": 0.7764396667480469,
78
+ "learning_rate": 0.00019659258262890683,
79
+ "loss": 3.3038,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.5886287625418061,
84
+ "grad_norm": 0.8236237168312073,
85
+ "learning_rate": 0.0001947927346167132,
86
+ "loss": 3.3162,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.6421404682274248,
91
+ "grad_norm": 0.7898942232131958,
92
+ "learning_rate": 0.0001926246956610309,
93
+ "loss": 3.2868,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.6956521739130435,
98
+ "grad_norm": 0.7577053308486938,
99
+ "learning_rate": 0.0001900968867902419,
100
+ "loss": 3.2781,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.7491638795986622,
105
+ "grad_norm": 0.7448907494544983,
106
+ "learning_rate": 0.00018721912643966055,
107
+ "loss": 3.2776,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.802675585284281,
112
+ "grad_norm": 0.7627265453338623,
113
+ "learning_rate": 0.00018400259231507717,
114
+ "loss": 3.2989,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.8561872909698997,
119
+ "grad_norm": 0.7306041121482849,
120
+ "learning_rate": 0.00018045977797666684,
121
+ "loss": 3.3012,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.9096989966555183,
126
+ "grad_norm": 0.7832388281822205,
127
+ "learning_rate": 0.0001766044443118978,
128
+ "loss": 3.2706,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.9632107023411371,
133
+ "grad_norm": 0.8290534019470215,
134
+ "learning_rate": 0.00017245156608592727,
135
+ "loss": 3.383,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 1.0160535117056857,
140
+ "grad_norm": 0.7920368909835815,
141
+ "learning_rate": 0.00016801727377709194,
142
+ "loss": 3.1903,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 1.0695652173913044,
147
+ "grad_norm": 0.91294926404953,
148
+ "learning_rate": 0.000163318790923414,
149
+ "loss": 3.0714,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 1.123076923076923,
154
+ "grad_norm": 0.9004078507423401,
155
+ "learning_rate": 0.000158374367223479,
156
+ "loss": 3.0892,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 1.1765886287625418,
161
+ "grad_norm": 0.8549134135246277,
162
+ "learning_rate": 0.00015320320765153367,
163
+ "loss": 3.0669,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 1.2301003344481605,
168
+ "grad_norm": 0.8814137578010559,
169
+ "learning_rate": 0.00014782539786213183,
170
+ "loss": 3.0504,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 1.2836120401337792,
175
+ "grad_norm": 0.8694167733192444,
176
+ "learning_rate": 0.00014226182617406996,
177
+ "loss": 3.0227,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 1.3371237458193979,
182
+ "grad_norm": 0.8546176552772522,
183
+ "learning_rate": 0.00013653410243663952,
184
+ "loss": 3.0313,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 1.3906354515050168,
189
+ "grad_norm": 0.9608170390129089,
190
+ "learning_rate": 0.00013066447409333345,
191
+ "loss": 3.0832,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 1.4441471571906355,
196
+ "grad_norm": 0.938625693321228,
197
+ "learning_rate": 0.00012467573976902935,
198
+ "loss": 3.0271,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 1.4976588628762542,
203
+ "grad_norm": 0.9460514187812805,
204
+ "learning_rate": 0.00011859116071629149,
205
+ "loss": 3.0237,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 1.551170568561873,
210
+ "grad_norm": 0.9218224883079529,
211
+ "learning_rate": 0.00011243437046474853,
212
+ "loss": 3.0411,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 1.6046822742474918,
217
+ "grad_norm": 0.9326902627944946,
218
+ "learning_rate": 0.00010622928302448523,
219
+ "loss": 3.0379,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 1.6581939799331105,
224
+ "grad_norm": 0.8940379619598389,
225
+ "learning_rate": 0.0001,
226
+ "loss": 3.0212,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.7117056856187292,
231
+ "grad_norm": 0.9038141965866089,
232
+ "learning_rate": 9.37707169755148e-05,
233
+ "loss": 3.0407,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.7652173913043478,
238
+ "grad_norm": 0.9220936894416809,
239
+ "learning_rate": 8.756562953525152e-05,
240
+ "loss": 3.0481,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.8187290969899665,
245
+ "grad_norm": 0.8182596564292908,
246
+ "learning_rate": 8.140883928370855e-05,
247
+ "loss": 3.0711,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.8722408026755852,
252
+ "grad_norm": 0.9355226755142212,
253
+ "learning_rate": 7.532426023097063e-05,
254
+ "loss": 3.1391,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.925752508361204,
259
+ "grad_norm": 0.9329375624656677,
260
+ "learning_rate": 6.933552590666659e-05,
261
+ "loss": 3.0399,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.9792642140468226,
266
+ "grad_norm": 0.9382308721542358,
267
+ "learning_rate": 6.34658975633605e-05,
268
+ "loss": 3.015,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 2.0321070234113714,
273
+ "grad_norm": 0.982527494430542,
274
+ "learning_rate": 5.773817382593008e-05,
275
+ "loss": 2.8628,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 2.08561872909699,
280
+ "grad_norm": 1.1158782243728638,
281
+ "learning_rate": 5.217460213786821e-05,
282
+ "loss": 2.7862,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 2.139130434782609,
287
+ "grad_norm": 1.0975059270858765,
288
+ "learning_rate": 4.6796792348466356e-05,
289
+ "loss": 2.8002,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 2.1926421404682275,
294
+ "grad_norm": 0.9911369681358337,
295
+ "learning_rate": 4.1625632776521037e-05,
296
+ "loss": 2.7731,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 2.246153846153846,
301
+ "grad_norm": 1.120684027671814,
302
+ "learning_rate": 3.668120907658603e-05,
303
+ "loss": 2.7325,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 2.299665551839465,
308
+ "grad_norm": 1.149767518043518,
309
+ "learning_rate": 3.198272622290804e-05,
310
+ "loss": 2.7713,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 2.3531772575250836,
315
+ "grad_norm": 1.0604385137557983,
316
+ "learning_rate": 2.7548433914072734e-05,
317
+ "loss": 2.74,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 2.4066889632107022,
322
+ "grad_norm": 1.0821083784103394,
323
+ "learning_rate": 2.339555568810221e-05,
324
+ "loss": 2.7514,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 2.460200668896321,
329
+ "grad_norm": 1.0802868604660034,
330
+ "learning_rate": 1.9540222023333166e-05,
331
+ "loss": 2.7896,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 2.5137123745819396,
336
+ "grad_norm": 1.0751402378082275,
337
+ "learning_rate": 1.5997407684922862e-05,
338
+ "loss": 2.7561,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 2.5672240802675583,
343
+ "grad_norm": 1.1360961198806763,
344
+ "learning_rate": 1.2780873560339468e-05,
345
+ "loss": 2.7271,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 2.620735785953177,
350
+ "grad_norm": 1.1104183197021484,
351
+ "learning_rate": 9.903113209758096e-06,
352
+ "loss": 2.7425,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 2.6742474916387957,
357
+ "grad_norm": 1.1601494550704956,
358
+ "learning_rate": 7.375304338969136e-06,
359
+ "loss": 2.7524,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 2.727759197324415,
364
+ "grad_norm": 1.121878743171692,
365
+ "learning_rate": 5.20726538328683e-06,
366
+ "loss": 2.7738,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 2.7812709030100335,
371
+ "grad_norm": 1.1342693567276,
372
+ "learning_rate": 3.40741737109318e-06,
373
+ "loss": 2.7854,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 2.8347826086956522,
378
+ "grad_norm": 1.1444578170776367,
379
+ "learning_rate": 1.9827512151456173e-06,
380
+ "loss": 2.7591,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 2.888294314381271,
385
+ "grad_norm": 1.1180880069732666,
386
+ "learning_rate": 9.388005586947191e-07,
387
+ "loss": 2.7576,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 2.9418060200668896,
392
+ "grad_norm": 1.117174506187439,
393
+ "learning_rate": 2.7962028188198706e-07,
394
+ "loss": 2.7276,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 2.9953177257525083,
399
+ "grad_norm": 1.159109354019165,
400
+ "learning_rate": 7.770751902513862e-09,
401
+ "loss": 2.7297,
402
+ "step": 560
403
+ }
404
+ ],
405
+ "logging_steps": 10,
406
+ "max_steps": 561,
407
+ "num_input_tokens_seen": 0,
408
+ "num_train_epochs": 3,
409
+ "save_steps": 200,
410
+ "stateful_callbacks": {
411
+ "TrainerControl": {
412
+ "args": {
413
+ "should_epoch_stop": false,
414
+ "should_evaluate": false,
415
+ "should_log": false,
416
+ "should_save": true,
417
+ "should_training_stop": true
418
+ },
419
+ "attributes": {}
420
+ }
421
+ },
422
+ "total_flos": 9811509803003904.0,
423
+ "train_batch_size": 2,
424
+ "trial_name": null,
425
+ "trial_params": null
426
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55c9f19e841ae26eb70c5b64d7115b9315a6db4e56bb1eaaffaf2479f87a3b8
3
+ size 6289
vocab.json ADDED
The diff for this file is too large to render. See raw diff