vesteinn commited on
Commit
cb4033d
1 Parent(s): 20b3aae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -3,6 +3,14 @@
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
 
 
 
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
6
+ "id2label": {
7
+ "0": "negative",
8
+ "1": "positive"
9
+ },
10
+ "label2id": {
11
+ "negative": 0,
12
+ "positive": 1
13
+ },
14
  "attention_probs_dropout_prob": 0.1,
15
  "bos_token_id": 0,
16
  "classifier_dropout": null,