Token Classification
Transformers
PyTorch
Turkish
electra
punctuation restoration
punctuation prediction
Instructions to use uygarkurt/electra-restore-punctuation-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uygarkurt/electra-restore-punctuation-turkish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="uygarkurt/electra-restore-punctuation-turkish")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("uygarkurt/electra-restore-punctuation-turkish") model = AutoModelForTokenClassification.from_pretrained("uygarkurt/electra-restore-punctuation-turkish") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot