hichamH commited on
Commit
5aae96d
1 Parent(s): 7d05226

add id2label

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -8,6 +8,7 @@
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "id2label":{0:"négative",1:"positive"},
 
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
13
  "hidden_dropout_prob": 0.1,
 
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "id2label":{0:"négative",1:"positive"},
11
+ "label2id":{"négative":0,"positive":1},
12
  "gradient_checkpointing": false,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,