nyu-mll/glue
Viewer • Updated • 1.49M • 477k • 504
How to use jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-d3_fs3 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-d3_fs3")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 |
|---|---|---|---|---|
| 1.0259 | 1.0 | 1 | 0.9396 | 0.5100 |
| 0.9113 | 2.0 | 2 | 0.9392 | 0.5090 |
| 1.1085 | 3.0 | 3 | 0.9388 | 0.5096 |
| 0.97 | 4.0 | 4 | 0.9386 | 0.5097 |
| 0.9975 | 5.0 | 5 | 0.9385 | 0.5094 |
Base model
facebook/opt-350m