File size: 958 Bytes
5c076b5 269a743 5c076b5 e706f0f f355a5d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: document
dtype: string
- name: id
dtype: string
- name: summary
dtype: string
splits:
- name: train
num_bytes: 479736366
num_examples: 204045
- name: test
num_bytes: 26786028
num_examples: 11334
- name: validation
num_bytes: 26319794
num_examples: 11332
download_size: 338414434
dataset_size: 532842188
task_categories:
- summarization
- translation
language:
- nb
- 'no'
- en
pretty_name: xsum English to Norwegian
size_categories:
- 100K<n<1M
---
# XSUM - English to Norwegian Bokmål
An experiment in joint translation and summarization.
- English xsum: https://huggingface.co/datasets/xsum
- Norwegian (bokmål) translated xsum: https://huggingface.co/datasets/tollefj/norwegian-xsum-nob |