File size: 418 Bytes
0ababdf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | squad_v010_allanswers in T5 paper https://github.com/google-research/text-to-text-transfer-transformer/blob/main/t5/data/tasks.py
DatasetDict({
squad: DatasetDict({
train: Dataset({
features: ['idx', 'inputs', 'targets'],
num_rows: 87599
})
validation: Dataset({
features: ['idx', 'inputs', 'targets'],
num_rows: 10570
})
})
}) |