clinc/clinc_oos
Viewer • Updated • 59.3k • 27k • 20
How to use roscoyoon/distilbert-base-uncased-distilled with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="roscoyoon/distilbert-base-uncased-distilled") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("roscoyoon/distilbert-base-uncased-distilled")
model = AutoModelForSequenceClassification.from_pretrained("roscoyoon/distilbert-base-uncased-distilled", 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 |
|---|---|---|---|---|
| 1.7308 | 1.0 | 318 | 1.1633 | 0.7394 |
| 0.8985 | 2.0 | 636 | 0.5726 | 0.8635 |
| 0.4735 | 3.0 | 954 | 0.3350 | 0.9187 |
| 0.298 | 4.0 | 1272 | 0.2562 | 0.9361 |
| 0.2313 | 5.0 | 1590 | 0.2304 | 0.9413 |
| 0.2043 | 6.0 | 1908 | 0.2190 | 0.9432 |
| 0.1904 | 7.0 | 2226 | 0.2130 | 0.9445 |
| 0.1829 | 8.0 | 2544 | 0.2091 | 0.9442 |
| 0.1782 | 9.0 | 2862 | 0.2066 | 0.9455 |
| 0.1762 | 10.0 | 3180 | 0.2061 | 0.9448 |