config: remove output_hidden_states (see https://github.com/stefan-it/turkish-bert/issues/25)
Browse files- config.json +0 -1
config.json
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
"model_type": "distilbert",
|
10 |
"n_heads": 12,
|
11 |
"n_layers": 6,
|
12 |
-
"output_hidden_states": true,
|
13 |
"output_past": true,
|
14 |
"pad_token_id": 0,
|
15 |
"qa_dropout": 0.1,
|
|
|
9 |
"model_type": "distilbert",
|
10 |
"n_heads": 12,
|
11 |
"n_layers": 6,
|
|
|
12 |
"output_past": true,
|
13 |
"pad_token_id": 0,
|
14 |
"qa_dropout": 0.1,
|