How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="meetara-lab/meetara-gemma4-e2b-it-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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)
Downloads last month
133
GGUF
Model size
5B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for meetara-lab/meetara-gemma4-e2b-it-gguf

Quantized
(287)
this model

Space using meetara-lab/meetara-gemma4-e2b-it-gguf 1