Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -32,6 +32,30 @@ train-eval-index:
|
|
32 |
name: Rouge
|
33 |
tags:
|
34 |
- reddit-posts-summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# Dataset Card for Reddit Webis-TLDR-17
|
|
|
32 |
name: Rouge
|
33 |
tags:
|
34 |
- reddit-posts-summarization
|
35 |
+
dataset_info:
|
36 |
+
features:
|
37 |
+
- name: author
|
38 |
+
dtype: string
|
39 |
+
- name: body
|
40 |
+
dtype: string
|
41 |
+
- name: normalizedBody
|
42 |
+
dtype: string
|
43 |
+
- name: subreddit
|
44 |
+
dtype: string
|
45 |
+
- name: subreddit_id
|
46 |
+
dtype: string
|
47 |
+
- name: id
|
48 |
+
dtype: string
|
49 |
+
- name: content
|
50 |
+
dtype: string
|
51 |
+
- name: summary
|
52 |
+
dtype: string
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 18940542951
|
56 |
+
num_examples: 3848330
|
57 |
+
download_size: 3141854161
|
58 |
+
dataset_size: 18940542951
|
59 |
---
|
60 |
|
61 |
# Dataset Card for Reddit Webis-TLDR-17
|