Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- text2text-generation
|
6 |
+
- text-generation
|
7 |
+
- text-classification
|
8 |
+
language:
|
9 |
+
- en
|
10 |
---
|
11 |
+
|
12 |
+
## This is a dataset of Onion news articles:
|
13 |
+
Note
|
14 |
+
- The headers and body of the news article is split by a ' #~# ' token
|
15 |
+
- Lines with just the token had no body or no header and can be skipped
|
16 |
+
- Feel free to use the script provided to scape the latest version, it takes about 30 mins on an i7-6850K
|