Commit
·
081aa67
1
Parent(s):
ed32419
Upload config.json
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"XLNetForSequenceClassification"
|
| 5 |
],
|
|
@@ -15,13 +15,13 @@
|
|
| 15 |
"eos_token_id": 2,
|
| 16 |
"ff_activation": "gelu",
|
| 17 |
"id2label": {
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"label2id": {
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"mem_len": null,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "..model/xlnet-tagalog-sentiment",
|
| 3 |
"architectures": [
|
| 4 |
"XLNetForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 15 |
"eos_token_id": 2,
|
| 16 |
"ff_activation": "gelu",
|
| 17 |
"id2label": {
|
| 18 |
+
"0": "negative",
|
| 19 |
+
"1": "positive"
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"label2id": {
|
| 23 |
+
"negative": 0,
|
| 24 |
+
"positive": 1
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"mem_len": null,
|