arpanghoshal commited on
Commit
57deaa1
1 Parent(s): 11a272d
Files changed (1) hide show
  1. config.json +82 -3
config.json CHANGED
@@ -1,3 +1,82 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c987c105885c74e97957bbc1a45d7bbec073823bdb8c2cdeb08f42a1335d169c
3
- size 1680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.25,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "admiration",
12
+ "1": "amusement",
13
+ "2": "anger",
14
+ "3": "annoyance",
15
+ "4": "approval",
16
+ "5": "caring",
17
+ "6": "confusion",
18
+ "7": "curiosity",
19
+ "8": "desire",
20
+ "9": "disappointment",
21
+ "10": "disapproval",
22
+ "11": "disgust",
23
+ "12": "embarrassment",
24
+ "13": "excitement",
25
+ "14": "fear",
26
+ "15": "gratitude",
27
+ "16": "grief",
28
+ "17": "joy",
29
+ "18": "love",
30
+ "19": "nervousness",
31
+ "20": "optimism",
32
+ "21": "pride",
33
+ "22": "realization",
34
+ "23": "relief",
35
+ "24": "remorse",
36
+ "25": "sadness",
37
+ "26": "surprise",
38
+ "27": "neutral"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "admiration": 0,
43
+ "amusement": 1,
44
+ "anger": 2,
45
+ "annoyance": 3,
46
+ "approval": 4,
47
+ "caring": 5,
48
+ "confusion": 6,
49
+ "curiosity": 7,
50
+ "desire": 8,
51
+ "disappointment": 9,
52
+ "disapproval": 10,
53
+ "disgust": 11,
54
+ "embarrassment": 12,
55
+ "excitement": 13,
56
+ "fear": 14,
57
+ "gratitude": 15,
58
+ "grief": 16,
59
+ "joy": 17,
60
+ "love": 18,
61
+ "nervousness": 19,
62
+ "neutral": 27,
63
+ "optimism": 20,
64
+ "pride": 21,
65
+ "realization": 22,
66
+ "relief": 23,
67
+ "remorse": 24,
68
+ "sadness": 25,
69
+ "surprise": 26
70
+ },
71
+ "max_position_embeddings": 512,
72
+ "model_type": "Roberta",
73
+ "n_heads": 12,
74
+ "n_layers": 6,
75
+ "pad_token_id": 0,
76
+ "qa_dropout": 0.1,
77
+ "seq_classif_dropout": 0.2,
78
+ "sinusoidal_pos_embds": false,
79
+ "tie_weights_": true,
80
+ "transformers_version": "4.4.0.dev0",
81
+ "vocab_size": 30522
82
+ }