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