Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
test – AI Model by OnLux | AlphaNeural AI
You can deploy this model and start earning money today!
OnLux
/
test
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
pipeline_tag: text-generation ---from transformers import pipeline generator = pipeline('text-generation', model='EleutherAI/gpt-neo-1.3B') generator("EleutherAI has", do_sample=True, min_length=50)