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