nyu-mll/glue
Viewer • Updated • 1.49M • 485k • 498
How to use GCopoulos/opt-125m-finetuned-answerpol-02 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="GCopoulos/opt-125m-finetuned-answerpol-02") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("GCopoulos/opt-125m-finetuned-answerpol-02")
model = AutoModelForSequenceClassification.from_pretrained("GCopoulos/opt-125m-finetuned-answerpol-02")This model is a fine-tuned version of facebook/opt-125m 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 | F1 |
|---|---|---|---|---|
| No log | 1.0 | 220 | 0.7962 | 0.8660 |
| 0.0329 | 2.0 | 440 | 0.8896 | 0.8669 |
| 0.0201 | 3.0 | 660 | 0.8526 | 0.8780 |