israelcamp commited on
Commit
71bafef
1 Parent(s): d6a2b22

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -32,5 +32,13 @@
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.31.0",
34
  "type_vocab_size": 0,
35
- "vocab_size": 50270
 
 
 
 
 
 
 
 
36
  }
 
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.31.0",
34
  "type_vocab_size": 0,
35
+ "vocab_size": 50270,
36
+ "id2label": {
37
+ "0": 0,
38
+ "1": 1
39
+ },
40
+ "label2id": {
41
+ "0": 0,
42
+ "1": 1
43
+ },
44
  }