File size: 3,079 Bytes
15a54fb
fa6a63c
15a54fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "deberta-v3-large-bc5cdr",
  "architectures": [
    "DebertaV2ForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "crf_state_dict": {
    "_constraint_mask": [
      [
        1.0,
        1.0,
        1.0,
        0.0,
        0.0,
        0.0,
        1.0
      ],
      [
        1.0,
        1.0,
        1.0,
        0.0,
        1.0,
        0.0,
        1.0
      ],
      [
        1.0,
        1.0,
        1.0,
        1.0,
        0.0,
        0.0,
        1.0
      ],
      [
        1.0,
        1.0,
        1.0,
        1.0,
        0.0,
        0.0,
        1.0
      ],
      [
        1.0,
        1.0,
        1.0,
        0.0,
        1.0,
        0.0,
        1.0
      ],
      [
        1.0,
        1.0,
        1.0,
        0.0,
        0.0,
        0.0,
        0.0
      ],
      [
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0
      ]
    ],
    "end_transitions": [
      1.0797829627990723,
      2.337775468826294,
      -0.5702832341194153,
      -0.09888350963592529,
      0.44394630193710327
    ],
    "start_transitions": [
      1.050474762916565,
      -0.9998553395271301,
      0.6489607691764832,
      -1.3081002235412598,
      0.8147163391113281
    ],
    "transitions": [
      [
        0.38620230555534363,
        0.46338361501693726,
        -0.2693702280521393,
        -0.027202147990465164,
        0.2154194712638855
      ],
      [
        -0.24631035327911377,
        0.7250676155090332,
        -0.05480072647333145,
        0.05186671018600464,
        0.564211368560791
      ],
      [
        0.12546269595623016,
        -0.22872965037822723,
        -0.1702175885438919,
        -0.40474018454551697,
        0.6381494402885437
      ],
      [
        0.5764445066452026,
        0.6380641460418701,
        -0.6308369636535645,
        0.9163250923156738,
        0.7476255893707275
      ],
      [
        -0.14198975265026093,
        0.41760584712028503,
        0.3615993857383728,
        0.5377429723739624,
        0.029010772705078125
      ]
    ]
  },
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 1024,
  "id2label": {
    "0": "O",
    "1": "B-Chemical",
    "2": "B-Disease",
    "3": "I-Disease",
    "4": "I-Chemical"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-Chemical": 1,
    "B-Disease": 2,
    "I-Chemical": 4,
    "I-Disease": 3,
    "O": 0
  },
  "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": 16,
  "num_hidden_layers": 24,
  "pad_token_id": 0,
  "pooler_dropout": 0,
  "pooler_hidden_act": "gelu",
  "pooler_hidden_size": 1024,
  "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.20.1",
  "type_vocab_size": 0,
  "vocab_size": 128100
}