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