clinc/clinc_oos
Viewer • Updated • 59.3k • 10.6k • 20
How to use lewtun/roberta-large-finetuned-clinc-123 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lewtun/roberta-large-finetuned-clinc-123") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lewtun/roberta-large-finetuned-clinc-123")
model = AutoModelForSequenceClassification.from_pretrained("lewtun/roberta-large-finetuned-clinc-123")This model is a fine-tuned version of roberta-large 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 |
|---|---|---|---|---|
| 5.0576 | 1.0 | 120 | 5.0269 | 0.0068 |
| 4.5101 | 2.0 | 240 | 2.9324 | 0.7158 |
| 1.9757 | 3.0 | 360 | 0.7226 | 0.9255 |