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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Agata - vlm модель для распознавания документов

Использование GGUF в LMStudio

Скачивем последнюю LMStudio(старше версии 0.3)

https://lmstudio.ai/

Устанавливаем GGUF модель с HF

https://huggingface.co/unloved/agata

Выбираем Use this model -> LM Studio

hf screenshot

Скачиваем модель

dl screenshot

Нажимаем Load Model

use screenshot

Добавляем картинку, текст запроса

Return document personal information in json format with fields: country_iso_code, document_type, document_number, first_name, middle_name, last_name, birth_date, mrz

inf screenshot

Модель расчитана на изображения меньше 1024*768 пикселей

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

8-bit

16-bit

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