Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
@@ -14,27 +23,20 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
- name: summary
|
16 |
dtype: string
|
|
|
|
|
17 |
splits:
|
18 |
- name: test
|
19 |
-
num_bytes:
|
20 |
num_examples: 11334
|
21 |
- name: train
|
22 |
-
num_bytes:
|
23 |
num_examples: 204045
|
24 |
- name: validation
|
25 |
-
num_bytes:
|
26 |
num_examples: 11332
|
27 |
-
download_size:
|
28 |
-
dataset_size:
|
29 |
-
license: cc-by-sa-4.0
|
30 |
-
task_categories:
|
31 |
-
- summarization
|
32 |
-
language:
|
33 |
-
- nb
|
34 |
-
- 'no'
|
35 |
-
pretty_name: XSUM Norwegian Bokmål
|
36 |
-
size_categories:
|
37 |
-
- 100K<n<1M
|
38 |
---
|
39 |
# XSUM - Translated Norwegian Bokmål
|
40 |
Sourced from https://huggingface.co/datasets/NbAiLab/norwegian-xsum. Loaded from provided gzips and reuploaded due to errors accessing the original dataset through the dataset apis.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- nb
|
4 |
+
- 'no'
|
5 |
+
license: cc-by-sa-4.0
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
+
task_categories:
|
9 |
+
- summarization
|
10 |
+
pretty_name: XSUM Norwegian Bokmål
|
11 |
configs:
|
12 |
- config_name: default
|
13 |
data_files:
|
|
|
23 |
dtype: string
|
24 |
- name: summary
|
25 |
dtype: string
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
splits:
|
29 |
- name: test
|
30 |
+
num_bytes: 23794328
|
31 |
num_examples: 11334
|
32 |
- name: train
|
33 |
+
num_bytes: 426389147
|
34 |
num_examples: 204045
|
35 |
- name: validation
|
36 |
+
num_bytes: 23422946
|
37 |
num_examples: 11332
|
38 |
+
download_size: 301349675
|
39 |
+
dataset_size: 473606421
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
---
|
41 |
# XSUM - Translated Norwegian Bokmål
|
42 |
Sourced from https://huggingface.co/datasets/NbAiLab/norwegian-xsum. Loaded from provided gzips and reuploaded due to errors accessing the original dataset through the dataset apis.
|