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

tardellirs/aac-board-generator-140m-ptbr-GGUF overview

AAC Board Generator 140M pt BR — GGUF Runs on https://img.shields.io/badge/runs%20on CPU success Model https://img.shields.io/badge/model card blue https://hug…

ggufllama-cpptext-generationgemma3aacaugmentative-alternative-communicationarasaacboard-generationbrazilian-portuguesecpuptbase_model:tardellirs/aac-board-generator-140m-ptbrbase_model:quantized:tardellirs/aac-board-generator-140m-ptbrlicense:gemmaendpoints_compatibleregion:us

Runs locally from ~110.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
aac-board-generator-140m-ptbr-Q4_K_M.ggufGGUFQ4_K_M110.2 MBDownload
aac-board-generator-140m-ptbr-Q5_K_M.ggufGGUFQ5_K_M116.8 MBDownload
aac-board-generator-140m-ptbr-Q6_K.ggufGGUFQ6_K138.7 MBDownload
aac-board-generator-140m-ptbr-Q8_0.ggufGGUFQ8_0146.8 MBDownload
aac-board-generator-140m-ptbr-f16.ggufGGUFF16273.1 MBDownload

Model Details

Model IDtardellirs/aac-board-generator-140m-ptbr-GGUF
Authortardellirs
Pipelinetext-generation
Licensegemma
Base modeltardellirs/aac-board-generator-140m-ptbr
Last modified2026-07-21T11:41:41.000Z

Model README

---

language:

  • pt

license: gemma

library_name: gguf

pipeline_tag: text-generation

base_model: tardellirs/aac-board-generator-140m-ptbr

tags:

  • gguf
  • llama-cpp
  • text-generation
  • gemma3
  • aac
  • augmentative-alternative-communication
  • arasaac
  • board-generation
  • brazilian-portuguese
  • cpu

---

AAC Board Generator 140M (pt-BR) — GGUF

!Runs on

![Model](https://huggingface.co/tardellirs/aac-board-generator-140m-ptbr)

![License](https://ai.google.dev/gemma/terms)

![Used in Papuguinho](https://www.papuguinho.com)

llama.cpp GGUF builds of aac-board-generator-140m-ptbr

— the ultra-light, ultra-fast Brazilian-Portuguese multi-function AAC model (141.3M, CPU): board generation +

in-assistant board-editing instructions. ⚠️ Lower quality than the

770M model; choose it for speed/footprint. See the

model card for details.

Files

| File | Quant | Size | Notes |

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

| aac-board-generator-140m-ptbr-Q4_K_M.gguf | Q4_K_M | 116 MB | smallest |

| aac-board-generator-140m-ptbr-Q5_K_M.gguf | Q5_K_M | 122 MB | balanced |

| aac-board-generator-140m-ptbr-Q6_K.gguf | Q6_K | 145 MB | near-lossless |

| aac-board-generator-140m-ptbr-Q8_0.gguf | Q8_0 | 154 MB | recommended — safe near-lossless |

| aac-board-generator-140m-ptbr-f16.gguf | f16 | 286 MB | full precision reference |

At Q8_0 the model serves in a few hundred MB of RAM and produces a ~12-item board in **under a second on 4 CPU

threads**.

Usage

llama-server -m aac-board-generator-140m-ptbr-Q8_0.gguf -t 4 -c 2048 --host 127.0.0.1 --port 8080
import requests
INSTR = ("Você monta pranchas de CAA (pictogramas, pt-BR). Para o PEDIDO, liste ~12 itens concretos e relevantes, "
         "um por linha, no formato palavra|tipo|sinônimos (tipo: v/s/a/e/l/p). Só a lista.")
pedido = "monta uma prancha de brincar no parquinho"
prompt = f"<start_of_turn>user\n{INSTR}\n\nPEDIDO: {pedido}<end_of_turn>\n<start_of_turn>model\n"
print(requests.post("http://127.0.0.1:8080/completion",
                    json={"prompt": prompt, "temperature": 0, "n_predict": 320}).json()["content"])

Greedy / deterministic (temperature 0); output is one item per line, word|type|synonyms.

Notes on the build

Like its 770M sibling, this is a vocabulary-trimmed Gemma 3 that uses the BPE tokenizer.json path (not a

reconstructed SentencePiece), so the GGUF tokenizes identically to the untrimmed parent and preserves greedy

generation.

License & attribution

Released under the Gemma license (inherited from Gemma 3). Built for the

ARASAAC ecosystem (CC BY-NC-SA content). See the

model card for full terms.

Developed for and used in Papuguinhowww.papuguinho.com.

Run tardellirs/aac-board-generator-140m-ptbr-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