Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
GIRL – AI Model by emon0096 | AlphaNeural AI
You can deploy this model and start earning money today!
emon0096
/
GIRL
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="mistralai/Mistral-Nemo-Instruct-2407") pipe(messages)