Instructions to use RUPunct/RUPunct_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RUPunct/RUPunct_medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RUPunct/RUPunct_medium")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RUPunct/RUPunct_medium") model = AutoModelForTokenClassification.from_pretrained("RUPunct/RUPunct_medium") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7075d39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:68585d10327b336227247d5de9f27aba4d73e78f53f981e9d4d5c67617d281cc
size 340253421
|