broadfield-dev/qa3
Viewer • Updated • 10k • 6
This model is a fine-tuned version of t5-small on the broadfield-dev/qa3 dataset.
['LABEL_0', 'LABEL_1']
from transformers import pipeline
summarizer = pipeline("summarization", model="broadfield-dev/t5-small-tuned-0204-1800")
text = "Your long text here..."
print(summarizer(text))
Base model
google-t5/t5-small