TheJournal
commited on
Commit
•
c954e26
1
Parent(s):
b5e4b23
Upload config.json with huggingface_hub
Browse files- config.json +50 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-large-mnli",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForSequenceClassification"
|
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": "anger",
|
12 |
+
"1": "love",
|
13 |
+
"2": "neutral",
|
14 |
+
"3": "positive",
|
15 |
+
"4": "sadness",
|
16 |
+
"5": "surprise",
|
17 |
+
"6": "worry"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 4096,
|
21 |
+
"label2id": {
|
22 |
+
"anger": 0,
|
23 |
+
"love": 1,
|
24 |
+
"neutral": 2,
|
25 |
+
"positive": 3,
|
26 |
+
"sadness": 4,
|
27 |
+
"surprise": 5,
|
28 |
+
"worry": 6
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-07,
|
31 |
+
"max_position_embeddings": 512,
|
32 |
+
"max_relative_positions": -1,
|
33 |
+
"model_type": "deberta",
|
34 |
+
"num_attention_heads": 16,
|
35 |
+
"num_hidden_layers": 24,
|
36 |
+
"pad_token_id": 0,
|
37 |
+
"pooler_dropout": 0,
|
38 |
+
"pooler_hidden_act": "gelu",
|
39 |
+
"pooler_hidden_size": 1024,
|
40 |
+
"pos_att_type": [
|
41 |
+
"c2p",
|
42 |
+
"p2c"
|
43 |
+
],
|
44 |
+
"position_biased_input": false,
|
45 |
+
"relative_attention": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.30.2",
|
48 |
+
"type_vocab_size": 0,
|
49 |
+
"vocab_size": 30522
|
50 |
+
}
|