This is a cookiecutter template for creating script for huggingface datasets, specifically designed for the monorepo at creative-graphic-design/huggingface-datasets.
- We decide the minimum version of Python according to the Python official Supported Versions.
- Install
cookiecutterand run the following command:
pip install cookiecutter
cookiecutter https://github.com/creative-graphic-design/cookiecutter-monorepo-huggingface-datasets.git- If you are uv user, you can also run:
uv run --with cookiecutter cookiecutter https://github.com/creative-graphic-design/cookiecutter-monorepo-huggingface-datasets.git