Instructions to use likhith231/roberta-base-lora-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use likhith231/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, "likhith231/roberta-base-lora-text-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ The model was finetuned on truncated version of SetFit/enron_spam dataset. The S
|
|
| 35 |
The truncated version consists of 1000 train samples and 1000 test samples with columns, text and label.
|
| 36 |
|
| 37 |
|
| 38 |
-
### Model Sources
|
| 39 |
|
| 40 |
<!-- Provide the basic links for the model. -->
|
| 41 |
|
|
|
|
| 35 |
The truncated version consists of 1000 train samples and 1000 test samples with columns, text and label.
|
| 36 |
|
| 37 |
|
| 38 |
+
### Model Sources
|
| 39 |
|
| 40 |
<!-- Provide the basic links for the model. -->
|
| 41 |
|