Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,13 @@ task_categories:
|
|
4 |
language:
|
5 |
- en
|
6 |
pretty_name: Linux man pages and the corresponding TLDR page
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
pretty_name: Linux man pages and the corresponding TLDR page
|
7 |
+
---
|
8 |
+
# Dataset Card for linux-man-pages-tldr-summarized
|
9 |
+
|
10 |
+
### Dataset Summary
|
11 |
+
|
12 |
+
This dataset contains linux man pages downloaded from [man7](https://man7.org/), with a prefix: 'summarize: ', and the corresponding summarization downloaded from [TLDR-pages](https://github.com/tldr-pages/tldr/).
|
13 |
+
|
14 |
+
### Supported Tasks and Leaderboards
|
15 |
+
|
16 |
+
This dataset should be used to fine-tune language models for summarization tasks.
|