clinc/clinc_oos
Viewer • Updated • 59.3k • 10.7k • 20
How to use bobtk/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="bobtk/distilbert-base-uncased-distilled-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("bobtk/distilbert-base-uncased-distilled-clinc")
model = AutoModelForSequenceClassification.from_pretrained("bobtk/distilbert-base-uncased-distilled-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 | 1.3277 | 0.6810 |
| 1.6277 | 2.0 | 636 | 0.7482 | 0.8142 |
| 1.6277 | 3.0 | 954 | 0.4650 | 0.8852 |
| 0.72 | 4.0 | 1272 | 0.3476 | 0.9145 |
| 0.3858 | 5.0 | 1590 | 0.2931 | 0.9274 |
| 0.3858 | 6.0 | 1908 | 0.2694 | 0.9271 |
| 0.2954 | 7.0 | 2226 | 0.2582 | 0.9297 |
| 0.2587 | 8.0 | 2544 | 0.2518 | 0.9335 |
| 0.2587 | 9.0 | 2862 | 0.2493 | 0.9329 |
Base model
distilbert/distilbert-base-uncased