Instructions to use dbmdz/bert-base-turkish-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbmdz/bert-base-turkish-uncased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dbmdz/bert-base-turkish-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Can't Load Tokenizer
#2
by akbstalha - opened
My notebook is given "OSError: Can't load tokenizer for 'dbmdz/bert-base-turkish-uncased'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'dbmdz/bert-base-turkish-uncased' is the correct path to a directory containing all relevant files for a BertTokenizerFast tokenizer." to me. How can I fix it?
