lucas-mella commited on
Commit
b2e12a6
·
verified ·
1 Parent(s): b8b5b0a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen3-4B-Instruct-2507
4
+ tags:
5
+ - gguf
6
+ - daimon
7
+ - local-assistant
8
+ - lora
9
+ language:
10
+ - es
11
+ - en
12
+ ---
13
+
14
+ # Daimon-R 🤖
15
+
16
+ The flagship local brain of **Daimon** — reasoning + coding. Runs on a GPU via llama.cpp.
17
+
18
+ Part of **Daimon**, a local-first personal AI assistant. Daimon-R = `Qwen/Qwen3-4B-Instruct-2507`
19
+ (quantized GGUF) + a Daimon LoRA, served locally with llama.cpp.
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 → model setup). Manual:
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.