הפניות:
רָאשִׁי
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
}
}