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