abhiramd22 commited on
Commit
feb9cad
1 Parent(s): 00d4855

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -21,5 +21,13 @@
21
  "relative_attention_num_buckets": 32,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.38.2",
24
- "vocab_size": 30527
 
 
 
 
 
 
 
 
25
  }
 
21
  "relative_attention_num_buckets": 32,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.38.2",
24
+ "vocab_size": 30527,
25
+ "label2id": {
26
+ "NEGATIVE": "0",
27
+ "POSITIVE": "1"
28
+ },
29
+ "id2label": {
30
+ "0": "NEGATIVE",
31
+ "1": "POSITIVE"
32
+ }
33
  }