LysandreJik commited on
Commit
91b0621
1 Parent(s): 1955f23
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "SentimentClassifier"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "gradient_checkpointing": false,
@@ -16,5 +16,9 @@
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
18
  "type_vocab_size": 2,
19
- "vocab_size": 30522
 
 
 
 
20
  }
 
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "gradient_checkpointing": false,
 
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
18
  "type_vocab_size": 2,
19
+ "vocab_size": 30522,
20
+ "id2label": {
21
+ "0": "NEGATIVE",
22
+ "1": "POSITIVE"
23
+ }
24
  }