tylermullen commited on
Commit
4085fbe
·
verified ·
1 Parent(s): 3e4ae66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -9,6 +9,16 @@ short_description: Simple chat-style webapp for client-side Gemma 3 testing
9
  hf_oauth: true
10
  hf_oauth_scopes:
11
  - read-repos
 
 
 
 
 
 
 
 
 
12
  ---
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  hf_oauth: true
10
  hf_oauth_scopes:
11
  - read-repos
12
+ models:
13
+ - google/gemma-3n-E4B-it-litert-lm
14
+ - google/gemma-3n-E2B-it-litert-lm
15
+ - litert-community/gemma-3-270m-it
16
+ - litert-community/Gemma3-1B-IT
17
+ - litert-community/Gemma3-4B-IT
18
+ - litert-community/Gemma3-12B-IT
19
+ - litert-community/Gemma3-27B-IT
20
+ - litert-community/MedGemma-27B-IT
21
  ---
22
+ Source code from [MediaPipe Samples](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/llm_inference/llm_chat_ts/)
23
 
24
+ For more information, see [MediaPipe Web LLM Inference API reference documentation](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference/web_js)