AntoineBlanot commited on
Commit
259b4b2
1 Parent(s): 7e5899c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -18,9 +18,9 @@
18
  "initializer_factor": 1.0,
19
  "is_encoder_decoder": true,
20
  "is_gated_act": true,
21
- "id2label": {
22
- "0": "false",
23
- "1": "true"
24
  },
25
  "layer_norm_epsilon": 1e-06,
26
  "model_type": "t5",
 
18
  "initializer_factor": 1.0,
19
  "is_encoder_decoder": true,
20
  "is_gated_act": true,
21
+ "label2id": {
22
+ "false": 0,
23
+ "true": 1
24
  },
25
  "layer_norm_epsilon": 1e-06,
26
  "model_type": "t5",