cornell-movie-review-data/rotten_tomatoes
Viewer • Updated • 10.7k • 58.1k • 116
How to use TransferGraph/Alassea_glue_sst_classifier-finetuned-lora-rotten_tomatoes with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Alassea/glue_sst_classifier")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Alassea_glue_sst_classifier-finetuned-lora-rotten_tomatoes")This model is a fine-tuned version of Alassea/glue_sst_classifier on the rotten_tomatoes dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| accuracy | train_loss | epoch |
|---|---|---|
| 0.8724 | None | 0 |
| 0.8715 | 0.3353 | 0 |
| 0.8724 | 0.3133 | 1 |
| 0.8799 | 0.3031 | 2 |
| 0.8809 | 0.2947 | 3 |
Base model
Alassea/glue_sst_classifier