Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K - 100K
License:
Commit
•
59be645
1
Parent(s):
7025ab0
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,40 +15,17 @@ dataset_info:
|
|
15 |
features:
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
-
- name:
|
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 |
-
- name: vectors
|
43 |
-
struct:
|
44 |
-
- name: mini-lm-sentence-transformers
|
45 |
-
sequence: float64
|
46 |
splits:
|
47 |
- name: train
|
48 |
-
num_bytes:
|
49 |
-
num_examples:
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
52 |
---
|
53 |
# Dataset Card for "news-summary"
|
54 |
|
|
|
15 |
features:
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
+
- name: target
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
splits:
|
21 |
- name: train
|
22 |
+
num_bytes: 112310.8813559322
|
23 |
+
num_examples: 47
|
24 |
+
- name: test
|
25 |
+
num_bytes: 28675.118644067796
|
26 |
+
num_examples: 12
|
27 |
+
download_size: 112494
|
28 |
+
dataset_size: 140986.0
|
29 |
---
|
30 |
# Dataset Card for "news-summary"
|
31 |
|