clinc/clinc_oos
Viewer • Updated • 59.3k • 10.6k • 20
How to use rootacess/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="rootacess/distilbert-base-uncased-distilled-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("rootacess/distilbert-base-uncased-distilled-clinc")
model = AutoModelForSequenceClassification.from_pretrained("rootacess/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 | 0.7135 | 0.7110 |
| 0.9811 | 2.0 | 636 | 0.3228 | 0.8561 |
| 0.9811 | 3.0 | 954 | 0.1909 | 0.9094 |
| 0.3187 | 4.0 | 1272 | 0.1517 | 0.9261 |
| 0.1735 | 5.0 | 1590 | 0.1379 | 0.9310 |
| 0.1735 | 6.0 | 1908 | 0.1308 | 0.9342 |
| 0.1414 | 7.0 | 2226 | 0.1275 | 0.9368 |
| 0.1306 | 8.0 | 2544 | 0.1263 | 0.9377 |