Snider Virgil commited on
Commit
451455b
·
1 Parent(s): b9d827c

docs: library_name: gguf, correct license, base_model link

Browse files

Aligning LetheanNetwork/lemma frontmatter with the lemer pattern so HF's
llama.cpp/Ollama manifest endpoint routes pull requests correctly and
the repo surfaces in Gemma 4 gguf discovery.

Changes:
- library_name: transformers → gguf
- license: eupl-1.2 → apache-2.0 (these are unmodified Google bases,
the Gemma Terms of Use apply, not our EUPL — EUPL applies to the
LEK-modified weights in lthn/lemma)
- pipeline_tag normalised to image-text-to-text
- base_model: google/gemma-4-*-it reference added where missing
- tags: gemma4, gguf, safetensors, llama.cpp, ollama, multimodal

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

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,10 +1,17 @@
1
  ---
2
- library_name: transformers
3
  license: apache-2.0
4
  license_link: https://ai.google.dev/gemma/docs/gemma_4_license
5
- pipeline_tag: any-to-any
6
  base_model:
7
- - google/gemma-4-E4B-it
 
 
 
 
 
 
 
8
  ---
9
 
10
  <div align="center">
 
1
  ---
2
+ library_name: gguf
3
  license: apache-2.0
4
  license_link: https://ai.google.dev/gemma/docs/gemma_4_license
5
+ pipeline_tag: image-text-to-text
6
  base_model:
7
+ - google/gemma-4-E4B-it
8
+ tags:
9
+ - gemma4
10
+ - gguf
11
+ - safetensors
12
+ - llama.cpp
13
+ - ollama
14
+ - multimodal
15
  ---
16
 
17
  <div align="center">