Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -103,5 +103,5 @@ language:
|
|
103 |
|
104 |
- `q_id` (`str`): 質問を一意識別するための ID
|
105 |
- `question` (`str`): 質問文
|
106 |
-
- `choice{0..4}` (`str`):
|
107 |
- `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)
|
|
|
103 |
|
104 |
- `q_id` (`str`): 質問を一意識別するための ID
|
105 |
- `question` (`str`): 質問文
|
106 |
+
- `choice{0..4}` (`str`): 選択肢(`choice0`〜`choice4` の 5つ)
|
107 |
- `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)
|