metadata
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 338451587
num_examples: 256916
download_size: 146667381
dataset_size: 338451587
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- text2text-generation
language:
- en
tags:
- medical_assistant
- ai_doctor
pretty_name: Medical chat dataset
size_categories:
- 10K<n<100K
Use this dataset
from datasets import load_dataset
data = load_dataset("syubraj/ruslanmv_medicalChat_phi3.5_instruct")
Source : ruslanmv/ai-medical-chatbot