clinc/clinc_oos
Viewer • Updated • 59.3k • 20.1k • 20
How to use codefactory4791/distilbert-base-uncased-finetuned-clinc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="codefactory4791/distilbert-base-uncased-finetuned-clinc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("codefactory4791/distilbert-base-uncased-finetuned-clinc")
model = AutoModelForSequenceClassification.from_pretrained("codefactory4791/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 |
|---|---|---|---|---|
| 4.2828 | 1.0 | 318 | 3.2775 | 0.7452 |
| 2.6221 | 2.0 | 636 | 1.8650 | 0.8371 |
| 1.5394 | 3.0 | 954 | 1.1525 | 0.8935 |
| 1.0117 | 4.0 | 1272 | 0.8555 | 0.9087 |
| 0.793 | 5.0 | 1590 | 0.7720 | 0.9148 |