File size: 3,247 Bytes
a6e485c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "tmp33",
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 1024,
  "id2label": {
    "0": "B-organization",
    "1": "O",
    "2": "B-other",
    "3": "B-person",
    "4": "I-person",
    "5": "B-location",
    "6": "I-organization",
    "7": "I-other",
    "8": "I-location",
    "9": "B-cardinal number",
    "10": "B-date",
    "11": "I-date",
    "12": "B-group",
    "13": "B-geopolitical area",
    "14": "I-geopolitical area",
    "15": "B-law",
    "16": "I-law",
    "17": "B-percent",
    "18": "I-percent",
    "19": "B-ordinal number",
    "20": "B-money",
    "21": "I-money",
    "22": "B-work of art",
    "23": "I-work of art",
    "24": "B-facility",
    "25": "B-time",
    "26": "I-cardinal number",
    "27": "B-quantity",
    "28": "I-quantity",
    "29": "I-group",
    "30": "B-product",
    "31": "I-time",
    "32": "B-event",
    "33": "I-event",
    "34": "I-facility",
    "35": "B-language",
    "36": "I-product",
    "37": "I-ordinal number",
    "38": "I-language",
    "39": "B-chemical",
    "40": "B-disease",
    "41": "I-disease",
    "42": "I-chemical",
    "43": "B-dna",
    "44": "I-dna",
    "45": "B-protein",
    "46": "I-protein",
    "47": "B-cell type",
    "48": "I-cell type",
    "49": "B-cell line",
    "50": "I-cell line",
    "51": "B-rna",
    "52": "I-rna",
    "53": "B-corporation",
    "54": "I-corporation"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-cardinal number": 9,
    "B-cell line": 49,
    "B-cell type": 47,
    "B-chemical": 39,
    "B-corporation": 53,
    "B-date": 10,
    "B-disease": 40,
    "B-dna": 43,
    "B-event": 32,
    "B-facility": 24,
    "B-geopolitical area": 13,
    "B-group": 12,
    "B-language": 35,
    "B-law": 15,
    "B-location": 5,
    "B-money": 20,
    "B-ordinal number": 19,
    "B-organization": 0,
    "B-other": 2,
    "B-percent": 17,
    "B-person": 3,
    "B-product": 30,
    "B-protein": 45,
    "B-quantity": 27,
    "B-rna": 51,
    "B-time": 25,
    "B-work of art": 22,
    "I-cardinal number": 26,
    "I-cell line": 50,
    "I-cell type": 48,
    "I-chemical": 42,
    "I-corporation": 54,
    "I-date": 11,
    "I-disease": 41,
    "I-dna": 44,
    "I-event": 33,
    "I-facility": 34,
    "I-geopolitical area": 14,
    "I-group": 29,
    "I-language": 38,
    "I-law": 16,
    "I-location": 8,
    "I-money": 21,
    "I-ordinal number": 37,
    "I-organization": 6,
    "I-other": 7,
    "I-percent": 18,
    "I-person": 4,
    "I-product": 36,
    "I-protein": 46,
    "I-quantity": 28,
    "I-rna": 52,
    "I-time": 31,
    "I-work of art": 23,
    "O": 1
  },
  "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.24.0",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}