Loading Base dataset

#1
by tugrul93 - opened

Thank you for sharing your dataset. I believe your new dataset will be very useful. However, I encountered a problem, and I would appreciate it if you could help me. From my understanding, one can download the full dataset using this command: load_dataset("rethinklab/Bench2Drive-Full"). However, it seems that this option is not available for the Base version of the dataset. Additionally, when I try to download the Base version of the dataset on the Hugging Face website, there are many links available. Is it possible to download the Base version of the dataset using a single link or a one-line code?

SJTU ReThinkLab org

Hi, you can use the following command line to download the base version of Bench2Drive. You need to install huggingface-cli first.
" huggingface-cli download --repo-type dataset --resume-download rethinlab/Bench2Drive --local-dir Bench2Drive "

Thank you for your answer. It worked.

tugrul93 changed discussion status to closed

Sign up or log in to comment