Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ colorTo: gray
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
short_description: MediaPipe running Gemma 4 models fully in the browser
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
Source code from [MediaPipe Samples](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/llm_inference/llm_chat_ts/), with authorization removed and prompt template changed for Gemma 4
|
| 11 |
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
short_description: MediaPipe running Gemma 4 models fully in the browser
|
| 9 |
+
models:
|
| 10 |
+
- litert-community/gemma-4-E2B-it-litert-lm
|
| 11 |
+
- litert-community/gemma-4-E4B-it-litert-lm
|
| 12 |
---
|
| 13 |
Source code from [MediaPipe Samples](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/llm_inference/llm_chat_ts/), with authorization removed and prompt template changed for Gemma 4
|
| 14 |
|