Datasets:
Update dolma.py
#39
by
kshinoda
- opened
When loading data from _DATA_DIR, this line caused an FileNotFoundError due to an incorrect path.
I think downloaded files are meant to be distributed across folders. However, recommended wget
snippet simply dumps everything into the same folder. Maybe better to adjust the snippet?