Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
1 – AI Model by findinsanyao | AlphaNeural AI
You can deploy this model and start earning money today!
findinsanyao
/
1
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Use a pipeline as a high-level helper
from transformers import pipeline
messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot") pipe(messages)