File size: 4,040 Bytes
0a61c70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
  "_name_or_path": "xlm-roberta-large-finetuned-conll03-english",
  "_num_labels": 8,
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 1024,
  "id2label": {
    "0": "B-Archive",
    "1": "B-CelestialObject",
    "10": "B-Event",
    "11": "B-Fellowship",
    "12": "B-Formula",
    "13": "B-Grant",
    "14": "B-Identifier",
    "15": "B-Instrument",
    "16": "B-Location",
    "17": "B-Mission",
    "18": "B-Model",
    "19": "B-ObservationalTechniques",
    "2": "B-CelestialObjectRegion",
    "20": "B-Observatory",
    "21": "B-Organization",
    "22": "B-Person",
    "23": "B-Proposal",
    "24": "B-Software",
    "25": "B-Survey",
    "26": "B-Tag",
    "27": "B-Telescope",
    "28": "B-TextGarbage",
    "29": "B-URL",
    "3": "B-CelestialRegion",
    "30": "B-Wavelength",
    "31": "I-Archive",
    "32": "I-CelestialObject",
    "33": "I-CelestialObjectRegion",
    "34": "I-CelestialRegion",
    "35": "I-Citation",
    "36": "I-Collaboration",
    "37": "I-ComputingFacility",
    "38": "I-Database",
    "39": "I-Dataset",
    "4": "B-Citation",
    "40": "I-EntityOfFutureInterest",
    "41": "I-Event",
    "42": "I-Fellowship",
    "43": "I-Formula",
    "44": "I-Grant",
    "45": "I-Identifier",
    "46": "I-Instrument",
    "47": "I-Location",
    "48": "I-Mission",
    "49": "I-Model",
    "5": "B-Collaboration",
    "50": "I-ObservationalTechniques",
    "51": "I-Observatory",
    "52": "I-Organization",
    "53": "I-Person",
    "54": "I-Proposal",
    "55": "I-Software",
    "56": "I-Survey",
    "57": "I-Tag",
    "58": "I-Telescope",
    "59": "I-TextGarbage",
    "6": "B-ComputingFacility",
    "60": "I-URL",
    "61": "I-Wavelength",
    "62": "O",
    "7": "B-Database",
    "8": "B-Dataset",
    "9": "B-EntityOfFutureInterest"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-Archive": "0",
    "B-CelestialObject": "1",
    "B-CelestialObjectRegion": "2",
    "B-CelestialRegion": "3",
    "B-Citation": "4",
    "B-Collaboration": "5",
    "B-ComputingFacility": "6",
    "B-Database": "7",
    "B-Dataset": "8",
    "B-EntityOfFutureInterest": "9",
    "B-Event": "10",
    "B-Fellowship": "11",
    "B-Formula": "12",
    "B-Grant": "13",
    "B-Identifier": "14",
    "B-Instrument": "15",
    "B-Location": "16",
    "B-Mission": "17",
    "B-Model": "18",
    "B-ObservationalTechniques": "19",
    "B-Observatory": "20",
    "B-Organization": "21",
    "B-Person": "22",
    "B-Proposal": "23",
    "B-Software": "24",
    "B-Survey": "25",
    "B-Tag": "26",
    "B-Telescope": "27",
    "B-TextGarbage": "28",
    "B-URL": "29",
    "B-Wavelength": "30",
    "I-Archive": "31",
    "I-CelestialObject": "32",
    "I-CelestialObjectRegion": "33",
    "I-CelestialRegion": "34",
    "I-Citation": "35",
    "I-Collaboration": "36",
    "I-ComputingFacility": "37",
    "I-Database": "38",
    "I-Dataset": "39",
    "I-EntityOfFutureInterest": "40",
    "I-Event": "41",
    "I-Fellowship": "42",
    "I-Formula": "43",
    "I-Grant": "44",
    "I-Identifier": "45",
    "I-Instrument": "46",
    "I-Location": "47",
    "I-Mission": "48",
    "I-Model": "49",
    "I-ObservationalTechniques": "50",
    "I-Observatory": "51",
    "I-Organization": "52",
    "I-Person": "53",
    "I-Proposal": "54",
    "I-Software": "55",
    "I-Survey": "56",
    "I-Tag": "57",
    "I-Telescope": "58",
    "I-TextGarbage": "59",
    "I-URL": "60",
    "I-Wavelength": "61",
    "O": "62"
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 16,
  "num_hidden_layers": 24,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.21.1",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}