Instructions to use AndersGiovanni/roberta-large-10-dim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AndersGiovanni/roberta-large-10-dim with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("roberta-large") model = PeftModel.from_pretrained(base_model, "AndersGiovanni/roberta-large-10-dim") - Notebooks
- Google Colab
- Kaggle
Ctrl+K