nyu-mll/glue
Viewer • Updated • 1.49M • 468k • 504
How to use jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-mm-d2_fs2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("facebook/opt-350m")
model = PeftModel.from_pretrained(base_model, "jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-mm-d2_fs2")This model is a fine-tuned version of facebook/opt-350m 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:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 2.0281 | 1.0 | 1 | 1.6700 | 0.5308 |
| 2.0279 | 2.0 | 2 | 1.6672 | 0.5310 |
| 2.075 | 3.0 | 3 | 1.6652 | 0.5311 |
| 1.8838 | 4.0 | 4 | 1.6638 | 0.5311 |
| 2.1792 | 5.0 | 5 | 1.6631 | 0.5311 |
Base model
facebook/opt-350m