tmnam20 commited on
Commit
188d94a
1 Parent(s): 4d1bb00

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +70 -0
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/mdeberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "finetuning_task": "vtoc",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "Automobile": 0,
32
+ "Business": 1,
33
+ "Digital": 2,
34
+ "Education": 3,
35
+ "Entertainment": 4,
36
+ "Health": 5,
37
+ "Law": 6,
38
+ "Life": 7,
39
+ "News": 8,
40
+ "Perspective": 9,
41
+ "Relax": 10,
42
+ "Science": 11,
43
+ "Sports": 12,
44
+ "Travel": 13,
45
+ "World": 14
46
+ },
47
+ "layer_norm_eps": 1e-07,
48
+ "max_position_embeddings": 512,
49
+ "max_relative_positions": -1,
50
+ "model_type": "deberta-v2",
51
+ "norm_rel_ebd": "layer_norm",
52
+ "num_attention_heads": 12,
53
+ "num_hidden_layers": 12,
54
+ "pad_token_id": 0,
55
+ "pooler_dropout": 0,
56
+ "pooler_hidden_act": "gelu",
57
+ "pooler_hidden_size": 768,
58
+ "pos_att_type": [
59
+ "p2c",
60
+ "c2p"
61
+ ],
62
+ "position_biased_input": false,
63
+ "position_buckets": 256,
64
+ "relative_attention": true,
65
+ "share_att_key": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.36.0",
68
+ "type_vocab_size": 0,
69
+ "vocab_size": 251000
70
+ }