Add YAML metadata to model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Lemrd
|
| 2 |
|
| 3 |
A Gemma 4 31B dense fine-tune by [Lethean Network](https://lthn.ai/lemrd).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: eupl-1.2
|
| 5 |
+
library_name: mlx
|
| 6 |
+
tags:
|
| 7 |
+
- mlx
|
| 8 |
+
- safetensors
|
| 9 |
+
- gemma4
|
| 10 |
+
- lethean
|
| 11 |
+
- lem
|
| 12 |
+
- text-generation
|
| 13 |
+
- conversational
|
| 14 |
+
base_model: google/gemma-4-31B-it
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# Lemrd
|
| 19 |
|
| 20 |
A Gemma 4 31B dense fine-tune by [Lethean Network](https://lthn.ai/lemrd).
|