waleko/roberta-arxiv-tags
Browse files- README.md +69 -0
- config.json +266 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: FacebookAI/roberta-base
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
- f1
|
| 11 |
+
model-index:
|
| 12 |
+
- name: results
|
| 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 |
+
# results
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0289
|
| 24 |
+
- Precision: 0.8165
|
| 25 |
+
- Recall: 0.5979
|
| 26 |
+
- F1: 0.6903
|
| 27 |
+
- Exact Match: 0.4261
|
| 28 |
+
- Avg Errors: 0.0085
|
| 29 |
+
|
| 30 |
+
## Model description
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training and evaluation data
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Training procedure
|
| 43 |
+
|
| 44 |
+
### Training hyperparameters
|
| 45 |
+
|
| 46 |
+
The following hyperparameters were used during training:
|
| 47 |
+
- learning_rate: 2e-05
|
| 48 |
+
- train_batch_size: 8
|
| 49 |
+
- eval_batch_size: 8
|
| 50 |
+
- seed: 42
|
| 51 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
+
- lr_scheduler_type: linear
|
| 53 |
+
- num_epochs: 3.0
|
| 54 |
+
|
| 55 |
+
### Training results
|
| 56 |
+
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Exact Match | Avg Errors |
|
| 58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:-----------:|:----------:|
|
| 59 |
+
| 0.0356 | 1.0 | 4613 | 0.0341 | 0.7847 | 0.5538 | 0.6493 | 0.4041 | 0.0095 |
|
| 60 |
+
| 0.0314 | 2.0 | 9226 | 0.0302 | 0.8274 | 0.5726 | 0.6768 | 0.4310 | 0.0087 |
|
| 61 |
+
| 0.0288 | 3.0 | 13839 | 0.0289 | 0.8165 | 0.5979 | 0.6903 | 0.4261 | 0.0085 |
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
### Framework versions
|
| 65 |
+
|
| 66 |
+
- Transformers 4.49.0
|
| 67 |
+
- Pytorch 2.6.0+cu124
|
| 68 |
+
- Datasets 3.4.1
|
| 69 |
+
- Tokenizers 0.21.1
|
config.json
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "FacebookAI/roberta-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "cs.AI",
|
| 15 |
+
"1": "cs.CL",
|
| 16 |
+
"2": "cs.CV",
|
| 17 |
+
"3": "cs.NE",
|
| 18 |
+
"4": "stat.ML",
|
| 19 |
+
"5": "cs.LG",
|
| 20 |
+
"6": "68T45",
|
| 21 |
+
"7": "physics.soc-ph",
|
| 22 |
+
"8": "68Txx",
|
| 23 |
+
"9": "I.2.4",
|
| 24 |
+
"10": "68T50",
|
| 25 |
+
"11": "I.2.6; I.2.7",
|
| 26 |
+
"12": "stat.AP",
|
| 27 |
+
"13": "cs.RO",
|
| 28 |
+
"14": "cs.SE",
|
| 29 |
+
"15": "cs.MA",
|
| 30 |
+
"16": "math.OC",
|
| 31 |
+
"17": "cs.IR",
|
| 32 |
+
"18": "cond-mat.dis-nn",
|
| 33 |
+
"19": "68",
|
| 34 |
+
"20": "stat.ME",
|
| 35 |
+
"21": "physics.chem-ph",
|
| 36 |
+
"22": "cs.DC",
|
| 37 |
+
"23": "stat.CO",
|
| 38 |
+
"24": "q-bio.NC",
|
| 39 |
+
"25": "cs.GT",
|
| 40 |
+
"26": "cs.MM",
|
| 41 |
+
"27": "cs.CG",
|
| 42 |
+
"28": "cs.CR",
|
| 43 |
+
"29": "cs.HC",
|
| 44 |
+
"30": "eess.AS",
|
| 45 |
+
"31": "cs.SD",
|
| 46 |
+
"32": "math.DS",
|
| 47 |
+
"33": "cs.GR",
|
| 48 |
+
"34": "math.NA",
|
| 49 |
+
"35": "cs.CY",
|
| 50 |
+
"36": "physics.data-an",
|
| 51 |
+
"37": "math.ST",
|
| 52 |
+
"38": "stat.TH",
|
| 53 |
+
"39": "cs.IT",
|
| 54 |
+
"40": "math.IT",
|
| 55 |
+
"41": "quant-ph",
|
| 56 |
+
"42": "astro-ph.IM",
|
| 57 |
+
"43": "cs.SI",
|
| 58 |
+
"44": "cs.DB",
|
| 59 |
+
"45": "I.2.7",
|
| 60 |
+
"46": "68T05",
|
| 61 |
+
"47": "I.2.7; I.2.6",
|
| 62 |
+
"48": "I.2.6",
|
| 63 |
+
"49": "cs.LO",
|
| 64 |
+
"50": "nlin.AO",
|
| 65 |
+
"51": "cs.PF",
|
| 66 |
+
"52": "cs.ET",
|
| 67 |
+
"53": "eess.IV",
|
| 68 |
+
"54": "68U10",
|
| 69 |
+
"55": "I.2",
|
| 70 |
+
"56": "cs.AR",
|
| 71 |
+
"57": "cs.SY",
|
| 72 |
+
"58": "I.2.6; I.5.1",
|
| 73 |
+
"59": "cs.CC",
|
| 74 |
+
"60": "q-bio.BM",
|
| 75 |
+
"61": "q-bio.QM",
|
| 76 |
+
"62": "cs.NI",
|
| 77 |
+
"63": "cs.DS",
|
| 78 |
+
"64": "cond-mat.stat-mech",
|
| 79 |
+
"65": "cs.NA",
|
| 80 |
+
"66": "cs.DM",
|
| 81 |
+
"67": "eess.SP",
|
| 82 |
+
"68": "cs.MS",
|
| 83 |
+
"69": "physics.med-ph",
|
| 84 |
+
"70": "68T01",
|
| 85 |
+
"71": "H.3.3",
|
| 86 |
+
"72": "physics.optics",
|
| 87 |
+
"73": "cs.FL",
|
| 88 |
+
"74": "cs.SC",
|
| 89 |
+
"75": "math.PR",
|
| 90 |
+
"76": "nlin.CD",
|
| 91 |
+
"77": "cs.CE",
|
| 92 |
+
"78": "physics.ao-ph",
|
| 93 |
+
"79": "68T20",
|
| 94 |
+
"80": "cs.PL",
|
| 95 |
+
"81": "math.FA",
|
| 96 |
+
"82": "I.5.4",
|
| 97 |
+
"83": "68T10",
|
| 98 |
+
"84": "F.2.2",
|
| 99 |
+
"85": "62H30",
|
| 100 |
+
"86": "physics.comp-ph",
|
| 101 |
+
"87": "cs.DL",
|
| 102 |
+
"88": "math.CO",
|
| 103 |
+
"89": "G.1.6",
|
| 104 |
+
"90": "I.2.8",
|
| 105 |
+
"91": "I.2.0",
|
| 106 |
+
"92": "F.4.1",
|
| 107 |
+
"93": "I.4; I.5",
|
| 108 |
+
"94": "J.3",
|
| 109 |
+
"95": "I.2.1",
|
| 110 |
+
"96": "H.2.8",
|
| 111 |
+
"97": "I.2.3",
|
| 112 |
+
"98": "68T30",
|
| 113 |
+
"99": "G.3",
|
| 114 |
+
"100": "q-fin.ST",
|
| 115 |
+
"101": "q-bio.GN",
|
| 116 |
+
"102": "nlin.CG",
|
| 117 |
+
"103": "math.LO",
|
| 118 |
+
"104": "math.CT",
|
| 119 |
+
"105": "H.3.3; I.2.7",
|
| 120 |
+
"106": "q-bio.PE",
|
| 121 |
+
"107": "physics.bio-ph",
|
| 122 |
+
"108": "math.AG",
|
| 123 |
+
"109": "cmp-lg",
|
| 124 |
+
"110": "math.DG",
|
| 125 |
+
"111": "I.2.4; F.4.1",
|
| 126 |
+
"112": "q-bio.MN",
|
| 127 |
+
"113": "I.2.3; I.2.4",
|
| 128 |
+
"114": "I.2.11",
|
| 129 |
+
"115": "I.4.8",
|
| 130 |
+
"116": "I.4.6"
|
| 131 |
+
},
|
| 132 |
+
"initializer_range": 0.02,
|
| 133 |
+
"intermediate_size": 3072,
|
| 134 |
+
"label2id": {
|
| 135 |
+
"62H30": 85,
|
| 136 |
+
"68": 19,
|
| 137 |
+
"68T01": 70,
|
| 138 |
+
"68T05": 46,
|
| 139 |
+
"68T10": 83,
|
| 140 |
+
"68T20": 79,
|
| 141 |
+
"68T30": 98,
|
| 142 |
+
"68T45": 6,
|
| 143 |
+
"68T50": 10,
|
| 144 |
+
"68Txx": 8,
|
| 145 |
+
"68U10": 54,
|
| 146 |
+
"F.2.2": 84,
|
| 147 |
+
"F.4.1": 92,
|
| 148 |
+
"G.1.6": 89,
|
| 149 |
+
"G.3": 99,
|
| 150 |
+
"H.2.8": 96,
|
| 151 |
+
"H.3.3": 71,
|
| 152 |
+
"H.3.3; I.2.7": 105,
|
| 153 |
+
"I.2": 55,
|
| 154 |
+
"I.2.0": 91,
|
| 155 |
+
"I.2.1": 95,
|
| 156 |
+
"I.2.11": 114,
|
| 157 |
+
"I.2.3": 97,
|
| 158 |
+
"I.2.3; I.2.4": 113,
|
| 159 |
+
"I.2.4": 9,
|
| 160 |
+
"I.2.4; F.4.1": 111,
|
| 161 |
+
"I.2.6": 48,
|
| 162 |
+
"I.2.6; I.2.7": 11,
|
| 163 |
+
"I.2.6; I.5.1": 58,
|
| 164 |
+
"I.2.7": 45,
|
| 165 |
+
"I.2.7; I.2.6": 47,
|
| 166 |
+
"I.2.8": 90,
|
| 167 |
+
"I.4.6": 116,
|
| 168 |
+
"I.4.8": 115,
|
| 169 |
+
"I.4; I.5": 93,
|
| 170 |
+
"I.5.4": 82,
|
| 171 |
+
"J.3": 94,
|
| 172 |
+
"astro-ph.IM": 42,
|
| 173 |
+
"cmp-lg": 109,
|
| 174 |
+
"cond-mat.dis-nn": 18,
|
| 175 |
+
"cond-mat.stat-mech": 64,
|
| 176 |
+
"cs.AI": 0,
|
| 177 |
+
"cs.AR": 56,
|
| 178 |
+
"cs.CC": 59,
|
| 179 |
+
"cs.CE": 77,
|
| 180 |
+
"cs.CG": 27,
|
| 181 |
+
"cs.CL": 1,
|
| 182 |
+
"cs.CR": 28,
|
| 183 |
+
"cs.CV": 2,
|
| 184 |
+
"cs.CY": 35,
|
| 185 |
+
"cs.DB": 44,
|
| 186 |
+
"cs.DC": 22,
|
| 187 |
+
"cs.DL": 87,
|
| 188 |
+
"cs.DM": 66,
|
| 189 |
+
"cs.DS": 63,
|
| 190 |
+
"cs.ET": 52,
|
| 191 |
+
"cs.FL": 73,
|
| 192 |
+
"cs.GR": 33,
|
| 193 |
+
"cs.GT": 25,
|
| 194 |
+
"cs.HC": 29,
|
| 195 |
+
"cs.IR": 17,
|
| 196 |
+
"cs.IT": 39,
|
| 197 |
+
"cs.LG": 5,
|
| 198 |
+
"cs.LO": 49,
|
| 199 |
+
"cs.MA": 15,
|
| 200 |
+
"cs.MM": 26,
|
| 201 |
+
"cs.MS": 68,
|
| 202 |
+
"cs.NA": 65,
|
| 203 |
+
"cs.NE": 3,
|
| 204 |
+
"cs.NI": 62,
|
| 205 |
+
"cs.PF": 51,
|
| 206 |
+
"cs.PL": 80,
|
| 207 |
+
"cs.RO": 13,
|
| 208 |
+
"cs.SC": 74,
|
| 209 |
+
"cs.SD": 31,
|
| 210 |
+
"cs.SE": 14,
|
| 211 |
+
"cs.SI": 43,
|
| 212 |
+
"cs.SY": 57,
|
| 213 |
+
"eess.AS": 30,
|
| 214 |
+
"eess.IV": 53,
|
| 215 |
+
"eess.SP": 67,
|
| 216 |
+
"math.AG": 108,
|
| 217 |
+
"math.CO": 88,
|
| 218 |
+
"math.CT": 104,
|
| 219 |
+
"math.DG": 110,
|
| 220 |
+
"math.DS": 32,
|
| 221 |
+
"math.FA": 81,
|
| 222 |
+
"math.IT": 40,
|
| 223 |
+
"math.LO": 103,
|
| 224 |
+
"math.NA": 34,
|
| 225 |
+
"math.OC": 16,
|
| 226 |
+
"math.PR": 75,
|
| 227 |
+
"math.ST": 37,
|
| 228 |
+
"nlin.AO": 50,
|
| 229 |
+
"nlin.CD": 76,
|
| 230 |
+
"nlin.CG": 102,
|
| 231 |
+
"physics.ao-ph": 78,
|
| 232 |
+
"physics.bio-ph": 107,
|
| 233 |
+
"physics.chem-ph": 21,
|
| 234 |
+
"physics.comp-ph": 86,
|
| 235 |
+
"physics.data-an": 36,
|
| 236 |
+
"physics.med-ph": 69,
|
| 237 |
+
"physics.optics": 72,
|
| 238 |
+
"physics.soc-ph": 7,
|
| 239 |
+
"q-bio.BM": 60,
|
| 240 |
+
"q-bio.GN": 101,
|
| 241 |
+
"q-bio.MN": 112,
|
| 242 |
+
"q-bio.NC": 24,
|
| 243 |
+
"q-bio.PE": 106,
|
| 244 |
+
"q-bio.QM": 61,
|
| 245 |
+
"q-fin.ST": 100,
|
| 246 |
+
"quant-ph": 41,
|
| 247 |
+
"stat.AP": 12,
|
| 248 |
+
"stat.CO": 23,
|
| 249 |
+
"stat.ME": 20,
|
| 250 |
+
"stat.ML": 4,
|
| 251 |
+
"stat.TH": 38
|
| 252 |
+
},
|
| 253 |
+
"layer_norm_eps": 1e-05,
|
| 254 |
+
"max_position_embeddings": 514,
|
| 255 |
+
"model_type": "roberta",
|
| 256 |
+
"num_attention_heads": 12,
|
| 257 |
+
"num_hidden_layers": 12,
|
| 258 |
+
"pad_token_id": 1,
|
| 259 |
+
"position_embedding_type": "absolute",
|
| 260 |
+
"problem_type": "multi_label_classification",
|
| 261 |
+
"torch_dtype": "float32",
|
| 262 |
+
"transformers_version": "4.49.0",
|
| 263 |
+
"type_vocab_size": 1,
|
| 264 |
+
"use_cache": true,
|
| 265 |
+
"vocab_size": 50265
|
| 266 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1c1ec073d2f5d5206d9aa5e2738b75030ebbe3f01f9d4cc89227e1a5e1238bd
|
| 3 |
+
size 498966564
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7f9cd983bc0680c1421f6e3ee3c9973af3844af3f2b8daf5e387a3ffa135dd7
|
| 3 |
+
size 5304
|