Instructions to use Howard001/roberta-large-lora-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Howard001/roberta-large-lora-token-classification with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("roberta-large") model = PeftModel.from_pretrained(base_model, "Howard001/roberta-large-lora-token-classification") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
9bc7ab0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f42315db697166afc2c27a97c1f48797c4f745863d1749502ac9e8795e63d99a
size 7524250
|