initial commit; fine-tuned on emotion twitter
Browse files- config.json +8 -8
- pytorch_model.bin +2 -2
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -10,17 +10,17 @@
|
|
10 |
"eos_token_id": 50256,
|
11 |
"gradient_checkpointing": false,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
},
|
25 |
"layer_norm_epsilon": 1e-05,
|
26 |
"model_type": "gpt2",
|
|
|
10 |
"eos_token_id": 50256,
|
11 |
"gradient_checkpointing": false,
|
12 |
"id2label": {
|
13 |
+
"0": "sadness",
|
14 |
+
"1": "joy",
|
15 |
+
"2": "fear",
|
16 |
+
"3": "anger"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
+
"anger": 3,
|
21 |
+
"fear": 2,
|
22 |
+
"joy": 1,
|
23 |
+
"sadness": 0
|
24 |
},
|
25 |
"layer_norm_epsilon": 1e-05,
|
26 |
"model_type": "gpt2",
|
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:2166c60a8b152b108dc5ad962791b3a5d8c21a8450e8d473d4b8a2f0202307b4
|
3 |
+
size 510413927
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497958928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b949930282dcc8ca1b5cf2e8aba62168272c961ed72f2a3805d1044a8fdb9b71
|
3 |
size 497958928
|