Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:

Resources on DataTrove ?

#10
by Ali-C137 - opened

Hello there,
First thing first, thank you for making such a valuable resources for the community usage !!!

Well, we are trying to do similar things for other languages and it is quite clear that datatrove is an essential tool (that simplifies life) in this process. For that i would like to request if there is any resources (tutos, detailed docs ...) about datatrove I really want to understand the basic structure of the library and what each internal class is actually responsible for ...

Thanks in advance and hope to hear from you guys soon
cc : @guipenedo

HuggingFaceFW org

Hi! You can start by checking out the readme: https://github.com/huggingface/datatrove/ and the examples (some are slightly outdated but the main principles still apply): https://github.com/huggingface/datatrove/tree/main/examples
Our docs aren't super extensive, so then for more details I'd recommend the docstrings of the slurm and local executor classes (src/datatrove/executor) and the base classes for each type of block, e.g., https://github.com/huggingface/datatrove/blob/main/src/datatrove/pipeline/filters/base_filter.py

Sign up or log in to comment