cwinkler commited on
Commit
e18ef67
·
1 Parent(s): 9e9160f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -22,4 +22,12 @@
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.25.1",
24
  "vocab_size": 30522
 
 
 
 
 
 
 
 
25
  }
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.25.1",
24
  "vocab_size": 30522
25
+ "id2label": {
26
+ "0": "NO GREEN PATENT",
27
+ "1": "GREEN PATENT"
28
+ },
29
+ "label2id": {
30
+ "NO GREEN PATENT": 0,
31
+ "GREEN PATENT": 1
32
+ }
33
  }