chore(card): enrich YAML frontmatter (pipeline_tag, language, library_name, inference)
Browse files
README.md
CHANGED
|
@@ -2,16 +2,18 @@
|
|
| 2 |
base_model: google/gemma-4-31B
|
| 3 |
library_name: mlx
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
license: apache-2.0
|
| 14 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Gemma 4 31B - RotorQuant MLX 2-bit
|
|
|
|
| 2 |
base_model: google/gemma-4-31B
|
| 3 |
library_name: mlx
|
| 4 |
tags:
|
| 5 |
+
- rotorquant
|
| 6 |
+
- kv-cache-quantization
|
| 7 |
+
- gemma
|
| 8 |
+
- gemma4
|
| 9 |
+
- multimodal
|
| 10 |
+
- quantized
|
| 11 |
+
- mlx
|
| 12 |
+
- 2bit
|
| 13 |
license: apache-2.0
|
| 14 |
pipeline_tag: image-text-to-text
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
---
|
| 18 |
|
| 19 |
# Gemma 4 31B - RotorQuant MLX 2-bit
|