Data-Juicer-Hub

August 25, 2026 ยท View on GitHub

Community-driven recipes, tools, and resources for the Data-Juicer ecosystem.

What's Inside

DirectoryDescription
demoReady-to-use Data-Juicer processing recipes (YAML configs)
juicer_playgroundInteractive playground & deployment scripts for the Juicer data-refinement model
annotation_configAnnotation task configurations
dataset_configDataset processing configurations
refined_recipesRefined data processing recipes
reproduced_bloomRecipes for reproducing BLOOM data processing
reproduced_redpajamaRecipes for reproducing RedPajama data processing

Documentation

Detailed documentation about the recipes can be found here.

Quick Start

Data Processing Recipes

There are plenty of prepared recipes for data processing on different tasks. You can make use of them by cloning this repo and set the --config with the local path of the target recipe file:

# clone this repo to somewhere on your local machine
git clone https://github.com/datajuicer/data-juicer-hub.git
# run with the actual local path to the target recipe
dj-process --config <root-of-data-juicer-hub>/demo/process.yaml --dataset_path <your-dataset-path>

If you prefer learning and using Data-Juicer through interactive Notebooks, you can switch to the notebook branch:

# Switch to the notebook branch
git checkout notebook

This branch contains detailed Data-Juicer Notebook tutorials. You can refer to the online documentation for usage guidance.

Juicer Playground

The Juicer Playground provides an interactive demo for the Juicer data-refinement model. See juicer_playground/README.md for setup and usage.

Contributing

This is a community-driven repo, so feel free to upload your own recipes and tools! ๐Ÿ˜„