Références :
principal
Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :
ds = tfds.load('huggingface:gsm8k/main')
- Description :
GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality
linguistically diverse grade school math word problems. The
dataset was created to support the task of question answering
on basic mathematical problems that require multi-step reasoning.
- Licence : MIT
- Version : 1.1.0
- Divisions :
Diviser | Exemples |
---|---|
'test' | 1319 |
'train' | 7473 |
- Caractéristiques :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
socratique
Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :
ds = tfds.load('huggingface:gsm8k/socratic')
- Description :
GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality
linguistically diverse grade school math word problems. The
dataset was created to support the task of question answering
on basic mathematical problems that require multi-step reasoning.
- Licence : MIT
- Version : 1.1.0
- Divisions :
Diviser | Exemples |
---|---|
'test' | 1319 |
'train' | 7473 |
- Caractéristiques :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}