Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,30 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 4 |
-
tags:
|
| 5 |
-
|
| 6 |
-
- daimon
|
| 7 |
-
- local-assistant
|
| 8 |
-
- lora
|
| 9 |
-
language:
|
| 10 |
-
- es
|
| 11 |
-
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
# Daimon-R 🤖
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
|
| 21 |
## Files
|
| 22 |
- `Qwen3-4B-Instruct-2507-Q4_K_M.gguf`
|
| 23 |
- `daimon-r-lora-f16.gguf`
|
| 24 |
|
| 25 |
## Use with Daimon
|
| 26 |
-
Daimon downloads these automatically (onboarding
|
| 27 |
```bash
|
| 28 |
huggingface-cli download lucas-mella/Daimon-R --local-dir ~/.local/share/daimon/models
|
| 29 |
```
|
| 30 |
-
Then llama-server loads the base GGUF with the LoRA applied.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 4 |
+
tags: [gguf, daimon, local-assistant, lora]
|
| 5 |
+
language: [es, en]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Daimon-R 🤖
|
| 9 |
|
| 10 |
+

|
| 11 |
|
| 12 |
+
The flagship local brain of **Daimon** — reasoning + coding, runs on a GPU via llama.cpp.
|
| 13 |
+
|
| 14 |
+
Part of **Daimon**, a local-first personal AI assistant. Daimon-R = `Qwen/Qwen3-4B-Instruct-2507` (quantized GGUF) + a Daimon LoRA, served locally with llama.cpp.
|
| 15 |
|
| 16 |
## Files
|
| 17 |
- `Qwen3-4B-Instruct-2507-Q4_K_M.gguf`
|
| 18 |
- `daimon-r-lora-f16.gguf`
|
| 19 |
|
| 20 |
## Use with Daimon
|
| 21 |
+
Daimon downloads these automatically (onboarding -> model setup). Manual:
|
| 22 |
```bash
|
| 23 |
huggingface-cli download lucas-mella/Daimon-R --local-dir ~/.local/share/daimon/models
|
| 24 |
```
|
|
|