swardiantara commited on
Commit
6366475
1 Parent(s): 92857c4

Update the label name

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -24,5 +24,13 @@
24
  "transformers_version": "4.28.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
- "vocab_size": 50265
 
 
 
 
 
 
 
 
28
  }
 
24
  "transformers_version": "4.28.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
+ "vocab_size": 50265,
28
+ "id2label": {
29
+ "0": "NEGATIVE",
30
+ "1": "POSITIVE"
31
+ },
32
+ "label2id": {
33
+ "NEGATIVE": 0,
34
+ "POSITIVE": 1
35
+ }
36
  }