--- license: gemma library_name: litert-lm tags: - android - edge-ai - on-device - litert - gemma --- # Gemma 4 E2B IT (.litertlm) - Android Application Mirror This repository hosts an unmodified copy of the pre-compiled **Gemma 4 E2B IT** model in the `.litertlm` format. ## Purpose This repository serves as a dedicated, stable mirror for an Android application backend. Hosting a dedicated copy ensures: * **Dependency Stability:** The app's download functionality will not break if upstream repositories are altered or removed. * **Direct Asset Delivery:** Provides a clean, direct URL for the Android `DownloadManager` or HTTP client to stream the binary onto the user's device storage. ## Original Model Attribution This is a duplicate of the official Gemma 4 model optimized for on-device deployment via Google's LiteRT (formerly TensorFlow Lite) infrastructure. * **Developer:** Google * **Model Architecture:** Gemma 4 * **Format:** `.litertlm` (Optimized binary bundle including weights, tokenizer, and runtime parameters) ## Direct Download URL for Android Apps To download this model directly within an Android application, target the following `resolve` URL structure: ```text https://huggingface.co ``` ## Terms of Use & Licensing By downloading or using this model, you agree to the original **Google Gemma Terms of Use**. This model is subject to the Google Gemma License Agreement. Users are responsible for ensuring compliance with Google's acceptable use policies concerning on-device deployment and application distribution.