svanhvit commited on
Commit
a57a39e
·
1 Parent(s): 59be717

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -12,8 +12,8 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "informal",
16
- "1": "formal"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "LABEL_0": "informal",
16
+ "LABEL_1": "formal"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,