nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use TransferGraph/connectivity_cola_6ep_ft-33-finetuned-lora-glue_cola with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/cola_6ep_ft-33")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_cola_6ep_ft-33-finetuned-lora-glue_cola")This model is a fine-tuned version of connectivity/cola_6ep_ft-33 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.8207 | None | 0 |
| 0.8140 | 0.0656 | 0 |
| 0.8082 | 0.0599 | 1 |
| 0.8226 | 0.0604 | 2 |
| 0.8111 | 0.0609 | 3 |
Base model
connectivity/cola_6ep_ft-33