参考文献:
生
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:aqua_rat/raw')
- 説明:
A large-scale dataset consisting of approximately 100,000 algebraic word problems.
The solution to each question is explained step-by-step using natural language.
This data is used to train a program generation model that learns to generate the explanation,
while generating the program that solves the question.
- ライセンス: Copyright 2017 Google Inc.
Apache License バージョン 2.0 (「ライセンス」) に基づいてライセンスされています。ライセンスに準拠する場合を除き、このファイルを使用することはできません。ライセンスのコピーは次の場所で入手できます。
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
適用される法律で義務付けられている場合または書面による同意がない限り、ライセンスに基づいて配布されるソフトウェアは、明示または黙示を問わず、いかなる種類の保証や条件もなく、「現状のまま」で配布されます。ライセンスに基づく許可と制限を規定する特定の言語については、ライセンスを参照してください。
- バージョン: 0.0.0
- 分割:
スプリット | 例 |
---|---|
'test' | 254 |
'train' | 97467 |
'validation' | 254 |
- 特徴:
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"options": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"rationale": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"correct": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
トークン化された
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:aqua_rat/tokenized')
- 説明:
A large-scale dataset consisting of approximately 100,000 algebraic word problems.
The solution to each question is explained step-by-step using natural language.
This data is used to train a program generation model that learns to generate the explanation,
while generating the program that solves the question.
- ライセンス: Copyright 2017 Google Inc.
Apache License バージョン 2.0 (「ライセンス」) に基づいてライセンスされています。ライセンスに準拠する場合を除き、このファイルを使用することはできません。ライセンスのコピーは次の場所で入手できます。
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
適用される法律で義務付けられている場合または書面による同意がない限り、ライセンスに基づいて配布されるソフトウェアは、明示または黙示を問わず、いかなる種類の保証や条件もなく、「現状のまま」で配布されます。ライセンスに基づく許可と制限を規定する特定の言語については、ライセンスを参照してください。
- バージョン: 0.0.0
- 分割:
スプリット | 例 |
---|---|
'test' | 254 |
'train' | 97467 |
'validation' | 254 |
- 特徴:
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"options": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"rationale": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"correct": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}