YamenRM commited on
Commit
b19b48f
·
verified ·
1 Parent(s): d64d0eb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -20,5 +20,13 @@
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "transformers_version": "4.56.1",
23
- "vocab_size": 30522
 
 
 
 
 
 
 
 
24
  }
 
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "transformers_version": "4.56.1",
23
+ "vocab_size": 30522,
24
+ "id2label": {
25
+ "0": "negative",
26
+ "1": "positive"
27
+ },
28
+ "label2id": {
29
+ "negative": 0,
30
+ "positive": 1
31
+ }
32
  }