tomaarsen HF staff commited on
Commit
e591737
·
1 Parent(s): ef36f45

Upload model

Browse files
Files changed (2) hide show
  1. config.json +226 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "models\\rl-full-5e-5-rl-1\\checkpoint-final",
3
+ "architectures": [
4
+ "SpanMarkerModel"
5
+ ],
6
+ "encoder": {
7
+ "_name_or_path": "roberta-large",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "RobertaForMaskedLM"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "bos_token_id": 0,
16
+ "chunk_size_feed_forward": 0,
17
+ "classifier_dropout": null,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": 2,
25
+ "exponential_decay_length_penalty": null,
26
+ "finetuning_task": null,
27
+ "forced_bos_token_id": null,
28
+ "forced_eos_token_id": null,
29
+ "hidden_act": "gelu",
30
+ "hidden_dropout_prob": 0.1,
31
+ "hidden_size": 1024,
32
+ "id2label": {
33
+ "0": "O",
34
+ "1": "art-broadcastprogram",
35
+ "10": "building-library",
36
+ "11": "building-other",
37
+ "12": "building-restaurant",
38
+ "13": "building-sportsfacility",
39
+ "14": "building-theater",
40
+ "15": "event-attack/battle/war/militaryconflict",
41
+ "16": "event-disaster",
42
+ "17": "event-election",
43
+ "18": "event-other",
44
+ "19": "event-protest",
45
+ "2": "art-film",
46
+ "20": "event-sportsevent",
47
+ "21": "location-GPE",
48
+ "22": "location-bodiesofwater",
49
+ "23": "location-island",
50
+ "24": "location-mountain",
51
+ "25": "location-other",
52
+ "26": "location-park",
53
+ "27": "location-road/railway/highway/transit",
54
+ "28": "organization-company",
55
+ "29": "organization-education",
56
+ "3": "art-music",
57
+ "30": "organization-government/governmentagency",
58
+ "31": "organization-media/newspaper",
59
+ "32": "organization-other",
60
+ "33": "organization-politicalparty",
61
+ "34": "organization-religion",
62
+ "35": "organization-showorganization",
63
+ "36": "organization-sportsleague",
64
+ "37": "organization-sportsteam",
65
+ "38": "other-astronomything",
66
+ "39": "other-award",
67
+ "4": "art-other",
68
+ "40": "other-biologything",
69
+ "41": "other-chemicalthing",
70
+ "42": "other-currency",
71
+ "43": "other-disease",
72
+ "44": "other-educationaldegree",
73
+ "45": "other-god",
74
+ "46": "other-language",
75
+ "47": "other-law",
76
+ "48": "other-livingthing",
77
+ "49": "other-medical",
78
+ "5": "art-painting",
79
+ "50": "person-actor",
80
+ "51": "person-artist/author",
81
+ "52": "person-athlete",
82
+ "53": "person-director",
83
+ "54": "person-other",
84
+ "55": "person-politician",
85
+ "56": "person-scholar",
86
+ "57": "person-soldier",
87
+ "58": "product-airplane",
88
+ "59": "product-car",
89
+ "6": "art-writtenart",
90
+ "60": "product-food",
91
+ "61": "product-game",
92
+ "62": "product-other",
93
+ "63": "product-ship",
94
+ "64": "product-software",
95
+ "65": "product-train",
96
+ "66": "product-weapon",
97
+ "7": "building-airport",
98
+ "8": "building-hospital",
99
+ "9": "building-hotel"
100
+ },
101
+ "initializer_range": 0.02,
102
+ "intermediate_size": 4096,
103
+ "is_decoder": false,
104
+ "is_encoder_decoder": false,
105
+ "label2id": {
106
+ "O": 0,
107
+ "art-broadcastprogram": 1,
108
+ "art-film": 2,
109
+ "art-music": 3,
110
+ "art-other": 4,
111
+ "art-painting": 5,
112
+ "art-writtenart": 6,
113
+ "building-airport": 7,
114
+ "building-hospital": 8,
115
+ "building-hotel": 9,
116
+ "building-library": 10,
117
+ "building-other": 11,
118
+ "building-restaurant": 12,
119
+ "building-sportsfacility": 13,
120
+ "building-theater": 14,
121
+ "event-attack/battle/war/militaryconflict": 15,
122
+ "event-disaster": 16,
123
+ "event-election": 17,
124
+ "event-other": 18,
125
+ "event-protest": 19,
126
+ "event-sportsevent": 20,
127
+ "location-GPE": 21,
128
+ "location-bodiesofwater": 22,
129
+ "location-island": 23,
130
+ "location-mountain": 24,
131
+ "location-other": 25,
132
+ "location-park": 26,
133
+ "location-road/railway/highway/transit": 27,
134
+ "organization-company": 28,
135
+ "organization-education": 29,
136
+ "organization-government/governmentagency": 30,
137
+ "organization-media/newspaper": 31,
138
+ "organization-other": 32,
139
+ "organization-politicalparty": 33,
140
+ "organization-religion": 34,
141
+ "organization-showorganization": 35,
142
+ "organization-sportsleague": 36,
143
+ "organization-sportsteam": 37,
144
+ "other-astronomything": 38,
145
+ "other-award": 39,
146
+ "other-biologything": 40,
147
+ "other-chemicalthing": 41,
148
+ "other-currency": 42,
149
+ "other-disease": 43,
150
+ "other-educationaldegree": 44,
151
+ "other-god": 45,
152
+ "other-language": 46,
153
+ "other-law": 47,
154
+ "other-livingthing": 48,
155
+ "other-medical": 49,
156
+ "person-actor": 50,
157
+ "person-artist/author": 51,
158
+ "person-athlete": 52,
159
+ "person-director": 53,
160
+ "person-other": 54,
161
+ "person-politician": 55,
162
+ "person-scholar": 56,
163
+ "person-soldier": 57,
164
+ "product-airplane": 58,
165
+ "product-car": 59,
166
+ "product-food": 60,
167
+ "product-game": 61,
168
+ "product-other": 62,
169
+ "product-ship": 63,
170
+ "product-software": 64,
171
+ "product-train": 65,
172
+ "product-weapon": 66
173
+ },
174
+ "layer_norm_eps": 1e-05,
175
+ "length_penalty": 1.0,
176
+ "max_length": 20,
177
+ "max_position_embeddings": 514,
178
+ "min_length": 0,
179
+ "model_type": "roberta",
180
+ "no_repeat_ngram_size": 0,
181
+ "num_attention_heads": 16,
182
+ "num_beam_groups": 1,
183
+ "num_beams": 1,
184
+ "num_hidden_layers": 24,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": 1,
190
+ "position_embedding_type": "absolute",
191
+ "prefix": null,
192
+ "problem_type": null,
193
+ "pruned_heads": {},
194
+ "remove_invalid_values": false,
195
+ "repetition_penalty": 1.0,
196
+ "return_dict": true,
197
+ "return_dict_in_generate": false,
198
+ "sep_token_id": null,
199
+ "suppress_tokens": null,
200
+ "task_specific_params": null,
201
+ "temperature": 1.0,
202
+ "tf_legacy_loss": false,
203
+ "tie_encoder_decoder": false,
204
+ "tie_word_embeddings": true,
205
+ "tokenizer_class": null,
206
+ "top_k": 50,
207
+ "top_p": 1.0,
208
+ "torch_dtype": null,
209
+ "torchscript": false,
210
+ "transformers_version": "4.27.2",
211
+ "type_vocab_size": 1,
212
+ "typical_p": 1.0,
213
+ "use_bfloat16": false,
214
+ "use_cache": true,
215
+ "vocab_size": 50267
216
+ },
217
+ "entity_max_length": 16,
218
+ "marker_max_length": 256,
219
+ "model_max_length": 512,
220
+ "model_max_length_default": 512,
221
+ "model_type": "span-marker",
222
+ "outside_id": 0,
223
+ "torch_dtype": "float32",
224
+ "transformers_version": "4.27.2",
225
+ "vocab_size": 50267
226
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888208234cecfb97b580e7b8267712b421a49840220cbd9f84ae279f2d4af0f3
3
+ size 1422130805