nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use TransferGraph/crcb_isear_bert-finetuned-lora-glue_cola with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert")
model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-glue_cola")This model is a fine-tuned version of crcb/isear_bert 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.4247 | None | 0 |
| 0.7133 | 0.6103 | 0 |
| 0.7699 | 0.5025 | 1 |
| 0.7776 | 0.4444 | 2 |
| 0.7872 | 0.4309 | 3 |
Base model
crcb/isear_bert