clinc/clinc_oos
Viewer • Updated • 59.3k • 10.4k • 20
How to use srini98/distilbert_finetuned-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="srini98/distilbert_finetuned-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("srini98/distilbert_finetuned-clinc")
model = AutoModelForSequenceClassification.from_pretrained("srini98/distilbert_finetuned-clinc")This model is a fine-tuned version of distilbert-base-uncased on the clinc_oos 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 |
|---|---|---|---|---|
| No log | 1.0 | 318 | 3.2788 | 0.7371 |
| 3.7785 | 2.0 | 636 | 1.8739 | 0.8358 |
| 3.7785 | 3.0 | 954 | 1.1618 | 0.8923 |
| 1.6926 | 4.0 | 1272 | 0.8647 | 0.9090 |
| 0.9104 | 5.0 | 1590 | 0.7799 | 0.9161 |