Instructions to use RyanGwy/roberta-base-lora-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RyanGwy/roberta-base-lora-text-classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("roberta-base") model = PeftModel.from_pretrained(base_model, "RyanGwy/roberta-base-lora-text-classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5abfa26ff85bc6bdf8e020a6fb72c7578c15713704364733e611be2959380b4b
- Size of remote file:
- 5.37 kB
- SHA256:
- f34476a1fa8e2a5749944a5921807477d50dcfb44b28dc2a659ec95f62e12146
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.