clinc/clinc_oos
Viewer • Updated • 59.3k • 10.7k • 20
How to use bobtk/distilbert-base-uncased-finetuned-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="bobtk/distilbert-base-uncased-finetuned-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("bobtk/distilbert-base-uncased-finetuned-clinc")
model = AutoModelForSequenceClassification.from_pretrained("bobtk/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 | 318 | 3.5092 | 0.6306 |
| 3.9506 | 2.0 | 636 | 2.1778 | 0.8058 |
| 3.9506 | 3.0 | 954 | 1.4469 | 0.8648 |
| 2.0031 | 4.0 | 1272 | 1.1542 | 0.8797 |
| 1.2402 | 5.0 | 1590 | 1.0392 | 0.8903 |
Base model
distilbert/distilbert-base-uncased