SetFit/subj
Viewer • Updated • 10k • 3.12k • 8
How to use Gladiator/microsoft-deberta-v3-large_cls_subj with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Gladiator/microsoft-deberta-v3-large_cls_subj") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Gladiator/microsoft-deberta-v3-large_cls_subj")
model = AutoModelForSequenceClassification.from_pretrained("Gladiator/microsoft-deberta-v3-large_cls_subj")This model is a fine-tuned version of microsoft/deberta-v3-large on subj 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.2629 | 1.0 | 500 | 0.1519 | 0.955 |
| 0.1232 | 2.0 | 1000 | 0.1121 | 0.974 |
| 0.0535 | 3.0 | 1500 | 0.1341 | 0.974 |
| 0.0152 | 4.0 | 2000 | 0.1794 | 0.969 |
| 0.0043 | 5.0 | 2500 | 0.1525 | 0.976 |