mrm8488 lewtun HF staff commited on
Commit
57eb10d
1 Parent(s): 486aa5f

Align label mapping with cola config of glue dataset (#1)

Browse files

- Align label mapping with cola config of glue dataset (aba055da968d35d4f2f7273e49797727cbc39283)


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

Files changed (1) hide show
  1. config.json +10 -2
config.json CHANGED
@@ -26,5 +26,13 @@
26
  "transformers_version": "4.18.0",
27
  "type_vocab_size": 1,
28
  "use_cache": true,
29
- "vocab_size": 50265
30
- }
 
 
 
 
 
 
 
 
 
26
  "transformers_version": "4.18.0",
27
  "type_vocab_size": 1,
28
  "use_cache": true,
29
+ "vocab_size": 50265,
30
+ "label2id": {
31
+ "unacceptable": 0,
32
+ "acceptable": 1
33
+ },
34
+ "id2label": {
35
+ "0": "unacceptable",
36
+ "1": "acceptable"
37
+ }
38
+ }