klei1/bleta-sq-dataset-v1
Bleta SQ Instruct v1 Cleaned instruction-following dataset for Albanian language fine-tuning, used to train the Bleta AI assistant. Dataset Details Total rows: 39,873 Language: Albanian (sq) Format: Alpaca (instruction / input / output) Composition Split Rows Description Albanian Alpaca 38,480 Cleaned from saillab/alpaca-albanian-cleaned (removed ~12K Afrikaans rows) Bleta Identity 1,393 Grammatically correct Albanian identity Q&A for… See the full description on the dataset page: https://huggingface.co/datasets/klei1/bleta-sq-dataset-v1.
110
Bleta SQ Instruct v1
Cleaned instruction-following dataset for Albanian language fine-tuning, used to train the Bleta AI assistant.
Dataset Details
- Total rows: 39,873
- Language: Albanian (sq)
- Format: Alpaca (instruction / input / output)
Composition
Cleaning
- Removed C1 control characters corrupting Albanian ë/ç
- Language-filtered: kept only Albanian (sq) rows, removed ~12,300 Afrikaans rows
- Deduplicated on (instruction, output)
- Bleta identity uses correct feminine grammar throughout
Usage
from datasets import load_dataset
ds = load_dataset("klei1/bleta-sq-instruct-v1")