nyu-mll/glue
Viewer • Updated • 1.49M • 424k • 523
How to use NicolasLe/mpnet-base-finetuned-AdamW-mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="NicolasLe/mpnet-base-finetuned-AdamW-mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("NicolasLe/mpnet-base-finetuned-AdamW-mnli")
model = AutoModelForSequenceClassification.from_pretrained("NicolasLe/mpnet-base-finetuned-AdamW-mnli", device_map="auto")This model is a fine-tuned version of microsoft/mpnet-base 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.6323 | 0.2 | 19636 | 0.5741 | 0.8290 |