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