not-lain commited on
Commit
322b177
1 Parent(s): fe46a5e

removed labels from config

Browse files
Files changed (1) hide show
  1. config.json +0 -8
config.json CHANGED
@@ -26,12 +26,4 @@
26
  "type_vocab_size": 2,
27
  "use_cache": true,
28
  "vocab_size": 30522,
29
- "id2label":{
30
- "0": "POSITIVE",
31
- "1": "NEGATIVE"
32
- },
33
- "label2id":{
34
- "POSITIVE": 0,
35
- "NEGATIVE": 1
36
- }
37
  }
 
26
  "type_vocab_size": 2,
27
  "use_cache": true,
28
  "vocab_size": 30522,
 
 
 
 
 
 
 
 
29
  }