nyu-mll/glue
Viewer • Updated • 1.49M • 485k • 498
How to use Cheng98/opt-125m-mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Cheng98/opt-125m-mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Cheng98/opt-125m-mnli")
model = AutoModelForSequenceClassification.from_pretrained("Cheng98/opt-125m-mnli")This model is a fine-tuned version of facebook/opt-125m on the GLUE MNLI 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:
Base model
facebook/opt-125m