Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,19 +5,26 @@ dataset_info:
|
|
5 |
dtype: string
|
6 |
- name: target
|
7 |
dtype: string
|
|
|
|
|
|
|
|
|
8 |
- name: subset
|
9 |
dtype: string
|
10 |
- name: language
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
-
num_examples:
|
16 |
- name: validation
|
17 |
-
num_bytes:
|
18 |
-
num_examples:
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
task_categories:
|
22 |
- summarization
|
23 |
language:
|
|
|
5 |
dtype: string
|
6 |
- name: target
|
7 |
dtype: string
|
8 |
+
- name: input_tokens
|
9 |
+
dtype: int64
|
10 |
+
- name: target_tokens
|
11 |
+
dtype: int64
|
12 |
- name: subset
|
13 |
dtype: string
|
14 |
- name: language
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 3338029493
|
19 |
+
num_examples: 187221
|
20 |
- name: validation
|
21 |
+
num_bytes: 218403099
|
22 |
+
num_examples: 14542
|
23 |
+
- name: test
|
24 |
+
num_bytes: 201638368
|
25 |
+
num_examples: 12467
|
26 |
+
download_size: 1982559322
|
27 |
+
dataset_size: 3758070960
|
28 |
task_categories:
|
29 |
- summarization
|
30 |
language:
|