Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ The TL;DR dataset is a processed version of Reddit posts, specifically curated t
15
  - **Type**: [Prompt-completion](https://huggingface.co/docs/trl/main/dataset_formats#prompt-completion)
16
 
17
  Columns:
18
- - `"pompt"`: The unabridged Reddit post.
19
  - `"completion"`: The concise "TL;DR" summary appended by the author.
20
 
21
  This structure enables models to learn the relationship between detailed content and its abbreviated form, enhancing their summarization capabilities.
 
15
  - **Type**: [Prompt-completion](https://huggingface.co/docs/trl/main/dataset_formats#prompt-completion)
16
 
17
  Columns:
18
+ - `"prompt"`: The unabridged Reddit post.
19
  - `"completion"`: The concise "TL;DR" summary appended by the author.
20
 
21
  This structure enables models to learn the relationship between detailed content and its abbreviated form, enhancing their summarization capabilities.