Snider Virgil commited on
Commit ·
da2ef7d
1
Parent(s): 0f5ed79
docs: library_name: gguf, correct license, base_model link
Browse filesAligning LetheanNetwork/lemrd 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/lemrd)
- 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>
README.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
library_name:
|
| 3 |
-
license:
|
|
|
|
| 4 |
pipeline_tag: image-text-to-text
|
| 5 |
base_model:
|
| 6 |
-
- google/gemma-4-31B-it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<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-31B-it
|
| 8 |
+
tags:
|
| 9 |
+
- gemma4
|
| 10 |
+
- gguf
|
| 11 |
+
- safetensors
|
| 12 |
+
- llama.cpp
|
| 13 |
+
- ollama
|
| 14 |
+
- multimodal
|
| 15 |
---
|
| 16 |
|
| 17 |
<div align="center">
|