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