Views
No views yet
1from transformers import pipeline 2 3pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-emotion") 4output = pipe("Whatever you decide to do make sure it makes you #happy.")