End of training
Browse files- .gitignore +1 -0
- config.json +282 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "adap-org",
|
| 13 |
+
"1": "astro-ph",
|
| 14 |
+
"2": "astro-ph.CO",
|
| 15 |
+
"3": "astro-ph.EP",
|
| 16 |
+
"4": "astro-ph.GA",
|
| 17 |
+
"5": "astro-ph.IM",
|
| 18 |
+
"6": "astro-ph.SR",
|
| 19 |
+
"7": "cmp-lg",
|
| 20 |
+
"8": "cond-mat",
|
| 21 |
+
"9": "cond-mat.dis-nn",
|
| 22 |
+
"10": "cond-mat.mtrl-sci",
|
| 23 |
+
"11": "cond-mat.other",
|
| 24 |
+
"12": "cond-mat.soft",
|
| 25 |
+
"13": "cond-mat.stat-mech",
|
| 26 |
+
"14": "cond-mat.supr-con",
|
| 27 |
+
"15": "cs.AI",
|
| 28 |
+
"16": "cs.AR",
|
| 29 |
+
"17": "cs.CC",
|
| 30 |
+
"18": "cs.CE",
|
| 31 |
+
"19": "cs.CG",
|
| 32 |
+
"20": "cs.CL",
|
| 33 |
+
"21": "cs.CR",
|
| 34 |
+
"22": "cs.CV",
|
| 35 |
+
"23": "cs.CY",
|
| 36 |
+
"24": "cs.DB",
|
| 37 |
+
"25": "cs.DC",
|
| 38 |
+
"26": "cs.DL",
|
| 39 |
+
"27": "cs.DM",
|
| 40 |
+
"28": "cs.DS",
|
| 41 |
+
"29": "cs.ET",
|
| 42 |
+
"30": "cs.FL",
|
| 43 |
+
"31": "cs.GL",
|
| 44 |
+
"32": "cs.GR",
|
| 45 |
+
"33": "cs.GT",
|
| 46 |
+
"34": "cs.HC",
|
| 47 |
+
"35": "cs.IR",
|
| 48 |
+
"36": "cs.IT",
|
| 49 |
+
"37": "cs.LG",
|
| 50 |
+
"38": "cs.LO",
|
| 51 |
+
"39": "cs.MA",
|
| 52 |
+
"40": "cs.MM",
|
| 53 |
+
"41": "cs.MS",
|
| 54 |
+
"42": "cs.NA",
|
| 55 |
+
"43": "cs.NE",
|
| 56 |
+
"44": "cs.NI",
|
| 57 |
+
"45": "cs.OH",
|
| 58 |
+
"46": "cs.OS",
|
| 59 |
+
"47": "cs.PF",
|
| 60 |
+
"48": "cs.PL",
|
| 61 |
+
"49": "cs.RO",
|
| 62 |
+
"50": "cs.SC",
|
| 63 |
+
"51": "cs.SD",
|
| 64 |
+
"52": "cs.SE",
|
| 65 |
+
"53": "cs.SI",
|
| 66 |
+
"54": "cs.SY",
|
| 67 |
+
"55": "econ.EM",
|
| 68 |
+
"56": "eess.AS",
|
| 69 |
+
"57": "eess.IV",
|
| 70 |
+
"58": "eess.SP",
|
| 71 |
+
"59": "gr-qc",
|
| 72 |
+
"60": "hep-ex",
|
| 73 |
+
"61": "hep-lat",
|
| 74 |
+
"62": "hep-ph",
|
| 75 |
+
"63": "hep-th",
|
| 76 |
+
"64": "math.AG",
|
| 77 |
+
"65": "math.AP",
|
| 78 |
+
"66": "math.AT",
|
| 79 |
+
"67": "math.CA",
|
| 80 |
+
"68": "math.CO",
|
| 81 |
+
"69": "math.CT",
|
| 82 |
+
"70": "math.DG",
|
| 83 |
+
"71": "math.DS",
|
| 84 |
+
"72": "math.FA",
|
| 85 |
+
"73": "math.GM",
|
| 86 |
+
"74": "math.GN",
|
| 87 |
+
"75": "math.GR",
|
| 88 |
+
"76": "math.GT",
|
| 89 |
+
"77": "math.HO",
|
| 90 |
+
"78": "math.LO",
|
| 91 |
+
"79": "math.MG",
|
| 92 |
+
"80": "math.NA",
|
| 93 |
+
"81": "math.NT",
|
| 94 |
+
"82": "math.OC",
|
| 95 |
+
"83": "math.PR",
|
| 96 |
+
"84": "math.RA",
|
| 97 |
+
"85": "math.RT",
|
| 98 |
+
"86": "math.ST",
|
| 99 |
+
"87": "nlin.AO",
|
| 100 |
+
"88": "nlin.CD",
|
| 101 |
+
"89": "nlin.CG",
|
| 102 |
+
"90": "nlin.PS",
|
| 103 |
+
"91": "nucl-th",
|
| 104 |
+
"92": "physics.ao-ph",
|
| 105 |
+
"93": "physics.bio-ph",
|
| 106 |
+
"94": "physics.chem-ph",
|
| 107 |
+
"95": "physics.class-ph",
|
| 108 |
+
"96": "physics.comp-ph",
|
| 109 |
+
"97": "physics.data-an",
|
| 110 |
+
"98": "physics.gen-ph",
|
| 111 |
+
"99": "physics.geo-ph",
|
| 112 |
+
"100": "physics.hist-ph",
|
| 113 |
+
"101": "physics.ins-det",
|
| 114 |
+
"102": "physics.med-ph",
|
| 115 |
+
"103": "physics.optics",
|
| 116 |
+
"104": "physics.soc-ph",
|
| 117 |
+
"105": "q-bio.BM",
|
| 118 |
+
"106": "q-bio.CB",
|
| 119 |
+
"107": "q-bio.GN",
|
| 120 |
+
"108": "q-bio.MN",
|
| 121 |
+
"109": "q-bio.NC",
|
| 122 |
+
"110": "q-bio.PE",
|
| 123 |
+
"111": "q-bio.QM",
|
| 124 |
+
"112": "q-bio.TO",
|
| 125 |
+
"113": "q-fin.CP",
|
| 126 |
+
"114": "q-fin.EC",
|
| 127 |
+
"115": "q-fin.GN",
|
| 128 |
+
"116": "q-fin.PM",
|
| 129 |
+
"117": "q-fin.RM",
|
| 130 |
+
"118": "q-fin.ST",
|
| 131 |
+
"119": "q-fin.TR",
|
| 132 |
+
"120": "quant-ph",
|
| 133 |
+
"121": "stat.AP",
|
| 134 |
+
"122": "stat.CO",
|
| 135 |
+
"123": "stat.ME",
|
| 136 |
+
"124": "stat.ML",
|
| 137 |
+
"125": "stat.OT"
|
| 138 |
+
},
|
| 139 |
+
"initializer_range": 0.02,
|
| 140 |
+
"intermediate_size": 3072,
|
| 141 |
+
"label2id": {
|
| 142 |
+
"adap-org": 0,
|
| 143 |
+
"astro-ph": 1,
|
| 144 |
+
"astro-ph.CO": 2,
|
| 145 |
+
"astro-ph.EP": 3,
|
| 146 |
+
"astro-ph.GA": 4,
|
| 147 |
+
"astro-ph.IM": 5,
|
| 148 |
+
"astro-ph.SR": 6,
|
| 149 |
+
"cmp-lg": 7,
|
| 150 |
+
"cond-mat": 8,
|
| 151 |
+
"cond-mat.dis-nn": 9,
|
| 152 |
+
"cond-mat.mtrl-sci": 10,
|
| 153 |
+
"cond-mat.other": 11,
|
| 154 |
+
"cond-mat.soft": 12,
|
| 155 |
+
"cond-mat.stat-mech": 13,
|
| 156 |
+
"cond-mat.supr-con": 14,
|
| 157 |
+
"cs.AI": 15,
|
| 158 |
+
"cs.AR": 16,
|
| 159 |
+
"cs.CC": 17,
|
| 160 |
+
"cs.CE": 18,
|
| 161 |
+
"cs.CG": 19,
|
| 162 |
+
"cs.CL": 20,
|
| 163 |
+
"cs.CR": 21,
|
| 164 |
+
"cs.CV": 22,
|
| 165 |
+
"cs.CY": 23,
|
| 166 |
+
"cs.DB": 24,
|
| 167 |
+
"cs.DC": 25,
|
| 168 |
+
"cs.DL": 26,
|
| 169 |
+
"cs.DM": 27,
|
| 170 |
+
"cs.DS": 28,
|
| 171 |
+
"cs.ET": 29,
|
| 172 |
+
"cs.FL": 30,
|
| 173 |
+
"cs.GL": 31,
|
| 174 |
+
"cs.GR": 32,
|
| 175 |
+
"cs.GT": 33,
|
| 176 |
+
"cs.HC": 34,
|
| 177 |
+
"cs.IR": 35,
|
| 178 |
+
"cs.IT": 36,
|
| 179 |
+
"cs.LG": 37,
|
| 180 |
+
"cs.LO": 38,
|
| 181 |
+
"cs.MA": 39,
|
| 182 |
+
"cs.MM": 40,
|
| 183 |
+
"cs.MS": 41,
|
| 184 |
+
"cs.NA": 42,
|
| 185 |
+
"cs.NE": 43,
|
| 186 |
+
"cs.NI": 44,
|
| 187 |
+
"cs.OH": 45,
|
| 188 |
+
"cs.OS": 46,
|
| 189 |
+
"cs.PF": 47,
|
| 190 |
+
"cs.PL": 48,
|
| 191 |
+
"cs.RO": 49,
|
| 192 |
+
"cs.SC": 50,
|
| 193 |
+
"cs.SD": 51,
|
| 194 |
+
"cs.SE": 52,
|
| 195 |
+
"cs.SI": 53,
|
| 196 |
+
"cs.SY": 54,
|
| 197 |
+
"econ.EM": 55,
|
| 198 |
+
"eess.AS": 56,
|
| 199 |
+
"eess.IV": 57,
|
| 200 |
+
"eess.SP": 58,
|
| 201 |
+
"gr-qc": 59,
|
| 202 |
+
"hep-ex": 60,
|
| 203 |
+
"hep-lat": 61,
|
| 204 |
+
"hep-ph": 62,
|
| 205 |
+
"hep-th": 63,
|
| 206 |
+
"math.AG": 64,
|
| 207 |
+
"math.AP": 65,
|
| 208 |
+
"math.AT": 66,
|
| 209 |
+
"math.CA": 67,
|
| 210 |
+
"math.CO": 68,
|
| 211 |
+
"math.CT": 69,
|
| 212 |
+
"math.DG": 70,
|
| 213 |
+
"math.DS": 71,
|
| 214 |
+
"math.FA": 72,
|
| 215 |
+
"math.GM": 73,
|
| 216 |
+
"math.GN": 74,
|
| 217 |
+
"math.GR": 75,
|
| 218 |
+
"math.GT": 76,
|
| 219 |
+
"math.HO": 77,
|
| 220 |
+
"math.LO": 78,
|
| 221 |
+
"math.MG": 79,
|
| 222 |
+
"math.NA": 80,
|
| 223 |
+
"math.NT": 81,
|
| 224 |
+
"math.OC": 82,
|
| 225 |
+
"math.PR": 83,
|
| 226 |
+
"math.RA": 84,
|
| 227 |
+
"math.RT": 85,
|
| 228 |
+
"math.ST": 86,
|
| 229 |
+
"nlin.AO": 87,
|
| 230 |
+
"nlin.CD": 88,
|
| 231 |
+
"nlin.CG": 89,
|
| 232 |
+
"nlin.PS": 90,
|
| 233 |
+
"nucl-th": 91,
|
| 234 |
+
"physics.ao-ph": 92,
|
| 235 |
+
"physics.bio-ph": 93,
|
| 236 |
+
"physics.chem-ph": 94,
|
| 237 |
+
"physics.class-ph": 95,
|
| 238 |
+
"physics.comp-ph": 96,
|
| 239 |
+
"physics.data-an": 97,
|
| 240 |
+
"physics.gen-ph": 98,
|
| 241 |
+
"physics.geo-ph": 99,
|
| 242 |
+
"physics.hist-ph": 100,
|
| 243 |
+
"physics.ins-det": 101,
|
| 244 |
+
"physics.med-ph": 102,
|
| 245 |
+
"physics.optics": 103,
|
| 246 |
+
"physics.soc-ph": 104,
|
| 247 |
+
"q-bio.BM": 105,
|
| 248 |
+
"q-bio.CB": 106,
|
| 249 |
+
"q-bio.GN": 107,
|
| 250 |
+
"q-bio.MN": 108,
|
| 251 |
+
"q-bio.NC": 109,
|
| 252 |
+
"q-bio.PE": 110,
|
| 253 |
+
"q-bio.QM": 111,
|
| 254 |
+
"q-bio.TO": 112,
|
| 255 |
+
"q-fin.CP": 113,
|
| 256 |
+
"q-fin.EC": 114,
|
| 257 |
+
"q-fin.GN": 115,
|
| 258 |
+
"q-fin.PM": 116,
|
| 259 |
+
"q-fin.RM": 117,
|
| 260 |
+
"q-fin.ST": 118,
|
| 261 |
+
"q-fin.TR": 119,
|
| 262 |
+
"quant-ph": 120,
|
| 263 |
+
"stat.AP": 121,
|
| 264 |
+
"stat.CO": 122,
|
| 265 |
+
"stat.ME": 123,
|
| 266 |
+
"stat.ML": 124,
|
| 267 |
+
"stat.OT": 125
|
| 268 |
+
},
|
| 269 |
+
"layer_norm_eps": 1e-12,
|
| 270 |
+
"max_position_embeddings": 512,
|
| 271 |
+
"model_type": "bert",
|
| 272 |
+
"num_attention_heads": 12,
|
| 273 |
+
"num_hidden_layers": 12,
|
| 274 |
+
"pad_token_id": 0,
|
| 275 |
+
"position_embedding_type": "absolute",
|
| 276 |
+
"problem_type": "single_label_classification",
|
| 277 |
+
"torch_dtype": "float32",
|
| 278 |
+
"transformers_version": "4.28.1",
|
| 279 |
+
"type_vocab_size": 2,
|
| 280 |
+
"use_cache": true,
|
| 281 |
+
"vocab_size": 30522
|
| 282 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd126dfd500ff62b84e512bfb529cea6b74aed308db63546f5f82d9988a4748b
|
| 3 |
+
size 438389301
|
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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
+
"do_lower_case": true,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 8 |
+
"never_split": null,
|
| 9 |
+
"pad_token": "[PAD]",
|
| 10 |
+
"sep_token": "[SEP]",
|
| 11 |
+
"strip_accents": null,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "BertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94f09bab0eb0217f1ea960e0fd2ae0846aaded3e443d2836528d921f3097fb40
|
| 3 |
+
size 3579
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|