Open computermacgyver opened 2 years ago
The error above indicates that the file input.csv
does not exist. The idea is to change the command and specific a file of URLs that should be downloaded. For example, you can download semeval-2022_task8_train-data_batch.csv from the dataset on Zenodo and then update the Python command to be
python -m semeval_8_2022_ia_downloader.cli --links_file=semeval-2022_task8_train-data_batch.csv --dump_dir=output_dir"
This will read the urls from semeval-2022_task8_train-data_batch.csv
and put the output in a new directory (folder) called output_dir
.
The full Zenodo data set is at https://zenodo.org/record/6507872#.Y3QhD1XP0WU
Thanks a lot! That is really helpful!
Based on the comment from @intifa233 in #4 . https://github.com/euagendas/semeval_8_2022_ia_downloader/issues/4#issuecomment-1315668622