SwarmandBee commited on
Commit
43ce047
·
verified ·
1 Parent(s): 84c4d21

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,7 +6,7 @@ library_name: transformers
6
  pipeline_tag: text-generation
7
  ---
8
 
9
- # DiabeticEdge-4B 🐝🛏️
10
 
11
  **The edge tier of the OpenDiabetic ladder — runs on a $249 Jetson Orin Nano, on-box, zero internet.**
12
  A proven, domain-tuned diabetic assistant small enough to sit on a nightstand. Cooked by **Swarm and Bee LLC**.
@@ -17,7 +17,7 @@ Held-out perplexity vs base Qwen3.5-4B (text never trained on):
17
  | | held-out loss | perplexity |
18
  |---|---|---|
19
  | Base Qwen3.5-4B | 1.5062 | 4.510 |
20
- | **DiabeticEdge-4B** | **0.8982** | **2.455** |
21
  | **Δ** | **−0.608 (+40.4% better)** | |
22
 
23
  **Verdict: BEAT BASE ✅.** A 4B that models diabetic/medical language ~40% better than base — and at Q4 it's
@@ -29,8 +29,8 @@ Held-out perplexity vs base Qwen3.5-4B (text never trained on):
29
 
30
  ## Run it on a Jetson (Q4 GGUF, ollama) — see the `-GGUF` companion repo
31
  ```bash
32
- ollama create diabetic-edge -f Modelfile # FROM diabeticedge-4b-q4_k_m.gguf
33
- ollama run diabetic-edge "What's a good diabetic breakfast?"
34
  ```
35
  This is the brain behind the **LocalDiabetic edge node** — sovereign, private, free.
36
 
 
6
  pipeline_tag: text-generation
7
  ---
8
 
9
+ # DiabeticDaily-4B 🐝🛏️
10
 
11
  **The edge tier of the OpenDiabetic ladder — runs on a $249 Jetson Orin Nano, on-box, zero internet.**
12
  A proven, domain-tuned diabetic assistant small enough to sit on a nightstand. Cooked by **Swarm and Bee LLC**.
 
17
  | | held-out loss | perplexity |
18
  |---|---|---|
19
  | Base Qwen3.5-4B | 1.5062 | 4.510 |
20
+ | **DiabeticDaily-4B** | **0.8982** | **2.455** |
21
  | **Δ** | **−0.608 (+40.4% better)** | |
22
 
23
  **Verdict: BEAT BASE ✅.** A 4B that models diabetic/medical language ~40% better than base — and at Q4 it's
 
29
 
30
  ## Run it on a Jetson (Q4 GGUF, ollama) — see the `-GGUF` companion repo
31
  ```bash
32
+ ollama create diabetic-daily -f Modelfile # FROM diabeticedge-4b-q4_k_m.gguf
33
+ ollama run diabetic-daily "What's a good diabetic breakfast?"
34
  ```
35
  This is the brain behind the **LocalDiabetic edge node** — sovereign, private, free.
36