samwell/synthea-ncd-instructions
Synthea NCD Instructions Synthetic EHR-based instruction-tuning dataset for training LLMs to predict non-communicable disease (NCD) risk, specifically Type 2 Diabetes and Hypertension. Quick Start from datasets import load_dataset dataset = load_dataset("samwell/synthea-ncd-instructions") # View a sample print(dataset["train"][0]) Dataset Description This dataset contains instruction-tuning examples derived from synthetic patient records… See the full description on the dataset page: https://huggingface.co/datasets/samwell/synthea-ncd-instructions.
084
