tldr / README.md
qgallouedec's picture
qgallouedec HF staff
Upload README.md with huggingface_hub
21233da verified
metadata
tags:
  - trl

TL;DR Dataset

Summary

The TL;DR dataset is a processed version of Reddit posts, specifically curated to train models using the TRL library for summarization tasks. It leverages the common practice on Reddit where users append "TL;DR" (Too Long; Didn't Read) summaries to lengthy posts, providing a rich source of paired text data for training summarization models.

Data Structure

Columns:

  • "pompt": The unabridged Reddit post.
  • "completion": The concise "TL;DR" summary appended by the author.

This structure enables models to learn the relationship between detailed content and its abbreviated form, enhancing their summarization capabilities.

Generation script

The script used to generate this dataset can be found here.