CohereLabs / tiny-aya-base-32K

huggingface.co
Total runs: 2
24-hour runs: 2
7-day runs: 2
30-day runs: 2
Model's Last Updated: September 10 2026
text-generation

Introduction of tiny-aya-base-32K

Model Details of tiny-aya-base-32K

Model Card for Tiny Aya Base 32K

Model Summary

Cohere Labs Tiny Aya Base 32K is an open-weights research release of a pretrained 3.35 billion parameter model optimized for efficient, strong, and balanced multilingual representation across 70+ languages, including many lower-resourced ones. This variant provides a 32K context window and is designed to support downstream adaptation, instruction tuning and long-context research.

This is a base pretrained model and has not been instruction-tuned or preference-aligned.

This checkpoint is used as the base model for Tiny Aya L2-Thinker and Tiny Aya En-Thinker .

Developed by: Cohere and Cohere Labs

For the 8K release, see tiny-aya-base . For the broader family, see tiny-aya-global and the Tiny Aya collection .

Usage
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "CohereLabs/tiny-aya-base-32K"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="auto",
)

prompt = "The capital of Spain is"
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)

outputs = model.generate(
    **inputs,
    max_new_tokens=128,
    do_sample=True,
    temperature=0.1,
    top_p=0.9,
    top_k=50,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

The model can also be used with the Transformers pipeline abstraction:

from transformers import pipeline

generator = pipeline(
    "text-generation",
    model="CohereLabs/tiny-aya-base-32K",
    torch_dtype="auto",
    device_map="auto",
)

output = generator(
    "The capital of Spain is",
    max_new_tokens=128,
    do_sample=True,
    temperature=0.1,
    top_p=0.9,
    repetition_penalty=1.1,
)
print(output[0]["generated_text"])

The combined prompt and generated sequence must fit within the 32K context window.

Model Details

Input: Text only.

Output: Model generates text.

Model Architecture: Auto-regressive transformer in the Tiny Aya / Cohere family, using interleaved sliding-window and global-attention layers with rotary positional embeddings.

Languages covered: The model was trained on 70+ languages, with a focus on English, Dutch, French, Italian, Portuguese, Romanian, Spanish, Czech, Polish, Ukrainian, Russian, Greek, German, Danish, Swedish, Norwegian, Catalan, Galician, Welsh, Irish, Basque, Croatian, Latvian, Lithuanian, Slovak, Slovenian, Estonian, Finnish, Hungarian, Serbian, Bulgarian, Arabic, Persian, Urdu, Turkish, Maltese, Hebrew, Hindi, Marathi, Bengali, Gujarati, Punjabi, Tamil, Telugu, Nepali, Tagalog, Malay, Indonesian, Vietnamese, Javanese, Khmer, Thai, Lao, Chinese, Burmese, Japanese, Korean, Amharic, Hausa, Igbo, Malagasy, Shona, Swahili, Wolof, Xhosa, Yoruba, and Zulu.

Context Length: Tiny Aya Base 32K supports a context length of 32K tokens across input and output.

Usage and Limitations
Intended Usage

Tiny Aya Base 32K is intended for continued pretraining, instruction tuning, and research on multilingual and long-context language modeling. Potential downstream applications include multilingual text generation, summarization, translation, cross-lingual tasks, and adaptation for lower-resource languages.

Because this is a base model, prompts should use text completion rather than a chat template. Additional post-training is recommended before deploying it as a conversational assistant.

Strengths

Tiny Aya provides strong open-ended generation across broad language coverage, including many lower-resource languages. Shared training signals across language families and scripts support multilingual generation, translation, summarization, and cross-lingual adaptation. This release supports substantially longer sequences than the 8K base release.

Limitations

Base-model behavior. This checkpoint is not instruction-tuned or preference-aligned and may not reliably follow instructions or behave like a conversational assistant.

Reasoning tasks. The model's strongest performance is on open-ended generation. Chain-of-thought reasoning tasks such as multilingual math are comparatively weaker.

Factual knowledge. Outputs may contain incorrect or outdated statements, particularly in lower-resource languages with thinner training data coverage.

Uneven resource distribution. High-resource languages benefit from richer training signals and tend to show more consistent quality. The lowest-resource languages may show greater variability, and culturally specific nuance, sarcasm, or figurative language may be less reliable.

Long-context use. A 32K context window does not guarantee uniform recall or reasoning quality at every position. Long inputs also require substantially more memory and compute.

Model Card Contact

For errors or additional questions about details in this model card, contact [email protected] .

Terms of Use

This model is governed by a CC-BY-NC License (Non-Commercial) and also requires adhering to Cohere Lab's Acceptable Use Policy . If you are interested in commercial use, please contact Cohere’s Sales team.

Runs of CohereLabs tiny-aya-base-32K on huggingface.co

2
Total runs
2
24-hour runs
2
3-day runs
2
7-day runs
2
30-day runs

More Information About tiny-aya-base-32K huggingface.co Model

More tiny-aya-base-32K license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

tiny-aya-base-32K huggingface.co

tiny-aya-base-32K huggingface.co is an AI model on huggingface.co that provides tiny-aya-base-32K's model effect (), which can be used instantly with this CohereLabs tiny-aya-base-32K model. huggingface.co supports a free trial of the tiny-aya-base-32K model, and also provides paid use of the tiny-aya-base-32K. Support call tiny-aya-base-32K model through api, including Node.js, Python, http.

tiny-aya-base-32K huggingface.co Url

https://huggingface.co/CohereLabs/tiny-aya-base-32K

CohereLabs tiny-aya-base-32K online free

tiny-aya-base-32K huggingface.co is an online trial and call api platform, which integrates tiny-aya-base-32K's modeling effects, including api services, and provides a free online trial of tiny-aya-base-32K, you can try tiny-aya-base-32K online for free by clicking the link below.

CohereLabs tiny-aya-base-32K online free url in huggingface.co:

https://huggingface.co/CohereLabs/tiny-aya-base-32K

tiny-aya-base-32K install

tiny-aya-base-32K is an open source model from GitHub that offers a free installation service, and any user can find tiny-aya-base-32K on GitHub to install. At the same time, huggingface.co provides the effect of tiny-aya-base-32K install, users can directly use tiny-aya-base-32K installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

tiny-aya-base-32K install url in huggingface.co:

https://huggingface.co/CohereLabs/tiny-aya-base-32K

Url of tiny-aya-base-32K

tiny-aya-base-32K huggingface.co Url

Provider of tiny-aya-base-32K huggingface.co

CohereLabs
ORGANIZATIONS

Other API from CohereLabs

huggingface.co

Total runs: 9.6K
Run Growth: -399
Growth Rate: -4.15%
Updated:September 11 2025
huggingface.co

Total runs: 3.1K
Run Growth: -6.3K
Growth Rate: -202.37%
Updated:September 11 2025
huggingface.co

Total runs: 330
Run Growth: -286
Growth Rate: -86.67%
Updated:September 11 2025