Instructions to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with 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 MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF: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 MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF: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 MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Use Docker
docker model run hf.co/MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with Ollama:
ollama run hf.co/MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with Docker Model Runner:
docker model run hf.co/MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
- Lemonade
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.qwen-3.5-0.8b-Hedgehog-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M
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 "MichaelAnthony/qwen-3.5-0.8b-Hedgehog-GGUF:Q4_K_M" \ --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"
release-r3-complex-implicit
Browse files- .gitattributes +1 -0
- Modelfile +3 -7
- README.md +43 -42
- qwen-3.5-0.8b-Hedgehog.F16.gguf +1 -1
- qwen-3.5-0.8b-Hedgehog.Q4_K_M.gguf +1 -1
- qwen-3.5-0.8b-Hedgehog.Q6_K.gguf +1 -1
- qwen-3.5-0.8b-Hedgehog.Q8_0.gguf +1 -1
.gitattributes
CHANGED
|
@@ -33,6 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 36 |
qwen-3.5-0.8b-Hedgehog.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
qwen-3.5-0.8b-Hedgehog.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
qwen-3.5-0.8b-Hedgehog.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
qwen-3.5-0.8b-Hedgehog.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
qwen-3.5-0.8b-Hedgehog.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
qwen-3.5-0.8b-Hedgehog.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Modelfile
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
FROM qwen-3.5-0.8b-Hedgehog.
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
<|im_start|>user
|
| 5 |
-
{{ .Prompt }}<|im_end|>
|
| 6 |
-
<|im_start|>assistant
|
| 7 |
-
"""
|
|
|
|
| 1 |
+
FROM ./qwen-3.5-0.8b-Hedgehog.Q8_0.gguf
|
| 2 |
+
PARAMETER temperature 0
|
| 3 |
+
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -1,42 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
---
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
```
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: gguf
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
base_model: MichaelAnthony/qwen-3.5-0.8b-Hedgehog
|
| 8 |
+
tags:
|
| 9 |
+
- gguf
|
| 10 |
+
- qwen3.5
|
| 11 |
+
- rag
|
| 12 |
+
- document-extraction
|
| 13 |
+
- json
|
| 14 |
+
- simplerag
|
| 15 |
+
- hedgehog
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# qwen-3.5-0.8b-Hedgehog-GGUF
|
| 19 |
+
|
| 20 |
+
R3 GGUF releases of
|
| 21 |
+
[`MichaelAnthony/qwen-3.5-0.8b-Hedgehog`](https://huggingface.co/MichaelAnthony/qwen-3.5-0.8b-Hedgehog),
|
| 22 |
+
a Qwen 3.5 0.8B SimpleRAG document extractor.
|
| 23 |
+
|
| 24 |
+
| Format | File | Size | SHA-256 |
|
| 25 |
+
| --- | --- | ---: | --- |
|
| 26 |
+
| F16 | `qwen-3.5-0.8b-Hedgehog.F16.gguf` | 1.41 GiB | `08371f4b71e8c60aba4bbcf0bd2f524cce770f1c4c5a92113d38fda333340c85` |
|
| 27 |
+
| Q4_K_M | `qwen-3.5-0.8b-Hedgehog.Q4_K_M.gguf` | 504.8 MiB | `ebb46a0d8d3e9933d4426fdb379dcfc4a61e404166ae06144dd25e9ed518ac1e` |
|
| 28 |
+
| Q6_K | `qwen-3.5-0.8b-Hedgehog.Q6_K.gguf` | 600.6 MiB | `28d8b1fdfecd84b907ef01f271426abf769f7aa2ea7a2c7f0d3d14953fb3092e` |
|
| 29 |
+
| Q8_0 | `qwen-3.5-0.8b-Hedgehog.Q8_0.gguf` | 774.2 MiB | `352f51d967af35b6c0e48a6c68243261542c4fbcf8541920a868439964365502` |
|
| 30 |
+
|
| 31 |
+
All files report `general.name=qwen-3.5-0.8b-Hedgehog`,
|
| 32 |
+
`general.architecture=qwen35`, 24 transformer blocks, 320 tensors, and no
|
| 33 |
+
next-token-prediction head.
|
| 34 |
+
|
| 35 |
+
The R3 Q8_0 file received a BenchLocal DataExtract-15 final score of **72/100**
|
| 36 |
+
under temperature-0 generation, compared with **41/100** for the stock Qwen3.5
|
| 37 |
+
0.8B Q8_0 in the same run. This benchmark was performed after training and its
|
| 38 |
+
scenarios were not used as training examples. Only Q8_0 was used for that
|
| 39 |
+
comparison; validate other quantizations independently.
|
| 40 |
+
|
| 41 |
+
For strict extraction, use temperature 0, disable thinking, provide only the
|
| 42 |
+
retrieved evidence, request a concrete JSON contract, and validate the response.
|
| 43 |
+
|
qwen-3.5-0.8b-Hedgehog.F16.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1516744064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08371f4b71e8c60aba4bbcf0bd2f524cce770f1c4c5a92113d38fda333340c85
|
| 3 |
size 1516744064
|
qwen-3.5-0.8b-Hedgehog.Q4_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 529296768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb46a0d8d3e9933d4426fdb379dcfc4a61e404166ae06144dd25e9ed518ac1e
|
| 3 |
size 529296768
|
qwen-3.5-0.8b-Hedgehog.Q6_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 629743488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28d8b1fdfecd84b907ef01f271426abf769f7aa2ea7a2c7f0d3d14953fb3092e
|
| 3 |
size 629743488
|
qwen-3.5-0.8b-Hedgehog.Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 811842944
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:352f51d967af35b6c0e48a6c68243261542c4fbcf8541920a868439964365502
|
| 3 |
size 811842944
|