GGUF
English
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
# Run inference directly in the terminal:
llama cli -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
# Run inference directly in the terminal:
llama cli -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
Use Docker
docker model run hf.co/cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF:
Quick Links

NinjaMouse2-v0.2-iMat-GGUF

Model: NinjaMouse2-2.5B-v0.2
Model creator: trollek

Quantization notes

Made with llama.cpp b3154, all quants were created with imatrix file based on Exllamav2 default dataset.

Original model card

NinjaMouse2-v0.2

A brand spanking new model with a silly name. Brought to you by Anoia, the Goddess of Things That Get Stuck in Drawers, and the psychologial damage of having optic nerves.

With improved image prompting and assistance.

Template

It uses the default template of danube2:

<|prompt|>{{instruction}}</s><|answer|>{{response}}</s>

Image prompting

And can be used with the Ollama ComfyUI extension:

Ollama

ollama pull trollek/ninjamouse2:34l-v02-q6_K
ollama pull trollek/ninjamouse2:34l-v02-q5_K_S
ollama pull trollek/ninjamouse2:34l-v02-q4_K_S

Trying to fine-tune the chat model even further was a mistake, but a valuable one to make. So was the name. The model is delightful though and does quite well, but will be the last Kung Fu Mouse that I make. It does what I wanted the first one to do, and I am kind of proud of this one considering how many failures it took.

The rodents and I thank you for your support.

Downloads last month
78
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF

Quantized
(1)
this model

Datasets used to train cgus/NinjaMouse2-2.5B-v0.2-iMat-GGUF