ShinchanAI-small
72
llama.cpp
by
Aakash098
Language Model
OTHER
2B params
New
72 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
5GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
2GB+ RAM
Code Examples
🚀 How to Usebash
llama-cli -hf Aakash098/ShinchanAI-small --jinja -p "System: Tu Shinchan hai... [Paste Prompt] \nUser: Hello Shinchan!\nShinchan: "Python (llama-cpp-python)pythonllama.cpp
from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="Aakash098/ShinchanAI-small",
filename="*Q4_K_M.gguf",
verbose=False
)
response = llm.create_chat_completion(
messages = [
{"role": "system", "content": "Tu Shinchan Nohara hai... [Paste Full Prompt]"},
{"role": "user", "content": "Batao, Action Kamen kaisa hai?"}
]
)
print(response["choices"][0]["message"]["content"])Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.