clinc/clinc_oos
Viewer • Updated • 59.3k • 10.7k • 20
How to use lewtun/roberta-large-finetuned-clinc-3141 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lewtun/roberta-large-finetuned-clinc-3141") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lewtun/roberta-large-finetuned-clinc-3141")
model = AutoModelForSequenceClassification.from_pretrained("lewtun/roberta-large-finetuned-clinc-3141")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 |
|---|---|---|---|---|
| 2.6064 | 1.0 | 954 | 0.3041 | 0.9368 |
| 0.1392 | 2.0 | 1908 | 0.1590 | 0.9723 |
| 0.044 | 3.0 | 2862 | 0.1533 | 0.9739 |