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

warikan-receipt-ocr

Qwen2.5-0.5B-Instruct を居酒屋レシート解析用にファインチューニングした GGUF モデル。

用途

Warikan iOS アプリの LocalLLMReceiptParser 向けオンデバイスモデル。

システムプロンプト

あなたはレシート解析アシスタントです。
OCRで読み取ったレシートのテキストから品目を抽出し、JSON形式で返してください。
...

量子化

  • Q4_K_M (≈350MB)
  • ファイル名: warikan-receipt-ocr-q4_km.gguf

使用方法 (llama.cpp)

llama-cli -m warikan-receipt-ocr-q4_km.gguf --chat-template qwen --temp 0.1
Downloads last month
7
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for fugaif/warikan-receipt-ocr

Adapter
(609)
this model