GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

meetara-lab/meetara-glm-4.7-flash-gguf overview

license: apache 2.0 base model: zai org/GLM 4.7 Flash tags: meetara gguf quantized instruct conversational ai emotional intelligence structured responses glm z…

llama.cppggufmeetaraquantizedinstructconversational-aiemotional-intelligencestructured-responsesglmzaibase_model:zai-org/GLM-4.7-Flashbase_model:quantized:zai-org/GLM-4.7-Flashlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~16.89 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
meetara-glm-4.7-flash-Q4_K_M.ggufGGUFQ4_K_M16.89 GBDownload

Model Details

Model IDmeetara-lab/meetara-glm-4.7-flash-gguf
Authormeetara-lab
Pipeline
Licenseapache-2.0
Base modelzai-org/GLM-4.7-Flash
Last modified2026-07-06T07:16:22.000Z

Model README

---

license: apache-2.0

base_model: zai-org/GLM-4.7-Flash

tags:

- meetara

- gguf

- quantized

- instruct

- conversational-ai

- emotional-intelligence

- structured-responses

- glm

- zai

library_name: llama.cpp

quantized_by: meetara

---

meeTARA – GLM‑4.7‑Instruct (GGUF, Q4_K_M)

This repository contains a GGUF quantized version of zai-org/GLM-4.7-Flash, prepared for use with llama.cpp and compatible runtimes, and used as the core instruct model inside the meeTARA empathetic assistant.

  • Base model: zai-org/GLM-4.7-Flash
  • Architecture: GLM (4.7 parameters, instruct‑tuned)
  • Format: GGUF
  • Quantization: Q4_K_M (good quality vs RAM / speed)
  • Intended use: Local GGUF packaging of the upstream model for meeTARA-compatible inference and prompting.

> Note: This repository packages the upstream model as a GGUF for use inside meeTARA. For GLM and Gemma exports, the upstream tokenizer/chat template is preserved. meeTARA's domain routing, emotion analysis, safety layers, and response structuring primarily live in the meeTARA app/runtime prompts rather than inside the GGUF alone.

---

---

Available files

| Filename | Quant type | Size | Notes |

| -------- | ---------- | ---- | ----- |

| meetara-glm-4.7-flash-gguf-Q4_K_M.gguf | Q4_K_M | ~16.9G | Default quant, recommended |

More quantizations (e.g., Q5_K_M, Q8_0) can be added later to this repo as additional .gguf files.

---

Prompt format (recommended)

This export preserves the upstream prompt format for the base model family.

  • Use your runtime's native chat templating for zai-org/GLM-4.7-Flash when available.
  • Do not assume ChatML unless your runtime explicitly requires it.
  • For meeTARA-style behavior, pass a system/developer prompt from the meeTARA stack (for example the meetara_default_system_en.txt sidecar produced during conversion).

Practical guidance:

  • GLM family: prefer the upstream GLM chat template / automatic conversation mode from your runtime.
  • Gemma family: prefer the upstream Gemma turn format / automatic conversation mode from your runtime.

---

Example usage (llama.cpp)

Basic interactive chat

./llama-simple-chat -m /path/to/meetara-glm-4.7-flash-gguf-Q4_K_M.gguf

With explicit system prompt

./llama-cli \
  -m /path/to/meetara-glm-4.7-flash-gguf-Q4_K_M.gguf \
  -p "<|im_start|>system You are meeTARA, an emotionally intelligent AI assistant built on top of a GLM‑4.7‑Instruct base model. Always answer clearly, kindly, and with practical steps the user can take. <|im_end|> <|im_start|>user How can I improve my sleep quality and manage stress naturally? <|im_end|> <|im_start|>assistant"

Adjust flags like -n (max tokens), --temperature, --top_p, --top_k, etc. according to your hardware and latency/quality trade‑offs.

---

Downloading via huggingface-cli

pip install -U "huggingface_hub[cli]"

huggingface-cli download \
  meetara-glm-4.7-flash-gguf \
  --include "meetara-glm-4.7-flash-gguf-Q4_K_M.gguf" \
  --local-dir .

This will download only the Q4_K_M file into the current directory.

---

meeTARA integration scope

This GGUF is primarily a quantized upstream zai-org/GLM-4.7-Flash checkpoint packaged for use inside the meeTARA ecosystem.

In this context, meeTARA packaging means:

* A ready-to-run GGUF build of the upstream model for llama.cpp-style runtimes

* meeTARA naming, repository packaging, and model-card metadata

* Compatibility with meeTARA prompts and orchestration flows

meeTARA core purpose in practice:

* Understand user intent + emotional context, then provide practical help

* Adapt tone and depth to user profile, urgency, and conversation context

* Keep responses safe and responsible for sensitive topics

* Guide users toward clear, actionable next steps

For best results, use this model with the meeTARA runtime or with a meeTARA-style system prompt.

That is where domain routing, emotional adaptation, safety layering, and response structuring are applied most consistently.

When loaded directly in llama.cpp or another GGUF runtime, this repository gives you the upstream model in GGUF form, packaged for clean use inside the meeTARA model family.

---

Intended behavior / meeTARA flavor

Compared to the raw zai-org/GLM-4.7-Flash model, this repository is intended to:

* Make the upstream model easy to use inside the meeTARA stack

* Preserve upstream tokenizer/chat-template compatibility

* Provide a clean local-runtime artifact that meeTARA can route to and prompt consistently

The strongest domain detection, emotional intelligence, contextual structure, and safety behavior come from the full meeTARA stack working with this model.

---

Credits

  • Base model and original training: zai-org/GLM-4.7-Flash by Original Authors.
  • Quantization and meeTARA integration: meetara‑lab.

If you use this GGUF in your work, please also cite the original GLM paper/model in addition to this repository.

Run meetara-lab/meetara-glm-4.7-flash-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models