Instructions to use kontur-ai/sbert_punc_case_ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kontur-ai/sbert_punc_case_ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kontur-ai/sbert_punc_case_ru")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kontur-ai/sbert_punc_case_ru") model = AutoModelForTokenClassification.from_pretrained("kontur-ai/sbert_punc_case_ru") - Notebooks
- Google Colab
- Kaggle
Неверное выделение имён собственных и аббревиатур
🤯 1
#2 opened about 3 years ago
by
akarak