Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,27 @@ paperswithcode_id: samsum-corpus
|
|
20 |
pretty_name: SAMSum Corpus
|
21 |
tags:
|
22 |
- conversations-summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for SAMSum Corpus
|
|
|
20 |
pretty_name: SAMSum Corpus
|
21 |
tags:
|
22 |
- conversations-summarization
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: dialogue
|
28 |
+
dtype: string
|
29 |
+
- name: summary
|
30 |
+
dtype: string
|
31 |
+
config_name: samsum
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 534492
|
35 |
+
num_examples: 819
|
36 |
+
- name: train
|
37 |
+
num_bytes: 9479141
|
38 |
+
num_examples: 14732
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 516431
|
41 |
+
num_examples: 818
|
42 |
+
download_size: 2944100
|
43 |
+
dataset_size: 10530064
|
44 |
---
|
45 |
|
46 |
# Dataset Card for SAMSum Corpus
|