Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
Blog-writer – AI Model by imseldrith | AlphaNeural AI
You can deploy this model and start earning money today!
imseldrith
/
Blog-writer
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neo-1.3B")
model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neo-1.3B")