system HF staff commited on
Commit
f771803
1 Parent(s): e2dfd2f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +81 -0
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForMultiLabelClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "embedding_size": 768,
7
+ "finetuning_task": "goemotions",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "admiration",
13
+ "1": "amusement",
14
+ "10": "disapproval",
15
+ "11": "disgust",
16
+ "12": "embarrassment",
17
+ "13": "excitement",
18
+ "14": "fear",
19
+ "15": "gratitude",
20
+ "16": "grief",
21
+ "17": "joy",
22
+ "18": "love",
23
+ "19": "nervousness",
24
+ "2": "anger",
25
+ "20": "optimism",
26
+ "21": "pride",
27
+ "22": "realization",
28
+ "23": "relief",
29
+ "24": "remorse",
30
+ "25": "sadness",
31
+ "26": "surprise",
32
+ "27": "neutral",
33
+ "3": "annoyance",
34
+ "4": "approval",
35
+ "5": "caring",
36
+ "6": "confusion",
37
+ "7": "curiosity",
38
+ "8": "desire",
39
+ "9": "disappointment"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "admiration": 0,
45
+ "amusement": 1,
46
+ "anger": 2,
47
+ "annoyance": 3,
48
+ "approval": 4,
49
+ "caring": 5,
50
+ "confusion": 6,
51
+ "curiosity": 7,
52
+ "desire": 8,
53
+ "disappointment": 9,
54
+ "disapproval": 10,
55
+ "disgust": 11,
56
+ "embarrassment": 12,
57
+ "excitement": 13,
58
+ "fear": 14,
59
+ "gratitude": 15,
60
+ "grief": 16,
61
+ "joy": 17,
62
+ "love": 18,
63
+ "nervousness": 19,
64
+ "neutral": 27,
65
+ "optimism": 20,
66
+ "pride": 21,
67
+ "realization": 22,
68
+ "relief": 23,
69
+ "remorse": 24,
70
+ "sadness": 25,
71
+ "surprise": 26
72
+ },
73
+ "layer_norm_eps": 1e-12,
74
+ "max_position_embeddings": 512,
75
+ "model_type": "electra",
76
+ "num_attention_heads": 12,
77
+ "num_hidden_layers": 12,
78
+ "pad_token_id": 0,
79
+ "type_vocab_size": 2,
80
+ "vocab_size": 32200
81
+ }