nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-glue_cola with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/cola_6ep_ft-22")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-glue_cola")This model is a fine-tuned version of connectivity/cola_6ep_ft-22 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.8303 | None | 0 |
| 0.8293 | 0.0508 | 0 |
| 0.8284 | 0.0464 | 1 |
| 0.8322 | 0.0472 | 2 |
| 0.8274 | 0.0471 | 3 |
Base model
connectivity/cola_6ep_ft-22