Update config.json
Browse files- config.json +8 -1
config.json
CHANGED
@@ -16,5 +16,12 @@
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"type_vocab_size": 2,
|
19 |
-
"vocab_size": 32000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"type_vocab_size": 2,
|
19 |
+
"vocab_size": 32000,
|
20 |
+
"id2label": {
|
21 |
+
"0": "negative",
|
22 |
+
"1": "positive"},
|
23 |
+
"label2id": {
|
24 |
+
"negative": 0,
|
25 |
+
"positive": 1}
|
26 |
+
|
27 |
}
|