clinc/clinc_oos
Viewer • Updated • 59.3k • 26.3k • 20
How to use nerdai/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="nerdai/distilbert-base-uncased-distilled-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("nerdai/distilbert-base-uncased-distilled-clinc")
model = AutoModelForSequenceClassification.from_pretrained("nerdai/distilbert-base-uncased-distilled-clinc", device_map="auto")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.2861 | 0.7445 |
| 1.556 | 2.0 | 636 | 0.7019 | 0.8677 |
| 1.556 | 3.0 | 954 | 0.4289 | 0.9190 |
| 0.6453 | 4.0 | 1272 | 0.3133 | 0.9313 |
| 0.3314 | 5.0 | 1590 | 0.2654 | 0.9348 |
| 0.3314 | 6.0 | 1908 | 0.2448 | 0.9397 |
| 0.2393 | 7.0 | 2226 | 0.2392 | 0.94 |
Base model
distilbert/distilbert-base-uncased