nyu-mll/glue
Viewer • Updated • 1.49M • 424k • 523
How to use manyet1k/deberta-v3-base-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="manyet1k/deberta-v3-base-finetuned-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("manyet1k/deberta-v3-base-finetuned-cola")
model = AutoModelForSequenceClassification.from_pretrained("manyet1k/deberta-v3-base-finetuned-cola", device_map="auto")This model is a fine-tuned version of microsoft/deberta-v3-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.3853 | 1.0 | 535 | 0.3907 | 0.6307 |
| 0.2186 | 2.0 | 1070 | 0.5065 | 0.6603 |
| 0.1481 | 3.0 | 1605 | 0.5638 | 0.6740 |
| 0.1002 | 4.0 | 2140 | 0.6510 | 0.6933 |
| 0.0656 | 5.0 | 2675 | 0.7462 | 0.6877 |
Base model
microsoft/deberta-v3-base