clinc/clinc_oos
Viewer • Updated • 59.3k • 10.5k • 20
How to use Ridealist/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Ridealist/distilbert-base-uncased-distilled-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Ridealist/distilbert-base-uncased-distilled-clinc")
model = AutoModelForSequenceClassification.from_pretrained("Ridealist/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 |
|---|---|---|---|---|
| 0.9029 | 1.0 | 318 | 0.5766 | 0.7216 |
| 0.4487 | 2.0 | 636 | 0.2855 | 0.8755 |
| 0.2535 | 3.0 | 954 | 0.1780 | 0.9287 |
| 0.1767 | 4.0 | 1272 | 0.1384 | 0.9319 |
| 0.142 | 5.0 | 1590 | 0.1212 | 0.9339 |
| 0.1245 | 6.0 | 1908 | 0.1115 | 0.9397 |
| 0.1143 | 7.0 | 2226 | 0.1058 | 0.9416 |
| 0.108 | 8.0 | 2544 | 0.1025 | 0.9423 |
| 0.1039 | 9.0 | 2862 | 0.1009 | 0.9423 |
| 0.102 | 10.0 | 3180 | 0.1002 | 0.9419 |
Base model
distilbert/distilbert-base-uncased