How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("akreal/mbart-large-50-finetuned-slurp")
model = AutoModelForSeq2SeqLM.from_pretrained("akreal/mbart-large-50-finetuned-slurp", device_map="auto")
Quick Links

This model is mbart-large-50-many-to-many-mmt model fine-tuned on the text part of SLURP spoken language understanding dataset.

The scores on the test set are 85.68% and 79.00% for Intent accuracy and SLU-F1 respectively.

Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support