File size: 2,230 Bytes
d07b8d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "ku-nlp/deberta-v2-base-japanese",
  "architectures": [
    "DebertaV2ForTokenClassification"
  ],
  "attention_head_size": 64,
  "attention_probs_dropout_prob": 0.1,
  "conv_act": "gelu",
  "conv_kernel_size": 3,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
    "2": "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
    "3": "B-\u6cd5\u4eba\u540d",
    "4": "I-\u6cd5\u4eba\u540d",
    "5": "B-\u5730\u540d",
    "6": "I-\u5730\u540d",
    "7": "B-\u4eba\u540d",
    "8": "I-\u4eba\u540d",
    "9": "B-\u65bd\u8a2d\u540d",
    "10": "I-\u65bd\u8a2d\u540d",
    "11": "B-\u30a4\u30d9\u30f3\u30c8\u540d",
    "12": "I-\u30a4\u30d9\u30f3\u30c8\u540d",
    "13": "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
    "14": "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
    "15": "B-\u88fd\u54c1\u540d",
    "16": "I-\u88fd\u54c1\u540d"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 1,
    "B-\u30a4\u30d9\u30f3\u30c8\u540d": 11,
    "B-\u4eba\u540d": 7,
    "B-\u5730\u540d": 5,
    "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 13,
    "B-\u65bd\u8a2d\u540d": 9,
    "B-\u6cd5\u4eba\u540d": 3,
    "B-\u88fd\u54c1\u540d": 15,
    "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 2,
    "I-\u30a4\u30d9\u30f3\u30c8\u540d": 12,
    "I-\u4eba\u540d": 8,
    "I-\u5730\u540d": 6,
    "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 14,
    "I-\u65bd\u8a2d\u540d": 10,
    "I-\u6cd5\u4eba\u540d": 4,
    "I-\u88fd\u54c1\u540d": 16,
    "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": 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.24.0",
  "type_vocab_size": 0,
  "vocab_size": 32000
}