nyu-mll/glue
Viewer • Updated • 1.49M • 477k • 504
How to use jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-d1_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-d1_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 |
|---|---|---|---|---|
| 0.4448 | 1.0 | 1 | 0.9473 | 0.5081 |
| 0.5856 | 2.0 | 2 | 0.9471 | 0.5081 |
| 0.5093 | 3.0 | 3 | 0.9470 | 0.5078 |
| 0.5734 | 4.0 | 4 | 0.9470 | 0.5078 |
| 0.6733 | 5.0 | 5 | 0.9470 | 0.5078 |
Base model
facebook/opt-350m