sinanyuksel commited on
Commit
6deba31
·
1 Parent(s): 2d39090

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -7,6 +7,10 @@
7
  "0": "negatif",
8
  "1": "pozitif"
9
  },
 
 
 
 
10
  "activation": "gelu",
11
  "attention_probs_dropout_prob": 0.1,
12
  "hidden_act": "gelu",
 
7
  "0": "negatif",
8
  "1": "pozitif"
9
  },
10
+ "label2id": {
11
+ "pozitif":1,
12
+ "negatif":0
13
+ },
14
  "activation": "gelu",
15
  "attention_probs_dropout_prob": 0.1,
16
  "hidden_act": "gelu",