CoolFace
Datasetpublic

timiiowolabi/muta_tutor_quality_sample

Muta STEM SFT Quality Sample A train-ready, supervised fine-tuning data for Muta Tutor: verified STEM questions paired with answers in five tutoring styles that covers mathematics, physics, chemistry, biology, and integrated science. Snapshot Property Value Rows 300,350 JSONL shards 14 Decompressed data 776,449,831 bytes (~740 MiB) Hub data file 39,070,661 bytes (~37.3 MiB), Zstandard Language English Split Train Fingerprint… See the full description on the dataset page: https://huggingface.co/datasets/timiiowolabi/muta_tutor_quality_sample.

sourceHugging Faceotherupdated 6d agoView on Hugging Face
0likes37downloads
Dataset Card

Muta STEM SFT Quality Sample

A train-ready, supervised fine-tuning data for Muta Tutor: verified STEM questions paired with answers in five tutoring styles that covers mathematics, physics, chemistry, biology, and integrated science.

Snapshot

PropertyValue
Rows300,350
JSONL shards14
Decompressed data776,449,831 bytes (~740 MiB)
Hub data file39,070,661 bytes (~37.3 MiB), Zstandard
LanguageEnglish
SplitTrain
Fingerprint037edf28cccff62d90c23e2d6caf56b9998dea6928080f98af2a513f9f92910e
SourceRows
Muta verified STEM v2280,000
DeepMind Mathematics20,000
Private WAEC e-learning review47
Private Cheetah WAEC review303
SubjectRowsTutoring styleRows
Mathematics150,311Worked solution120,350
Physics54,030Exam marking scheme60,000
Chemistry42,006Misconception correction60,000
Biology42,003Socratic hint30,000
Integrated science12,000Concise answer30,000

Record format

Every row has prompt, completion, and two-message messages fields for SFT, together with answer, subject, topic, difficulty, pedagogy, curriculum, provenance, verification, contamination, and tokenization metadata. Use messages for conversation-formatted training.

python
from datasets import load_dataset

train = load_dataset(
    "timiiowolabi/muta_tutor_quality_sample",
    split="train",
)

manifest.json and selector-provenance/ bind the exact selection, source evidence, audit receipts, and original shard hashes. The Hub data file is the lossless concatenation of the 14 manifest shards in listed order; HUGGINGFACE_COMPRESSION.json records its hash and byte counts.