datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
nutuk-soru-ve-cevaplar-veriseti
Dataset Card for Nutuk Q&A Dataset
Dataset Details
Dataset Description
This dataset contains 7,634 question-answer pairs in Turkish, extracted and curated from Mustafa Kemal Atatürk's famous speech "Nutuk" (The Great Speech). The dataset is designed for fine-tuning Turkish language models to understand and respond to questions about Turkish history, the War of Independence, and Atatürk's thoughts and philosophies.
The dataset presents conversations in a format… See the full description on the dataset page: https://huggingface.co/datasets/erenfazlioglu/nutuk-soru-ve-cevaplar-veriseti.nutuk-chat-dataset
Nutuk Chat Dataset
The Nutuk Chat Dataset consists of excerpts from Mustafa Kemal Atatürk's 1927 work Nutuk, formatted into a chat-style dataset suitable for training large language models (LLMs).
Format
The data is in jsonl format. Each line follows this structure:
{
"messages": [
{
"role": "assistant",
"content": "ORDU İLE TEMAS Now gentlemen, first and foremost, it was necessary to get in touch with the entire army."
}
]
}
