sonos-nlu-benchmark/snips_built_in_intents
Viewer • Updated • 328 • 1.89k • 14
How to use zhiyil/roberta-base-finetuned-intent with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="zhiyil/roberta-base-finetuned-intent") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("zhiyil/roberta-base-finetuned-intent")
model = AutoModelForSequenceClassification.from_pretrained("zhiyil/roberta-base-finetuned-intent")This model is a fine-tuned version of roberta-base on the snips_built_in_intents 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 |
|---|---|---|---|---|
| 1.9568 | 1.0 | 37 | 1.7598 | 0.4333 |
| 1.2238 | 2.0 | 74 | 0.8130 | 0.7667 |
| 0.4536 | 3.0 | 111 | 0.4985 | 0.8 |
| 0.2478 | 4.0 | 148 | 0.3535 | 0.8667 |
| 0.0903 | 5.0 | 185 | 0.3110 | 0.8667 |
| 0.0849 | 6.0 | 222 | 0.2720 | 0.9333 |
| 0.0708 | 7.0 | 259 | 0.2742 | 0.8667 |
| 0.0796 | 8.0 | 296 | 0.2839 | 0.8667 |
| 0.0638 | 9.0 | 333 | 0.2949 | 0.8667 |
| 0.0566 | 10.0 | 370 | 0.2925 | 0.8667 |