datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
math_algebra_linear_equation_7B_test_outkhan-math-linear_algebra
Khan Math – Linear Algebra
Linear algebra problems from Khan Academy in ChatML format. Covers vectors, matrices, eigenvalues, transformations, and more.
Quick Start
from datasets import load_dataset
dataset = load_dataset("NecroMOnk/khan-math-linear_algebra")
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… See the full description on the dataset page: https://huggingface.co/datasets/NecroMOnk/khan-math-linear_algebra.math_algebra_linear_equation_test_inmath_algebra_linear_equation_7B_test_inmath_algebra_linear_equation_trainmath_algebra_linear_equation_7B_trainmath_algebra_linear_equation_level_4math_algebra_linear_equation_level_2math_algebra_linear_equation_level_5math_algebra_linear_equation_level_3math_algebra_linear_equation_level_1
