CoolFace
Datasetpublic

NecroMOnk/khan-math-geometry

Khan Math – Geometry Geometry problems from Khan Academy in ChatML format. Covers triangles, circles, coordinate geometry, and more. Quick Start from datasets import load_dataset dataset = load_dataset("NecroMOnk/khan-math-geometry") print(dataset["train"][0]) Example record: { "messages": [ {"role": "system", "content": "You are a mathematics tutor. Answer the following math problem."}, {"role": "user", "content": "Find the arclength of the function… See the full description on the dataset page: https://huggingface.co/datasets/NecroMOnk/khan-math-geometry.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes23downloads
5 commits on main
411a6987mo ago

Upload README.md with huggingface_hub

NecroMOnk
ef6564d7mo ago

Upload README.md with huggingface_hub

NecroMOnk
28374387mo ago

Upload data/khan-math-geometry.jsonl with huggingface_hub

NecroMOnk
a64cc897mo ago

Upload README.md with huggingface_hub

NecroMOnk
1b064eb7mo ago

initial commit

NecroMOnk