Prueba2 / app.py
MelisaRS's picture
create app
68d0e88 verified
raw
history blame contribute delete
166 Bytes
from transformers import pipeline
generator = pipeline('text-generation', model='EleutherAI/gpt-neo-2.7B')
generator("EleutherAI has", do_sample=True, min_length=50)