File size: 399 Bytes
dcfc1a3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | text to text implementation basing on https://github.com/salesforce/DocNLI
DatasetDict({
train: Dataset({
features: ['idx', 'inputs', 'targets'],
num_rows: 942314
})
validation: Dataset({
features: ['idx', 'inputs', 'targets'],
num_rows: 234258
})
test: Dataset({
features: ['idx', 'inputs', 'targets'],
num_rows: 267086
})
}) |