참고자료:
기본
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:gsm8k/main')
- 설명 :
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.
- 라이센스 : MIT
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 1319 |
'train' | 7473 |
- 특징 :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
소크라테스의
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:gsm8k/socratic')
- 설명 :
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.
- 라이센스 : MIT
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 1319 |
'train' | 7473 |
- 특징 :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}