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 Abiray/Assistant-100M-Guardian:F16
# Run inference directly in the terminal:
llama cli -hf Abiray/Assistant-100M-Guardian:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Abiray/Assistant-100M-Guardian:F16
# Run inference directly in the terminal:
llama cli -hf Abiray/Assistant-100M-Guardian:F16
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 Abiray/Assistant-100M-Guardian:F16
# Run inference directly in the terminal:
./llama-cli -hf Abiray/Assistant-100M-Guardian:F16
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 Abiray/Assistant-100M-Guardian:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Abiray/Assistant-100M-Guardian:F16
Use Docker
docker model run hf.co/Abiray/Assistant-100M-Guardian:F16
Quick Links

Assistant-100M-Guardian

This is a custom 124M parameter language model built from scratch on the Llama architecture. It is just an expirement model doesnot give answer.

Model Details

  • Architecture: Custom Llama-based (12 Layers, 12 Heads, 768 Dim)
  • Parameter Count: 124M
  • Format: Safetensors

Usage & Formatting

Because this model uses a custom architecture class (LlamaNano), you must initialize your local PyTorch class first, and then load these Safetensor weights into it.

Stop Sequence: It is critical to update your generation script to use <|endoftext|> as the stop sequence. This ensures the model cleanly ends its turn after responding.

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

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support