Snider Cladius Maximus commited on
Commit
dd31d86
·
1 Parent(s): 345d924

fix: base_model points to LetheanNetwork/lemer, not google directly

Browse files

Our GGUF quants derive from our fork, not Google's repo.

Co-Authored-By: Cladius Maximus <cladius@lethean.io>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: eupl-1.2
3
  pipeline_tag: image-text-to-text
4
  library_name: gguf
5
  base_model:
6
- - google/gemma-4-E2B-it
7
  base_model_relation: quantized
8
  language:
9
  - en
@@ -68,7 +68,7 @@ llama-cli -m lemer-q4_k_m.gguf -p "Hello, how are you?" -n 200
68
  | **Sliding Window** | 512 tokens |
69
  | **Vision Encoder** | ~150M params |
70
  | **Audio Encoder** | ~300M params |
71
- | **Base Model** | [google/gemma-4-E2B-it](https://huggingface.co/google/gemma-4-E2B-it) |
72
  | **Licence** | EUPL-1.2 |
73
 
74
  ## The Lemma Family
 
3
  pipeline_tag: image-text-to-text
4
  library_name: gguf
5
  base_model:
6
+ - LetheanNetwork/lemer
7
  base_model_relation: quantized
8
  language:
9
  - en
 
68
  | **Sliding Window** | 512 tokens |
69
  | **Vision Encoder** | ~150M params |
70
  | **Audio Encoder** | ~300M params |
71
+ | **Base Model** | [LetheanNetwork/lemer](https://huggingface.co/LetheanNetwork/lemer) (fork of [google/gemma-4-E2B-it](https://huggingface.co/google/gemma-4-E2B-it)) |
72
  | **Licence** | EUPL-1.2 |
73
 
74
  ## The Lemma Family