Datasets:
Why so many nans in the text-corpus?
#2
by
djstrong
- opened
Why so many nan
s in the text-corpus? Most of them are marked as relevant...
Thanks!
I am getting the abstracts form pubmed via the get_abstract()
in generate.py
.
If I recall correctly some of the articles do not exist anymore which results in nans.
Would you have the capacity to check this and remove the nans form the text-corpus and the corresponding ids from the relevant_passage_ids
?
We have fixed this by downloading missing abstracts: https://huggingface.co/datasets/enelpol/rag-mini-bioasq
thanks