saparbayev-azizbek/aidentist
AIDentist Dataset A dataset designed for training and fine-tuning language models to answer questions related to the AIDentist dental clinic management system. This dataset is mainly intended for instruction-tuning (instruction β answer) tasks in Uzbek language. π Dataset Purpose The goal of this dataset is to help AI models: Understand questions about the AIDentist platform Provide accurate answers about system features Assist users with platform usage Enableβ¦ See the full description on the dataset page: https://huggingface.co/datasets/saparbayev-azizbek/aidentist.
AIDentist Dataset
A dataset designed for training and fine-tuning language models to answer questions related to the AIDentist dental clinic management system.
This dataset is mainly intended for instruction-tuning (instruction β answer) tasks in Uzbek language.
π Dataset Purpose
The goal of this dataset is to help AI models:
- Understand questions about the AIDentist platform
- Provide accurate answers about system features
- Assist users with platform usage
- Enable development of Uzbek-language AI assistants
π Dataset Structure
Each entry in the dataset follows the instruction tuning format:
{
"instruction": "AIDentist saytida rollar qaysilar?",
"input": "",
"output": "AIDentist tizimida asosiy rollar: Clinic Owner, Admin, Doctor va Super Admin."
}