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

🐲 AWA Micro-Monster (Logika 1.71M + Vocab 8k)

Eksperimen AI "Super-Duper Brutal" dari seri AWA. Model ini dirancang dengan sangat mungil namun mempertahankan tingkat presisi absolut menggunakan FP32 Murni.

πŸ“Š Spesifikasi Kancil Berotak Super:

  • Architecture: GPT-2 (Micro Scale)
  • Total Parameters: ~3.76M
  • Logic Parameters: ~1.71M
  • Context Window: 512/1024 Tokens
  • Precision: FP32 (Full 32-bit Float)
  • Dataset Eksperimen: Teks filosofis "Curcol Senja" (Hafalan 100% setelah 5000 Epoch).

πŸ“¦ Varian GGUF:

Tersedia dalam F32 (Asli), F16, dan Q4_K_M (Hanya 3.6 MB!).

Downloads last month
18
Safetensors
Model size
3.76M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support