Alphatao commited on
Commit
6994cda
·
verified ·
1 Parent(s): 5d35743

Training in progress, step 100, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-0.5B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "v_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "k_proj",
28
+ "gate_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a71c9a8f14fa185f30e113fe7dd2b410471324601afda0c6d8d27d0ba40e0b
3
+ size 35237104
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95bc372b0ddbb5e90316cb0cfd8adba993a88e37ab67b0c2e059510d1105650c
3
+ size 18810036
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa37a7cf7f7e0a1b6bcff48efc4571c205b16dd75c990c58de904af2ad7e32e
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945b7d05a395e582b997db2d4fcf1ed9355970dd1a4de12540b001e50ac6ebcd
3
+ size 1064
last-checkpoint/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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,758 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 3.3947603702545166,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-100",
4
+ "epoch": 0.06486135884546781,
5
+ "eval_steps": 100,
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.0006486135884546781,
13
+ "grad_norm": 3.839925765991211,
14
+ "learning_rate": 2e-05,
15
+ "loss": 5.3671,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0006486135884546781,
20
+ "eval_loss": 5.341527462005615,
21
+ "eval_runtime": 35.046,
22
+ "eval_samples_per_second": 58.666,
23
+ "eval_steps_per_second": 14.666,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0012972271769093563,
28
+ "grad_norm": 3.8855299949645996,
29
+ "learning_rate": 4e-05,
30
+ "loss": 5.2735,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0019458407653640344,
35
+ "grad_norm": 3.7578446865081787,
36
+ "learning_rate": 6e-05,
37
+ "loss": 4.8599,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.0025944543538187126,
42
+ "grad_norm": 2.840263843536377,
43
+ "learning_rate": 8e-05,
44
+ "loss": 4.3011,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.0032430679422733905,
49
+ "grad_norm": 3.2963178157806396,
50
+ "learning_rate": 0.0001,
51
+ "loss": 4.7049,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.003891681530728069,
56
+ "grad_norm": 2.3765435218811035,
57
+ "learning_rate": 0.00012,
58
+ "loss": 4.4563,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.004540295119182747,
63
+ "grad_norm": 3.072453022003174,
64
+ "learning_rate": 0.00014,
65
+ "loss": 4.4638,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.005188908707637425,
70
+ "grad_norm": 3.7620046138763428,
71
+ "learning_rate": 0.00016,
72
+ "loss": 4.8635,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.0058375222960921035,
77
+ "grad_norm": 2.274141311645508,
78
+ "learning_rate": 0.00018,
79
+ "loss": 4.0879,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.006486135884546781,
84
+ "grad_norm": 2.1749279499053955,
85
+ "learning_rate": 0.0002,
86
+ "loss": 4.0116,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.007134749473001459,
91
+ "grad_norm": 2.7090888023376465,
92
+ "learning_rate": 0.0001999999477769797,
93
+ "loss": 4.1352,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.007783363061456138,
98
+ "grad_norm": 2.8192594051361084,
99
+ "learning_rate": 0.00019999979110797331,
100
+ "loss": 3.7506,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.008431976649910815,
105
+ "grad_norm": 2.1979215145111084,
106
+ "learning_rate": 0.00019999952999314444,
107
+ "loss": 4.0342,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.009080590238365494,
112
+ "grad_norm": 1.9726805686950684,
113
+ "learning_rate": 0.0001999991644327659,
114
+ "loss": 3.6903,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.009729203826820172,
119
+ "grad_norm": 2.4161455631256104,
120
+ "learning_rate": 0.0001999986944272194,
121
+ "loss": 3.2464,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.01037781741527485,
126
+ "grad_norm": 1.8676812648773193,
127
+ "learning_rate": 0.00019999811997699593,
128
+ "loss": 3.7741,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.011026431003729529,
133
+ "grad_norm": 1.7903848886489868,
134
+ "learning_rate": 0.00019999744108269542,
135
+ "loss": 3.7455,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.011675044592184207,
140
+ "grad_norm": 2.043623924255371,
141
+ "learning_rate": 0.00019999665774502696,
142
+ "loss": 3.8827,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.012323658180638884,
147
+ "grad_norm": 1.8445640802383423,
148
+ "learning_rate": 0.00019999576996480872,
149
+ "loss": 3.9371,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.012972271769093562,
154
+ "grad_norm": 1.5927119255065918,
155
+ "learning_rate": 0.000199994777742968,
156
+ "loss": 3.5422,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.01362088535754824,
161
+ "grad_norm": 1.3268831968307495,
162
+ "learning_rate": 0.0001999936810805411,
163
+ "loss": 3.286,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.014269498946002919,
168
+ "grad_norm": 1.617830514907837,
169
+ "learning_rate": 0.0001999924799786734,
170
+ "loss": 3.3049,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.014918112534457597,
175
+ "grad_norm": 1.592024803161621,
176
+ "learning_rate": 0.00019999117443861942,
177
+ "loss": 3.3464,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.015566726122912275,
182
+ "grad_norm": 1.5516711473464966,
183
+ "learning_rate": 0.00019998976446174277,
184
+ "loss": 3.399,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.016215339711366954,
189
+ "grad_norm": 1.7870945930480957,
190
+ "learning_rate": 0.00019998825004951612,
191
+ "loss": 3.5775,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.01686395329982163,
196
+ "grad_norm": 1.6130069494247437,
197
+ "learning_rate": 0.00019998663120352118,
198
+ "loss": 3.6604,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.01751256688827631,
203
+ "grad_norm": 1.4511877298355103,
204
+ "learning_rate": 0.00019998490792544883,
205
+ "loss": 3.243,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.018161180476730987,
210
+ "grad_norm": 1.6252033710479736,
211
+ "learning_rate": 0.0001999830802170989,
212
+ "loss": 3.6021,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.018809794065185667,
217
+ "grad_norm": 1.7277567386627197,
218
+ "learning_rate": 0.00019998114808038043,
219
+ "loss": 3.5944,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.019458407653640344,
224
+ "grad_norm": 1.6731386184692383,
225
+ "learning_rate": 0.00019997911151731134,
226
+ "loss": 3.3969,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.02010702124209502,
231
+ "grad_norm": 1.6243277788162231,
232
+ "learning_rate": 0.00019997697053001886,
233
+ "loss": 3.035,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.0207556348305497,
238
+ "grad_norm": 1.773876667022705,
239
+ "learning_rate": 0.00019997472512073912,
240
+ "loss": 3.6559,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.021404248419004377,
245
+ "grad_norm": 1.47771155834198,
246
+ "learning_rate": 0.00019997237529181737,
247
+ "loss": 3.103,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.022052862007459057,
252
+ "grad_norm": 1.3901262283325195,
253
+ "learning_rate": 0.0001999699210457079,
254
+ "loss": 2.8133,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.022701475595913734,
259
+ "grad_norm": 1.6069719791412354,
260
+ "learning_rate": 0.00019996736238497406,
261
+ "loss": 3.3517,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.023350089184368414,
266
+ "grad_norm": 1.5524790287017822,
267
+ "learning_rate": 0.0001999646993122883,
268
+ "loss": 3.3211,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.02399870277282309,
273
+ "grad_norm": 1.6193372011184692,
274
+ "learning_rate": 0.0001999619318304321,
275
+ "loss": 3.5321,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.024647316361277767,
280
+ "grad_norm": 1.6295925378799438,
281
+ "learning_rate": 0.00019995905994229593,
282
+ "loss": 3.4257,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.025295929949732447,
287
+ "grad_norm": 1.9165164232254028,
288
+ "learning_rate": 0.00019995608365087946,
289
+ "loss": 3.9521,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.025944543538187124,
294
+ "grad_norm": 1.5593171119689941,
295
+ "learning_rate": 0.0001999530029592912,
296
+ "loss": 3.4656,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.026593157126641804,
301
+ "grad_norm": 1.691826581954956,
302
+ "learning_rate": 0.0001999498178707489,
303
+ "loss": 3.2846,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.02724177071509648,
308
+ "grad_norm": 1.709882140159607,
309
+ "learning_rate": 0.00019994652838857917,
310
+ "loss": 3.4973,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.02789038430355116,
315
+ "grad_norm": 1.5011334419250488,
316
+ "learning_rate": 0.00019994313451621783,
317
+ "loss": 3.0221,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.028538997892005837,
322
+ "grad_norm": 1.3794457912445068,
323
+ "learning_rate": 0.0001999396362572096,
324
+ "loss": 3.5346,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.029187611480460517,
329
+ "grad_norm": 1.6306489706039429,
330
+ "learning_rate": 0.00019993603361520828,
331
+ "loss": 3.4094,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.029836225068915194,
336
+ "grad_norm": 1.2462743520736694,
337
+ "learning_rate": 0.00019993232659397666,
338
+ "loss": 3.1227,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.03048483865736987,
343
+ "grad_norm": 1.4848414659500122,
344
+ "learning_rate": 0.00019992851519738664,
345
+ "loss": 3.2734,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.03113345224582455,
350
+ "grad_norm": 1.7278729677200317,
351
+ "learning_rate": 0.00019992459942941906,
352
+ "loss": 3.3184,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.03178206583427923,
357
+ "grad_norm": 1.4307690858840942,
358
+ "learning_rate": 0.00019992057929416371,
359
+ "loss": 3.5227,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.03243067942273391,
364
+ "grad_norm": 1.530920147895813,
365
+ "learning_rate": 0.00019991645479581956,
366
+ "loss": 3.1131,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.03307929301118859,
371
+ "grad_norm": 1.5259414911270142,
372
+ "learning_rate": 0.00019991222593869444,
373
+ "loss": 3.7062,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.03372790659964326,
378
+ "grad_norm": 1.562098503112793,
379
+ "learning_rate": 0.0001999078927272052,
380
+ "loss": 3.3501,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.03437652018809794,
385
+ "grad_norm": 1.539969801902771,
386
+ "learning_rate": 0.00019990345516587775,
387
+ "loss": 3.7154,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.03502513377655262,
392
+ "grad_norm": 1.8281248807907104,
393
+ "learning_rate": 0.00019989891325934692,
394
+ "loss": 3.5978,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.035673747365007294,
399
+ "grad_norm": 1.5411529541015625,
400
+ "learning_rate": 0.00019989426701235653,
401
+ "loss": 3.3103,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.036322360953461974,
406
+ "grad_norm": 1.3391532897949219,
407
+ "learning_rate": 0.00019988951642975947,
408
+ "loss": 2.9469,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.036970974541916654,
413
+ "grad_norm": 1.5546962022781372,
414
+ "learning_rate": 0.00019988466151651748,
415
+ "loss": 3.5001,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.037619588130371334,
420
+ "grad_norm": 1.673667550086975,
421
+ "learning_rate": 0.00019987970227770135,
422
+ "loss": 3.5981,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.03826820171882601,
427
+ "grad_norm": 1.5357543230056763,
428
+ "learning_rate": 0.00019987463871849078,
429
+ "loss": 3.2209,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.03891681530728069,
434
+ "grad_norm": 1.5452758073806763,
435
+ "learning_rate": 0.0001998694708441745,
436
+ "loss": 2.9202,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.03956542889573537,
441
+ "grad_norm": 1.5281524658203125,
442
+ "learning_rate": 0.00019986419866015013,
443
+ "loss": 3.1143,
444
+ "step": 61
445
+ },
446
+ {
447
+ "epoch": 0.04021404248419004,
448
+ "grad_norm": 1.6060402393341064,
449
+ "learning_rate": 0.00019985882217192423,
450
+ "loss": 3.5452,
451
+ "step": 62
452
+ },
453
+ {
454
+ "epoch": 0.04086265607264472,
455
+ "grad_norm": 1.6011849641799927,
456
+ "learning_rate": 0.00019985334138511237,
457
+ "loss": 3.5304,
458
+ "step": 63
459
+ },
460
+ {
461
+ "epoch": 0.0415112696610994,
462
+ "grad_norm": 1.8889275789260864,
463
+ "learning_rate": 0.00019984775630543902,
464
+ "loss": 3.2174,
465
+ "step": 64
466
+ },
467
+ {
468
+ "epoch": 0.04215988324955408,
469
+ "grad_norm": 1.7960286140441895,
470
+ "learning_rate": 0.00019984206693873753,
471
+ "loss": 3.6113,
472
+ "step": 65
473
+ },
474
+ {
475
+ "epoch": 0.042808496838008754,
476
+ "grad_norm": 1.4898135662078857,
477
+ "learning_rate": 0.00019983627329095028,
478
+ "loss": 3.2973,
479
+ "step": 66
480
+ },
481
+ {
482
+ "epoch": 0.043457110426463434,
483
+ "grad_norm": 1.5716447830200195,
484
+ "learning_rate": 0.00019983037536812842,
485
+ "loss": 3.011,
486
+ "step": 67
487
+ },
488
+ {
489
+ "epoch": 0.044105724014918114,
490
+ "grad_norm": 1.4708287715911865,
491
+ "learning_rate": 0.00019982437317643217,
492
+ "loss": 3.3225,
493
+ "step": 68
494
+ },
495
+ {
496
+ "epoch": 0.04475433760337279,
497
+ "grad_norm": 1.4985527992248535,
498
+ "learning_rate": 0.00019981826672213054,
499
+ "loss": 3.1602,
500
+ "step": 69
501
+ },
502
+ {
503
+ "epoch": 0.04540295119182747,
504
+ "grad_norm": 1.4717998504638672,
505
+ "learning_rate": 0.0001998120560116015,
506
+ "loss": 3.2304,
507
+ "step": 70
508
+ },
509
+ {
510
+ "epoch": 0.04605156478028215,
511
+ "grad_norm": 1.9946448802947998,
512
+ "learning_rate": 0.00019980574105133187,
513
+ "loss": 3.3665,
514
+ "step": 71
515
+ },
516
+ {
517
+ "epoch": 0.04670017836873683,
518
+ "grad_norm": 1.5488526821136475,
519
+ "learning_rate": 0.00019979932184791742,
520
+ "loss": 3.0899,
521
+ "step": 72
522
+ },
523
+ {
524
+ "epoch": 0.0473487919571915,
525
+ "grad_norm": 1.3588461875915527,
526
+ "learning_rate": 0.00019979279840806271,
527
+ "loss": 3.0037,
528
+ "step": 73
529
+ },
530
+ {
531
+ "epoch": 0.04799740554564618,
532
+ "grad_norm": 1.368888258934021,
533
+ "learning_rate": 0.00019978617073858123,
534
+ "loss": 3.1688,
535
+ "step": 74
536
+ },
537
+ {
538
+ "epoch": 0.04864601913410086,
539
+ "grad_norm": 1.7766389846801758,
540
+ "learning_rate": 0.00019977943884639534,
541
+ "loss": 3.0139,
542
+ "step": 75
543
+ },
544
+ {
545
+ "epoch": 0.049294632722555534,
546
+ "grad_norm": 1.4920904636383057,
547
+ "learning_rate": 0.0001997726027385362,
548
+ "loss": 3.2154,
549
+ "step": 76
550
+ },
551
+ {
552
+ "epoch": 0.049943246311010214,
553
+ "grad_norm": 1.707010269165039,
554
+ "learning_rate": 0.00019976566242214388,
555
+ "loss": 3.3891,
556
+ "step": 77
557
+ },
558
+ {
559
+ "epoch": 0.050591859899464894,
560
+ "grad_norm": 1.7228715419769287,
561
+ "learning_rate": 0.00019975861790446722,
562
+ "loss": 3.4335,
563
+ "step": 78
564
+ },
565
+ {
566
+ "epoch": 0.051240473487919574,
567
+ "grad_norm": 1.423966646194458,
568
+ "learning_rate": 0.000199751469192864,
569
+ "loss": 3.0397,
570
+ "step": 79
571
+ },
572
+ {
573
+ "epoch": 0.05188908707637425,
574
+ "grad_norm": 1.5038292407989502,
575
+ "learning_rate": 0.00019974421629480075,
576
+ "loss": 3.0318,
577
+ "step": 80
578
+ },
579
+ {
580
+ "epoch": 0.05253770066482893,
581
+ "grad_norm": 1.4808934926986694,
582
+ "learning_rate": 0.00019973685921785282,
583
+ "loss": 3.1422,
584
+ "step": 81
585
+ },
586
+ {
587
+ "epoch": 0.05318631425328361,
588
+ "grad_norm": 1.4777363538742065,
589
+ "learning_rate": 0.00019972939796970436,
590
+ "loss": 3.3775,
591
+ "step": 82
592
+ },
593
+ {
594
+ "epoch": 0.05383492784173829,
595
+ "grad_norm": 1.7979999780654907,
596
+ "learning_rate": 0.00019972183255814843,
597
+ "loss": 3.3686,
598
+ "step": 83
599
+ },
600
+ {
601
+ "epoch": 0.05448354143019296,
602
+ "grad_norm": 1.5056769847869873,
603
+ "learning_rate": 0.00019971416299108672,
604
+ "loss": 3.2013,
605
+ "step": 84
606
+ },
607
+ {
608
+ "epoch": 0.05513215501864764,
609
+ "grad_norm": 1.389157772064209,
610
+ "learning_rate": 0.0001997063892765298,
611
+ "loss": 3.0217,
612
+ "step": 85
613
+ },
614
+ {
615
+ "epoch": 0.05578076860710232,
616
+ "grad_norm": 1.7881611585617065,
617
+ "learning_rate": 0.00019969851142259706,
618
+ "loss": 3.1829,
619
+ "step": 86
620
+ },
621
+ {
622
+ "epoch": 0.056429382195556994,
623
+ "grad_norm": 1.3970147371292114,
624
+ "learning_rate": 0.0001996905294375166,
625
+ "loss": 3.059,
626
+ "step": 87
627
+ },
628
+ {
629
+ "epoch": 0.057077995784011674,
630
+ "grad_norm": 1.655731439590454,
631
+ "learning_rate": 0.0001996824433296252,
632
+ "loss": 3.3041,
633
+ "step": 88
634
+ },
635
+ {
636
+ "epoch": 0.057726609372466355,
637
+ "grad_norm": 1.7357268333435059,
638
+ "learning_rate": 0.0001996742531073686,
639
+ "loss": 3.4154,
640
+ "step": 89
641
+ },
642
+ {
643
+ "epoch": 0.058375222960921035,
644
+ "grad_norm": 1.6906143426895142,
645
+ "learning_rate": 0.00019966595877930106,
646
+ "loss": 3.186,
647
+ "step": 90
648
+ },
649
+ {
650
+ "epoch": 0.05902383654937571,
651
+ "grad_norm": 1.3434598445892334,
652
+ "learning_rate": 0.00019965756035408573,
653
+ "loss": 3.0845,
654
+ "step": 91
655
+ },
656
+ {
657
+ "epoch": 0.05967245013783039,
658
+ "grad_norm": 1.5761163234710693,
659
+ "learning_rate": 0.00019964905784049442,
660
+ "loss": 3.2079,
661
+ "step": 92
662
+ },
663
+ {
664
+ "epoch": 0.06032106372628507,
665
+ "grad_norm": 1.366127371788025,
666
+ "learning_rate": 0.00019964045124740772,
667
+ "loss": 3.0052,
668
+ "step": 93
669
+ },
670
+ {
671
+ "epoch": 0.06096967731473974,
672
+ "grad_norm": 1.5109351873397827,
673
+ "learning_rate": 0.0001996317405838148,
674
+ "loss": 3.0047,
675
+ "step": 94
676
+ },
677
+ {
678
+ "epoch": 0.06161829090319442,
679
+ "grad_norm": 1.2576245069503784,
680
+ "learning_rate": 0.0001996229258588136,
681
+ "loss": 3.1236,
682
+ "step": 95
683
+ },
684
+ {
685
+ "epoch": 0.0622669044916491,
686
+ "grad_norm": 1.4992951154708862,
687
+ "learning_rate": 0.0001996140070816108,
688
+ "loss": 3.1032,
689
+ "step": 96
690
+ },
691
+ {
692
+ "epoch": 0.06291551808010377,
693
+ "grad_norm": 1.4879511594772339,
694
+ "learning_rate": 0.0001996049842615217,
695
+ "loss": 3.2732,
696
+ "step": 97
697
+ },
698
+ {
699
+ "epoch": 0.06356413166855845,
700
+ "grad_norm": 1.2676115036010742,
701
+ "learning_rate": 0.00019959585740797028,
702
+ "loss": 3.0975,
703
+ "step": 98
704
+ },
705
+ {
706
+ "epoch": 0.06421274525701313,
707
+ "grad_norm": 1.826397180557251,
708
+ "learning_rate": 0.00019958662653048913,
709
+ "loss": 3.3263,
710
+ "step": 99
711
+ },
712
+ {
713
+ "epoch": 0.06486135884546781,
714
+ "grad_norm": 1.3498917818069458,
715
+ "learning_rate": 0.00019957729163871962,
716
+ "loss": 3.1325,
717
+ "step": 100
718
+ },
719
+ {
720
+ "epoch": 0.06486135884546781,
721
+ "eval_loss": 3.3947603702545166,
722
+ "eval_runtime": 35.0846,
723
+ "eval_samples_per_second": 58.601,
724
+ "eval_steps_per_second": 14.65,
725
+ "step": 100
726
+ }
727
+ ],
728
+ "logging_steps": 1,
729
+ "max_steps": 3084,
730
+ "num_input_tokens_seen": 0,
731
+ "num_train_epochs": 3,
732
+ "save_steps": 100,
733
+ "stateful_callbacks": {
734
+ "EarlyStoppingCallback": {
735
+ "args": {
736
+ "early_stopping_patience": 2,
737
+ "early_stopping_threshold": 0.0
738
+ },
739
+ "attributes": {
740
+ "early_stopping_patience_counter": 0
741
+ }
742
+ },
743
+ "TrainerControl": {
744
+ "args": {
745
+ "should_epoch_stop": false,
746
+ "should_evaluate": false,
747
+ "should_log": false,
748
+ "should_save": true,
749
+ "should_training_stop": false
750
+ },
751
+ "attributes": {}
752
+ }
753
+ },
754
+ "total_flos": 7209543008256000.0,
755
+ "train_batch_size": 4,
756
+ "trial_name": null,
757
+ "trial_params": null
758
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bc81bac9a771772e15a7ff8d91c6031d56c2b99b3df1c652f1619417809f8bc
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff