An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🍪 Cookiecutter Huggingface Datasets 🤗

[![CI](https://github.com/shunk031/cookiecutter-huggingface-datasets/actions/workflows/ci.yaml/badge.svg)](https://github.com/shunk031/cookiecutter-huggingface-datasets/actions/workflows/ci.yaml)
[![Cookiecutter](https://img.shields.io/badge/🍪%20cookiecutter-template-D4AA00)](https://github.com/cookiecutter/cookiecutter)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](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
```