--- license: apache-2.0 language: - en tags: - meetara - meeTARA - gguf - instruction-tuned - multimodal - vision-language base_model: google/gemma-4-E4B-it pipeline_tag: text-generation --- # meeTARA Gemma 4 E4B IT (GGUF) This repository provides the meeTARA GGUF distribution of **google/gemma-4-E4B-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 - Strong general instruction following and conversational quality - Better contextual understanding for multi-turn user support - Adaptive communication style (clear, concise, practical) - Good balance of quality and speed with Q4_K_M quantization - Optional image + text workflows using the matching VL projector ## Files in this repo - `meetara-gemma4-e4b-it-Q4_K_M.gguf` (text model) - `meetara-vl-gemma4-e4b-it.gguf` (vision-language projector) ## Vision-language (VL) For multimodal usage, load both files together: - text GGUF: `meetara-gemma4-e4b-it-Q4_K_M.gguf` - projector GGUF: `meetara-vl-gemma4-e4b-it.gguf` Keep the pair matched by variant (E4B text with E4B 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-E4B-it` - License: Apache 2.0 (same as upstream)