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