Initial model card — Gemma 4 family
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- ava
|
| 5 |
+
- voiceos
|
| 6 |
+
- gemma
|
| 7 |
+
- on-device
|
| 8 |
+
- mixture-of-experts
|
| 9 |
+
base_model:
|
| 10 |
+
- google/gemma-4-E2B-it
|
| 11 |
+
- google/gemma-4-E4B-it
|
| 12 |
+
- google/gemma-4-26B-A4B-it
|
| 13 |
+
- google/gemma-4-31B-it
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# AVA Storm Models (Gemma 4)
|
| 17 |
+
|
| 18 |
+
On-device LLM models for VoiceOS, based on Google Gemma 4.
|
| 19 |
+
|
| 20 |
+
## Models
|
| 21 |
+
|
| 22 |
+
| AVA ID | Source | Active Params | Format | Target |
|
| 23 |
+
|--------|--------|--------------|--------|--------|
|
| 24 |
+
| AVA-STORM-2B | gemma-4-E2B-it | 2B | safetensors + GGUF | Phone (low-end) |
|
| 25 |
+
| AVA-STORM-4B | gemma-4-E4B-it | 4B | safetensors + GGUF | Phone (mid-range) |
|
| 26 |
+
| AVA-STORM-26B-A4B | gemma-4-26B-A4B-it | 4B active (MoE) | safetensors + GGUF | Phone (flagship) / HMT-1 |
|
| 27 |
+
| AVA-STORM-31B | gemma-4-31B-it | 31B | safetensors | Desktop |
|
| 28 |
+
|
| 29 |
+
## Directory Structure
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
raw/ # Base model weights (safetensors)
|
| 33 |
+
gemma-4-E2B-it/
|
| 34 |
+
gemma-4-E4B-it/
|
| 35 |
+
gemma-4-26B-A4B-it/
|
| 36 |
+
gemma-4-31B-it/
|
| 37 |
+
gguf/ # Quantized for on-device inference
|
| 38 |
+
gemma-4-E2B-it-Q4_K_M.gguf
|
| 39 |
+
gemma-4-E4B-it-Q4_K_M.gguf
|
| 40 |
+
gemma-4-26B-A4B-it-Q4_K_M.gguf
|
| 41 |
+
production/ # AON-encrypted (deployed to devices)
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
Raw models: Apache 2.0 (Google). AON-encrypted production variants: Proprietary (Intelligent Devices LLC).
|