datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
algebraic-stack
NOTE: Please see EleutherAI/proof-pile-2
This is a cherry-picked repackaging of the algebraic-stack segment from the proof-pile-2 dataset as parquet files
License
see EleutherAI/proof-pile-2
Citation
see EleutherAI/proof-pile-2
task664_mmmlu_answer_generation_abstract_algebra
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task664_mmmlu_answer_generation_abstract_algebra
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task664_mmmlu_answer_generation_abstract_algebra.pashto-algebra
د پښتو الجبرا پروژه 🤖🇦🇫📚🧠
د افغان نجونو لپاره ډالۍ 💝
"تعلیم یو حق دی، نه مرسته." ✨
هغو زړورو افغان نجونو ته چې له ښوونځي او کتابونو څخه محرومې دي — دا پروژه ستاسو لپاره ده! 🇦🇫❤️
📖 د پروژې په اړه
Pashto Algebra Dataset په پښتو ژبه کې لومړی او تر ټولو لوی ګام په ګام ریاضي ډیټاسیټ دی.
دا پروژه د هغو افغان ماشومانو لپاره جوړه شوې چې په ځانګړې توګه نجونې چې په افغانستان کې له ښوونځي تګ څخه منع دي او هلکان چې په لرو پرتو سیمو کې اوسي.
🎯… See the full description on the dataset page: https://huggingface.co/datasets/nassimjp/pashto-algebra.task090_equation_learner_algebra
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task090_equation_learner_algebra
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task090_equation_learner_algebra.simple_algebra_1m
Dataset Description: Simple Algebra 1M
This dataset is designed for testing tiny ML models and contains a set of examples involving basic arithmetic operations. It includes randomly generated examples of addition, subtraction, multiplication, division operations.
Dataset Overview
The dataset consists of 1 million examples, with the following distribution:
Addition: 400,000 examples
Random pairs of numbers between 0 and 1000 are summed.
Subtraction: 200,000 examples… See the full description on the dataset page: https://huggingface.co/datasets/ozlobin/simple_algebra_1m.algebra_inference_1AlgebraicEquationsGenerator/**
Algebraic Equation Dataset Generator for Hugging Face
This script generates diverse datasets of algebraic equations with their solutions,
producing different valid equations each time it's run, properly formatted for Hugging Face.
*/
// Utility function to generate a random integer within a range
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
// Utility function to get a random non-zero integer within a range
function… See the full description on the dataset page: https://huggingface.co/datasets/BarefootMikeOfHorme/AlgebraicEquationsGenerator.simple_algebra_CoT_1mDataset: Chain-of-Thought ArithmeticSize: 1M examples
Categories
Simple (50%)
Range: 0 ≤ a, b ≤ 1,000
Ops: Addition (a + b), Subtraction (a - b)
Hard (50%)
Range: -100,000 ≤ a, b ≤ 100,000
Ops: Addition (a + -b), Subtraction (-a - b)
(Data generated via algorithmic step-by-step breakdown.)
