Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:competition_math')
- Descripción :
The Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems
from mathematics competitions, including the AMC 10, AMC 12, AIME, and more.
Each problem in MATH has a full step-by-step solution, which can be used to teach
models to generate answer derivations and explanations.
- Licencia : https://github.com/hendrycks/math/blob/main/LICENSE
- Versión : 1.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'test' | 5000 |
'train' | 7500 |
- Características :
{
"problem": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"level": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"solution": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}