How to use the P3 datasets after downloading?
Hi,
I have cloned the data repository, but I noticed that it's difficult to load some certain datasets through load_dataset() function from 'datasets' package. Is there any script I can follow to use my locally stored P3 datasets?
Thank you.
Hi
@Yingxiu
,
Happy to help but not sure I understand. Can you be more specific about your request? are you trying to load a specific subset of P3 for instance?
Hi @VictorSanh ,
Yep, I'm trying to load a subset of P3 from a locally downloaded P3 dataset. I have downloaded P3 through 'git clone https://huggingface.co/datasets/bigscience/P3', but I cannot load it through "load_dataset('./P3', data_dir='./P3/adversarial_qa_dbert_answer_the_following_q')" for example. May you help me with that?
Thank you so much!
I think data_dir
is relative to the dataset directory you're specifying. Try it without the full path.