Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,19 +21,13 @@ The flagship local brain of **Daimon** — reasoning + coding. Runs on a GPU via
|
|
| 21 |
assistant. Daimon-R = `Qwen/Qwen3-4B-Instruct-2507` (quantized GGUF) + a Daimon LoRA, served
|
| 22 |
locally with llama.cpp. The weights are open — use them standalone today.
|
| 23 |
|
| 24 |
-
##
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-

|
| 33 |
-
|
| 34 |
-
The Daimon identity/behavior LoRA **preserves the base's coding ability** (parity, within
|
| 35 |
-
noise) — the finetune targets persona/behavior, not raw coding. Re-measured each finetune.
|
| 36 |
-
|
| 37 |
|
| 38 |
## Run standalone
|
| 39 |
```bash
|
|
|
|
| 21 |
assistant. Daimon-R = `Qwen/Qwen3-4B-Instruct-2507` (quantized GGUF) + a Daimon LoRA, served
|
| 22 |
locally with llama.cpp. The weights are open — use them standalone today.
|
| 23 |
|
| 24 |
+
## What the Daimon LoRA adds
|
| 25 |
+
The LoRA tunes **persona and behavior**, not raw coding (that stays at the base's level):
|
| 26 |
+
- A consistent **Daimon identity** (first person, local-first assistant) instead of a generic
|
| 27 |
+
"language model" voice.
|
| 28 |
+
- **Canvas convention**: when you ask it to build a web/app/UI it replies with a single
|
| 29 |
+
self-contained ```html``` block that renders live — no preamble, no copy-paste.
|
| 30 |
+
- Concise **Rioplatense Spanish** for chat, plus a voice-friendly register for TTS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
## Run standalone
|
| 33 |
```bash
|