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