BatsResearch/bonito
A lightweight library for generating synthetic instruction tuning datasets for your data without GPT.
Bonito performs conditional task generation by converting raw text into diverse instruction-tuning datasets across 16+ task types (NLI, QA, summarization, sentiment, etc.) using a specialized model rather than general-purpose LLMs. Built on Hugging Face Transformers and vLLM, it leverages task-specific generation models trained on conditional task adaptation to synthesize high-quality training data from unannotated corpora without external API dependencies. The library supports multiple model variants including a Llama 3.1-based version and offers quantized options for resource-constrained environments.
823 stars. No commits in the last 6 months.
Stars
823
Forks
56
Language
Python
License
BSD-3-Clause
Category
Last pushed
Jul 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/BatsResearch/bonito"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
InternScience/GraphGen
GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
timothepearce/synda
A CLI for generating synthetic data
rasinmuhammed/misata
High-performance open-source synthetic data engine. Uses LLMs for schema design and vectorized...
ziegler-ingo/CRAFT
[TACL, EMNLP 2025 Oral] Code, datasets, and checkpoints for the paper "CRAFT Your Dataset:...
ZhuLinsen/FastDatasets
A powerful tool for creating high-quality training datasets for Large Language Models...