Instructions to use dbmdz/convbert-base-turkish-mc4-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbmdz/convbert-base-turkish-mc4-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dbmdz/convbert-base-turkish-mc4-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dbmdz/convbert-base-turkish-mc4-uncased") model = AutoModelForMaskedLM.from_pretrained("dbmdz/convbert-base-turkish-mc4-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
371512b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ec9f8575c23662aa0b4695d32e5a7619d64414723eb9cc9b08b9b4dba4e13b5
size 427380697
|