Views
No views yet
litert-community/TranslateGemma-4B-IT provided under the Gemma license.flutter_gemma package + MediaPipe LLM Inference. The upstream litert-community repository is gated (requires a Hugging Face login + Gemma license acknowledgement per user). Distributing the model through this mirror lets Arc download the model from end users' devices without bundling a Hugging Face access token in the Arc app or in app-config Firestore.| Item | Source |
|---|---|
| Original model weights | Google (google/translategemma-4b-it) |
LiteRT-LM .task packaging | Google AI Edge / LiteRT community (litert-community/TranslateGemma-4B-IT) |
| License | Gemma Terms of Use |
| Mirror operator | Atlas Associates Inc. (this repository) |
| File | Size | Format | Notes |
|---|---|---|---|
translategemma-4b-it-int8-web.task | ~3.63 GiB | MediaPipe LiteRT .task (int8, GPU/CPU) | Verbatim copy of the upstream file (sha256 matches upstream). |
flutter_gemma package via:1await FlutterGemma.installModel(modelType: ModelType.gemmaIt)
2 .fromNetwork(
3 'https://huggingface.co/atlas-associates/TranslateGemma-4B-IT/resolve/main/translategemma-4b-it-int8-web.task',
4 foreground: true,
5 )
6 .install();LICENSE file in this repository.google/translategemma-4b-it and litert-community/TranslateGemma-4B-IT.