Hugging Face - Datasets
Links
- Doc: https://huggingface.co/docs/datasets/
- GitHub: https://github.com/huggingface/datasets
- Writing a dataset loading script
Dataset Class
- Doc: https://huggingface.co/docs/datasets/package_reference/main_classes.html#dataset
- Create a new dataset with rows selected following the list/array of indices: use
select
function
Last modified July 16, 2022: fix headlines in ML doc (a533e7c)