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