Add README with Gemma license attribution
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gemma
|
| 3 |
+
tags:
|
| 4 |
+
- gemma
|
| 5 |
+
- litert
|
| 6 |
+
- litertlm
|
| 7 |
+
- on-device
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# LiteRT Mirror Pack
|
| 11 |
+
|
| 12 |
+
Public mirror of selected Google Gemma 3 / 3n / 4 on-device variants
|
| 13 |
+
(LiteRT and LiteRT-LM formats).
|
| 14 |
+
|
| 15 |
+
## Files
|
| 16 |
+
|
| 17 |
+
| File | Size | Source | Format |
|
| 18 |
+
|------|------|--------|--------|
|
| 19 |
+
| `gemma3-270m-it-q8.task` | 290 MB | litert-community/gemma-3-270m-it | LiteRT |
|
| 20 |
+
| `gemma3-1b-it-q4-ekv4096.task` | 657 MB | litert-community/Gemma3-1B-IT | LiteRT |
|
| 21 |
+
| `gemma-3n-E2B-it-int4.task` | 2.9 GB | google/gemma-3n-E2B-it-litert-preview | LiteRT |
|
| 22 |
+
| `gemma-3n-E4B-it-int4.task` | 4.1 GB | google/gemma-3n-E4B-it-litert-preview | LiteRT |
|
| 23 |
+
| `gemma-4-E2B-it.litertlm` | 2.4 GB | litert-community/gemma-4-E2B-it-litert-lm | LiteRT-LM |
|
| 24 |
+
| `gemma-4-E4B-it.litertlm` | 3.4 GB | litert-community/gemma-4-E4B-it-litert-lm | LiteRT-LM |
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
Use of these models is subject to the **Gemma Terms of Use**:
|
| 29 |
+
https://ai.google.dev/gemma/terms
|
| 30 |
+
|
| 31 |
+
By downloading, you agree to those terms — including the prohibited-use
|
| 32 |
+
policy: https://ai.google.dev/gemma/prohibited_use_policy
|
| 33 |
+
|
| 34 |
+
All weights are unchanged from the original litert-community / google
|
| 35 |
+
upstream repositories.
|