datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
NCSS_2023_Data_Analysisignatius-tiny-aya-analysis
Tiny Aya Base — Failure Analysis Dataset
Model Tested
Model: CohereLabs/tiny-aya-base
Parameters: 3.35B
Released: February 17, 2026
Architecture: Dense decoder-only Transformer, pretrained on 6T tokens across 70+ languages
How I Loaded the Model
I used Modal (free tier, T4 GPU — 16GB VRAM) to run inference.
import modal
app = modal.App("tiny-aya-probe")
image = modal.Image.debian_slim(python_version="3.11").pip_install(
"torch", "transformers>=4.51.0"… See the full description on the dataset page: https://huggingface.co/datasets/IgnatiusBalayo2024/ignatius-tiny-aya-analysis.sales_analysis_queries
