Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
LLama – AI Model by fmuindi | AlphaNeural AI
You can deploy this model and start earning money today!
fmuindi
/
LLama
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="nvidia/Llama-3.1-Nemotron-70B-Instruct-HF") pipe(messages)