The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

Gagauz Language Monolingual Dataset (Gagauz dili)

Description

This repository contains an authentic monolingual text corpus in the Gagauz language (gag), focusing on regional literature, folklore, and written texts in Latin orthography.

The dataset is designed for pre-training and fine-tuning Large Language Models (LLMs), tokenizers, and NLP tools for the Gagauz language.

Dataset Structure

The dataset contains plain Gagauz text:

  • text: Pure text entry in Gagauz language.

Languages

  • Gagauz (gag)

Usage

from datasets import load_dataset

dataset = load_dataset("Tolih/Gagauz.dili")
print(dataset[0])
Downloads last month
31