mlabonne/llm-datasets

Curated list of datasets and tools for post-training.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 13 minutes ago
Type:Curated List / Learning ResourceCategory(s):Training & Fine-TuningMachine Learning & Deep Learning
Added to GitGenius on September 14th, 2026
Created on April 27th, 2024
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 398
Total Stargazers: 4,789 (+0)
Total Subscribers: 59 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 8.5 hours
90th percentile: 16.8 hours
Tracked items: 2

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 615 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

llm-datasets is a curated list of datasets and tools for post-training large language models.

The project addresses the challenge of identifying high-quality data for fine-tuning language models. It organizes datasets and tools according to characteristics that matter for model development: accuracy, diversity, and complexity. The README establishes that good datasets require factually correct samples, coverage across many use cases, and multi-turn or reasoning-heavy examples. It notes that quality assurance combines manual review, rule-based filtering, and evaluation via judge models or reward models.

The collection focuses on instruction datasets used in Supervised Fine-Tuning, the stage where pre-trained models are adapted into assistants. It categorizes datasets by purpose, including general-purpose options that blend chat, code, and math data. Developers building custom models or evaluating which datasets to use for fine-tuning will find this a reference point for understanding what datasets exist and what trade-offs they represent. The project notes that most listed datasets carry permissive licenses.

The project is a static reference collection rather than an actively maintained software tool. It serves as a curated index that developers can consult when selecting post-training data, but it does not itself generate, validate, or process datasets.