Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
title: Gemma 4
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
-
short_description:
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Gemma 4 - text only for lower memory Use
|
| 3 |
+
emoji: 🔥
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
short_description: Gemma 4 E2B/E4B. WebGPU, Private uses mediapipe/tasks-genai
|
| 9 |
+
models:
|
| 10 |
+
- litert-community/gemma-4-E2B-it-litert-lm
|
| 11 |
+
- litert-community/gemma-4-E4B-it-litert-lm
|
| 12 |
---
|
| 13 |
|
| 14 |
+
|
| 15 |
+
Source code from [MediaPipe Samples](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/llm_inference/llm_chat_ts/), simplified for Gemma 4 by removing authentication code and changing templates.
|
| 16 |
+
|
| 17 |
+
For more information, see [MediaPipe Web LLM Inference API reference documentation](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference/web_js)
|