Tools/Datasets & Training/Synthetic Data Kit

Synthetic Data Kit

Meta's CLI that converts documents into QA pairs and reasoning traces for LLM fine-tuning.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

Fine-tuning data preparation is the problem Synthetic Data Kit attacks: it is Meta's official command line tool for turning raw documents into training examples for large language models. The workflow runs in four stages, ingest, create, curate, and save-as. Ingest parses PDF, HTML, DOCX, PPTX, TXT, and YouTube transcript sources; create generates question-answer pairs, chain-of-thought reasoning traces, or summaries using a local LLM backend, typically served through vLLM; curate filters the output with a Llama model acting as judge to keep only high quality examples; save-as exports the survivors to Alpaca, ChatML, or plain JSONL formats ready for fine-tuning pipelines. Installation is a single pip install of the synthetic-data-kit package on Python 3.10 or newer, with behavior controlled through a YAML config file. The code is MIT licensed, free for commercial use, and maintained under the official meta-llama GitHub organization, which positions it as the data preparation step in Llama fine-tuning workflows; the repository holds around 1,600 stars.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Easy (2/5)
License
MIT
Added
Jul 29, 2026

Related Tools

Featured

Fine-tune LLMs 2x faster with 80% less memory

Open SourceSelf HostedOfflineGPU 8GB+
Intermediate
0.0 (0)
Featured

Tool for fine-tuning LLMs with various configurations

Open SourceSelf HostedOfflineGPU 16GB+
Advanced
0.0 (0)

Open source data labeling platform for ML projects

Open SourceSelf HostedOffline
Easy
0.0 (0)
Featured

Library for accessing and sharing ML datasets

Open SourceSelf HostedOffline
Easy
0.0 (0)

Hugging Face library for parameter-efficient fine-tuning

Open SourceSelf HostedOfflineGPU 8GB+
Intermediate
0.0 (0)

Python library for synthetic data generation and curation pipelines with batch LLM inference.

Open SourceSelf HostedOffline
Easy
0.0 (0)
Browse all Datasets & Training tools