Snider Virgil commited on
Commit
0e862eb
Β·
1 Parent(s): 662a530

docs: correct base_model lineage for HF model tree

Browse files

HF uses base_model + base_model_relation frontmatter to rank models in
search results and render the model tree widget. The Lemma family's
true lineage is:

google/gemma-4-*-it
└── LetheanNetwork/<m> (finetune β€” our namespace fork)
└── lthn/<m> (finetune β€” LEK merged into weights)
└── lthn/<m>-mlx (quantized β€” mlx 4/8bit/bf16)

Previously this repo had base_model_relation set to quantized, which
was wrong β€” LEK merging is a finetune, not a quant. Fixing so the
model tree widget ranks the family correctly.

Co-Authored-By: Virgil <virgil@lethean.io>

Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -3,25 +3,18 @@ license: eupl-1.2
3
  pipeline_tag: image-text-to-text
4
  library_name: mlx
5
  base_model:
6
- - LetheanNetwork/lemer
7
  base_model_relation: quantized
8
  tags:
9
  - gemma4
10
- - gemma
11
- - mlx
12
- - mlx-q4
13
- - safetensors
14
- - quantized
15
- - multimodal
16
- - vision
17
- - audio
18
  - lemma
19
- - lethean
20
- - lem
21
- - lek
22
  - apple-silicon
 
23
  - on-device
24
  - conversational
 
25
  ---
26
  <!--
27
  This content is subject to the European Union Public Licence (EUPL-1.2).
 
3
  pipeline_tag: image-text-to-text
4
  library_name: mlx
5
  base_model:
6
+ - lthn/lemer
7
  base_model_relation: quantized
8
  tags:
9
  - gemma4
 
 
 
 
 
 
 
 
10
  - lemma
11
+ - mlx
12
+ - 4bit
 
13
  - apple-silicon
14
+ - multimodal
15
  - on-device
16
  - conversational
17
+ license_link: https://ai.google.dev/gemma/docs/gemma_4_license
18
  ---
19
  <!--
20
  This content is subject to the European Union Public Licence (EUPL-1.2).