JuliusAlphonso
commited on
Commit
•
659b497
1
Parent(s):
5c8bd68
add model
Browse files- config.json +45 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "neutral",
|
13 |
+
"1": "anger",
|
14 |
+
"2": "anticipation",
|
15 |
+
"3": "disgust",
|
16 |
+
"4": "fear",
|
17 |
+
"5": "joy",
|
18 |
+
"6": "sadness",
|
19 |
+
"7": "surprise",
|
20 |
+
"8": "trust"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"label2id": {
|
24 |
+
"anger": "1",
|
25 |
+
"anticipation": "2",
|
26 |
+
"disgust": "3",
|
27 |
+
"fear": "4",
|
28 |
+
"joy": "5",
|
29 |
+
"neutral": "0",
|
30 |
+
"sadness": "6",
|
31 |
+
"surprise": "7",
|
32 |
+
"trust": "8"
|
33 |
+
},
|
34 |
+
"max_position_embeddings": 512,
|
35 |
+
"model_type": "distilbert",
|
36 |
+
"n_heads": 12,
|
37 |
+
"n_layers": 6,
|
38 |
+
"pad_token_id": 0,
|
39 |
+
"problem_type": "multi_label_classification",
|
40 |
+
"qa_dropout": 0.1,
|
41 |
+
"seq_classif_dropout": 0.2,
|
42 |
+
"sinusoidal_pos_embds": false,
|
43 |
+
"transformers_version": "4.7.0",
|
44 |
+
"vocab_size": 28996
|
45 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7f8a791dc9a715bfff1cbfc731aa4044e1e5526d208cb791417818eae4dfb28
|
3 |
+
size 263193713
|