nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use TransferGraph/connectivity_bert_ft_qqp-94-finetuned-lora-glue_cola with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-94")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_bert_ft_qqp-94-finetuned-lora-glue_cola")This model is a fine-tuned version of connectivity/bert_ft_qqp-94 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.3087 | None | 0 |
| 0.6922 | 0.7747 | 0 |
| 0.6922 | 0.6010 | 1 |
| 0.7037 | 0.5853 | 2 |
| 0.7363 | 0.5491 | 3 |
Base model
connectivity/bert_ft_qqp-94