nyu-mll/glue
Viewer • Updated • 1.49M • 468k • 504
How to use jeanlucmarsh/opt-350m-pattern-based_finetuning_with_lora-mnli-d2_fs1 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_fs1")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.2348 | 1.0 | 1 | 0.9447 | 0.5105 |
| 1.2288 | 2.0 | 2 | 0.9443 | 0.5109 |
| 1.3001 | 3.0 | 3 | 0.9441 | 0.5117 |
| 1.6866 | 4.0 | 4 | 0.9439 | 0.5112 |
| 1.2842 | 5.0 | 5 | 0.9439 | 0.5109 |
Base model
facebook/opt-350m