Depthark commited on
Commit
18ff929
·
verified ·
1 Parent(s): 1468e29

model card: proper Qwen2.5 lineage metadata (base_model + relation)

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -1,8 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen2.5-0.5B-Instruct
 
 
 
4
  language: [en, cs, sk, de, fr, es, it, pt, ja, ko, zh]
5
- tags: [gguf, llama.cpp, on-device, activegotchi, pet, health-companion]
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # ActiveGotchi AI — v1.0.0
@@ -13,10 +26,15 @@ letters in the pet's voice** — daily summaries, weekly letters, and the pet's
13
  short celebratory/encouraging messages. It is not a chatbot, not a coach, not
14
  a medical assistant.
15
 
16
- - **Base:** Qwen2.5-0.5B-Instruct, LoRA fine-tune (merged), curriculum-trained
17
- in 3 stages (personality → health rewriting → long-term interpretation) on
18
- ~1M synthetic ActiveGotchi samples in 11 languages.
19
- - **Released:** 2026-07-19
 
 
 
 
 
20
 
21
  ## Files
22
 
 
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen2.5-0.5B-Instruct
4
+ base_model_relation: finetune
5
+ pipeline_tag: text-generation
6
+ library_name: llama.cpp
7
  language: [en, cs, sk, de, fr, es, it, pt, ja, ko, zh]
8
+ tags:
9
+ - gguf
10
+ - qwen2.5
11
+ - quantized
12
+ - llama.cpp
13
+ - llama.rn
14
+ - on-device
15
+ - lora
16
+ - activegotchi
17
+ - pet
18
+ - health-companion
19
  ---
20
 
21
  # ActiveGotchi AI — v1.0.0
 
26
  short celebratory/encouraging messages. It is not a chatbot, not a coach, not
27
  a medical assistant.
28
 
29
+ ## Lineage
30
+
31
+ | | |
32
+ |---|---|
33
+ | Parent model | [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) (494M params, Apache-2.0) |
34
+ | Fine-tune | LoRA (2.93M trainable params, ~0.6%), merged into the base |
35
+ | Training | 3-stage curriculum (personality → health rewriting → long-term interpretation) + mixed rehearsal pass, on ~1M synthetic ActiveGotchi samples in 11 languages — no real user data |
36
+ | Quantization | this repo ships GGUF quants of the merged fine-tune, produced with [llama.cpp](https://github.com/ggml-org/llama.cpp) `llama-quantize` |
37
+ | Released | 2026-07-19 |
38
 
39
  ## Files
40