Instructions to use SkyR/roberta-base-ours-run-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SkyR/roberta-base-ours-run-3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SkyR/roberta-base-ours-run-3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SkyR/roberta-base-ours-run-3") model = AutoModelForSequenceClassification.from_pretrained("SkyR/roberta-base-ours-run-3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 38ffe09e60264cd29a3f4f2d4f7271aed73ab73a626320f23d9ef47f29674bb1
- Size of remote file:
- 499 MB
- SHA256:
- bb264d8d0a328b84f73e83fb2a43a93c1b245873af8f1df0c36f74e4af2e9a46
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.