nbroad commited on
Commit
a201e4a
·
1 Parent(s): 859e869

id2label str numbers to int

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -29,10 +29,10 @@
29
  "hidden_dropout_prob": 0.1,
30
  "hidden_size": 768,
31
  "id2label": {
32
- "0": "false",
33
- "1": "mixture",
34
- "2": "true",
35
- "3": "unproven"
36
  },
37
  "ignore_attention_mask": false,
38
  "initializer_range": 0.02,
 
29
  "hidden_dropout_prob": 0.1,
30
  "hidden_size": 768,
31
  "id2label": {
32
+ 0: "false",
33
+ 1: "mixture",
34
+ 2: "true",
35
+ 3: "unproven"
36
  },
37
  "ignore_attention_mask": false,
38
  "initializer_range": 0.02,