Austin-Groundsetter commited on
Commit
fe89b29
·
verified ·
1 Parent(s): 29318e8

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +108 -0
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2",
14
+ "3": "LABEL_3",
15
+ "4": "LABEL_4",
16
+ "5": "LABEL_5",
17
+ "6": "LABEL_6",
18
+ "7": "LABEL_7",
19
+ "8": "LABEL_8",
20
+ "9": "LABEL_9",
21
+ "10": "LABEL_10",
22
+ "11": "LABEL_11",
23
+ "12": "LABEL_12",
24
+ "13": "LABEL_13",
25
+ "14": "LABEL_14",
26
+ "15": "LABEL_15",
27
+ "16": "LABEL_16",
28
+ "17": "LABEL_17",
29
+ "18": "LABEL_18",
30
+ "19": "LABEL_19",
31
+ "20": "LABEL_20",
32
+ "21": "LABEL_21",
33
+ "22": "LABEL_22",
34
+ "23": "LABEL_23",
35
+ "24": "LABEL_24",
36
+ "25": "LABEL_25",
37
+ "26": "LABEL_26",
38
+ "27": "LABEL_27",
39
+ "28": "LABEL_28",
40
+ "29": "LABEL_29",
41
+ "30": "LABEL_30",
42
+ "31": "LABEL_31",
43
+ "32": "LABEL_32",
44
+ "33": "LABEL_33"
45
+ },
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 4096,
48
+ "label2id": {
49
+ "LABEL_0": 0,
50
+ "LABEL_1": 1,
51
+ "LABEL_10": 10,
52
+ "LABEL_11": 11,
53
+ "LABEL_12": 12,
54
+ "LABEL_13": 13,
55
+ "LABEL_14": 14,
56
+ "LABEL_15": 15,
57
+ "LABEL_16": 16,
58
+ "LABEL_17": 17,
59
+ "LABEL_18": 18,
60
+ "LABEL_19": 19,
61
+ "LABEL_2": 2,
62
+ "LABEL_20": 20,
63
+ "LABEL_21": 21,
64
+ "LABEL_22": 22,
65
+ "LABEL_23": 23,
66
+ "LABEL_24": 24,
67
+ "LABEL_25": 25,
68
+ "LABEL_26": 26,
69
+ "LABEL_27": 27,
70
+ "LABEL_28": 28,
71
+ "LABEL_29": 29,
72
+ "LABEL_3": 3,
73
+ "LABEL_30": 30,
74
+ "LABEL_31": 31,
75
+ "LABEL_32": 32,
76
+ "LABEL_33": 33,
77
+ "LABEL_4": 4,
78
+ "LABEL_5": 5,
79
+ "LABEL_6": 6,
80
+ "LABEL_7": 7,
81
+ "LABEL_8": 8,
82
+ "LABEL_9": 9
83
+ },
84
+ "layer_norm_eps": 1e-07,
85
+ "max_position_embeddings": 512,
86
+ "max_relative_positions": -1,
87
+ "model_type": "deberta-v2",
88
+ "norm_rel_ebd": "layer_norm",
89
+ "num_attention_heads": 16,
90
+ "num_hidden_layers": 24,
91
+ "pad_token_id": 0,
92
+ "pooler_dropout": 0,
93
+ "pooler_hidden_act": "gelu",
94
+ "pooler_hidden_size": 1024,
95
+ "pos_att_type": [
96
+ "p2c",
97
+ "c2p"
98
+ ],
99
+ "position_biased_input": false,
100
+ "position_buckets": 256,
101
+ "problem_type": "multi_label_classification",
102
+ "relative_attention": true,
103
+ "share_att_key": true,
104
+ "torch_dtype": "float32",
105
+ "transformers_version": "4.40.2",
106
+ "type_vocab_size": 0,
107
+ "vocab_size": 128021
108
+ }