How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf QyrouNnet-AI/reasoning_summarizer:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "QyrouNnet-AI/reasoning_summarizer:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
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
683
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