Datasets:
File size: 2,605 Bytes
b210f10 1e070f1 b210f10 1e070f1 b210f10 1e070f1 b210f10 1e070f1 b210f10 1e070f1 b210f10 1e070f1 |
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
---
dataset_info:
features:
- name: url
dtype: string
- name: title
dtype: string
- name: clarification
dtype: string
- name: authors
sequence: string
- name: date
dtype: string
- name: license
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 18335490
num_examples: 11887
download_size: 10050922
dataset_size: 18335490
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc0-1.0
language:
- da
pretty_name: Lex.dk Open
size_categories:
- 10K<n<100K
---
# Dataset Card for Lex.dk Open
## Dataset Description
- **Point of Contact:** [Dan Saattrup Nielsen](mailto:dan.nielsen@alexandra.dk)
- **Size of downloaded dataset files:** 10.05 MB
- **Size of the generated dataset:** 18.34 MB
- **Total amount of disk used:** 28.39 MB
### Dataset Summary
This dataset consists of articles from the Danish encyclopedia [Lex.dk](https://www.lex.dk).
Only the articles released with a permissive license are included here, which constitutes about 7.5% of the total amount of articles.
### Languages
The dataset is available in Danish (`da`).
## Dataset Structure
### Data Instances
- **Size of downloaded dataset files:** 10.05 MB
- **Size of the generated dataset:** 18.34 MB
- **Total amount of disk used:** 28.39 MB
An example from the dataset looks as follows.
```
{
'url': 'https://denstoredanske.lex.dk/Kullmanns_M%C3%B8lle',
'title': 'Kullmanns Mølle',
'clarification': '',
'authors': ['https://brugere.lex.dk/6929'],
'date': '2021-01-20T13:23:20+01:00',
'text': 'Kullmanns Mølle er en mølle i Gudhjem, opkaldt efter Matts Kullmann, der byggede møllen i 1893 til sin søn, Christian Kullmann, se Gudhjem Mølle.'
}
```
### Data Fields
The data fields are the same among all splits.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `clarification`: a `string` feature.
- `authors`: a `list` feature.
- `authors`: a `string` feature.
- `text`: a `string` feature.
### Dataset Statistics
There are 11,887 samples in the dataset.
#### Article Length Distribution
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60d368a613f774189902f555/6TU-GWs59AjhbndOWgvDE.png)
## Additional Information
### Dataset Curators
[Dan Saattrup Nielsen](https://saattrupdan.github.io/) from the [The Alexandra
Institute](https://alexandra.dk/) built the dataset and uploaded it to the Hugging Face Hub.
### Licensing Information
The dataset is licensed under the [CC0
license](https://creativecommons.org/share-your-work/public-domain/cc0/). |