Datasets:
saattrupdan
commited on
Commit
•
1e070f1
1
Parent(s):
651569b
Update README.md
Browse files
README.md
CHANGED
@@ -11,20 +11,96 @@ dataset_info:
|
|
11 |
sequence: string
|
12 |
- name: date
|
13 |
dtype: string
|
|
|
|
|
14 |
- name: text
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
num_examples: 11887
|
20 |
-
download_size:
|
21 |
-
dataset_size:
|
22 |
configs:
|
23 |
- config_name: default
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
-
# Dataset Card for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
-
|
|
|
|
11 |
sequence: string
|
12 |
- name: date
|
13 |
dtype: string
|
14 |
+
- name: license
|
15 |
+
dtype: string
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 18335490
|
21 |
num_examples: 11887
|
22 |
+
download_size: 10050922
|
23 |
+
dataset_size: 18335490
|
24 |
configs:
|
25 |
- config_name: default
|
26 |
data_files:
|
27 |
- split: train
|
28 |
path: data/train-*
|
29 |
+
license: cc0-1.0
|
30 |
+
language:
|
31 |
+
- da
|
32 |
+
pretty_name: Lex.dk Open
|
33 |
+
size_categories:
|
34 |
+
- 10K<n<100K
|
35 |
---
|
36 |
+
# Dataset Card for Lex.dk Open
|
37 |
+
|
38 |
+
## Dataset Description
|
39 |
+
|
40 |
+
- **Point of Contact:** [Dan Saattrup Nielsen](mailto:dan.nielsen@alexandra.dk)
|
41 |
+
- **Size of downloaded dataset files:** 10.05 MB
|
42 |
+
- **Size of the generated dataset:** 18.34 MB
|
43 |
+
- **Total amount of disk used:** 28.39 MB
|
44 |
+
|
45 |
+
### Dataset Summary
|
46 |
+
|
47 |
+
This dataset consists of articles from the Danish encyclopedia [Lex.dk](https://www.lex.dk).
|
48 |
+
|
49 |
+
Only the articles released with a permissive license are included here, which constitutes about 7.5% of the total amount of articles.
|
50 |
+
|
51 |
+
### Languages
|
52 |
+
|
53 |
+
The dataset is available in Danish (`da`).
|
54 |
+
|
55 |
+
## Dataset Structure
|
56 |
+
|
57 |
+
### Data Instances
|
58 |
+
|
59 |
+
- **Size of downloaded dataset files:** 10.05 MB
|
60 |
+
- **Size of the generated dataset:** 18.34 MB
|
61 |
+
- **Total amount of disk used:** 28.39 MB
|
62 |
+
|
63 |
+
An example from the dataset looks as follows.
|
64 |
+
```
|
65 |
+
{
|
66 |
+
'url': 'https://denstoredanske.lex.dk/Kullmanns_M%C3%B8lle',
|
67 |
+
'title': 'Kullmanns Mølle',
|
68 |
+
'clarification': '',
|
69 |
+
'authors': ['https://brugere.lex.dk/6929'],
|
70 |
+
'date': '2021-01-20T13:23:20+01:00',
|
71 |
+
'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.'
|
72 |
+
}
|
73 |
+
```
|
74 |
+
|
75 |
+
### Data Fields
|
76 |
+
|
77 |
+
The data fields are the same among all splits.
|
78 |
+
|
79 |
+
- `url`: a `string` feature.
|
80 |
+
- `title`: a `string` feature.
|
81 |
+
- `clarification`: a `string` feature.
|
82 |
+
- `authors`: a `list` feature.
|
83 |
+
- `authors`: a `string` feature.
|
84 |
+
- `text`: a `string` feature.
|
85 |
+
|
86 |
+
|
87 |
+
### Dataset Statistics
|
88 |
+
|
89 |
+
There are 11,887 samples in the dataset.
|
90 |
+
|
91 |
+
#### Article Length Distribution
|
92 |
+
|
93 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60d368a613f774189902f555/6TU-GWs59AjhbndOWgvDE.png)
|
94 |
+
|
95 |
+
|
96 |
+
## Additional Information
|
97 |
+
|
98 |
+
### Dataset Curators
|
99 |
+
|
100 |
+
[Dan Saattrup Nielsen](https://saattrupdan.github.io/) from the [The Alexandra
|
101 |
+
Institute](https://alexandra.dk/) built the dataset and uploaded it to the Hugging Face Hub.
|
102 |
+
|
103 |
+
### Licensing Information
|
104 |
|
105 |
+
The dataset is licensed under the [CC0
|
106 |
+
license](https://creativecommons.org/share-your-work/public-domain/cc0/).
|