Instructions to use dbmdz/distilbert-base-turkish-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbmdz/distilbert-base-turkish-cased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dbmdz/distilbert-base-turkish-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
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,
|