nyu-mll/glue
Viewer • Updated • 1.49M • 488k • 504
How to use jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-d2_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-d2_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.1605 | 1.0 | 1 | 0.9429 | 0.5109 |
| 1.1067 | 2.0 | 2 | 0.9426 | 0.5112 |
| 1.1237 | 3.0 | 3 | 0.9423 | 0.5114 |
| 1.0825 | 4.0 | 4 | 0.9421 | 0.5112 |
| 0.944 | 5.0 | 5 | 0.9420 | 0.5111 |
Base model
facebook/opt-350m