Upload folder using huggingface_hub
Browse files- README.md +26 -0
- checkpoint-1326/config.json +43 -0
- checkpoint-1326/model.safetensors +3 -0
- checkpoint-1326/optimizer.pt +3 -0
- checkpoint-1326/rng_state.pth +3 -0
- checkpoint-1326/scheduler.pt +3 -0
- checkpoint-1326/trainer_state.json +501 -0
- checkpoint-1326/training_args.bin +3 -0
- config.json +43 -0
- model.safetensors +3 -0
- runs/Jul20_23-38-15_r-dranapo-space01-vxfjy3w1-e8c59-m72yt/events.out.tfevents.1721518697.r-dranapo-space01-vxfjy3w1-e8c59-m72yt.99.0 +2 -2
- runs/Jul20_23-38-15_r-dranapo-space01-vxfjy3w1-e8c59-m72yt/events.out.tfevents.1721527499.r-dranapo-space01-vxfjy3w1-e8c59-m72yt.99.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- training_args.bin +3 -0
- training_params.json +30 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- text-classification
|
6 |
+
base_model: pucpr/biobertpt-all
|
7 |
+
widget:
|
8 |
+
- text: "I love AutoTrain"
|
9 |
+
---
|
10 |
+
|
11 |
+
# Model Trained Using AutoTrain
|
12 |
+
|
13 |
+
- Problem type: Text Classification
|
14 |
+
|
15 |
+
## Validation Metrics
|
16 |
+
loss: 0.3162839710712433
|
17 |
+
|
18 |
+
f1: 0.6180555555555556
|
19 |
+
|
20 |
+
precision: 0.644927536231884
|
21 |
+
|
22 |
+
recall: 0.5933333333333334
|
23 |
+
|
24 |
+
auc: 0.8692314688494771
|
25 |
+
|
26 |
+
accuracy: 0.8754246885617214
|
checkpoint-1326/config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "pucpr/biobertpt-all",
|
3 |
+
"_num_labels": 2,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"directionality": "bidi",
|
10 |
+
"eos_token_ids": null,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "0.0",
|
16 |
+
"1": "1.0"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 3072,
|
20 |
+
"label2id": {
|
21 |
+
"0.0": 0,
|
22 |
+
"1.0": 1
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"output_past": true,
|
30 |
+
"pad_token_id": null,
|
31 |
+
"pooler_fc_size": 768,
|
32 |
+
"pooler_num_attention_heads": 12,
|
33 |
+
"pooler_num_fc_layers": 3,
|
34 |
+
"pooler_size_per_head": 128,
|
35 |
+
"pooler_type": "first_token_transform",
|
36 |
+
"position_embedding_type": "absolute",
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.42.2",
|
40 |
+
"type_vocab_size": 2,
|
41 |
+
"use_cache": true,
|
42 |
+
"vocab_size": 119547
|
43 |
+
}
|
checkpoint-1326/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a3b19b3d61b1910c09bc770b4129967382b8f1296decf316070d9897b55e9a8
|
3 |
+
size 711443456
|
checkpoint-1326/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19f798dc4c66218389df732900708d096d5349d0c95793d808add7c1cce07311
|
3 |
+
size 1423002362
|
checkpoint-1326/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6018d43ae29133ff7d5566322f40ade3c01692f822ceda0689f84df253c26eb4
|
3 |
+
size 13990
|
checkpoint-1326/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3db9c07d7c890a067ff5ec897b943e3315acd23995675bff90676049bd7f7c10
|
3 |
+
size 1064
|
checkpoint-1326/trainer_state.json
ADDED
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.3162839710712433,
|
3 |
+
"best_model_checkpoint": "autotrain-ytgys-osuer/checkpoint-1326",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1326,
|
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.049773755656108594,
|
13 |
+
"grad_norm": 9.081209182739258,
|
14 |
+
"learning_rate": 8.270676691729324e-06,
|
15 |
+
"loss": 0.6296,
|
16 |
+
"step": 22
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.09954751131221719,
|
20 |
+
"grad_norm": 1.96213698387146,
|
21 |
+
"learning_rate": 1.6541353383458648e-05,
|
22 |
+
"loss": 0.4877,
|
23 |
+
"step": 44
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.1493212669683258,
|
27 |
+
"grad_norm": 2.1971828937530518,
|
28 |
+
"learning_rate": 2.4812030075187968e-05,
|
29 |
+
"loss": 0.5465,
|
30 |
+
"step": 66
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.19909502262443438,
|
34 |
+
"grad_norm": 5.049612998962402,
|
35 |
+
"learning_rate": 3.3082706766917295e-05,
|
36 |
+
"loss": 0.5186,
|
37 |
+
"step": 88
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.248868778280543,
|
41 |
+
"grad_norm": 0.6077613830566406,
|
42 |
+
"learning_rate": 4.135338345864662e-05,
|
43 |
+
"loss": 0.2962,
|
44 |
+
"step": 110
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.2986425339366516,
|
48 |
+
"grad_norm": 5.124961853027344,
|
49 |
+
"learning_rate": 4.9624060150375936e-05,
|
50 |
+
"loss": 0.5159,
|
51 |
+
"step": 132
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.34841628959276016,
|
55 |
+
"grad_norm": 1.2383034229278564,
|
56 |
+
"learning_rate": 4.9119865884325234e-05,
|
57 |
+
"loss": 0.5115,
|
58 |
+
"step": 154
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.39819004524886875,
|
62 |
+
"grad_norm": 4.597978115081787,
|
63 |
+
"learning_rate": 4.8197820620285e-05,
|
64 |
+
"loss": 0.4524,
|
65 |
+
"step": 176
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.4479638009049774,
|
69 |
+
"grad_norm": 4.115572452545166,
|
70 |
+
"learning_rate": 4.727577535624476e-05,
|
71 |
+
"loss": 0.4217,
|
72 |
+
"step": 198
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.497737556561086,
|
76 |
+
"grad_norm": 1.8618402481079102,
|
77 |
+
"learning_rate": 4.635373009220453e-05,
|
78 |
+
"loss": 0.325,
|
79 |
+
"step": 220
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.5475113122171946,
|
83 |
+
"grad_norm": 4.649389743804932,
|
84 |
+
"learning_rate": 4.5431684828164296e-05,
|
85 |
+
"loss": 0.4603,
|
86 |
+
"step": 242
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.5972850678733032,
|
90 |
+
"grad_norm": 2.3018507957458496,
|
91 |
+
"learning_rate": 4.450963956412406e-05,
|
92 |
+
"loss": 0.4817,
|
93 |
+
"step": 264
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.6470588235294118,
|
97 |
+
"grad_norm": 1.6560252904891968,
|
98 |
+
"learning_rate": 4.358759430008382e-05,
|
99 |
+
"loss": 0.4588,
|
100 |
+
"step": 286
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.6968325791855203,
|
104 |
+
"grad_norm": 1.248030185699463,
|
105 |
+
"learning_rate": 4.266554903604359e-05,
|
106 |
+
"loss": 0.4533,
|
107 |
+
"step": 308
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.746606334841629,
|
111 |
+
"grad_norm": 7.337639808654785,
|
112 |
+
"learning_rate": 4.174350377200336e-05,
|
113 |
+
"loss": 0.5258,
|
114 |
+
"step": 330
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.7963800904977375,
|
118 |
+
"grad_norm": 3.778733253479004,
|
119 |
+
"learning_rate": 4.0821458507963125e-05,
|
120 |
+
"loss": 0.4715,
|
121 |
+
"step": 352
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.8461538461538461,
|
125 |
+
"grad_norm": 2.055952787399292,
|
126 |
+
"learning_rate": 3.9899413243922885e-05,
|
127 |
+
"loss": 0.5279,
|
128 |
+
"step": 374
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.8959276018099548,
|
132 |
+
"grad_norm": 2.640718460083008,
|
133 |
+
"learning_rate": 3.897736797988265e-05,
|
134 |
+
"loss": 0.4142,
|
135 |
+
"step": 396
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.9457013574660633,
|
139 |
+
"grad_norm": 2.906071424484253,
|
140 |
+
"learning_rate": 3.805532271584242e-05,
|
141 |
+
"loss": 0.618,
|
142 |
+
"step": 418
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.995475113122172,
|
146 |
+
"grad_norm": 7.490321159362793,
|
147 |
+
"learning_rate": 3.713327745180218e-05,
|
148 |
+
"loss": 0.4642,
|
149 |
+
"step": 440
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.0,
|
153 |
+
"eval_accuracy": 0.8301245753114382,
|
154 |
+
"eval_auc": 0.6658117326057298,
|
155 |
+
"eval_f1": 0.0,
|
156 |
+
"eval_loss": 0.468678742647171,
|
157 |
+
"eval_precision": 0.0,
|
158 |
+
"eval_recall": 0.0,
|
159 |
+
"eval_runtime": 155.3554,
|
160 |
+
"eval_samples_per_second": 5.684,
|
161 |
+
"eval_steps_per_second": 0.36,
|
162 |
+
"step": 442
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 1.0452488687782806,
|
166 |
+
"grad_norm": 1.7145849466323853,
|
167 |
+
"learning_rate": 3.6211232187761947e-05,
|
168 |
+
"loss": 0.5339,
|
169 |
+
"step": 462
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 1.0950226244343892,
|
173 |
+
"grad_norm": 7.355587959289551,
|
174 |
+
"learning_rate": 3.5289186923721714e-05,
|
175 |
+
"loss": 0.4688,
|
176 |
+
"step": 484
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 1.1447963800904977,
|
180 |
+
"grad_norm": 8.240862846374512,
|
181 |
+
"learning_rate": 3.436714165968148e-05,
|
182 |
+
"loss": 0.413,
|
183 |
+
"step": 506
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 1.1945701357466063,
|
187 |
+
"grad_norm": 4.566345691680908,
|
188 |
+
"learning_rate": 3.344509639564124e-05,
|
189 |
+
"loss": 0.4214,
|
190 |
+
"step": 528
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 1.244343891402715,
|
194 |
+
"grad_norm": 7.886547088623047,
|
195 |
+
"learning_rate": 3.252305113160101e-05,
|
196 |
+
"loss": 0.5584,
|
197 |
+
"step": 550
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.2941176470588236,
|
201 |
+
"grad_norm": 4.851104259490967,
|
202 |
+
"learning_rate": 3.1601005867560775e-05,
|
203 |
+
"loss": 0.5674,
|
204 |
+
"step": 572
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 1.3438914027149322,
|
208 |
+
"grad_norm": 2.095370054244995,
|
209 |
+
"learning_rate": 3.067896060352054e-05,
|
210 |
+
"loss": 0.4522,
|
211 |
+
"step": 594
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 1.3936651583710407,
|
215 |
+
"grad_norm": 1.348547339439392,
|
216 |
+
"learning_rate": 2.9756915339480303e-05,
|
217 |
+
"loss": 0.4711,
|
218 |
+
"step": 616
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 1.4434389140271493,
|
222 |
+
"grad_norm": 1.514244556427002,
|
223 |
+
"learning_rate": 2.8834870075440066e-05,
|
224 |
+
"loss": 0.3652,
|
225 |
+
"step": 638
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 1.493212669683258,
|
229 |
+
"grad_norm": 2.2231717109680176,
|
230 |
+
"learning_rate": 2.7912824811399834e-05,
|
231 |
+
"loss": 0.4884,
|
232 |
+
"step": 660
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"epoch": 1.5429864253393664,
|
236 |
+
"grad_norm": 4.4252777099609375,
|
237 |
+
"learning_rate": 2.69907795473596e-05,
|
238 |
+
"loss": 0.4066,
|
239 |
+
"step": 682
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 1.5927601809954752,
|
243 |
+
"grad_norm": 2.0143589973449707,
|
244 |
+
"learning_rate": 2.606873428331936e-05,
|
245 |
+
"loss": 0.4817,
|
246 |
+
"step": 704
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 1.6425339366515836,
|
250 |
+
"grad_norm": 1.2555855512619019,
|
251 |
+
"learning_rate": 2.5146689019279128e-05,
|
252 |
+
"loss": 0.4505,
|
253 |
+
"step": 726
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 1.6923076923076923,
|
257 |
+
"grad_norm": 1.5008816719055176,
|
258 |
+
"learning_rate": 2.4224643755238895e-05,
|
259 |
+
"loss": 0.4987,
|
260 |
+
"step": 748
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 1.742081447963801,
|
264 |
+
"grad_norm": 1.0928298234939575,
|
265 |
+
"learning_rate": 2.330259849119866e-05,
|
266 |
+
"loss": 0.4491,
|
267 |
+
"step": 770
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 1.7918552036199094,
|
271 |
+
"grad_norm": 2.131342887878418,
|
272 |
+
"learning_rate": 2.2380553227158423e-05,
|
273 |
+
"loss": 0.5099,
|
274 |
+
"step": 792
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"epoch": 1.8416289592760182,
|
278 |
+
"grad_norm": 2.0319790840148926,
|
279 |
+
"learning_rate": 2.145850796311819e-05,
|
280 |
+
"loss": 0.4312,
|
281 |
+
"step": 814
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.8914027149321266,
|
285 |
+
"grad_norm": 3.668442726135254,
|
286 |
+
"learning_rate": 2.0536462699077953e-05,
|
287 |
+
"loss": 0.414,
|
288 |
+
"step": 836
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"epoch": 1.9411764705882353,
|
292 |
+
"grad_norm": 1.9720642566680908,
|
293 |
+
"learning_rate": 1.961441743503772e-05,
|
294 |
+
"loss": 0.3894,
|
295 |
+
"step": 858
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 1.990950226244344,
|
299 |
+
"grad_norm": 4.421242713928223,
|
300 |
+
"learning_rate": 1.8692372170997484e-05,
|
301 |
+
"loss": 0.4847,
|
302 |
+
"step": 880
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"epoch": 2.0,
|
306 |
+
"eval_accuracy": 0.8301245753114382,
|
307 |
+
"eval_auc": 0.7693769895407002,
|
308 |
+
"eval_f1": 0.0,
|
309 |
+
"eval_loss": 0.45319485664367676,
|
310 |
+
"eval_precision": 0.0,
|
311 |
+
"eval_recall": 0.0,
|
312 |
+
"eval_runtime": 156.7435,
|
313 |
+
"eval_samples_per_second": 5.633,
|
314 |
+
"eval_steps_per_second": 0.357,
|
315 |
+
"step": 884
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 2.0407239819004523,
|
319 |
+
"grad_norm": 4.845108985900879,
|
320 |
+
"learning_rate": 1.777032690695725e-05,
|
321 |
+
"loss": 0.426,
|
322 |
+
"step": 902
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 2.090497737556561,
|
326 |
+
"grad_norm": 4.742054462432861,
|
327 |
+
"learning_rate": 1.6848281642917015e-05,
|
328 |
+
"loss": 0.4253,
|
329 |
+
"step": 924
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 2.1402714932126696,
|
333 |
+
"grad_norm": 27.354101181030273,
|
334 |
+
"learning_rate": 1.5926236378876782e-05,
|
335 |
+
"loss": 0.4168,
|
336 |
+
"step": 946
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 2.1900452488687785,
|
340 |
+
"grad_norm": 9.501100540161133,
|
341 |
+
"learning_rate": 1.5004191114836546e-05,
|
342 |
+
"loss": 0.4337,
|
343 |
+
"step": 968
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 2.239819004524887,
|
347 |
+
"grad_norm": 2.986358165740967,
|
348 |
+
"learning_rate": 1.4082145850796313e-05,
|
349 |
+
"loss": 0.3713,
|
350 |
+
"step": 990
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 2.2895927601809953,
|
354 |
+
"grad_norm": 13.785974502563477,
|
355 |
+
"learning_rate": 1.3160100586756077e-05,
|
356 |
+
"loss": 0.3517,
|
357 |
+
"step": 1012
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 2.339366515837104,
|
361 |
+
"grad_norm": 6.597299098968506,
|
362 |
+
"learning_rate": 1.2238055322715842e-05,
|
363 |
+
"loss": 0.362,
|
364 |
+
"step": 1034
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 2.3891402714932126,
|
368 |
+
"grad_norm": 1.9302808046340942,
|
369 |
+
"learning_rate": 1.1316010058675607e-05,
|
370 |
+
"loss": 0.3733,
|
371 |
+
"step": 1056
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 2.4389140271493215,
|
375 |
+
"grad_norm": 1.2917982339859009,
|
376 |
+
"learning_rate": 1.0393964794635373e-05,
|
377 |
+
"loss": 0.3184,
|
378 |
+
"step": 1078
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"epoch": 2.48868778280543,
|
382 |
+
"grad_norm": 2.898386240005493,
|
383 |
+
"learning_rate": 9.471919530595138e-06,
|
384 |
+
"loss": 0.4959,
|
385 |
+
"step": 1100
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 2.5384615384615383,
|
389 |
+
"grad_norm": 5.883040904998779,
|
390 |
+
"learning_rate": 8.549874266554904e-06,
|
391 |
+
"loss": 0.3014,
|
392 |
+
"step": 1122
|
393 |
+
},
|
394 |
+
{
|
395 |
+
"epoch": 2.588235294117647,
|
396 |
+
"grad_norm": 10.006911277770996,
|
397 |
+
"learning_rate": 7.627829002514669e-06,
|
398 |
+
"loss": 0.3047,
|
399 |
+
"step": 1144
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 2.6380090497737556,
|
403 |
+
"grad_norm": 3.732818365097046,
|
404 |
+
"learning_rate": 6.7057837384744345e-06,
|
405 |
+
"loss": 0.382,
|
406 |
+
"step": 1166
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 2.6877828054298645,
|
410 |
+
"grad_norm": 4.408326148986816,
|
411 |
+
"learning_rate": 5.7837384744342e-06,
|
412 |
+
"loss": 0.3173,
|
413 |
+
"step": 1188
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 2.737556561085973,
|
417 |
+
"grad_norm": 7.149359226226807,
|
418 |
+
"learning_rate": 4.861693210393965e-06,
|
419 |
+
"loss": 0.4387,
|
420 |
+
"step": 1210
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 2.7873303167420813,
|
424 |
+
"grad_norm": 9.934762001037598,
|
425 |
+
"learning_rate": 3.939647946353731e-06,
|
426 |
+
"loss": 0.2751,
|
427 |
+
"step": 1232
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 2.83710407239819,
|
431 |
+
"grad_norm": 5.656704902648926,
|
432 |
+
"learning_rate": 3.0176026823134957e-06,
|
433 |
+
"loss": 0.3792,
|
434 |
+
"step": 1254
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 2.8868778280542986,
|
438 |
+
"grad_norm": 7.494544506072998,
|
439 |
+
"learning_rate": 2.095557418273261e-06,
|
440 |
+
"loss": 0.3882,
|
441 |
+
"step": 1276
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 2.9366515837104075,
|
445 |
+
"grad_norm": 12.555413246154785,
|
446 |
+
"learning_rate": 1.173512154233026e-06,
|
447 |
+
"loss": 0.3562,
|
448 |
+
"step": 1298
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 2.986425339366516,
|
452 |
+
"grad_norm": 8.668551445007324,
|
453 |
+
"learning_rate": 2.5146689019279127e-07,
|
454 |
+
"loss": 0.2171,
|
455 |
+
"step": 1320
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 3.0,
|
459 |
+
"eval_accuracy": 0.8754246885617214,
|
460 |
+
"eval_auc": 0.8692314688494771,
|
461 |
+
"eval_f1": 0.6180555555555556,
|
462 |
+
"eval_loss": 0.3162839710712433,
|
463 |
+
"eval_precision": 0.644927536231884,
|
464 |
+
"eval_recall": 0.5933333333333334,
|
465 |
+
"eval_runtime": 161.1074,
|
466 |
+
"eval_samples_per_second": 5.481,
|
467 |
+
"eval_steps_per_second": 0.348,
|
468 |
+
"step": 1326
|
469 |
+
}
|
470 |
+
],
|
471 |
+
"logging_steps": 22,
|
472 |
+
"max_steps": 1326,
|
473 |
+
"num_input_tokens_seen": 0,
|
474 |
+
"num_train_epochs": 3,
|
475 |
+
"save_steps": 500,
|
476 |
+
"stateful_callbacks": {
|
477 |
+
"EarlyStoppingCallback": {
|
478 |
+
"args": {
|
479 |
+
"early_stopping_patience": 5,
|
480 |
+
"early_stopping_threshold": 0.01
|
481 |
+
},
|
482 |
+
"attributes": {
|
483 |
+
"early_stopping_patience_counter": 0
|
484 |
+
}
|
485 |
+
},
|
486 |
+
"TrainerControl": {
|
487 |
+
"args": {
|
488 |
+
"should_epoch_stop": false,
|
489 |
+
"should_evaluate": false,
|
490 |
+
"should_log": false,
|
491 |
+
"should_save": true,
|
492 |
+
"should_training_stop": true
|
493 |
+
},
|
494 |
+
"attributes": {}
|
495 |
+
}
|
496 |
+
},
|
497 |
+
"total_flos": 696981185648640.0,
|
498 |
+
"train_batch_size": 8,
|
499 |
+
"trial_name": null,
|
500 |
+
"trial_params": null
|
501 |
+
}
|
checkpoint-1326/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489e21a6d8bb5de7892fec4df3096a382c590886147badf6e74f59000c39669e
|
3 |
+
size 5176
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "pucpr/biobertpt-all",
|
3 |
+
"_num_labels": 2,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"directionality": "bidi",
|
10 |
+
"eos_token_ids": null,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "0.0",
|
16 |
+
"1": "1.0"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 3072,
|
20 |
+
"label2id": {
|
21 |
+
"0.0": 0,
|
22 |
+
"1.0": 1
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"output_past": true,
|
30 |
+
"pad_token_id": null,
|
31 |
+
"pooler_fc_size": 768,
|
32 |
+
"pooler_num_attention_heads": 12,
|
33 |
+
"pooler_num_fc_layers": 3,
|
34 |
+
"pooler_size_per_head": 128,
|
35 |
+
"pooler_type": "first_token_transform",
|
36 |
+
"position_embedding_type": "absolute",
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.42.2",
|
40 |
+
"type_vocab_size": 2,
|
41 |
+
"use_cache": true,
|
42 |
+
"vocab_size": 119547
|
43 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a3b19b3d61b1910c09bc770b4129967382b8f1296decf316070d9897b55e9a8
|
3 |
+
size 711443456
|
runs/Jul20_23-38-15_r-dranapo-space01-vxfjy3w1-e8c59-m72yt/events.out.tfevents.1721518697.r-dranapo-space01-vxfjy3w1-e8c59-m72yt.99.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f79cdb22b3e6768390b5422585828a6d02eee7156b6cfb58ece0a1a2cba32712
|
3 |
+
size 19743
|
runs/Jul20_23-38-15_r-dranapo-space01-vxfjy3w1-e8c59-m72yt/events.out.tfevents.1721527499.r-dranapo-space01-vxfjy3w1-e8c59-m72yt.99.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ea0f220c9e83d99bc0d8567635b2d9be0495759d5b4276c5722e6b98d119bd2
|
3 |
+
size 607
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": false,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"max_len": 512,
|
50 |
+
"model_max_length": 512,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"unk_token": "[UNK]"
|
58 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489e21a6d8bb5de7892fec4df3096a382c590886147badf6e74f59000c39669e
|
3 |
+
size 5176
|
training_params.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_path": "autotrain-ytgys-osuer/autotrain-data",
|
3 |
+
"model": "pucpr/biobertpt-all",
|
4 |
+
"lr": 5e-05,
|
5 |
+
"epochs": 3,
|
6 |
+
"max_seq_length": 128,
|
7 |
+
"batch_size": 8,
|
8 |
+
"warmup_ratio": 0.1,
|
9 |
+
"gradient_accumulation": 1,
|
10 |
+
"optimizer": "adamw_torch",
|
11 |
+
"scheduler": "linear",
|
12 |
+
"weight_decay": 0.0,
|
13 |
+
"max_grad_norm": 1.0,
|
14 |
+
"seed": 42,
|
15 |
+
"train_split": "train",
|
16 |
+
"valid_split": "validation",
|
17 |
+
"text_column": "autotrain_text",
|
18 |
+
"target_column": "autotrain_label",
|
19 |
+
"logging_steps": -1,
|
20 |
+
"project_name": "autotrain-ytgys-osuer",
|
21 |
+
"auto_find_batch_size": false,
|
22 |
+
"mixed_precision": "fp16",
|
23 |
+
"save_total_limit": 1,
|
24 |
+
"push_to_hub": true,
|
25 |
+
"eval_strategy": "epoch",
|
26 |
+
"username": "Dranapo",
|
27 |
+
"log": "tensorboard",
|
28 |
+
"early_stopping_patience": 5,
|
29 |
+
"early_stopping_threshold": 0.01
|
30 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|