asahi417 commited on
Commit
3508eb6
1 Parent(s): 6545683
config.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "B-organization",
15
+ "1": "O",
16
+ "2": "B-other",
17
+ "3": "B-person",
18
+ "4": "I-person",
19
+ "5": "B-location",
20
+ "6": "I-organization",
21
+ "7": "I-other",
22
+ "8": "I-location",
23
+ "9": "B-cardinal number",
24
+ "10": "B-date",
25
+ "11": "I-date",
26
+ "12": "B-group",
27
+ "13": "B-geopolitical area",
28
+ "14": "I-geopolitical area",
29
+ "15": "B-law",
30
+ "16": "I-law",
31
+ "17": "B-percent",
32
+ "18": "I-percent",
33
+ "19": "B-ordinal number",
34
+ "20": "B-money",
35
+ "21": "I-money",
36
+ "22": "B-work of art",
37
+ "23": "I-work of art",
38
+ "24": "B-facility",
39
+ "25": "B-time",
40
+ "26": "I-cardinal number",
41
+ "27": "B-quantity",
42
+ "28": "I-quantity",
43
+ "29": "I-group",
44
+ "30": "B-product",
45
+ "31": "I-time",
46
+ "32": "B-event",
47
+ "33": "I-event",
48
+ "34": "I-facility",
49
+ "35": "B-language",
50
+ "36": "I-product",
51
+ "37": "I-ordinal number",
52
+ "38": "I-language",
53
+ "39": "B-actor",
54
+ "40": "I-actor",
55
+ "41": "B-plot",
56
+ "42": "I-plot",
57
+ "43": "B-opinion",
58
+ "44": "I-opinion",
59
+ "45": "B-award",
60
+ "46": "I-award",
61
+ "47": "B-genre",
62
+ "48": "B-origin",
63
+ "49": "I-origin",
64
+ "50": "B-director",
65
+ "51": "I-director",
66
+ "52": "I-genre",
67
+ "53": "B-soundtrack",
68
+ "54": "I-soundtrack",
69
+ "55": "B-relationship",
70
+ "56": "I-relationship",
71
+ "57": "B-character name",
72
+ "58": "I-character name",
73
+ "59": "B-quote",
74
+ "60": "I-quote",
75
+ "61": "B-rating",
76
+ "62": "I-rating",
77
+ "63": "B-amenity",
78
+ "64": "I-amenity",
79
+ "65": "B-restaurant",
80
+ "66": "I-restaurant",
81
+ "67": "B-dish",
82
+ "68": "I-dish",
83
+ "69": "B-cuisine",
84
+ "70": "I-cuisine",
85
+ "71": "B-chemical",
86
+ "72": "B-disease",
87
+ "73": "I-disease",
88
+ "74": "I-chemical",
89
+ "75": "B-dna",
90
+ "76": "I-dna",
91
+ "77": "B-protein",
92
+ "78": "I-protein",
93
+ "79": "B-cell type",
94
+ "80": "I-cell type",
95
+ "81": "B-cell line",
96
+ "82": "I-cell line",
97
+ "83": "B-rna",
98
+ "84": "I-rna",
99
+ "85": "B-corporation",
100
+ "86": "I-corporation"
101
+ },
102
+ "initializer_range": 0.02,
103
+ "intermediate_size": 3072,
104
+ "label2id": {
105
+ "B-actor": 39,
106
+ "B-amenity": 63,
107
+ "B-award": 45,
108
+ "B-cardinal number": 9,
109
+ "B-cell line": 81,
110
+ "B-cell type": 79,
111
+ "B-character name": 57,
112
+ "B-chemical": 71,
113
+ "B-corporation": 85,
114
+ "B-cuisine": 69,
115
+ "B-date": 10,
116
+ "B-director": 50,
117
+ "B-disease": 72,
118
+ "B-dish": 67,
119
+ "B-dna": 75,
120
+ "B-event": 32,
121
+ "B-facility": 24,
122
+ "B-genre": 47,
123
+ "B-geopolitical area": 13,
124
+ "B-group": 12,
125
+ "B-language": 35,
126
+ "B-law": 15,
127
+ "B-location": 5,
128
+ "B-money": 20,
129
+ "B-opinion": 43,
130
+ "B-ordinal number": 19,
131
+ "B-organization": 0,
132
+ "B-origin": 48,
133
+ "B-other": 2,
134
+ "B-percent": 17,
135
+ "B-person": 3,
136
+ "B-plot": 41,
137
+ "B-product": 30,
138
+ "B-protein": 77,
139
+ "B-quantity": 27,
140
+ "B-quote": 59,
141
+ "B-rating": 61,
142
+ "B-relationship": 55,
143
+ "B-restaurant": 65,
144
+ "B-rna": 83,
145
+ "B-soundtrack": 53,
146
+ "B-time": 25,
147
+ "B-work of art": 22,
148
+ "I-actor": 40,
149
+ "I-amenity": 64,
150
+ "I-award": 46,
151
+ "I-cardinal number": 26,
152
+ "I-cell line": 82,
153
+ "I-cell type": 80,
154
+ "I-character name": 58,
155
+ "I-chemical": 74,
156
+ "I-corporation": 86,
157
+ "I-cuisine": 70,
158
+ "I-date": 11,
159
+ "I-director": 51,
160
+ "I-disease": 73,
161
+ "I-dish": 68,
162
+ "I-dna": 76,
163
+ "I-event": 33,
164
+ "I-facility": 34,
165
+ "I-genre": 52,
166
+ "I-geopolitical area": 14,
167
+ "I-group": 29,
168
+ "I-language": 38,
169
+ "I-law": 16,
170
+ "I-location": 8,
171
+ "I-money": 21,
172
+ "I-opinion": 44,
173
+ "I-ordinal number": 37,
174
+ "I-organization": 6,
175
+ "I-origin": 49,
176
+ "I-other": 7,
177
+ "I-percent": 18,
178
+ "I-person": 4,
179
+ "I-plot": 42,
180
+ "I-product": 36,
181
+ "I-protein": 78,
182
+ "I-quantity": 28,
183
+ "I-quote": 60,
184
+ "I-rating": 62,
185
+ "I-relationship": 56,
186
+ "I-restaurant": 66,
187
+ "I-rna": 84,
188
+ "I-soundtrack": 54,
189
+ "I-time": 31,
190
+ "I-work of art": 23,
191
+ "O": 1
192
+ },
193
+ "layer_norm_eps": 1e-05,
194
+ "max_position_embeddings": 514,
195
+ "model_type": "xlm-roberta",
196
+ "num_attention_heads": 12,
197
+ "num_hidden_layers": 12,
198
+ "output_past": true,
199
+ "pad_token_id": 1,
200
+ "type_vocab_size": 1,
201
+ "vocab_size": 250002
202
+ }
parameter.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dataset": ["conll2003", "ontonotes5", "mit_movie_trivia", "mit_restaurant", "bc5cdr", "bionlp2004", "fin", "wnut2017", "panx_dataset/en"], "transformers_model": "xlm-roberta-base", "random_seed": 1234, "lr": 1e-05, "total_step": 15000, "warmup_step": 700, "weight_decay": 1e-07, "batch_size": 32, "max_seq_length": 128, "fp16": false, "max_grad_norm": 1.0, "lower_case": true, "checkpoint_prefix": null}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357433282d8fee14db156ab5de196d9d25dcc02fcb6315f6f2c92a14092eefc9
3
+ size 1110165157
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
test_bc5cdr_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 79.70983797521973, "recall": 78.84152089661673, "precision": 80.5974943784131, "summary": " precision recall f1-score support\n\n chemical 0.87 0.82 0.84 5324\n disease 0.73 0.75 0.74 4223\n\n micro avg 0.81 0.79 0.80 9547\n macro avg 0.80 0.78 0.79 9547\nweighted avg 0.81 0.79 0.80 9547\n"}, "test": {"f1": 77.95008729588169, "recall": 77.49642638350011, "precision": 78.4090909090909, "summary": " precision recall f1-score support\n\n chemical 0.86 0.81 0.83 5377\n disease 0.70 0.73 0.72 4417\n\n micro avg 0.78 0.77 0.78 9794\n macro avg 0.78 0.77 0.77 9794\nweighted avg 0.79 0.77 0.78 9794\n"}}
test_bc5cdr_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 80.33508297545198, "recall": 79.35477113229287, "precision": 81.33991840240499, "summary": " precision recall f1-score support\n\n entity 0.81 0.79 0.80 9547\n\n micro avg 0.81 0.79 0.80 9547\n macro avg 0.81 0.79 0.80 9547\nweighted avg 0.81 0.79 0.80 9547\n"}, "test": {"f1": 78.75173512929926, "recall": 78.20093935062283, "precision": 79.3103448275862, "summary": " precision recall f1-score support\n\n entity 0.79 0.78 0.79 9794\n\n micro avg 0.79 0.78 0.79 9794\n macro avg 0.79 0.78 0.79 9794\nweighted avg 0.79 0.78 0.79 9794\n"}}
test_bionlp2004_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 71.65706973768394, "recall": 77.74178621008792, "precision": 66.45569620253164, "summary": " precision recall f1-score support\n\n cell line 0.47 0.62 0.53 500\n cell type 0.73 0.72 0.72 1920\n dna 0.65 0.74 0.69 1054\n protein 0.67 0.82 0.74 5052\n rna 0.61 0.80 0.69 118\n\n micro avg 0.66 0.78 0.72 8644\n macro avg 0.63 0.74 0.68 8644\nweighted avg 0.67 0.78 0.72 8644\n"}}
test_bionlp2004_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 76.9098712446352, "recall": 82.92457195742712, "precision": 71.70868347338936, "summary": " precision recall f1-score support\n\n entity 0.72 0.83 0.77 8644\n\n micro avg 0.72 0.83 0.77 8644\n macro avg 0.72 0.83 0.77 8644\nweighted avg 0.72 0.83 0.77 8644\n"}}
test_conll2003_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 85.48233871664219, "recall": 83.6120966379456, "precision": 87.4381625441696, "summary": " precision recall f1-score support\n\n location 0.90 0.81 0.85 1837\norganization 0.79 0.84 0.81 1341\n other 0.80 0.63 0.71 922\n person 0.95 0.96 0.95 1819\n\n micro avg 0.87 0.84 0.85 5919\n macro avg 0.86 0.81 0.83 5919\nweighted avg 0.87 0.84 0.85 5919\n"}, "test": {"f1": 82.81796181769293, "recall": 82.08955223880598, "precision": 83.5594139989148, "summary": " precision recall f1-score support\n\n location 0.87 0.79 0.83 1659\norganization 0.76 0.83 0.79 1660\n other 0.69 0.62 0.66 702\n person 0.95 0.94 0.94 1607\n\n micro avg 0.84 0.82 0.83 5628\n macro avg 0.82 0.79 0.80 5628\nweighted avg 0.84 0.82 0.83 5628\n"}}
test_conll2003_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 89.873417721519, "recall": 87.56546713971954, "precision": 92.30632235084595, "summary": " precision recall f1-score support\n\n entity 0.92 0.88 0.90 5919\n\n micro avg 0.92 0.88 0.90 5919\n macro avg 0.92 0.88 0.90 5919\nweighted avg 0.92 0.88 0.90 5919\n"}, "test": {"f1": 89.44904573280519, "recall": 88.27292110874201, "precision": 90.65693430656935, "summary": " precision recall f1-score support\n\n entity 0.91 0.88 0.89 5628\n\n micro avg 0.91 0.88 0.89 5628\n macro avg 0.91 0.88 0.89 5628\nweighted avg 0.91 0.88 0.89 5628\n"}}
test_fin_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 72.34848484848484, "recall": 73.46153846153847, "precision": 71.26865671641791, "summary": " precision recall f1-score support\n\n location 0.41 0.37 0.39 35\norganization 0.36 0.41 0.38 51\n other 1.00 0.17 0.29 6\n person 0.89 0.93 0.91 168\n\n micro avg 0.71 0.73 0.72 260\n macro avg 0.66 0.47 0.49 260\nweighted avg 0.72 0.73 0.72 260\n"}}
test_fin_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 75.37878787878788, "recall": 76.53846153846153, "precision": 74.25373134328358, "summary": " precision recall f1-score support\n\n entity 0.74 0.77 0.75 260\n\n micro avg 0.74 0.77 0.75 260\n macro avg 0.74 0.77 0.75 260\nweighted avg 0.74 0.77 0.75 260\n"}}
test_mit_movie_trivia_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 67.81115879828327, "recall": 70.8582483292297, "precision": 65.01532999838632, "summary": " precision recall f1-score support\n\n actor 0.88 0.94 0.91 1274\n award 0.41 0.45 0.43 66\ncharacter name 0.54 0.52 0.53 283\n date 0.95 0.97 0.96 661\n director 0.77 0.89 0.82 425\n genre 0.69 0.75 0.72 789\n opinion 0.42 0.45 0.43 195\n origin 0.29 0.35 0.32 190\n plot 0.44 0.50 0.47 1577\n quote 0.43 0.51 0.47 47\n relationship 0.45 0.47 0.46 171\n soundtrack 0.00 0.00 0.00 8\n\n micro avg 0.65 0.71 0.68 5686\n macro avg 0.52 0.57 0.54 5686\n weighted avg 0.66 0.71 0.68 5686\n"}}
test_mit_movie_trivia_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 72.20463683805286, "recall": 74.21737601125572, "precision": 70.29818424121272, "summary": " precision recall f1-score support\n\n entity 0.70 0.74 0.72 5686\n\n micro avg 0.70 0.74 0.72 5686\n macro avg 0.70 0.74 0.72 5686\nweighted avg 0.70 0.74 0.72 5686\n"}}
test_mit_restaurant_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 76.79975335285957, "recall": 79.05426848619486, "precision": 74.67026378896882, "summary": " precision recall f1-score support\n\n amenity 0.64 0.69 0.66 533\n cuisine 0.80 0.81 0.81 532\n dish 0.72 0.79 0.75 288\n location 0.82 0.84 0.83 812\n money 0.77 0.84 0.81 171\n rating 0.71 0.83 0.76 201\n restaurant 0.81 0.80 0.81 402\n time 0.59 0.69 0.64 212\n\n micro avg 0.75 0.79 0.77 3151\n macro avg 0.73 0.79 0.76 3151\nweighted avg 0.75 0.79 0.77 3151\n"}}
test_mit_restaurant_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 82.38787310517269, "recall": 83.65598222786417, "precision": 81.1576354679803, "summary": " precision recall f1-score support\n\n entity 0.81 0.84 0.82 3151\n\n micro avg 0.81 0.84 0.82 3151\n macro avg 0.81 0.84 0.82 3151\nweighted avg 0.81 0.84 0.82 3151\n"}}
test_ontonotes5_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 79.76935455033079, "recall": 80.83892009421997, "precision": 78.72772189871185, "summary": " precision recall f1-score support\n\n cardinal number 0.81 0.80 0.81 937\n date 0.80 0.82 0.81 1507\n event 0.46 0.34 0.39 143\n facility 0.28 0.35 0.31 115\ngeopolitical area 0.89 0.86 0.88 2261\n group 0.85 0.84 0.85 847\n language 0.84 0.64 0.72 33\n law 0.10 0.15 0.12 40\n location 0.30 0.55 0.39 203\n money 0.82 0.91 0.86 274\n ordinal number 0.84 0.82 0.83 232\n organization 0.72 0.75 0.73 1728\n percent 0.89 0.89 0.89 177\n person 0.88 0.92 0.90 2014\n product 0.51 0.51 0.51 72\n quantity 0.74 0.75 0.74 99\n time 0.66 0.71 0.69 214\n work of art 0.31 0.31 0.31 142\n\n micro avg 0.79 0.81 0.80 11038\n macro avg 0.65 0.66 0.65 11038\n weighted avg 0.80 0.81 0.80 11038\n"}, "test": {"f1": 81.69770615946815, "recall": 82.46378099724468, "precision": 80.94573372884314, "summary": " precision recall f1-score support\n\n cardinal number 0.83 0.82 0.83 934\n date 0.80 0.84 0.82 1601\n event 0.38 0.41 0.40 63\n facility 0.42 0.46 0.44 135\ngeopolitical area 0.93 0.89 0.91 2240\n group 0.82 0.83 0.83 841\n language 0.69 0.41 0.51 22\n law 0.33 0.33 0.33 40\n location 0.32 0.50 0.39 179\n money 0.82 0.87 0.84 314\n ordinal number 0.80 0.87 0.83 195\n organization 0.75 0.77 0.76 1792\n percent 0.89 0.89 0.89 348\n person 0.91 0.93 0.92 1988\n product 0.53 0.41 0.46 76\n quantity 0.72 0.75 0.74 105\n time 0.55 0.60 0.58 212\n work of art 0.32 0.27 0.29 166\n\n micro avg 0.81 0.82 0.82 11251\n macro avg 0.66 0.66 0.65 11251\n weighted avg 0.81 0.82 0.82 11251\n"}}
test_ontonotes5_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 85.20369119963989, "recall": 85.74017032071028, "precision": 84.67388386865885, "summary": " precision recall f1-score support\n\n entity 0.85 0.86 0.85 11038\n\n micro avg 0.85 0.86 0.85 11038\n macro avg 0.85 0.86 0.85 11038\nweighted avg 0.85 0.86 0.85 11038\n"}, "test": {"f1": 86.06291875582376, "recall": 86.19678250822149, "precision": 85.92947013999645, "summary": " precision recall f1-score support\n\n entity 0.86 0.86 0.86 11251\n\n micro avg 0.86 0.86 0.86 11251\n macro avg 0.86 0.86 0.86 11251\nweighted avg 0.86 0.86 0.86 11251\n"}}
test_panx_dataset-en_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 76.06894850012337, "recall": 76.48142897646724, "precision": 75.6608933454877, "summary": " precision recall f1-score support\n\n location 0.77 0.78 0.78 4799\norganization 0.66 0.65 0.65 4677\n person 0.83 0.87 0.85 4632\n\n micro avg 0.76 0.76 0.76 14108\n macro avg 0.75 0.77 0.76 14108\nweighted avg 0.75 0.76 0.76 14108\n"}, "test": {"f1": 75.15983047194887, "recall": 75.36555499531802, "precision": 74.95522601905581, "summary": " precision recall f1-score support\n\n location 0.76 0.75 0.75 4626\norganization 0.66 0.64 0.65 4744\n person 0.83 0.88 0.85 4513\n\n micro avg 0.75 0.75 0.75 13883\n macro avg 0.75 0.76 0.75 13883\nweighted avg 0.75 0.75 0.75 13883\n"}}
test_panx_dataset-en_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 86.47838040489877, "recall": 85.8378225120499, "precision": 87.12857040074825, "summary": " precision recall f1-score support\n\n entity 0.87 0.86 0.86 14108\n\n micro avg 0.87 0.86 0.86 14108\n macro avg 0.87 0.86 0.86 14108\nweighted avg 0.87 0.86 0.86 14108\n"}, "test": {"f1": 86.1585521284731, "recall": 85.21212994309587, "precision": 87.12623361319783, "summary": " precision recall f1-score support\n\n entity 0.87 0.85 0.86 13883\n\n micro avg 0.87 0.85 0.86 13883\n macro avg 0.87 0.85 0.86 13883\nweighted avg 0.87 0.85 0.86 13883\n"}}
test_wnut2017_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 51.15273775216138, "recall": 42.464114832535884, "precision": 64.31159420289855, "summary": " precision recall f1-score support\n\n corporation 0.00 0.00 0.00 34\n group 0.00 0.00 0.00 39\n location 0.52 0.23 0.32 74\n person 0.74 0.65 0.69 470\n product 0.65 0.19 0.30 114\n work of art 0.18 0.09 0.12 105\n\n micro avg 0.64 0.42 0.51 836\n macro avg 0.35 0.19 0.24 836\nweighted avg 0.57 0.42 0.47 836\n"}, "test": {"f1": 43.725156161272004, "recall": 35.74744661095636, "precision": 56.28654970760234, "summary": " precision recall f1-score support\n\n corporation 0.00 0.00 0.00 66\n group 0.50 0.08 0.15 165\n location 0.55 0.34 0.42 150\n person 0.60 0.68 0.64 428\n product 0.27 0.06 0.10 127\n work of art 0.42 0.16 0.23 141\n\n micro avg 0.56 0.36 0.44 1077\n macro avg 0.39 0.22 0.26 1077\nweighted avg 0.48 0.36 0.38 1077\n"}}
test_wnut2017_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 57.84526391901663, "recall": 47.84688995215311, "precision": 73.12614259597807, "summary": " precision recall f1-score support\n\n entity 0.73 0.48 0.58 836\n\n micro avg 0.73 0.48 0.58 836\n macro avg 0.73 0.48 0.58 836\nweighted avg 0.73 0.48 0.58 836\n"}, "test": {"f1": 49.943117178612056, "recall": 40.76137418755803, "precision": 64.4640234948605, "summary": " precision recall f1-score support\n\n entity 0.64 0.41 0.50 1077\n\n micro avg 0.64 0.41 0.50 1077\n macro avg 0.64 0.41 0.50 1077\nweighted avg 0.64 0.41 0.50 1077\n"}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "name_or_path": "xlm-roberta-base"}