JhonMR commited on
Commit
a32d33b
·
verified ·
1 Parent(s): 19c16a9

End of training

Browse files
Files changed (7) hide show
  1. README.md +44 -179
  2. all_results.json +21 -0
  3. config.json +1 -1
  4. eval_results.json +11 -0
  5. train_results.json +8 -0
  6. trainer_state.json +305 -0
  7. training_args.bin +3 -0
README.md CHANGED
@@ -1,199 +1,64 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
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
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
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]
 
1
  ---
2
  library_name: transformers
3
+ base_model: dccuchile/bert-base-spanish-wwm-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: Bert_v12
13
+ results: []
14
  ---
15
 
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # Bert_v12
20
 
21
+ This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Accuracy: 0.9063
24
+ - F1: 0.9070
25
+ - Precision: 0.9093
26
+ - Recall: 0.9082
27
+ - Loss: 0.4002
28
 
29
+ ## Model description
30
 
31
+ More information needed
32
 
33
+ ## Intended uses & limitations
34
 
35
+ More information needed
36
 
37
+ ## Training and evaluation data
38
 
39
+ More information needed
 
 
 
 
 
 
40
 
41
+ ## Training procedure
42
 
43
+ ### Training hyperparameters
44
 
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: cosine_with_restarts
52
+ - lr_scheduler_warmup_steps: 100
53
+ - num_epochs: 20
54
 
55
+ ### Training results
56
 
 
57
 
 
58
 
59
+ ### Framework versions
60
 
61
+ - Transformers 4.44.2
62
+ - Pytorch 2.5.0+cu121
63
+ - Datasets 3.1.0
64
+ - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
all_results.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_accuracy": 0.9063492063492063,
4
+ "eval_f1": 0.9069930228990634,
5
+ "eval_loss": 0.4001522362232208,
6
+ "eval_precision": 0.909308614451706,
7
+ "eval_recall": 0.9081607205793748,
8
+ "eval_runtime": 114.4852,
9
+ "eval_samples_per_second": 33.017,
10
+ "eval_steps_per_second": 1.039,
11
+ "total_flos": 2.08932565653504e+16,
12
+ "train_eval_accuracy": 0.9653061224489796,
13
+ "train_eval_f1": 0.9649036069253767,
14
+ "train_eval_loss": 0.13657130300998688,
15
+ "train_eval_precision": 0.966025675321776,
16
+ "train_eval_recall": 0.9649842543919382,
17
+ "train_loss": 0.7482529300806411,
18
+ "train_runtime": 11065.7342,
19
+ "train_samples_per_second": 15.941,
20
+ "train_steps_per_second": 0.499
21
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Bert_v12",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
eval_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_accuracy": 0.9063492063492063,
4
+ "eval_f1": 0.9069930228990634,
5
+ "eval_loss": 0.4001522362232208,
6
+ "eval_precision": 0.909308614451706,
7
+ "eval_recall": 0.9081607205793748,
8
+ "eval_runtime": 114.4852,
9
+ "eval_samples_per_second": 33.017,
10
+ "eval_steps_per_second": 1.039
11
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "total_flos": 2.08932565653504e+16,
4
+ "train_loss": 0.7482529300806411,
5
+ "train_runtime": 11065.7342,
6
+ "train_samples_per_second": 15.941,
7
+ "train_steps_per_second": 0.499
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2484,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "step": 276,
14
+ "train_eval_accuracy": 0.5786848072562358,
15
+ "train_eval_f1": 0.5273499989435928,
16
+ "train_eval_loss": 1.8481072187423706,
17
+ "train_eval_precision": 0.5941973878901876,
18
+ "train_eval_recall": 0.572395136508943,
19
+ "train_loss": 1.8481072187423706,
20
+ "train_runtime": 268.102,
21
+ "train_samples_per_second": 32.898,
22
+ "train_steps_per_second": 1.029
23
+ },
24
+ {
25
+ "epoch": 1.0,
26
+ "eval_accuracy": 0.5494708994708994,
27
+ "eval_f1": 0.5078140359989309,
28
+ "eval_loss": 1.8939365148544312,
29
+ "eval_precision": 0.5816333388253621,
30
+ "eval_recall": 0.5635339213221277,
31
+ "eval_runtime": 114.8487,
32
+ "eval_samples_per_second": 32.913,
33
+ "eval_steps_per_second": 1.036,
34
+ "step": 276
35
+ },
36
+ {
37
+ "epoch": 2.0,
38
+ "step": 552,
39
+ "train_eval_accuracy": 0.8439909297052154,
40
+ "train_eval_f1": 0.8342492924641463,
41
+ "train_eval_loss": 0.8016859889030457,
42
+ "train_eval_precision": 0.8542755916165877,
43
+ "train_eval_recall": 0.8407044685499563,
44
+ "train_loss": 0.8016859292984009,
45
+ "train_runtime": 267.8013,
46
+ "train_samples_per_second": 32.935,
47
+ "train_steps_per_second": 1.031
48
+ },
49
+ {
50
+ "epoch": 2.0,
51
+ "eval_accuracy": 0.8277777777777777,
52
+ "eval_f1": 0.8242008421588933,
53
+ "eval_loss": 0.8600034117698669,
54
+ "eval_precision": 0.8391484412975262,
55
+ "eval_recall": 0.8355373608358867,
56
+ "eval_runtime": 114.9843,
57
+ "eval_samples_per_second": 32.874,
58
+ "eval_steps_per_second": 1.035,
59
+ "step": 552
60
+ },
61
+ {
62
+ "epoch": 3.0,
63
+ "step": 828,
64
+ "train_eval_accuracy": 0.9051020408163265,
65
+ "train_eval_f1": 0.9035552222804545,
66
+ "train_eval_loss": 0.4452792704105377,
67
+ "train_eval_precision": 0.9086137959345946,
68
+ "train_eval_recall": 0.9041820807070131,
69
+ "train_loss": 0.4452792704105377,
70
+ "train_runtime": 267.5894,
71
+ "train_samples_per_second": 32.961,
72
+ "train_steps_per_second": 1.031
73
+ },
74
+ {
75
+ "epoch": 3.0,
76
+ "eval_accuracy": 0.8804232804232804,
77
+ "eval_f1": 0.8806958156074617,
78
+ "eval_loss": 0.5410670638084412,
79
+ "eval_precision": 0.8871882485699742,
80
+ "eval_recall": 0.8835379115156438,
81
+ "eval_runtime": 114.901,
82
+ "eval_samples_per_second": 32.898,
83
+ "eval_steps_per_second": 1.036,
84
+ "step": 828
85
+ },
86
+ {
87
+ "epoch": 4.0,
88
+ "step": 1104,
89
+ "train_eval_accuracy": 0.9252834467120181,
90
+ "train_eval_f1": 0.9244941105182266,
91
+ "train_eval_loss": 0.3236485421657562,
92
+ "train_eval_precision": 0.9275441941761358,
93
+ "train_eval_recall": 0.924775463750757,
94
+ "train_loss": 0.32364851236343384,
95
+ "train_runtime": 268.0076,
96
+ "train_samples_per_second": 32.91,
97
+ "train_steps_per_second": 1.03
98
+ },
99
+ {
100
+ "epoch": 4.0,
101
+ "eval_accuracy": 0.8992063492063492,
102
+ "eval_f1": 0.8994418745237454,
103
+ "eval_loss": 0.44155266880989075,
104
+ "eval_precision": 0.9029497697773854,
105
+ "eval_recall": 0.9012117948893439,
106
+ "eval_runtime": 114.5928,
107
+ "eval_samples_per_second": 32.986,
108
+ "eval_steps_per_second": 1.038,
109
+ "step": 1104
110
+ },
111
+ {
112
+ "epoch": 5.0,
113
+ "step": 1380,
114
+ "train_eval_accuracy": 0.9377551020408164,
115
+ "train_eval_f1": 0.9368640571091438,
116
+ "train_eval_loss": 0.2548055350780487,
117
+ "train_eval_precision": 0.9393905662960794,
118
+ "train_eval_recall": 0.9370066740159024,
119
+ "train_loss": 0.2548055350780487,
120
+ "train_runtime": 266.9807,
121
+ "train_samples_per_second": 33.036,
122
+ "train_steps_per_second": 1.034
123
+ },
124
+ {
125
+ "epoch": 5.0,
126
+ "eval_accuracy": 0.9047619047619048,
127
+ "eval_f1": 0.9049060279992467,
128
+ "eval_loss": 0.4057652950286865,
129
+ "eval_precision": 0.9074489392634286,
130
+ "eval_recall": 0.9071413991393202,
131
+ "eval_runtime": 114.474,
132
+ "eval_samples_per_second": 33.021,
133
+ "eval_steps_per_second": 1.04,
134
+ "step": 1380
135
+ },
136
+ {
137
+ "epoch": 6.0,
138
+ "step": 1656,
139
+ "train_eval_accuracy": 0.9470521541950113,
140
+ "train_eval_f1": 0.9465820465281242,
141
+ "train_eval_loss": 0.21100522577762604,
142
+ "train_eval_precision": 0.9475994271224741,
143
+ "train_eval_recall": 0.9466568764400392,
144
+ "train_loss": 0.21100524067878723,
145
+ "train_runtime": 267.4217,
146
+ "train_samples_per_second": 32.982,
147
+ "train_steps_per_second": 1.032
148
+ },
149
+ {
150
+ "epoch": 6.0,
151
+ "eval_accuracy": 0.9097883597883598,
152
+ "eval_f1": 0.9104147506557622,
153
+ "eval_loss": 0.38457947969436646,
154
+ "eval_precision": 0.9123207267374824,
155
+ "eval_recall": 0.9116754514446468,
156
+ "eval_runtime": 114.6488,
157
+ "eval_samples_per_second": 32.97,
158
+ "eval_steps_per_second": 1.038,
159
+ "step": 1656
160
+ },
161
+ {
162
+ "epoch": 7.0,
163
+ "step": 1932,
164
+ "train_eval_accuracy": 0.9549886621315192,
165
+ "train_eval_f1": 0.9546212565256129,
166
+ "train_eval_loss": 0.1847783774137497,
167
+ "train_eval_precision": 0.9559007170334742,
168
+ "train_eval_recall": 0.9545838862429018,
169
+ "train_loss": 0.1847783923149109,
170
+ "train_runtime": 266.8425,
171
+ "train_samples_per_second": 33.053,
172
+ "train_steps_per_second": 1.034
173
+ },
174
+ {
175
+ "epoch": 7.0,
176
+ "eval_accuracy": 0.9082010582010582,
177
+ "eval_f1": 0.908576534948754,
178
+ "eval_loss": 0.38885927200317383,
179
+ "eval_precision": 0.911182168262048,
180
+ "eval_recall": 0.9099497041696394,
181
+ "eval_runtime": 114.6761,
182
+ "eval_samples_per_second": 32.962,
183
+ "eval_steps_per_second": 1.038,
184
+ "step": 1932
185
+ },
186
+ {
187
+ "epoch": 8.0,
188
+ "step": 2208,
189
+ "train_eval_accuracy": 0.962358276643991,
190
+ "train_eval_f1": 0.9620445758202029,
191
+ "train_eval_loss": 0.15657010674476624,
192
+ "train_eval_precision": 0.9625235916902362,
193
+ "train_eval_recall": 0.9619882239348216,
194
+ "train_loss": 0.15657009184360504,
195
+ "train_runtime": 267.8869,
196
+ "train_samples_per_second": 32.924,
197
+ "train_steps_per_second": 1.03
198
+ },
199
+ {
200
+ "epoch": 8.0,
201
+ "eval_accuracy": 0.91005291005291,
202
+ "eval_f1": 0.9102033809946286,
203
+ "eval_loss": 0.38644978404045105,
204
+ "eval_precision": 0.9106144278267643,
205
+ "eval_recall": 0.9117775212470368,
206
+ "eval_runtime": 115.022,
207
+ "eval_samples_per_second": 32.863,
208
+ "eval_steps_per_second": 1.035,
209
+ "step": 2208
210
+ },
211
+ {
212
+ "epoch": 9.0,
213
+ "step": 2484,
214
+ "train_eval_accuracy": 0.9653061224489796,
215
+ "train_eval_f1": 0.9649036069253767,
216
+ "train_eval_loss": 0.13657130300998688,
217
+ "train_eval_precision": 0.966025675321776,
218
+ "train_eval_recall": 0.9649842543919382,
219
+ "train_loss": 0.13657130300998688,
220
+ "train_runtime": 267.8957,
221
+ "train_samples_per_second": 32.923,
222
+ "train_steps_per_second": 1.03
223
+ },
224
+ {
225
+ "epoch": 9.0,
226
+ "eval_accuracy": 0.9063492063492063,
227
+ "eval_f1": 0.9069930228990634,
228
+ "eval_loss": 0.4001522362232208,
229
+ "eval_precision": 0.909308614451706,
230
+ "eval_recall": 0.9081607205793748,
231
+ "eval_runtime": 114.6165,
232
+ "eval_samples_per_second": 32.98,
233
+ "eval_steps_per_second": 1.038,
234
+ "step": 2484
235
+ },
236
+ {
237
+ "epoch": 9.0,
238
+ "step": 2484,
239
+ "total_flos": 2.08932565653504e+16,
240
+ "train_loss": 0.7482529300806411,
241
+ "train_runtime": 11065.7342,
242
+ "train_samples_per_second": 15.941,
243
+ "train_steps_per_second": 0.499
244
+ },
245
+ {
246
+ "epoch": 9.0,
247
+ "eval_accuracy": 0.9063492063492063,
248
+ "eval_f1": 0.9069930228990634,
249
+ "eval_loss": 0.4001522362232208,
250
+ "eval_precision": 0.909308614451706,
251
+ "eval_recall": 0.9081607205793748,
252
+ "eval_runtime": 114.8255,
253
+ "eval_samples_per_second": 32.92,
254
+ "eval_steps_per_second": 1.036,
255
+ "step": 2484
256
+ },
257
+ {
258
+ "epoch": 9.0,
259
+ "step": 2484,
260
+ "train_en_eval_accuracy": 0.9653061224489796,
261
+ "train_en_eval_f1": 0.9649036069253767,
262
+ "train_en_eval_loss": 0.13657130300998688,
263
+ "train_en_eval_precision": 0.966025675321776,
264
+ "train_en_eval_recall": 0.9649842543919382,
265
+ "train_en_loss": 0.13657130300998688,
266
+ "train_en_runtime": 267.45,
267
+ "train_en_samples_per_second": 32.978,
268
+ "train_en_steps_per_second": 1.032
269
+ },
270
+ {
271
+ "epoch": 9.0,
272
+ "step": 2484,
273
+ "test_en_eval_accuracy": 0.9063492063492063,
274
+ "test_en_eval_f1": 0.9069930228990634,
275
+ "test_en_eval_loss": 0.40015220642089844,
276
+ "test_en_eval_precision": 0.909308614451706,
277
+ "test_en_eval_recall": 0.9081607205793748,
278
+ "test_en_loss": 0.4001522362232208,
279
+ "test_en_runtime": 114.5156,
280
+ "test_en_samples_per_second": 33.009,
281
+ "test_en_steps_per_second": 1.039
282
+ }
283
+ ],
284
+ "logging_steps": 500,
285
+ "max_steps": 5520,
286
+ "num_input_tokens_seen": 0,
287
+ "num_train_epochs": 20,
288
+ "save_steps": 500,
289
+ "stateful_callbacks": {
290
+ "TrainerControl": {
291
+ "args": {
292
+ "should_epoch_stop": false,
293
+ "should_evaluate": false,
294
+ "should_log": false,
295
+ "should_save": true,
296
+ "should_training_stop": true
297
+ },
298
+ "attributes": {}
299
+ }
300
+ },
301
+ "total_flos": 2.08932565653504e+16,
302
+ "train_batch_size": 32,
303
+ "trial_name": null,
304
+ "trial_params": null
305
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b06759b5fb61021d75b1efc0147d136359f77658413d9b9479b95b7ffefe63d
3
+ size 5176