Token Classification
Transformers
PyTorch
Turkish
bert
punctuation restoration
punctuation prediction
Instructions to use uygarkurt/bert-restore-punctuation-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uygarkurt/bert-restore-punctuation-turkish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="uygarkurt/bert-restore-punctuation-turkish")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("uygarkurt/bert-restore-punctuation-turkish") model = AutoModelForTokenClassification.from_pretrained("uygarkurt/bert-restore-punctuation-turkish") - Notebooks
- Google Colab
- Kaggle
Ctrl+K