How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ping98k/gemma-han-2b:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf ping98k/gemma-han-2b:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ping98k/gemma-han-2b:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf ping98k/gemma-han-2b:Q4_K_M
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 ping98k/gemma-han-2b:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf ping98k/gemma-han-2b:Q4_K_M
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 ping98k/gemma-han-2b:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ping98k/gemma-han-2b:Q4_K_M
Use Docker
docker model run hf.co/ping98k/gemma-han-2b:Q4_K_M
Quick Links

for test unsloth finetune process and Inference API

this model overfit with train data so it cannot answer anything not in han dataset

prompt

Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.

### Instruction:
จงแต่งบทกวีเกี่ยวกับสายฝนที่ผ่านมา

### Response:
Downloads last month
31
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with ping98k/gemma-han-2b.

Model tree for ping98k/gemma-han-2b

Base model

unsloth/gemma-2b
Quantized
(4)
this model
Quantizations
1 model

Dataset used to train ping98k/gemma-han-2b