barddoo/futo-keyboard-ptbr
098
futo-keyboard-ptbr
A privacy-respecting, on-device keyboard language model for Brazilian Portuguese (pt-BR), built for FUTO Keyboard.
This is a small decoder-only GPT (~42M params, llama GGUF architecture) that runs entirely on-device in FUTO Keyboard for next-word prediction, with the vocabulary conventions (and optional autocorrect/swipe training data) that FUTO's runtime expects.
Files
Model details
Install in FUTO Keyboard
- Download
pt_br_keyboard_q6k.gguf. - In FUTO Keyboard, go to Settings → Keyboard models → Import and select the
.gguffile.
Training
- Data: cleaned pt-BR corpora (MADRAS1 corpus-ptbr real subset, Wikipedia pt, Pt-Corpus-Instruct) — see the source repo for the full pipeline.
- Objective: causal next-token over
[BOS] + encode(line + " "), mirroring FUTO's runtime tokenization. - Hardware: NVIDIA CUDA, AMD ROCm, or Apple MPS.
The keyboardlm.finetuning_count is 0 — this is a from-scratch model, not a fine-tune.
License
Weights are released under Apache-2.0. Note: the underlying corpora each carry their own licenses — review them before redistributing training data or derived models.
