nyu-mll/glue
Viewer • Updated • 1.49M • 484k • 500
How to use Tural/ml-out-glue-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Tural/ml-out-glue-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Tural/ml-out-glue-cola")
model = AutoModelForSequenceClassification.from_pretrained("Tural/ml-out-glue-cola")This model is a fine-tuned version of Tural/language-modeling-from-scratch-ml on the GLUE COLA 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
Tural/language-modeling-from-scratch-ml