StevenLimcorn
commited on
Commit
•
77d1188
1
Parent(s):
3ece311
initial commit; fine-tuned on EmoT
Browse files- config.json +11 -11
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "indonesian-roberta-base-emotion-classifier",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -11,20 +11,20 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/indonesian-roberta-base-emotion-classifier",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "sadness",
|
15 |
+
"1": "anger",
|
16 |
+
"2": "love",
|
17 |
+
"3": "fear",
|
18 |
+
"4": "happy"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"anger": 1,
|
24 |
+
"fear": 3,
|
25 |
+
"happy": 4,
|
26 |
+
"love": 2,
|
27 |
+
"sadness": 0
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0d0d81520d871bccc552acbdfcf56003b77869d3574e31c9de179dcb90e8cb4
|
3 |
+
size 498680493
|