CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes7downloads
Dataset Card

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:

json
{
  "instruction": "AIDentist saytida rollar qaysilar?",
  "input": "",
  "output": "AIDentist tizimida asosiy rollar: Clinic Owner, Admin, Doctor va Super Admin."
}