fabriceyhc lewtun HF staff commited on
Commit
1225cca
1 Parent(s): 2db3100

Align label mapping with amazon_polarity dataset (#1)

Browse files

- Align label mapping with amazon_polarity dataset (9538fc712dbe97fb02984559e1de40b1cbb4ab73)


Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +10 -2
config.json CHANGED
@@ -23,5 +23,13 @@
23
  "transformers_version": "4.10.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
- "vocab_size": 30522
27
- }
 
 
 
 
 
 
 
 
23
  "transformers_version": "4.10.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
+ "vocab_size": 30522,
27
+ "label2id": {
28
+ "negative": 0,
29
+ "positive": 1
30
+ },
31
+ "id2label": {
32
+ "0": "negative",
33
+ "1": "positive"
34
+ }
35
+ }