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