clinc/clinc_oos
Viewer • Updated • 59.3k • 8.43k • 20
How to use soonmo/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="soonmo/distilbert-base-uncased-distilled-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("soonmo/distilbert-base-uncased-distilled-clinc")
model = AutoModelForSequenceClassification.from_pretrained("soonmo/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 |
|---|---|---|---|---|
| 2.1042 | 1.0 | 318 | 1.5124 | 0.7487 |
| 1.1742 | 2.0 | 636 | 0.7825 | 0.8735 |
| 0.6319 | 3.0 | 954 | 0.4544 | 0.9203 |
| 0.3826 | 4.0 | 1272 | 0.3230 | 0.9345 |
| 0.2712 | 5.0 | 1590 | 0.2731 | 0.9448 |
| 0.2233 | 6.0 | 1908 | 0.2517 | 0.9484 |
| 0.1992 | 7.0 | 2226 | 0.2402 | 0.95 |
| 0.1863 | 8.0 | 2544 | 0.2354 | 0.9490 |
| 0.1792 | 9.0 | 2862 | 0.2331 | 0.9497 |
| 0.1766 | 10.0 | 3180 | 0.2316 | 0.9494 |