--- license: apache-2.0 language: - en tags: - meetara - meeTARA - gguf - instruction-tuned - multimodal - vision-language base_model: google/gemma-4-E2B-it pipeline_tag: text-generation --- # meeTARA Gemma 4 E2B IT (GGUF) This repository provides the meeTARA GGUF distribution of **google/gemma-4-E2B-it** for local inference. **meeTARA** is an offline-first, privacy-focused, emotionally intelligent assistant focused on: - empathetic, practical assistance - clear action-oriented responses - safer guidance for sensitive topics - privacy-friendly local usage ## High-level capabilities - Lightweight and efficient assistant model for local deployment - Strong instruction following for everyday tasks - Adaptive communication style (clear, concise, practical) - Faster response profile with lower memory requirements than larger variants - Optional image + text workflows using the matching VL projector ## Files in this repo - `meetara-gemma4-e2b-it-Q4_K_M.gguf` (text model) - `meetara-vl-gemma4-e2b-it.gguf` (vision-language projector) ## Vision-language (VL) For multimodal usage, load both files together: - text GGUF: `meetara-gemma4-e2b-it-Q4_K_M.gguf` - projector GGUF: `meetara-vl-gemma4-e2b-it.gguf` Keep the pair matched by variant (E2B text with E2B VL projector). ## Intended use - local assistant experiences - emotional support style conversations (non-clinical) - productivity and everyday guidance - multimodal assistant workflows when paired with VL projector ## Safety note This model is not a substitute for professional medical, legal, financial, or emergency advice. For high-risk situations, escalate to qualified professionals. ## Base model and license - Base model: `google/gemma-4-E2B-it` - License: Apache 2.0 (same as upstream)