nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use TransferGraph/dapang_distilroberta-base-mic-sym-finetuned-lora-glue_cola with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("dapang/distilroberta-base-mic-sym")
model = PeftModel.from_pretrained(base_model, "TransferGraph/dapang_distilroberta-base-mic-sym-finetuned-lora-glue_cola")This model is a fine-tuned version of dapang/distilroberta-base-mic-sym on the glue 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.5503 | None | 0 |
| 0.7143 | 0.5990 | 0 |
| 0.7383 | 0.5313 | 1 |
| 0.7593 | 0.4966 | 2 |
| 0.7680 | 0.4812 | 3 |
Base model
agi-css/distilroberta-base-mic-sym