Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
closed-domain-qa
Languages:
English
Size:
1K - 10K
ArXiv:
License:
dataset['train']['full_text'][511] looks empty.
#3
by
UNIST-Eunchan
- opened
While using this data, I noticed that one of the indexes for that data was empty.
The code snippet below is the code for what I'm talking about.
print(dataset['train']['full_text'][511])
>>{'section_name': [], 'paragraphs': []}
Fortunately, this was not difficult to deal with, but I'm uploading the discussion for sharing with community.
Thanks!
UNIST-Eunchan
changed discussion title from
dataset['train']['full_text'][511] is empty.
to dataset['train']['full_text'][511] looks empty.