model files added
Browse files- config.json +21 -11
- tokenizer.json +0 -0
config.json
CHANGED
@@ -4,19 +4,30 @@
|
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
-
"id2label":
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
@@ -35,8 +46,7 @@
|
|
35 |
"pad_token_id": 0,
|
36 |
"position_embedding_type": "absolute",
|
37 |
"problem_type": "single_label_classification",
|
38 |
-
"
|
39 |
-
"transformers_version": "4.19.2",
|
40 |
"type_vocab_size": 2,
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 30522
|
|
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"gradient_checkpointing": false,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
+
"id2label": [
|
12 |
+
{
|
13 |
+
"0": "sadness"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"1": "joy"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"2": "love"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"3": "anger"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"4": "fear"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"5": "surprise"
|
29 |
+
}
|
30 |
+
],
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
|
|
46 |
"pad_token_id": 0,
|
47 |
"position_embedding_type": "absolute",
|
48 |
"problem_type": "single_label_classification",
|
49 |
+
"transformers_version": "4.8.0",
|
|
|
50 |
"type_vocab_size": 2,
|
51 |
"use_cache": true,
|
52 |
"vocab_size": 30522
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|