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:
- 7a22ea193b01f2c1618c51594506901ea0023c1b1effd0c6436b8558b8f111d1
- Size of remote file:
- 3.39 kB
- SHA256:
- c4bde499996d5b1add366e3ab3c49d1d5c12fdd0df09f52089b4a8a6fa42c71b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.