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

reasoning_summarizer

Fine-tuned text-only Qwen3.5 2B Base model for converting reasoning-chain text into JSON metadata.

Format

Input is raw reasoning text. The model is trained to output only JSON:

{"title":"...","sub_title":"...","summary":"...","cur_task":"..."}

No system prompt was used in training.

Training

  • Base model: Qwen/Qwen3.5-2B-Base
  • Adapter source: runs/qwen3_5_2b_reasoning_json_lora/best_adapter
  • LoRA rank: 32
  • LoRA alpha: 64
  • Training context length: 1024
  • Text-only export: merged with AutoModelForCausalLM; no mmproj export

Files

  • reasoning_summarizer_hf/: merged Hugging Face safetensors checkpoint
  • reasoning_summarizer-f16.gguf: F16 GGUF
  • reasoning_summarizer-Q4_K_M.gguf: Q4 quantized GGUF
  • reasoning_summarizer-Q5_K_M.gguf: Q5 quantized GGUF
  • reasoning_summarizer-Q6_K.gguf: Q6 quantized GGUF
  • reasoning_summarizer-Q8_0.gguf: Q8 quantized GGUF
Downloads last month
-
Safetensors
Model size
2B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for QyrouNnet-AI/reasoning_summarizer

Quantized
(24)
this model