datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
CMMLU-Nutrition-Benchmark
💻 Dataset Usage
Run the following command to load the testing set (145 examples):
from datasets import load_dataset
dataset = load_dataset("shuyuej/CMMLU-Nutrition-Benchmark", split="train")
print(dataset)
pcos-nutrition-natural-compound
Dataset Card for pcos-nutrition-natural-compound
Dataset Summary
pcos-nutrition-natural-compound is a structured medical Q&A dataset derived from the peer-reviewed article:
“Natural compounds in the management of polycystic ovary syndrome: a comprehensive review of hormonal regulation and therapeutic potential.”Frontiers in Nutrition, Volume 12 (2025)https://doi.org/10.3389/fnut.2025.1520695
The dataset converts scientific review content into clear, evidence-aligned… See the full description on the dataset page: https://huggingface.co/datasets/Khyatimirani/pcos-nutrition-natural-compound.nutrition_dataset_mlx_lm
Dataset Structure
The dataset is in JSONL format, with each line containing a JSON object with:
text: The processed text chunk
source: The source PDF file name
Example format:
{"text": "Nutrition is the science that interprets the interaction of nutrients and other substances in food...", "source": "Human-Nutrition-2020-Edition.pdf"}
Using the Dataset with MLX-LM
To use this dataset for fine-tuning the MLX-LM model:
Make sure you have MLX-LM installed:pip install… See the full description on the dataset page: https://huggingface.co/datasets/saki007ster/nutrition_dataset_mlx_lm.clinical_nutritional_coach_formattedpcos-clinical-diet-nutrition
Dataset Card for PCOS Natural Compounds & Nutrition Q&A
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
This dataset contains patient-facing conversational Q&A pairs about natural compounds, nutrition, and hormonal regulation in Polycystic Ovary Syndrome (PCOS).
It is derived from the scientific review:
Natural compounds in the management of polycystic ovary… See the full description on the dataset page: https://huggingface.co/datasets/Khyatimirani/pcos-clinical-diet-nutrition.NutritionFineTune_1annotations_creators:
expert-generated
language:
en
language_creators:
expert-generated
license:
other
multilinguality:
monolingual
pretty_name: Food Nutrition that use to fine tune llm
size_categories:
1K<n<10K
source_datasets: []
tags: []
task_categories:
text-generation
text2text-generation
task_ids:
language-modeling
text-simplification
naos-nutrition-training-pairs
Naos Nutrition Training Pairs
Original training dataset for evidence-based nutrition AI
Produced for the Adaption AutoScientist Challenge 2026 using Adaptive Data by Adaption.
Dataset Summary
This repository contains the original hand-crafted training pairs built from a corpus of 710 license-verified open-access papers from PubMed Central Open Access Subset. Two versions are available showing the progression of the dataset.
Files in this Repository… See the full description on the dataset page: https://huggingface.co/datasets/parissharpe/naos-nutrition-training-pairs.mmlu-nutritionllama3.2-nutritionrevised
