Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "roberta-base",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "roberta-base",
|
| 3 |
+
"id2label": [
|
| 4 |
+
"neutral",
|
| 5 |
+
"non-neutral"
|
| 6 |
+
],
|
| 7 |
"architectures": [
|
| 8 |
"RobertaForSequenceClassification"
|
| 9 |
],
|