huggingface / datasets

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
https://huggingface.co/docs/datasets
Apache License 2.0
19.28k stars 2.7k forks source link

Allow for variation in metadata file names as per issue #7123 #7283

Open egrace479 opened 2 weeks ago

egrace479 commented 2 weeks ago

Allow metadata files to have an identifying preface. Specifically, it will recognize files with -metadata.csv or _metadata.csv as metadata files for the purposes of the dataset viewer functionality.

Resolves #7123.