nyu-mll/glue
Viewer • Updated • 1.49M • 466k • 496
How to use zhangfx7/deberta-base-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="zhangfx7/deberta-base-finetuned-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("zhangfx7/deberta-base-finetuned-cola")
model = AutoModelForSequenceClassification.from_pretrained("zhangfx7/deberta-base-finetuned-cola")This model is a fine-tuned version of microsoft/deberta-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 | Matthews Correlation |
|---|---|---|---|---|
| 0.6187 | 1.0 | 535 | 0.6187 | 0.0 |