k0nv1ct commited on
Commit
cfae950
·
1 Parent(s): 6dee482

Add model

Browse files
Files changed (2) hide show
  1. config.json +207 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "asahi417/tner-xlm-roberta-base-uncased-all-english",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-organization",
16
+ "1": "O",
17
+ "2": "B-other",
18
+ "3": "B-person",
19
+ "4": "I-person",
20
+ "5": "B-location",
21
+ "6": "I-organization",
22
+ "7": "I-other",
23
+ "8": "I-location",
24
+ "9": "B-cardinal number",
25
+ "10": "B-date",
26
+ "11": "I-date",
27
+ "12": "B-group",
28
+ "13": "B-geopolitical area",
29
+ "14": "I-geopolitical area",
30
+ "15": "B-law",
31
+ "16": "I-law",
32
+ "17": "B-percent",
33
+ "18": "I-percent",
34
+ "19": "B-ordinal number",
35
+ "20": "B-money",
36
+ "21": "I-money",
37
+ "22": "B-work of art",
38
+ "23": "I-work of art",
39
+ "24": "B-facility",
40
+ "25": "B-time",
41
+ "26": "I-cardinal number",
42
+ "27": "B-quantity",
43
+ "28": "I-quantity",
44
+ "29": "I-group",
45
+ "30": "B-product",
46
+ "31": "I-time",
47
+ "32": "B-event",
48
+ "33": "I-event",
49
+ "34": "I-facility",
50
+ "35": "B-language",
51
+ "36": "I-product",
52
+ "37": "I-ordinal number",
53
+ "38": "I-language",
54
+ "39": "B-actor",
55
+ "40": "I-actor",
56
+ "41": "B-plot",
57
+ "42": "I-plot",
58
+ "43": "B-opinion",
59
+ "44": "I-opinion",
60
+ "45": "B-award",
61
+ "46": "I-award",
62
+ "47": "B-genre",
63
+ "48": "B-origin",
64
+ "49": "I-origin",
65
+ "50": "B-director",
66
+ "51": "I-director",
67
+ "52": "I-genre",
68
+ "53": "B-soundtrack",
69
+ "54": "I-soundtrack",
70
+ "55": "B-relationship",
71
+ "56": "I-relationship",
72
+ "57": "B-character name",
73
+ "58": "I-character name",
74
+ "59": "B-quote",
75
+ "60": "I-quote",
76
+ "61": "B-rating",
77
+ "62": "I-rating",
78
+ "63": "B-amenity",
79
+ "64": "I-amenity",
80
+ "65": "B-restaurant",
81
+ "66": "I-restaurant",
82
+ "67": "B-dish",
83
+ "68": "I-dish",
84
+ "69": "B-cuisine",
85
+ "70": "I-cuisine",
86
+ "71": "B-chemical",
87
+ "72": "B-disease",
88
+ "73": "I-disease",
89
+ "74": "I-chemical",
90
+ "75": "B-dna",
91
+ "76": "I-dna",
92
+ "77": "B-protein",
93
+ "78": "I-protein",
94
+ "79": "B-cell type",
95
+ "80": "I-cell type",
96
+ "81": "B-cell line",
97
+ "82": "I-cell line",
98
+ "83": "B-rna",
99
+ "84": "I-rna",
100
+ "85": "B-corporation",
101
+ "86": "I-corporation"
102
+ },
103
+ "initializer_range": 0.02,
104
+ "intermediate_size": 3072,
105
+ "label2id": {
106
+ "B-actor": 39,
107
+ "B-amenity": 63,
108
+ "B-award": 45,
109
+ "B-cardinal number": 9,
110
+ "B-cell line": 81,
111
+ "B-cell type": 79,
112
+ "B-character name": 57,
113
+ "B-chemical": 71,
114
+ "B-corporation": 85,
115
+ "B-cuisine": 69,
116
+ "B-date": 10,
117
+ "B-director": 50,
118
+ "B-disease": 72,
119
+ "B-dish": 67,
120
+ "B-dna": 75,
121
+ "B-event": 32,
122
+ "B-facility": 24,
123
+ "B-genre": 47,
124
+ "B-geopolitical area": 13,
125
+ "B-group": 12,
126
+ "B-language": 35,
127
+ "B-law": 15,
128
+ "B-location": 5,
129
+ "B-money": 20,
130
+ "B-opinion": 43,
131
+ "B-ordinal number": 19,
132
+ "B-organization": 0,
133
+ "B-origin": 48,
134
+ "B-other": 2,
135
+ "B-percent": 17,
136
+ "B-person": 3,
137
+ "B-plot": 41,
138
+ "B-product": 30,
139
+ "B-protein": 77,
140
+ "B-quantity": 27,
141
+ "B-quote": 59,
142
+ "B-rating": 61,
143
+ "B-relationship": 55,
144
+ "B-restaurant": 65,
145
+ "B-rna": 83,
146
+ "B-soundtrack": 53,
147
+ "B-time": 25,
148
+ "B-work of art": 22,
149
+ "I-actor": 40,
150
+ "I-amenity": 64,
151
+ "I-award": 46,
152
+ "I-cardinal number": 26,
153
+ "I-cell line": 82,
154
+ "I-cell type": 80,
155
+ "I-character name": 58,
156
+ "I-chemical": 74,
157
+ "I-corporation": 86,
158
+ "I-cuisine": 70,
159
+ "I-date": 11,
160
+ "I-director": 51,
161
+ "I-disease": 73,
162
+ "I-dish": 68,
163
+ "I-dna": 76,
164
+ "I-event": 33,
165
+ "I-facility": 34,
166
+ "I-genre": 52,
167
+ "I-geopolitical area": 14,
168
+ "I-group": 29,
169
+ "I-language": 38,
170
+ "I-law": 16,
171
+ "I-location": 8,
172
+ "I-money": 21,
173
+ "I-opinion": 44,
174
+ "I-ordinal number": 37,
175
+ "I-organization": 6,
176
+ "I-origin": 49,
177
+ "I-other": 7,
178
+ "I-percent": 18,
179
+ "I-person": 4,
180
+ "I-plot": 42,
181
+ "I-product": 36,
182
+ "I-protein": 78,
183
+ "I-quantity": 28,
184
+ "I-quote": 60,
185
+ "I-rating": 62,
186
+ "I-relationship": 56,
187
+ "I-restaurant": 66,
188
+ "I-rna": 84,
189
+ "I-soundtrack": 54,
190
+ "I-time": 31,
191
+ "I-work of art": 23,
192
+ "O": 1
193
+ },
194
+ "layer_norm_eps": 1e-05,
195
+ "max_position_embeddings": 514,
196
+ "model_type": "xlm-roberta",
197
+ "num_attention_heads": 12,
198
+ "num_hidden_layers": 12,
199
+ "output_past": true,
200
+ "pad_token_id": 1,
201
+ "position_embedding_type": "absolute",
202
+ "torch_dtype": "float32",
203
+ "transformers_version": "4.32.0",
204
+ "type_vocab_size": 1,
205
+ "use_cache": true,
206
+ "vocab_size": 250002
207
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52cbe3a1a495f039173b70b7e56c40d2e832643787649c6530aec76508a0257
3
+ size 1110148137