Fix: add quantized base_model relation for model tree
Browse files
README.md
CHANGED
|
@@ -11,7 +11,10 @@ tags:
|
|
| 11 |
- lem
|
| 12 |
- text-generation
|
| 13 |
- conversational
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
| 15 |
pipeline_tag: text-generation
|
| 16 |
---
|
| 17 |
|
|
|
|
| 11 |
- lem
|
| 12 |
- text-generation
|
| 13 |
- conversational
|
| 14 |
+
- 4-bit
|
| 15 |
+
base_model:
|
| 16 |
+
- google/gemma-4-E4B-it
|
| 17 |
+
base_model_relation: quantized
|
| 18 |
pipeline_tag: text-generation
|
| 19 |
---
|
| 20 |
|