kruthof commited on
Commit
8ef8436
·
1 Parent(s): c32129b

include label

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -7,6 +7,10 @@
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
 
 
 
 
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
 
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
+ "id2label": {
11
+ "0": "No",
12
+ "1": "Yes"
13
+ },
14
  "gradient_checkpointing": false,
15
  "hidden_act": "gelu",
16
  "hidden_dropout_prob": 0.1,