Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K - 100K
License:
Commit
•
9612395
1
Parent(s):
7d268ba
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,17 +15,39 @@ dataset_info:
|
|
15 |
features:
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
splits:
|
21 |
- name: train
|
22 |
-
num_bytes:
|
23 |
-
num_examples:
|
24 |
- name: test
|
25 |
-
num_bytes:
|
26 |
-
num_examples:
|
27 |
-
download_size:
|
28 |
-
dataset_size:
|
29 |
---
|
30 |
# Dataset Card for "news-summary"
|
31 |
|
|
|
15 |
features:
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
+
- name: prediction
|
19 |
+
list:
|
20 |
+
- name: score
|
21 |
+
dtype: float64
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: prediction_agent
|
25 |
dtype: string
|
26 |
+
- name: annotation
|
27 |
+
dtype: 'null'
|
28 |
+
- name: annotation_agent
|
29 |
+
dtype: 'null'
|
30 |
+
- name: id
|
31 |
+
dtype: string
|
32 |
+
- name: metadata
|
33 |
+
dtype: 'null'
|
34 |
+
- name: status
|
35 |
+
dtype: string
|
36 |
+
- name: event_timestamp
|
37 |
+
dtype: timestamp[us]
|
38 |
+
- name: metrics
|
39 |
+
struct:
|
40 |
+
- name: text_length
|
41 |
+
dtype: int64
|
42 |
splits:
|
43 |
- name: train
|
44 |
+
num_bytes: 2563132.0446374374
|
45 |
+
num_examples: 1000
|
46 |
- name: test
|
47 |
+
num_bytes: 52331466.955362566
|
48 |
+
num_examples: 20417
|
49 |
+
download_size: 33207109
|
50 |
+
dataset_size: 54894599.0
|
51 |
---
|
52 |
# Dataset Card for "news-summary"
|
53 |
|