https://github.com/shunk031/cookiecutter-huggingface-datasets
cookiecutter for huggingface datasets
https://github.com/shunk031/cookiecutter-huggingface-datasets
cookiecutter cookiecutter-template huggingface-datasets ruff uv
Last synced: 5 months ago
JSON representation
cookiecutter for huggingface datasets
- Host: GitHub
- URL: https://github.com/shunk031/cookiecutter-huggingface-datasets
- Owner: shunk031
- License: apache-2.0
- Created: 2024-01-06T15:05:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T02:45:11.000Z (5 months ago)
- Last Synced: 2025-05-08T03:14:24.721Z (5 months ago)
- Topics: cookiecutter, cookiecutter-template, huggingface-datasets, ruff, uv
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍪 Cookiecutter Huggingface Datasets 🤗
[](https://github.com/shunk031/cookiecutter-huggingface-datasets/actions/workflows/ci.yaml)
[](https://github.com/cookiecutter/cookiecutter)
[](https://github.com/astral-sh/uv)
[](https://github.com/astral-sh/ruff)This is a [cookiecutter](https://github.com/cookiecutter/cookiecutter) template for creating script for [huggingface datasets](https://github.com/huggingface/datasets).
## Policy
- We decide the minimum version of Python according to [the Python official Supported Versions](https://devguide.python.org/versions/#supported-versions).
## Usage
- Install `cookiecutter`:
```shell
pip install cookiecutter
```- Run the following cookiecutter command:
```shell
cookiecutter https://github.com/shunk031/cookiecutter-huggingface-datasets.git
```