File size: 4,231 Bytes
53e4d18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
  "_name_or_path": "microsoft/mdeberta-v3-base",
  "architectures": [
    "DebertaV2ForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "finetuning_task": "ner",
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-AerospaceManufacturer",
    "1": "B-AnatomicalStructure",
    "2": "B-ArtWork",
    "3": "B-Artist",
    "4": "B-Athlete",
    "5": "B-CarManufacturer",
    "6": "B-Cleric",
    "7": "B-Clothing",
    "8": "B-Disease",
    "9": "B-Drink",
    "10": "B-Facility",
    "11": "B-Food",
    "12": "B-HumanSettlement",
    "13": "B-MedicalProcedure",
    "14": "B-Medication/Vaccine",
    "15": "B-MusicalGRP",
    "16": "B-MusicalWork",
    "17": "B-ORG",
    "18": "B-OtherLOC",
    "19": "B-OtherPER",
    "20": "B-OtherPROD",
    "21": "B-Politician",
    "22": "B-PrivateCorp",
    "23": "B-PublicCorp",
    "24": "B-Scientist",
    "25": "B-Software",
    "26": "B-SportsGRP",
    "27": "B-SportsManager",
    "28": "B-Station",
    "29": "B-Symptom",
    "30": "B-Vehicle",
    "31": "B-VisualWork",
    "32": "B-WrittenWork",
    "33": "I-AerospaceManufacturer",
    "34": "I-AnatomicalStructure",
    "35": "I-ArtWork",
    "36": "I-Artist",
    "37": "I-Athlete",
    "38": "I-CarManufacturer",
    "39": "I-Cleric",
    "40": "I-Clothing",
    "41": "I-Disease",
    "42": "I-Drink",
    "43": "I-Facility",
    "44": "I-Food",
    "45": "I-HumanSettlement",
    "46": "I-MedicalProcedure",
    "47": "I-Medication/Vaccine",
    "48": "I-MusicalGRP",
    "49": "I-MusicalWork",
    "50": "I-ORG",
    "51": "I-OtherLOC",
    "52": "I-OtherPER",
    "53": "I-OtherPROD",
    "54": "I-Politician",
    "55": "I-PrivateCorp",
    "56": "I-PublicCorp",
    "57": "I-Scientist",
    "58": "I-Software",
    "59": "I-SportsGRP",
    "60": "I-SportsManager",
    "61": "I-Station",
    "62": "I-Symptom",
    "63": "I-Vehicle",
    "64": "I-VisualWork",
    "65": "I-WrittenWork",
    "66": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-AerospaceManufacturer": 0,
    "B-AnatomicalStructure": 1,
    "B-ArtWork": 2,
    "B-Artist": 3,
    "B-Athlete": 4,
    "B-CarManufacturer": 5,
    "B-Cleric": 6,
    "B-Clothing": 7,
    "B-Disease": 8,
    "B-Drink": 9,
    "B-Facility": 10,
    "B-Food": 11,
    "B-HumanSettlement": 12,
    "B-MedicalProcedure": 13,
    "B-Medication/Vaccine": 14,
    "B-MusicalGRP": 15,
    "B-MusicalWork": 16,
    "B-ORG": 17,
    "B-OtherLOC": 18,
    "B-OtherPER": 19,
    "B-OtherPROD": 20,
    "B-Politician": 21,
    "B-PrivateCorp": 22,
    "B-PublicCorp": 23,
    "B-Scientist": 24,
    "B-Software": 25,
    "B-SportsGRP": 26,
    "B-SportsManager": 27,
    "B-Station": 28,
    "B-Symptom": 29,
    "B-Vehicle": 30,
    "B-VisualWork": 31,
    "B-WrittenWork": 32,
    "I-AerospaceManufacturer": 33,
    "I-AnatomicalStructure": 34,
    "I-ArtWork": 35,
    "I-Artist": 36,
    "I-Athlete": 37,
    "I-CarManufacturer": 38,
    "I-Cleric": 39,
    "I-Clothing": 40,
    "I-Disease": 41,
    "I-Drink": 42,
    "I-Facility": 43,
    "I-Food": 44,
    "I-HumanSettlement": 45,
    "I-MedicalProcedure": 46,
    "I-Medication/Vaccine": 47,
    "I-MusicalGRP": 48,
    "I-MusicalWork": 49,
    "I-ORG": 50,
    "I-OtherLOC": 51,
    "I-OtherPER": 52,
    "I-OtherPROD": 53,
    "I-Politician": 54,
    "I-PrivateCorp": 55,
    "I-PublicCorp": 56,
    "I-Scientist": 57,
    "I-Software": 58,
    "I-SportsGRP": 59,
    "I-SportsManager": 60,
    "I-Station": 61,
    "I-Symptom": 62,
    "I-Vehicle": 63,
    "I-VisualWork": 64,
    "I-WrittenWork": 65,
    "O": 66
  },
  "layer_norm_eps": 1e-07,
  "max_position_embeddings": 512,
  "max_relative_positions": -1,
  "model_type": "deberta-v2",
  "norm_rel_ebd": "layer_norm",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "pooler_dropout": 0,
  "pooler_hidden_act": "gelu",
  "pooler_hidden_size": 768,
  "pos_att_type": [
    "p2c",
    "c2p"
  ],
  "position_biased_input": false,
  "position_buckets": 256,
  "relative_attention": true,
  "share_att_key": true,
  "torch_dtype": "float32",
  "transformers_version": "4.26.0.dev0",
  "type_vocab_size": 0,
  "vocab_size": 251000
}