Osiris commited on
Commit
0820452
1 Parent(s): ae4b3ce

Update config.json

Browse files
Files changed (1) hide show
  1. 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
  ],