svanhvit commited on
Commit
ba948ef
·
1 Parent(s): 6eb58c4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -26,4 +26,8 @@
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 50000
 
 
 
 
29
  }
 
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 50000
29
+ "id2label": {
30
+ "0": "informal",
31
+ "1": "formal",
32
+ },
33
  }