m24coffee commited on
Commit
1cdab56
·
verified ·
1 Parent(s): 5bbd276

End of training

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: arxiv_model
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # arxiv_model
18
+
19
+ This model is a fine-tuned version of [microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.3191
22
+ - Accuracy: 0.4606
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0003
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 128
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 2.2414 | 1.0 | 1468 | 2.5282 | 0.3647 |
56
+ | 1.8278 | 2.0 | 2936 | 2.1141 | 0.4429 |
57
+ | 1.45 | 3.0 | 4404 | 2.1294 | 0.4538 |
58
+ | 1.0671 | 4.0 | 5872 | 2.2140 | 0.4576 |
59
+ | 0.7401 | 4.9968 | 7335 | 2.3191 | 0.4606 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.50.3
65
+ - Pytorch 2.6.0+cu124
66
+ - Datasets 3.5.0
67
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "nlin.PS",
12
+ "1": "stat.OT",
13
+ "2": "physics.ins-det",
14
+ "3": "gr-qc",
15
+ "4": "hep-ex",
16
+ "5": "math.KT",
17
+ "6": "q-fin.MF",
18
+ "7": "math.HO",
19
+ "8": "astro-ph.HE",
20
+ "9": "q-bio.BM",
21
+ "10": "cs.OH",
22
+ "11": "math.RT",
23
+ "12": "math.RA",
24
+ "13": "physics.bio-ph",
25
+ "14": "econ.TH",
26
+ "15": "math.DS",
27
+ "16": "math.GM",
28
+ "17": "econ.GN",
29
+ "18": "cs.CR",
30
+ "19": "math.AC",
31
+ "20": "cs.HC",
32
+ "21": "physics.plasm-ph",
33
+ "22": "q-bio.QM",
34
+ "23": "math.QA",
35
+ "24": "physics.flu-dyn",
36
+ "25": "astro-ph.SR",
37
+ "26": "math.NA",
38
+ "27": "cs.CL",
39
+ "28": "cs.IT",
40
+ "29": "cs.CC",
41
+ "30": "cs.DM",
42
+ "31": "quant-ph",
43
+ "32": "cs.SC",
44
+ "33": "cs.SI",
45
+ "34": "cs.GR",
46
+ "35": "cs.RO",
47
+ "36": "cond-mat.str-el",
48
+ "37": "cs.CE",
49
+ "38": "math.LO",
50
+ "39": "cs.GL",
51
+ "40": "math.GT",
52
+ "41": "astro-ph.GA",
53
+ "42": "math.GN",
54
+ "43": "q-fin.CP",
55
+ "44": "math.AG",
56
+ "45": "q-fin.ST",
57
+ "46": "physics.chem-ph",
58
+ "47": "cs.NI",
59
+ "48": "physics.geo-ph",
60
+ "49": "eess.SP",
61
+ "50": "math.CV",
62
+ "51": "math.DG",
63
+ "52": "cs.OS",
64
+ "53": "cs.PL",
65
+ "54": "hep-ph",
66
+ "55": "physics.ed-ph",
67
+ "56": "cond-mat.stat-mech",
68
+ "57": "q-bio.PE",
69
+ "58": "cond-mat.mtrl-sci",
70
+ "59": "math.FA",
71
+ "60": "physics.app-ph",
72
+ "61": "q-bio.GN",
73
+ "62": "cs.SD",
74
+ "63": "q-fin.PR",
75
+ "64": "stat.AP",
76
+ "65": "math.SP",
77
+ "66": "cond-mat.soft",
78
+ "67": "physics.data-an",
79
+ "68": "nlin.SI",
80
+ "69": "physics.comp-ph",
81
+ "70": "cs.DS",
82
+ "71": "physics.ao-ph",
83
+ "72": "math.OA",
84
+ "73": "nlin.CD",
85
+ "74": "cs.AR",
86
+ "75": "physics.gen-ph",
87
+ "76": "math.CO",
88
+ "77": "nlin.AO",
89
+ "78": "cs.CG",
90
+ "79": "cs.PF",
91
+ "80": "math.AP",
92
+ "81": "q-fin.TR",
93
+ "82": "cs.LO",
94
+ "83": "hep-th",
95
+ "84": "cs.MM",
96
+ "85": "cond-mat.quant-gas",
97
+ "86": "physics.atm-clus",
98
+ "87": "stat.ME",
99
+ "88": "astro-ph.CO",
100
+ "89": "math-ph",
101
+ "90": "physics.pop-ph",
102
+ "91": "eess.SY",
103
+ "92": "cs.MA",
104
+ "93": "nucl-th",
105
+ "94": "math.OC",
106
+ "95": "cs.SY",
107
+ "96": "math.MG",
108
+ "97": "physics.med-ph",
109
+ "98": "q-fin.GN",
110
+ "99": "cs.CY",
111
+ "100": "cs.IR",
112
+ "101": "physics.acc-ph",
113
+ "102": "cs.NE",
114
+ "103": "physics.hist-ph",
115
+ "104": "astro-ph.EP",
116
+ "105": "stat.ML",
117
+ "106": "math.AT",
118
+ "107": "econ.EM",
119
+ "108": "math.NT",
120
+ "109": "q-bio.CB",
121
+ "110": "q-bio.TO",
122
+ "111": "q-bio.MN",
123
+ "112": "math.SG",
124
+ "113": "nlin.CG",
125
+ "114": "cond-mat.dis-nn",
126
+ "115": "stat.CO",
127
+ "116": "nucl-ex",
128
+ "117": "math.GR",
129
+ "118": "cs.NA",
130
+ "119": "cond-mat.supr-con",
131
+ "120": "physics.soc-ph",
132
+ "121": "q-fin.EC",
133
+ "122": "q-bio.SC",
134
+ "123": "cs.DL",
135
+ "124": "q-bio.OT",
136
+ "125": "q-fin.RM",
137
+ "126": "hep-lat",
138
+ "127": "cs.LG",
139
+ "128": "cs.DC",
140
+ "129": "cs.AI",
141
+ "130": "cs.GT",
142
+ "131": "physics.class-ph",
143
+ "132": "physics.space-ph",
144
+ "133": "q-fin.PM",
145
+ "134": "math.CA",
146
+ "135": "math.CT",
147
+ "136": "eess.AS",
148
+ "137": "cs.MS",
149
+ "138": "math.PR",
150
+ "139": "astro-ph.IM",
151
+ "140": "q-bio.NC",
152
+ "141": "cs.ET",
153
+ "142": "cond-mat.other",
154
+ "143": "math.ST",
155
+ "144": "cs.SE",
156
+ "145": "cond-mat.mes-hall",
157
+ "146": "physics.optics",
158
+ "147": "cs.DB",
159
+ "148": "cs.FL",
160
+ "149": "eess.IV",
161
+ "150": "physics.atom-ph",
162
+ "151": "cs.CV"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "intermediate_size": 3072,
166
+ "label2id": {
167
+ "astro-ph.CO": 88,
168
+ "astro-ph.EP": 104,
169
+ "astro-ph.GA": 41,
170
+ "astro-ph.HE": 8,
171
+ "astro-ph.IM": 139,
172
+ "astro-ph.SR": 25,
173
+ "cond-mat.dis-nn": 114,
174
+ "cond-mat.mes-hall": 145,
175
+ "cond-mat.mtrl-sci": 58,
176
+ "cond-mat.other": 142,
177
+ "cond-mat.quant-gas": 85,
178
+ "cond-mat.soft": 66,
179
+ "cond-mat.stat-mech": 56,
180
+ "cond-mat.str-el": 36,
181
+ "cond-mat.supr-con": 119,
182
+ "cs.AI": 129,
183
+ "cs.AR": 74,
184
+ "cs.CC": 29,
185
+ "cs.CE": 37,
186
+ "cs.CG": 78,
187
+ "cs.CL": 27,
188
+ "cs.CR": 18,
189
+ "cs.CV": 151,
190
+ "cs.CY": 99,
191
+ "cs.DB": 147,
192
+ "cs.DC": 128,
193
+ "cs.DL": 123,
194
+ "cs.DM": 30,
195
+ "cs.DS": 70,
196
+ "cs.ET": 141,
197
+ "cs.FL": 148,
198
+ "cs.GL": 39,
199
+ "cs.GR": 34,
200
+ "cs.GT": 130,
201
+ "cs.HC": 20,
202
+ "cs.IR": 100,
203
+ "cs.IT": 28,
204
+ "cs.LG": 127,
205
+ "cs.LO": 82,
206
+ "cs.MA": 92,
207
+ "cs.MM": 84,
208
+ "cs.MS": 137,
209
+ "cs.NA": 118,
210
+ "cs.NE": 102,
211
+ "cs.NI": 47,
212
+ "cs.OH": 10,
213
+ "cs.OS": 52,
214
+ "cs.PF": 79,
215
+ "cs.PL": 53,
216
+ "cs.RO": 35,
217
+ "cs.SC": 32,
218
+ "cs.SD": 62,
219
+ "cs.SE": 144,
220
+ "cs.SI": 33,
221
+ "cs.SY": 95,
222
+ "econ.EM": 107,
223
+ "econ.GN": 17,
224
+ "econ.TH": 14,
225
+ "eess.AS": 136,
226
+ "eess.IV": 149,
227
+ "eess.SP": 49,
228
+ "eess.SY": 91,
229
+ "gr-qc": 3,
230
+ "hep-ex": 4,
231
+ "hep-lat": 126,
232
+ "hep-ph": 54,
233
+ "hep-th": 83,
234
+ "math-ph": 89,
235
+ "math.AC": 19,
236
+ "math.AG": 44,
237
+ "math.AP": 80,
238
+ "math.AT": 106,
239
+ "math.CA": 134,
240
+ "math.CO": 76,
241
+ "math.CT": 135,
242
+ "math.CV": 50,
243
+ "math.DG": 51,
244
+ "math.DS": 15,
245
+ "math.FA": 59,
246
+ "math.GM": 16,
247
+ "math.GN": 42,
248
+ "math.GR": 117,
249
+ "math.GT": 40,
250
+ "math.HO": 7,
251
+ "math.KT": 5,
252
+ "math.LO": 38,
253
+ "math.MG": 96,
254
+ "math.NA": 26,
255
+ "math.NT": 108,
256
+ "math.OA": 72,
257
+ "math.OC": 94,
258
+ "math.PR": 138,
259
+ "math.QA": 23,
260
+ "math.RA": 12,
261
+ "math.RT": 11,
262
+ "math.SG": 112,
263
+ "math.SP": 65,
264
+ "math.ST": 143,
265
+ "nlin.AO": 77,
266
+ "nlin.CD": 73,
267
+ "nlin.CG": 113,
268
+ "nlin.PS": 0,
269
+ "nlin.SI": 68,
270
+ "nucl-ex": 116,
271
+ "nucl-th": 93,
272
+ "physics.acc-ph": 101,
273
+ "physics.ao-ph": 71,
274
+ "physics.app-ph": 60,
275
+ "physics.atm-clus": 86,
276
+ "physics.atom-ph": 150,
277
+ "physics.bio-ph": 13,
278
+ "physics.chem-ph": 46,
279
+ "physics.class-ph": 131,
280
+ "physics.comp-ph": 69,
281
+ "physics.data-an": 67,
282
+ "physics.ed-ph": 55,
283
+ "physics.flu-dyn": 24,
284
+ "physics.gen-ph": 75,
285
+ "physics.geo-ph": 48,
286
+ "physics.hist-ph": 103,
287
+ "physics.ins-det": 2,
288
+ "physics.med-ph": 97,
289
+ "physics.optics": 146,
290
+ "physics.plasm-ph": 21,
291
+ "physics.pop-ph": 90,
292
+ "physics.soc-ph": 120,
293
+ "physics.space-ph": 132,
294
+ "q-bio.BM": 9,
295
+ "q-bio.CB": 109,
296
+ "q-bio.GN": 61,
297
+ "q-bio.MN": 111,
298
+ "q-bio.NC": 140,
299
+ "q-bio.OT": 124,
300
+ "q-bio.PE": 57,
301
+ "q-bio.QM": 22,
302
+ "q-bio.SC": 122,
303
+ "q-bio.TO": 110,
304
+ "q-fin.CP": 43,
305
+ "q-fin.EC": 121,
306
+ "q-fin.GN": 98,
307
+ "q-fin.MF": 6,
308
+ "q-fin.PM": 133,
309
+ "q-fin.PR": 63,
310
+ "q-fin.RM": 125,
311
+ "q-fin.ST": 45,
312
+ "q-fin.TR": 81,
313
+ "quant-ph": 31,
314
+ "stat.AP": 64,
315
+ "stat.CO": 115,
316
+ "stat.ME": 87,
317
+ "stat.ML": 105,
318
+ "stat.OT": 1
319
+ },
320
+ "layer_norm_eps": 1e-12,
321
+ "max_position_embeddings": 512,
322
+ "model_type": "bert",
323
+ "num_attention_heads": 12,
324
+ "num_hidden_layers": 12,
325
+ "pad_token_id": 0,
326
+ "position_embedding_type": "absolute",
327
+ "problem_type": "single_label_classification",
328
+ "torch_dtype": "float32",
329
+ "transformers_version": "4.50.3",
330
+ "type_vocab_size": 2,
331
+ "use_cache": true,
332
+ "vocab_size": 30522
333
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8f578371299d7cc8d1fd0734e7b380ab6035ad0bcd9462a3f11e95973fa611
3
+ size 438420048
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
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:1e918705eab3dc4a2921f13abd96299207fd37ba7bb5590528e7ca4755dd0b85
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff