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

tokenizer = AutoTokenizer.from_pretrained("haining/lyrics_interpretation_nonnegative")
model = AutoModelForSeq2SeqLM.from_pretrained("haining/lyrics_interpretation_nonnegative")
Quick Links

Overview

This pilot hub aims to test whether a flan-t5-base can effectively automate poem interpretation. To use the hub, simply paste in any poem of interest and see its meaning. Please begin your request with the prompt, 'Explain: '.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using haining/lyrics_interpretation_nonnegative 2