gsm8k

Riferimenti:

principale

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:gsm8k/main')
  • Descrizione :
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.
  • Licenza : MIT
  • Versione : 1.1.0
  • Divide :
Diviso Esempi
'test' 1319
'train' 7473
  • Caratteristiche :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

socratico

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:gsm8k/socratic')
  • Descrizione :
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.
  • Licenza : MIT
  • Versione : 1.1.0
  • Divide :
Diviso Esempi
'test' 1319
'train' 7473
  • Caratteristiche :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}