huggingworld commited on
Commit
7057762
·
verified ·
1 Parent(s): f85ed46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
- title: Gemma 4 Coder Webgpu
3
- emoji: 🌍
4
  colorFrom: blue
5
- colorTo: green
6
  sdk: static
7
  pinned: false
8
- short_description: Settings for Coding - Low Memory use
 
 
 
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
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)