gsm8k

Referências:

a Principal

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:gsm8k/main')
  • Descrição :
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.
  • Licença : MIT
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'test' 1319
'train' 7473
  • Características :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

socrático

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:gsm8k/socratic')
  • Descrição :
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.
  • Licença : MIT
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'test' 1319
'train' 7473
  • Características :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}