GGUF
Portuguese
conversational
Prosodia logo

Introduction

Prosodia is an organization dedicated to developing and transparently distributing open-source Portuguese language models. Prosodia T0.6B is a 0.6 billion parameter Small Language Model (SLM) trained on publicly available data and released for community use. Built on the Qwen3 architecture, it represents our commitment to accessible AI development.

This is the default pretrained variant of the model. This repository provides the model in BF16 (unquantized GGUF export) GGUF format under the filename Prosodia_T0.6B-bf16.gguf.

Training

This model was developed through a focused one-month effort with substantially limited computational resources compared to industry leaders. Its primary purpose is to demonstrate that through intelligent design, transparency, and community collaboration, it is possible to create high-quality Brazilian and Portuguese language models without massive infrastructure.

The training regimen utilized approximately 20 billion tokens for the base model and just under 1 billion tokens for instruction tuning and subsequent refinements. While these volumes are far from ideal, they serve as a rapid proof-of-concept that establishes a foundation for future, more comprehensive development.

Inference

The model is fully compatible with standard LLM deployment platforms and can be used and distributed across frameworks such as HuggingFace, vLLM, GGUF, and similar tools.

You can download the GGUF artifact programmatically using:

from huggingface_hub import hf_hub_download

path = hf_hub_download(
    repo_id="Prosodia/Prosodia_T0.6B-bf16-gguf",
    filename="Prosodia_T0.6B-bf16.gguf",
)
print(path)
Downloads last month
117
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to view the estimation

16-bit

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

Model tree for Prosodia/Prosodia_T0.6B-bf16-gguf

Finetuned
Qwen/Qwen3-0.6B
Quantized
(208)
this model

Datasets used to train Prosodia/Prosodia_T0.6B-bf16-gguf