mukhamed2006 commited on
Commit
cfeb749
·
verified ·
1 Parent(s): 0b0f1c0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -11,6 +11,14 @@
11
  "hidden_size": 768,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-05,
15
  "max_position_embeddings": 514,
16
  "model_type": "roberta",
 
11
  "hidden_size": 768,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
14
+ "id2label": {
15
+ "0": "NEGATIVE",
16
+ "1": "POSITIVE"
17
+ },
18
+ "label2id": {
19
+ "NEGATIVE": 0,
20
+ "POSITIVE": 1
21
+ },
22
  "layer_norm_eps": 1e-05,
23
  "max_position_embeddings": 514,
24
  "model_type": "roberta",