Datasets:
The "file" column content has been changed after converting to Parquet
#12
by
albertvillanova
HF staff
- opened
After having converted this dataset to Parquet, the "file" column content has been changed, for example:
- from:
374-180298-0000.flac
- to:
/home/albert/.cache/huggingface/datasets/downloads/extracted/bc0d9a6ef85c2d487c9c6efbc91f8892df927c69d3f80545a668cc058d5f677e/374-180298-0000.flac
I just used push_to_hub
. The Parquet files in this dataset should be recreated with the right "file" content.
Reported by @osanseviero .
Fixed by #13.
albertvillanova
changed discussion status to
closed