Commit ·
5cd4752
1
Parent(s): b68b7aa
Update config.json
Browse files- config.json +0 -14
config.json
CHANGED
|
@@ -1,18 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"BertForSequenceClassification"
|
| 4 |
-
],
|
| 5 |
-
"id2label": {
|
| 6 |
-
"0": "neutral",
|
| 7 |
-
"1": "positive",
|
| 8 |
-
"2": "negative"
|
| 9 |
-
},
|
| 10 |
-
"label2id": {
|
| 11 |
-
"positive": 1,
|
| 12 |
-
"negative": 2,
|
| 13 |
-
"neutral": 0
|
| 14 |
-
},
|
| 15 |
-
"model_type": "bert",
|
| 16 |
"attention_probs_dropout_prob": 0.1,
|
| 17 |
"hidden_act": "gelu",
|
| 18 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_probs_dropout_prob": 0.1,
|
| 3 |
"hidden_act": "gelu",
|
| 4 |
"hidden_dropout_prob": 0.1,
|