Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ToSeIA
/
Prueba2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Prueba2
/
app.py
MelisaRS
create app
68d0e88
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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
)