clinc/clinc_oos
Viewer • Updated • 59.3k • 17.6k • 20
How to use Hwijung/distilbert-base-uncased-finetuned-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Hwijung/distilbert-base-uncased-finetuned-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Hwijung/distilbert-base-uncased-finetuned-clinc")
model = AutoModelForSequenceClassification.from_pretrained("Hwijung/distilbert-base-uncased-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 | 159 | 1.7692 | 0.6606 |
| No log | 2.0 | 318 | 1.1246 | 0.7997 |
| No log | 3.0 | 477 | 0.7261 | 0.8681 |
| 1.5283 | 4.0 | 636 | 0.5132 | 0.9106 |
| 1.5283 | 5.0 | 795 | 0.4002 | 0.9232 |
| 1.5283 | 6.0 | 954 | 0.3460 | 0.9342 |
| 0.4714 | 7.0 | 1113 | 0.3171 | 0.9384 |
| 0.4714 | 8.0 | 1272 | 0.3028 | 0.9410 |
| 0.4714 | 9.0 | 1431 | 0.2947 | 0.9416 |
| 0.2878 | 10.0 | 1590 | 0.2929 | 0.9419 |