Akash7897 commited on
Commit
0f3e476
1 Parent(s): 534cf70

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -4,6 +4,10 @@
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
6
  ],
 
 
 
 
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
 
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
6
  ],
7
+ "id2label": {
8
+ "0": "NEGATIVE",
9
+ "1": "POSITIVE"
10
+ },
11
  "attention_dropout": 0.1,
12
  "dim": 768,
13
  "dropout": 0.1,