Instructions to use Yunij/RobertaModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yunij/RobertaModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yunij/RobertaModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yunij/RobertaModel") model = AutoModelForSequenceClassification.from_pretrained("Yunij/RobertaModel") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6f74457 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d348166ecd42c43f50e3e0ff132e643b625d1563f368bdc43d29ed4e6b4de00e
size 3963
|