janko commited on
Commit
913168e
1 Parent(s): 0911a3b

Add partial DAGW1.0

Browse files
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: danish-gigaword
3
+ license: other
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: train
8
+ path: '*/*.parquet'
9
+ - config_name: retsinformationdk
10
+ data_files:
11
+ - split: train
12
+ path: retsinformationdk/*.parquet
13
+ - config_name: ep
14
+ data_files:
15
+ - split: train
16
+ path: ep/*.parquet
17
+ - config_name: ft
18
+ data_files:
19
+ - split: train
20
+ path: ft/*.parquet
21
+ - config_name: wikisource
22
+ data_files:
23
+ - split: train
24
+ path: wikisource/*.parquet
25
+ - config_name: spont
26
+ data_files:
27
+ - split: train
28
+ path: spont/*.parquet
29
+ - config_name: tv2r
30
+ data_files:
31
+ - split: train
32
+ path: tv2r/*.parquet
33
+ - config_name: adl
34
+ data_files:
35
+ - split: train
36
+ path: adl/*.parquet
37
+ - config_name: hest
38
+ data_files:
39
+ - split: train
40
+ path: hest/*.parquet
41
+ - config_name: skat
42
+ data_files:
43
+ - split: train
44
+ path: skat/*.parquet
45
+ - config_name: dannet
46
+ data_files:
47
+ - split: train
48
+ path: dannet/*.parquet
49
+ - config_name: retspraksis
50
+ data_files:
51
+ - split: train
52
+ path: retspraksis/*.parquet
53
+ - config_name: wikibooks
54
+ data_files:
55
+ - split: train
56
+ path: wikibooks/*.parquet
57
+ - config_name: jvj
58
+ data_files:
59
+ - split: train
60
+ path: jvj/*.parquet
61
+ - config_name: gutenberg
62
+ data_files:
63
+ - split: train
64
+ path: gutenberg/*.parquet
65
+ - config_name: botxt
66
+ data_files:
67
+ - split: train
68
+ path: botxt/*.parquet
69
+ - config_name: depbank
70
+ data_files:
71
+ - split: train
72
+ path: depbank/*.parquet
73
+ - config_name: naat
74
+ data_files:
75
+ - split: train
76
+ path: naat/*.parquet
77
+ - config_name: synne
78
+ data_files:
79
+ - split: train
80
+ path: synne/*.parquet
81
+ - config_name: wiki
82
+ data_files:
83
+ - split: train
84
+ path: wiki/*.parquet
85
+ - config_name: relig
86
+ data_files:
87
+ - split: train
88
+ path: relig/*.parquet
89
+ ---
adl/adl.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Archive for Danish Literature
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Archive for Danish Literature
16
+ ## Dataset Description
17
+ - **Number of records:** 498
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'SAMLEDE VÆRKER
24
+
25
+ JEPPE AAKJÆR GYLDENDALSKE BOGHANDE',
26
+ 'source': 'adl',
27
+ 'id': 'adl_aakjaer06val',
28
+ 'added': '2020-09-14',
29
+ 'created': '1700-01-01, 2022-01-01',
30
+ 'metadata': {
31
+ 'domain': 'Wiki & Books',
32
+ 'license': 'Creative Commons Legal Code
33
+
34
+ CC0 1.0 Universal',
35
+ 'source-pretty': ' Archive for Danish Literature'
36
+ }
37
+ }
38
+ ```
39
+
40
+ ## Data Fields
41
+
42
+ - **id**: source-specific identifier.
43
+ - **text**: textual content of the document.
44
+ - **source**: source of the data.
45
+ - **added**: timestamp ai2 acquired this data.
46
+ - **created**": timestamp when original document was created (best-guess if not available)
47
+ - **metadata**: source-specific metadata.
48
+
49
+ ## License Information
50
+ <details>
51
+ <summary>Creative Commons Zero v1.0 Universal</summary>
52
+ <p>
53
+ Creative Commons Legal Code
54
+
55
+ CC0 1.0 Universal
56
+ </p>
57
+ </details>
adl/adl.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51c291d1cf6461a1e59dd45dfd63ee39a5c62cd3c2fd05877489d50aaa5115e
3
+ size 106409966
botxt/botxt.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Bornholmsk (Danish dialect)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Bornholmsk (Danish dialect)
16
+ ## Dataset Description
17
+ - **Number of records:** 106
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Ræua-Lârs
24
+
25
+ Ræua-Lârs å hans Konna, Stina, bode uda',
26
+ 'source': 'botxt',
27
+ 'id': 'botxt_0000040',
28
+ 'added': '2024-05-16',
29
+ 'created': '2000-01-01, 2022-01-01',
30
+ 'metadata': {
31
+ 'domain': 'Other',
32
+ 'license': 'Creative Commons Legal Code
33
+
34
+ CC0 1.0 Universal',
35
+ 'source-pretty': 'Bornholmsk (Danish dialect)'
36
+ }
37
+ }
38
+ ```
39
+
40
+ ## Data Fields
41
+
42
+ - **id**: source-specific identifier.
43
+ - **text**: textual content of the document.
44
+ - **source**: source of the data.
45
+ - **added**: timestamp ai2 acquired this data.
46
+ - **created**": timestamp when original document was created (best-guess if not available)
47
+ - **metadata**: source-specific metadata.
48
+
49
+ ## License Information
50
+ <details>
51
+ <summary>Creative Commons Zero v1.0 Universal</summary>
52
+ <p>
53
+ Creative Commons Legal Code
54
+
55
+ CC0 1.0 Universal
56
+ </p>
57
+ </details>
botxt/botxt.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b42642896dfda21b23bb8e8ef5ba65f878ebfa5fec2f6d57aec1e06778c75bbf
3
+ size 1353171
dannet/dannet.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: DanNet (Danish WordNet)
3
+ language:
4
+ - da
5
+ license: DanNet 1.0 License
6
+ license_name: DanNet 1.0 License
7
+ size_categories:
8
+ - 10k-100k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for DanNet (Danish WordNet)
16
+ ## Dataset Description
17
+ - **Number of records:** 49040
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Når fodboldholdet fra 1. division i Ikast spiller ',
24
+ 'source': 'dannet',
25
+ 'id': 'dannet_46506',
26
+ 'added': '2020-09-24',
27
+ 'created': '2000-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'dannet',
30
+ 'license': 'Commercial Use of DanNet
31
+
32
+ DanNet may be used in commercial applications in accordance with the following
33
+ license agreement. An attorney representing the commercial interest should
34
+ review this DanNet license with respect to the intended use.
35
+
36
+ DanNet 1.0 License
37
+
38
+ DanNet Release 2.1
39
+
40
+ This software and database is being provided to you, the LICENSEE, by University
41
+ of Copenhagen and Society for Danish Language and Literature under the following
42
+ license. By obtaining, using and/or copying this software and database, you
43
+ agree that you have read, understood, and will comply with these terms and
44
+ conditions.
45
+
46
+ Permission to use, copy, modify and distribute this software and database and
47
+ its documentation for any purpose and without fee or royalty is hereby granted,
48
+ provided that you agree to comply with the following copyright notice and
49
+ statements, including the disclaimer, and that the same appear on ALL copies of
50
+ the software, database and documentation, including modifications that you make
51
+ for internal use or for distribution.
52
+
53
+ THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND UNIVERSITY OF COPENHAGEN and
54
+ SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO REPRESENTATIONS OR
55
+ WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
56
+ UNIVERSITY OF COPENHAGEN AND SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO
57
+ REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
58
+ PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL
59
+ NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
60
+
61
+ The names of University of Copenhagen and Society for Danish Language and
62
+ Literature may not be used in advertising or publicity pertaining to
63
+ distribution of the software and/or database. Title to copyright in this
64
+ software, database and any associated documentation shall at all times remain
65
+ with University of Copenhagen and Society for Danish Language and Literature and
66
+ LICENSEE agrees to preserve same.
67
+
68
+ DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish',
69
+ 'source-pretty': 'DanNet (Danish WordNet)'
70
+ }
71
+ }
72
+ ```
73
+
74
+ ## Data Fields
75
+
76
+ - **id**: source-specific identifier.
77
+ - **text**: textual content of the document.
78
+ - **source**: source of the data.
79
+ - **added**: timestamp ai2 acquired this data.
80
+ - **created**": timestamp when original document was created (best-guess if not available)
81
+ - **metadata**: source-specific metadata.
82
+
83
+ ## License Information
84
+ <details>
85
+ <summary>DanNet 1.0 License</summary>
86
+ <p>
87
+ Commercial Use of DanNet
88
+
89
+ DanNet may be used in commercial applications in accordance with the following
90
+ license agreement. An attorney representing the commercial interest should
91
+ review this DanNet license with respect to the intended use.
92
+
93
+ DanNet 1.0 License
94
+
95
+ DanNet Release 2.1
96
+
97
+ This software and database is being provided to you, the LICENSEE, by University
98
+ of Copenhagen and Society for Danish Language and Literature under the following
99
+ license. By obtaining, using and/or copying this software and database, you
100
+ agree that you have read, understood, and will comply with these terms and
101
+ conditions.
102
+
103
+ Permission to use, copy, modify and distribute this software and database and
104
+ its documentation for any purpose and without fee or royalty is hereby granted,
105
+ provided that you agree to comply with the following copyright notice and
106
+ statements, including the disclaimer, and that the same appear on ALL copies of
107
+ the software, database and documentation, including modifications that you make
108
+ for internal use or for distribution.
109
+
110
+ THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND UNIVERSITY OF COPENHAGEN and
111
+ SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO REPRESENTATIONS OR
112
+ WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
113
+ UNIVERSITY OF COPENHAGEN AND SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO
114
+ REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
115
+ PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL
116
+ NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
117
+
118
+ The names of University of Copenhagen and Society for Danish Language and
119
+ Literature may not be used in advertising or publicity pertaining to
120
+ distribution of the software and/or database. Title to copyright in this
121
+ software, database and any associated documentation shall at all times remain
122
+ with University of Copenhagen and Society for Danish Language and Literature and
123
+ LICENSEE agrees to preserve same.
124
+
125
+ DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish
126
+ </p>
127
+ </details>
dannet/dannet.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905c2441a4c242e24d370775e9e035df3c67a7a1d797a615297cb6a1bbf51a96
3
+ size 4743422
depbank/depbank.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Danish Dependency Treebank
3
+ language:
4
+ - da
5
+ license: cc-by-sa-4.0
6
+ license_name: Creative Commons Attribution Share Alike 4.0
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Danish Dependency Treebank
16
+ ## Dataset Description
17
+ - **Number of records:** 536
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'H.L. Hansen var en usædvanmlig og frodig personlig',
24
+ 'source': 'depbank',
25
+ 'id': 'depbank_0375',
26
+ 'added': '2024-05-16',
27
+ 'created': '2000-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Other',
30
+ 'license': 'Attribution-ShareAlike 4.0 International',
31
+ 'source-pretty': 'Danish Dependency Treebank'
32
+ }
33
+ }
34
+ ```
35
+
36
+ ## Data Fields
37
+
38
+ - **id**: source-specific identifier.
39
+ - **text**: textual content of the document.
40
+ - **source**: source of the data.
41
+ - **added**: timestamp ai2 acquired this data.
42
+ - **created**": timestamp when original document was created (best-guess if not available)
43
+ - **metadata**: source-specific metadata.
44
+
45
+ ## License Information
46
+ <details>
47
+ <summary>Creative Commons Attribution Share Alike 4.0</summary>
48
+ <p>
49
+ Attribution-ShareAlike 4.0 International
50
+ </p>
51
+ </details>
depbank/depbank.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863aac5735bee6995b665864ea355b488e35bb2cca696ea340d8febc653b8886
3
+ size 394917
ep/ep.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: European Parliament
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for European Parliament
16
+ ## Dataset Description
17
+ - **Number of records:** 4213
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'TALER 6703: Jeg har stemt for henstillingen om god',
24
+ 'source': 'ep',
25
+ 'id': 'ep_07-02-01-008',
26
+ 'added': '2019-11-20',
27
+ 'created': '2004-01-01, 2009-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Conversation',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'European Parliament'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
ep/ep.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c8eb6954522c757ee3e410f7f277a74ecedd8e7507ef00a698a654dc8bea20
3
+ size 171150568
ft/ft.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Folketinget (Danish Parliament)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Folketinget (Danish Parliament)
16
+ ## Dataset Description
17
+ - **Number of records:** 1315
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'TALER 50: Mødet er åbnet. I dag er der følgende an',
24
+ 'source': 'ft',
25
+ 'id': 'ft_20121M100',
26
+ 'added': '2021-03-28',
27
+ 'created': '2009-01-01, 2019-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Conversation',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'Folketinget (Danish Parliament)'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
ft/ft.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31775c6e84a1542897641712e39d4c6cde2aa69673d7875c6a39f3148c08e0fb
3
+ size 182049520
gutenberg/gutenberg.md ADDED
@@ -0,0 +1,699 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Gutenberg
3
+ language:
4
+ - da
5
+ license: Gutenberg License
6
+ license_name: Gutenberg License
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Gutenberg
16
+ ## Dataset Description
17
+ - **Number of records:** 66
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Afskriverens bemærkninger: Åbenlyse trykfejl er re',
24
+ 'source': 'gutenberg',
25
+ 'id': 'gutenberg_43899',
26
+ 'added': '2020-09-12',
27
+ 'created': '1700-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Wiki & Books',
30
+ 'license': '*** START: FULL LICENSE ***
31
+
32
+ THE FULL PROJECT GUTENBERG LICENSE
33
+ PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
34
+
35
+ To protect the Project Gutenberg-tm mission of promoting the free
36
+ distribution of electronic works, by using or distributing this work
37
+ (or any other work associated in any way with the phrase "Project
38
+ Gutenberg"), you agree to comply with all the terms of the Full Project
39
+ Gutenberg-tm License available with this file or online at
40
+ www.gutenberg.org/license.
41
+
42
+
43
+ Section 1. General Terms of Use and Redistributing Project Gutenberg-tm
44
+ electronic works
45
+
46
+ 1.A. By reading or using any part of this Project Gutenberg-tm
47
+ electronic work, you indicate that you have read, understand, agree to
48
+ and accept all the terms of this license and intellectual property
49
+ (trademark/copyright) agreement. If you do not agree to abide by all
50
+ the terms of this agreement, you must cease using and return or destroy
51
+ all copies of Project Gutenberg-tm electronic works in your possession.
52
+ If you paid a fee for obtaining a copy of or access to a Project
53
+ Gutenberg-tm electronic work and you do not agree to be bound by the
54
+ terms of this agreement, you may obtain a refund from the person or
55
+ entity to whom you paid the fee as set forth in paragraph 1.E.8.
56
+
57
+ 1.B. "Project Gutenberg" is a registered trademark. It may only be
58
+ used on or associated in any way with an electronic work by people who
59
+ agree to be bound by the terms of this agreement. There are a few
60
+ things that you can do with most Project Gutenberg-tm electronic works
61
+ even without complying with the full terms of this agreement. See
62
+ paragraph 1.C below. There are a lot of things you can do with Project
63
+ Gutenberg-tm electronic works if you follow the terms of this agreement
64
+ and help preserve free future access to Project Gutenberg-tm electronic
65
+ works. See paragraph 1.E below.
66
+
67
+ 1.C. The Project Gutenberg Literary Archive Foundation ("the Foundation"
68
+ or PGLAF), owns a compilation copyright in the collection of Project
69
+ Gutenberg-tm electronic works. Nearly all the individual works in the
70
+ collection are in the public domain in the United States. If an
71
+ individual work is in the public domain in the United States and you are
72
+ located in the United States, we do not claim a right to prevent you from
73
+ copying, distributing, performing, displaying or creating derivative
74
+ works based on the work as long as all references to Project Gutenberg
75
+ are removed. Of course, we hope that you will support the Project
76
+ Gutenberg-tm mission of promoting free access to electronic works by
77
+ freely sharing Project Gutenberg-tm works in compliance with the terms of
78
+ this agreement for keeping the Project Gutenberg-tm name associated with
79
+ the work. You can easily comply with the terms of this agreement by
80
+ keeping this work in the same format with its attached full Project
81
+ Gutenberg-tm License when you share it without charge with others.
82
+
83
+ 1.D. The copyright laws of the place where you are located also govern
84
+ what you can do with this work. Copyright laws in most countries are in
85
+ a constant state of change. If you are outside the United States, check
86
+ the laws of your country in addition to the terms of this agreement
87
+ before downloading, copying, displaying, performing, distributing or
88
+ creating derivative works based on this work or any other Project
89
+ Gutenberg-tm work. The Foundation makes no representations concerning
90
+ the copyright status of any work in any country outside the United
91
+ States.
92
+
93
+ 1.E. Unless you have removed all references to Project Gutenberg:
94
+
95
+ 1.E.1. The following sentence, with active links to, or other immediate
96
+ access to, the full Project Gutenberg-tm License must appear prominently
97
+ whenever any copy of a Project Gutenberg-tm work (any work on which the
98
+ phrase "Project Gutenberg" appears, or with which the phrase "Project
99
+ Gutenberg" is associated) is accessed, displayed, performed, viewed,
100
+ copied or distributed:
101
+
102
+ This eBook is for the use of anyone anywhere at no cost and with
103
+ almost no restrictions whatsoever. You may copy it, give it away or
104
+ re-use it under the terms of the Project Gutenberg License included
105
+ with this eBook or online at www.gutenberg.org
106
+
107
+ 1.E.2. If an individual Project Gutenberg-tm electronic work is derived
108
+ from the public domain (does not contain a notice indicating that it is
109
+ posted with permission of the copyright holder), the work can be copied
110
+ and distributed to anyone in the United States without paying any fees
111
+ or charges. If you are redistributing or providing access to a work
112
+ with the phrase "Project Gutenberg" associated with or appearing on the
113
+ work, you must comply either with the requirements of paragraphs 1.E.1
114
+ through 1.E.7 or obtain permission for the use of the work and the
115
+ Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or
116
+ 1.E.9.
117
+
118
+ 1.E.3. If an individual Project Gutenberg-tm electronic work is posted
119
+ with the permission of the copyright holder, your use and distribution
120
+ must comply with both paragraphs 1.E.1 through 1.E.7 and any additional
121
+ terms imposed by the copyright holder. Additional terms will be linked
122
+ to the Project Gutenberg-tm License for all works posted with the
123
+ permission of the copyright holder found at the beginning of this work.
124
+
125
+ 1.E.4. Do not unlink or detach or remove the full Project Gutenberg-tm
126
+ License terms from this work, or any files containing a part of this
127
+ work or any other work associated with Project Gutenberg-tm.
128
+
129
+ 1.E.5. Do not copy, display, perform, distribute or redistribute this
130
+ electronic work, or any part of this electronic work, without
131
+ prominently displaying the sentence set forth in paragraph 1.E.1 with
132
+ active links or immediate access to the full terms of the Project
133
+ Gutenberg-tm License.
134
+
135
+ 1.E.6. You may convert to and distribute this work in any binary,
136
+ compressed, marked up, nonproprietary or proprietary form, including any
137
+ word processing or hypertext form. However, if you provide access to or
138
+ distribute copies of a Project Gutenberg-tm work in a format other than
139
+ "Plain Vanilla ASCII" or other format used in the official version
140
+ posted on the official Project Gutenberg-tm web site (www.gutenberg.org),
141
+ you must, at no additional cost, fee or expense to the user, provide a
142
+ copy, a means of exporting a copy, or a means of obtaining a copy upon
143
+ request, of the work in its original "Plain Vanilla ASCII" or other
144
+ form. Any alternate format must include the full Project Gutenberg-tm
145
+ License as specified in paragraph 1.E.1.
146
+
147
+ 1.E.7. Do not charge a fee for access to, viewing, displaying,
148
+ performing, copying or distributing any Project Gutenberg-tm works
149
+ unless you comply with paragraph 1.E.8 or 1.E.9.
150
+
151
+ 1.E.8. You may charge a reasonable fee for copies of or providing
152
+ access to or distributing Project Gutenberg-tm electronic works provided
153
+ that
154
+
155
+ - You pay a royalty fee of 20% of the gross profits you derive from
156
+ the use of Project Gutenberg-tm works calculated using the method
157
+ you already use to calculate your applicable taxes. The fee is
158
+ owed to the owner of the Project Gutenberg-tm trademark, but he
159
+ has agreed to donate royalties under this paragraph to the
160
+ Project Gutenberg Literary Archive Foundation. Royalty payments
161
+ must be paid within 60 days following each date on which you
162
+ prepare (or are legally required to prepare) your periodic tax
163
+ returns. Royalty payments should be clearly marked as such and
164
+ sent to the Project Gutenberg Literary Archive Foundation at the
165
+ address specified in Section 4, "Information about donations to
166
+ the Project Gutenberg Literary Archive Foundation."
167
+
168
+ - You provide a full refund of any money paid by a user who notifies
169
+ you in writing (or by e-mail) within 30 days of receipt that s/he
170
+ does not agree to the terms of the full Project Gutenberg-tm
171
+ License. You must require such a user to return or
172
+ destroy all copies of the works possessed in a physical medium
173
+ and discontinue all use of and all access to other copies of
174
+ Project Gutenberg-tm works.
175
+
176
+ - You provide, in accordance with paragraph 1.F.3, a full refund of any
177
+ money paid for a work or a replacement copy, if a defect in the
178
+ electronic work is discovered and reported to you within 90 days
179
+ of receipt of the work.
180
+
181
+ - You comply with all other terms of this agreement for free
182
+ distribution of Project Gutenberg-tm works.
183
+
184
+ 1.E.9. If you wish to charge a fee or distribute a Project Gutenberg-tm
185
+ electronic work or group of works on different terms than are set
186
+ forth in this agreement, you must obtain permission in writing from
187
+ both the Project Gutenberg Literary Archive Foundation and Michael
188
+ Hart, the owner of the Project Gutenberg-tm trademark. Contact the
189
+ Foundation as set forth in Section 3 below.
190
+
191
+ 1.F.
192
+
193
+ 1.F.1. Project Gutenberg volunteers and employees expend considerable
194
+ effort to identify, do copyright research on, transcribe and proofread
195
+ public domain works in creating the Project Gutenberg-tm
196
+ collection. Despite these efforts, Project Gutenberg-tm electronic
197
+ works, and the medium on which they may be stored, may contain
198
+ "Defects," such as, but not limited to, incomplete, inaccurate or
199
+ corrupt data, transcription errors, a copyright or other intellectual
200
+ property infringement, a defective or damaged disk or other medium, a
201
+ computer virus, or computer codes that damage or cannot be read by
202
+ your equipment.
203
+
204
+ 1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
205
+ of Replacement or Refund" described in paragraph 1.F.3, the Project
206
+ Gutenberg Literary Archive Foundation, the owner of the Project
207
+ Gutenberg-tm trademark, and any other party distributing a Project
208
+ Gutenberg-tm electronic work under this agreement, disclaim all
209
+ liability to you for damages, costs and expenses, including legal
210
+ fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
211
+ LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE
212
+ PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE
213
+ TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE
214
+ LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR
215
+ INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH
216
+ DAMAGE.
217
+
218
+ 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
219
+ defect in this electronic work within 90 days of receiving it, you can
220
+ receive a refund of the money (if any) you paid for it by sending a
221
+ written explanation to the person you received the work from. If you
222
+ received the work on a physical medium, you must return the medium with
223
+ your written explanation. The person or entity that provided you with
224
+ the defective work may elect to provide a replacement copy in lieu of a
225
+ refund. If you received the work electronically, the person or entity
226
+ providing it to you may choose to give you a second opportunity to
227
+ receive the work electronically in lieu of a refund. If the second copy
228
+ is also defective, you may demand a refund in writing without further
229
+ opportunities to fix the problem.
230
+
231
+ 1.F.4. Except for the limited right of replacement or refund set forth
232
+ in paragraph 1.F.3, this work is provided to you 'AS-IS', WITH NO OTHER
233
+ WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
234
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.
235
+
236
+ 1.F.5. Some states do not allow disclaimers of certain implied
237
+ warranties or the exclusion or limitation of certain types of damages.
238
+ If any disclaimer or limitation set forth in this agreement violates the
239
+ law of the state applicable to this agreement, the agreement shall be
240
+ interpreted to make the maximum disclaimer or limitation permitted by
241
+ the applicable state law. The invalidity or unenforceability of any
242
+ provision of this agreement shall not void the remaining provisions.
243
+
244
+ 1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation, the
245
+ trademark owner, any agent or employee of the Foundation, anyone
246
+ providing copies of Project Gutenberg-tm electronic works in accordance
247
+ with this agreement, and any volunteers associated with the production,
248
+ promotion and distribution of Project Gutenberg-tm electronic works,
249
+ harmless from all liability, costs and expenses, including legal fees,
250
+ that arise directly or indirectly from any of the following which you do
251
+ or cause to occur: (a) distribution of this or any Project Gutenberg-tm
252
+ work, (b) alteration, modification, or additions or deletions to any
253
+ Project Gutenberg-tm work, and (c) any Defect you cause.
254
+
255
+
256
+ Section 2. Information about the Mission of Project Gutenberg-tm
257
+
258
+ Project Gutenberg-tm is synonymous with the free distribution of
259
+ electronic works in formats readable by the widest variety of computers
260
+ including obsolete, old, middle-aged and new computers. It exists
261
+ because of the efforts of hundreds of volunteers and donations from
262
+ people in all walks of life.
263
+
264
+ Volunteers and financial support to provide volunteers with the
265
+ assistance they need are critical to reaching Project Gutenberg-tm's
266
+ goals and ensuring that the Project Gutenberg-tm collection will
267
+ remain freely available for generations to come. In 2001, the Project
268
+ Gutenberg Literary Archive Foundation was created to provide a secure
269
+ and permanent future for Project Gutenberg-tm and future generations.
270
+ To learn more about the Project Gutenberg Literary Archive Foundation
271
+ and how your efforts and donations can help, see Sections 3 and 4
272
+ and the Foundation information page at www.gutenberg.org
273
+
274
+
275
+ Section 3. Information about the Project Gutenberg Literary Archive
276
+ Foundation
277
+
278
+ The Project Gutenberg Literary Archive Foundation is a non profit
279
+ 501(c)(3) educational corporation organized under the laws of the
280
+ state of Mississippi and granted tax exempt status by the Internal
281
+ Revenue Service. The Foundation's EIN or federal tax identification
282
+ number is 64-6221541. Contributions to the Project Gutenberg
283
+ Literary Archive Foundation are tax deductible to the full extent
284
+ permitted by U.S. federal laws and your state's laws.
285
+
286
+ The Foundation's principal office is located at 4557 Melan Dr. S.
287
+ Fairbanks, AK, 99712., but its volunteers and employees are scattered
288
+ throughout numerous locations. Its business office is located at 809
289
+ North 1500 West, Salt Lake City, UT 84116, (801) 596-1887. Email
290
+ contact links and up to date contact information can be found at the
291
+ Foundation's web site and official page at www.gutenberg.org/contact
292
+
293
+ For additional contact information:
294
+ Dr. Gregory B. Newby
295
+ Chief Executive and Director
296
297
+
298
+ Section 4. Information about Donations to the Project Gutenberg
299
+ Literary Archive Foundation
300
+
301
+ Project Gutenberg-tm depends upon and cannot survive without wide
302
+ spread public support and donations to carry out its mission of
303
+ increasing the number of public domain and licensed works that can be
304
+ freely distributed in machine readable form accessible by the widest
305
+ array of equipment including outdated equipment. Many small donations
306
+ ($1 to $5,000) are particularly important to maintaining tax exempt
307
+ status with the IRS.
308
+
309
+ The Foundation is committed to complying with the laws regulating
310
+ charities and charitable donations in all 50 states of the United
311
+ States. Compliance requirements are not uniform and it takes a
312
+ considerable effort, much paperwork and many fees to meet and keep up
313
+ with these requirements. We do not solicit donations in locations
314
+ where we have not received written confirmation of compliance. To
315
+ SEND DONATIONS or determine the status of compliance for any
316
+ particular state visit www.gutenberg.org/donate
317
+
318
+ While we cannot and do not solicit contributions from states where we
319
+ have not met the solicitation requirements, we know of no prohibition
320
+ against accepting unsolicited donations from donors in such states who
321
+ approach us with offers to donate.
322
+
323
+ International donations are gratefully accepted, but we cannot make
324
+ any statements concerning tax treatment of donations received from
325
+ outside the United States. U.S. laws alone swamp our small staff.
326
+
327
+ Please check the Project Gutenberg Web pages for current donation
328
+ methods and addresses. Donations are accepted in a number of other
329
+ ways including checks, online payments and credit card donations.
330
+ To donate, please visit: www.gutenberg.org/donate
331
+
332
+
333
+ Section 5. General Information About Project Gutenberg-tm electronic
334
+ works.
335
+
336
+ Professor Michael S. Hart was the originator of the Project Gutenberg-tm
337
+ concept of a library of electronic works that could be freely shared
338
+ with anyone. For forty years, he produced and distributed Project
339
+ Gutenberg-tm eBooks with only a loose network of volunteer support.
340
+
341
+ Project Gutenberg-tm eBooks are often created from several printed
342
+ editions, all of which are confirmed as Public Domain in the U.S.
343
+ unless a copyright notice is included. Thus, we do not necessarily
344
+ keep eBooks in compliance with any particular paper edition.
345
+
346
+ Most people start at our Web site which has the main PG search facility:
347
+
348
+ www.gutenberg.org
349
+
350
+ This Web site includes information about Project Gutenberg-tm,
351
+ including how to make donations to the Project Gutenberg Literary
352
+ Archive Foundation, how to help produce our new eBooks, and how to
353
+ subscribe to our email newsletter to hear about new eBooks.
354
+ ',
355
+ 'source-pretty': 'Gutenberg'
356
+ }
357
+ }
358
+ ```
359
+
360
+ ## Data Fields
361
+
362
+ - **id**: source-specific identifier.
363
+ - **text**: textual content of the document.
364
+ - **source**: source of the data.
365
+ - **added**: timestamp ai2 acquired this data.
366
+ - **created**": timestamp when original document was created (best-guess if not available)
367
+ - **metadata**: source-specific metadata.
368
+
369
+ ## License Information
370
+ <details>
371
+ <summary>Gutenberg License</summary>
372
+ <p>
373
+ *** START: FULL LICENSE ***
374
+
375
+ THE FULL PROJECT GUTENBERG LICENSE
376
+ PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
377
+
378
+ To protect the Project Gutenberg-tm mission of promoting the free
379
+ distribution of electronic works, by using or distributing this work
380
+ (or any other work associated in any way with the phrase "Project
381
+ Gutenberg"), you agree to comply with all the terms of the Full Project
382
+ Gutenberg-tm License available with this file or online at
383
+ www.gutenberg.org/license.
384
+
385
+
386
+ Section 1. General Terms of Use and Redistributing Project Gutenberg-tm
387
+ electronic works
388
+
389
+ 1.A. By reading or using any part of this Project Gutenberg-tm
390
+ electronic work, you indicate that you have read, understand, agree to
391
+ and accept all the terms of this license and intellectual property
392
+ (trademark/copyright) agreement. If you do not agree to abide by all
393
+ the terms of this agreement, you must cease using and return or destroy
394
+ all copies of Project Gutenberg-tm electronic works in your possession.
395
+ If you paid a fee for obtaining a copy of or access to a Project
396
+ Gutenberg-tm electronic work and you do not agree to be bound by the
397
+ terms of this agreement, you may obtain a refund from the person or
398
+ entity to whom you paid the fee as set forth in paragraph 1.E.8.
399
+
400
+ 1.B. "Project Gutenberg" is a registered trademark. It may only be
401
+ used on or associated in any way with an electronic work by people who
402
+ agree to be bound by the terms of this agreement. There are a few
403
+ things that you can do with most Project Gutenberg-tm electronic works
404
+ even without complying with the full terms of this agreement. See
405
+ paragraph 1.C below. There are a lot of things you can do with Project
406
+ Gutenberg-tm electronic works if you follow the terms of this agreement
407
+ and help preserve free future access to Project Gutenberg-tm electronic
408
+ works. See paragraph 1.E below.
409
+
410
+ 1.C. The Project Gutenberg Literary Archive Foundation ("the Foundation"
411
+ or PGLAF), owns a compilation copyright in the collection of Project
412
+ Gutenberg-tm electronic works. Nearly all the individual works in the
413
+ collection are in the public domain in the United States. If an
414
+ individual work is in the public domain in the United States and you are
415
+ located in the United States, we do not claim a right to prevent you from
416
+ copying, distributing, performing, displaying or creating derivative
417
+ works based on the work as long as all references to Project Gutenberg
418
+ are removed. Of course, we hope that you will support the Project
419
+ Gutenberg-tm mission of promoting free access to electronic works by
420
+ freely sharing Project Gutenberg-tm works in compliance with the terms of
421
+ this agreement for keeping the Project Gutenberg-tm name associated with
422
+ the work. You can easily comply with the terms of this agreement by
423
+ keeping this work in the same format with its attached full Project
424
+ Gutenberg-tm License when you share it without charge with others.
425
+
426
+ 1.D. The copyright laws of the place where you are located also govern
427
+ what you can do with this work. Copyright laws in most countries are in
428
+ a constant state of change. If you are outside the United States, check
429
+ the laws of your country in addition to the terms of this agreement
430
+ before downloading, copying, displaying, performing, distributing or
431
+ creating derivative works based on this work or any other Project
432
+ Gutenberg-tm work. The Foundation makes no representations concerning
433
+ the copyright status of any work in any country outside the United
434
+ States.
435
+
436
+ 1.E. Unless you have removed all references to Project Gutenberg:
437
+
438
+ 1.E.1. The following sentence, with active links to, or other immediate
439
+ access to, the full Project Gutenberg-tm License must appear prominently
440
+ whenever any copy of a Project Gutenberg-tm work (any work on which the
441
+ phrase "Project Gutenberg" appears, or with which the phrase "Project
442
+ Gutenberg" is associated) is accessed, displayed, performed, viewed,
443
+ copied or distributed:
444
+
445
+ This eBook is for the use of anyone anywhere at no cost and with
446
+ almost no restrictions whatsoever. You may copy it, give it away or
447
+ re-use it under the terms of the Project Gutenberg License included
448
+ with this eBook or online at www.gutenberg.org
449
+
450
+ 1.E.2. If an individual Project Gutenberg-tm electronic work is derived
451
+ from the public domain (does not contain a notice indicating that it is
452
+ posted with permission of the copyright holder), the work can be copied
453
+ and distributed to anyone in the United States without paying any fees
454
+ or charges. If you are redistributing or providing access to a work
455
+ with the phrase "Project Gutenberg" associated with or appearing on the
456
+ work, you must comply either with the requirements of paragraphs 1.E.1
457
+ through 1.E.7 or obtain permission for the use of the work and the
458
+ Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or
459
+ 1.E.9.
460
+
461
+ 1.E.3. If an individual Project Gutenberg-tm electronic work is posted
462
+ with the permission of the copyright holder, your use and distribution
463
+ must comply with both paragraphs 1.E.1 through 1.E.7 and any additional
464
+ terms imposed by the copyright holder. Additional terms will be linked
465
+ to the Project Gutenberg-tm License for all works posted with the
466
+ permission of the copyright holder found at the beginning of this work.
467
+
468
+ 1.E.4. Do not unlink or detach or remove the full Project Gutenberg-tm
469
+ License terms from this work, or any files containing a part of this
470
+ work or any other work associated with Project Gutenberg-tm.
471
+
472
+ 1.E.5. Do not copy, display, perform, distribute or redistribute this
473
+ electronic work, or any part of this electronic work, without
474
+ prominently displaying the sentence set forth in paragraph 1.E.1 with
475
+ active links or immediate access to the full terms of the Project
476
+ Gutenberg-tm License.
477
+
478
+ 1.E.6. You may convert to and distribute this work in any binary,
479
+ compressed, marked up, nonproprietary or proprietary form, including any
480
+ word processing or hypertext form. However, if you provide access to or
481
+ distribute copies of a Project Gutenberg-tm work in a format other than
482
+ "Plain Vanilla ASCII" or other format used in the official version
483
+ posted on the official Project Gutenberg-tm web site (www.gutenberg.org),
484
+ you must, at no additional cost, fee or expense to the user, provide a
485
+ copy, a means of exporting a copy, or a means of obtaining a copy upon
486
+ request, of the work in its original "Plain Vanilla ASCII" or other
487
+ form. Any alternate format must include the full Project Gutenberg-tm
488
+ License as specified in paragraph 1.E.1.
489
+
490
+ 1.E.7. Do not charge a fee for access to, viewing, displaying,
491
+ performing, copying or distributing any Project Gutenberg-tm works
492
+ unless you comply with paragraph 1.E.8 or 1.E.9.
493
+
494
+ 1.E.8. You may charge a reasonable fee for copies of or providing
495
+ access to or distributing Project Gutenberg-tm electronic works provided
496
+ that
497
+
498
+ - You pay a royalty fee of 20% of the gross profits you derive from
499
+ the use of Project Gutenberg-tm works calculated using the method
500
+ you already use to calculate your applicable taxes. The fee is
501
+ owed to the owner of the Project Gutenberg-tm trademark, but he
502
+ has agreed to donate royalties under this paragraph to the
503
+ Project Gutenberg Literary Archive Foundation. Royalty payments
504
+ must be paid within 60 days following each date on which you
505
+ prepare (or are legally required to prepare) your periodic tax
506
+ returns. Royalty payments should be clearly marked as such and
507
+ sent to the Project Gutenberg Literary Archive Foundation at the
508
+ address specified in Section 4, "Information about donations to
509
+ the Project Gutenberg Literary Archive Foundation."
510
+
511
+ - You provide a full refund of any money paid by a user who notifies
512
+ you in writing (or by e-mail) within 30 days of receipt that s/he
513
+ does not agree to the terms of the full Project Gutenberg-tm
514
+ License. You must require such a user to return or
515
+ destroy all copies of the works possessed in a physical medium
516
+ and discontinue all use of and all access to other copies of
517
+ Project Gutenberg-tm works.
518
+
519
+ - You provide, in accordance with paragraph 1.F.3, a full refund of any
520
+ money paid for a work or a replacement copy, if a defect in the
521
+ electronic work is discovered and reported to you within 90 days
522
+ of receipt of the work.
523
+
524
+ - You comply with all other terms of this agreement for free
525
+ distribution of Project Gutenberg-tm works.
526
+
527
+ 1.E.9. If you wish to charge a fee or distribute a Project Gutenberg-tm
528
+ electronic work or group of works on different terms than are set
529
+ forth in this agreement, you must obtain permission in writing from
530
+ both the Project Gutenberg Literary Archive Foundation and Michael
531
+ Hart, the owner of the Project Gutenberg-tm trademark. Contact the
532
+ Foundation as set forth in Section 3 below.
533
+
534
+ 1.F.
535
+
536
+ 1.F.1. Project Gutenberg volunteers and employees expend considerable
537
+ effort to identify, do copyright research on, transcribe and proofread
538
+ public domain works in creating the Project Gutenberg-tm
539
+ collection. Despite these efforts, Project Gutenberg-tm electronic
540
+ works, and the medium on which they may be stored, may contain
541
+ "Defects," such as, but not limited to, incomplete, inaccurate or
542
+ corrupt data, transcription errors, a copyright or other intellectual
543
+ property infringement, a defective or damaged disk or other medium, a
544
+ computer virus, or computer codes that damage or cannot be read by
545
+ your equipment.
546
+
547
+ 1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
548
+ of Replacement or Refund" described in paragraph 1.F.3, the Project
549
+ Gutenberg Literary Archive Foundation, the owner of the Project
550
+ Gutenberg-tm trademark, and any other party distributing a Project
551
+ Gutenberg-tm electronic work under this agreement, disclaim all
552
+ liability to you for damages, costs and expenses, including legal
553
+ fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
554
+ LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE
555
+ PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE
556
+ TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE
557
+ LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR
558
+ INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH
559
+ DAMAGE.
560
+
561
+ 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
562
+ defect in this electronic work within 90 days of receiving it, you can
563
+ receive a refund of the money (if any) you paid for it by sending a
564
+ written explanation to the person you received the work from. If you
565
+ received the work on a physical medium, you must return the medium with
566
+ your written explanation. The person or entity that provided you with
567
+ the defective work may elect to provide a replacement copy in lieu of a
568
+ refund. If you received the work electronically, the person or entity
569
+ providing it to you may choose to give you a second opportunity to
570
+ receive the work electronically in lieu of a refund. If the second copy
571
+ is also defective, you may demand a refund in writing without further
572
+ opportunities to fix the problem.
573
+
574
+ 1.F.4. Except for the limited right of replacement or refund set forth
575
+ in paragraph 1.F.3, this work is provided to you 'AS-IS', WITH NO OTHER
576
+ WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
577
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.
578
+
579
+ 1.F.5. Some states do not allow disclaimers of certain implied
580
+ warranties or the exclusion or limitation of certain types of damages.
581
+ If any disclaimer or limitation set forth in this agreement violates the
582
+ law of the state applicable to this agreement, the agreement shall be
583
+ interpreted to make the maximum disclaimer or limitation permitted by
584
+ the applicable state law. The invalidity or unenforceability of any
585
+ provision of this agreement shall not void the remaining provisions.
586
+
587
+ 1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation, the
588
+ trademark owner, any agent or employee of the Foundation, anyone
589
+ providing copies of Project Gutenberg-tm electronic works in accordance
590
+ with this agreement, and any volunteers associated with the production,
591
+ promotion and distribution of Project Gutenberg-tm electronic works,
592
+ harmless from all liability, costs and expenses, including legal fees,
593
+ that arise directly or indirectly from any of the following which you do
594
+ or cause to occur: (a) distribution of this or any Project Gutenberg-tm
595
+ work, (b) alteration, modification, or additions or deletions to any
596
+ Project Gutenberg-tm work, and (c) any Defect you cause.
597
+
598
+
599
+ Section 2. Information about the Mission of Project Gutenberg-tm
600
+
601
+ Project Gutenberg-tm is synonymous with the free distribution of
602
+ electronic works in formats readable by the widest variety of computers
603
+ including obsolete, old, middle-aged and new computers. It exists
604
+ because of the efforts of hundreds of volunteers and donations from
605
+ people in all walks of life.
606
+
607
+ Volunteers and financial support to provide volunteers with the
608
+ assistance they need are critical to reaching Project Gutenberg-tm's
609
+ goals and ensuring that the Project Gutenberg-tm collection will
610
+ remain freely available for generations to come. In 2001, the Project
611
+ Gutenberg Literary Archive Foundation was created to provide a secure
612
+ and permanent future for Project Gutenberg-tm and future generations.
613
+ To learn more about the Project Gutenberg Literary Archive Foundation
614
+ and how your efforts and donations can help, see Sections 3 and 4
615
+ and the Foundation information page at www.gutenberg.org
616
+
617
+
618
+ Section 3. Information about the Project Gutenberg Literary Archive
619
+ Foundation
620
+
621
+ The Project Gutenberg Literary Archive Foundation is a non profit
622
+ 501(c)(3) educational corporation organized under the laws of the
623
+ state of Mississippi and granted tax exempt status by the Internal
624
+ Revenue Service. The Foundation's EIN or federal tax identification
625
+ number is 64-6221541. Contributions to the Project Gutenberg
626
+ Literary Archive Foundation are tax deductible to the full extent
627
+ permitted by U.S. federal laws and your state's laws.
628
+
629
+ The Foundation's principal office is located at 4557 Melan Dr. S.
630
+ Fairbanks, AK, 99712., but its volunteers and employees are scattered
631
+ throughout numerous locations. Its business office is located at 809
632
+ North 1500 West, Salt Lake City, UT 84116, (801) 596-1887. Email
633
+ contact links and up to date contact information can be found at the
634
+ Foundation's web site and official page at www.gutenberg.org/contact
635
+
636
+ For additional contact information:
637
+ Dr. Gregory B. Newby
638
+ Chief Executive and Director
639
640
+
641
+ Section 4. Information about Donations to the Project Gutenberg
642
+ Literary Archive Foundation
643
+
644
+ Project Gutenberg-tm depends upon and cannot survive without wide
645
+ spread public support and donations to carry out its mission of
646
+ increasing the number of public domain and licensed works that can be
647
+ freely distributed in machine readable form accessible by the widest
648
+ array of equipment including outdated equipment. Many small donations
649
+ ($1 to $5,000) are particularly important to maintaining tax exempt
650
+ status with the IRS.
651
+
652
+ The Foundation is committed to complying with the laws regulating
653
+ charities and charitable donations in all 50 states of the United
654
+ States. Compliance requirements are not uniform and it takes a
655
+ considerable effort, much paperwork and many fees to meet and keep up
656
+ with these requirements. We do not solicit donations in locations
657
+ where we have not received written confirmation of compliance. To
658
+ SEND DONATIONS or determine the status of compliance for any
659
+ particular state visit www.gutenberg.org/donate
660
+
661
+ While we cannot and do not solicit contributions from states where we
662
+ have not met the solicitation requirements, we know of no prohibition
663
+ against accepting unsolicited donations from donors in such states who
664
+ approach us with offers to donate.
665
+
666
+ International donations are gratefully accepted, but we cannot make
667
+ any statements concerning tax treatment of donations received from
668
+ outside the United States. U.S. laws alone swamp our small staff.
669
+
670
+ Please check the Project Gutenberg Web pages for current donation
671
+ methods and addresses. Donations are accepted in a number of other
672
+ ways including checks, online payments and credit card donations.
673
+ To donate, please visit: www.gutenberg.org/donate
674
+
675
+
676
+ Section 5. General Information About Project Gutenberg-tm electronic
677
+ works.
678
+
679
+ Professor Michael S. Hart was the originator of the Project Gutenberg-tm
680
+ concept of a library of electronic works that could be freely shared
681
+ with anyone. For forty years, he produced and distributed Project
682
+ Gutenberg-tm eBooks with only a loose network of volunteer support.
683
+
684
+ Project Gutenberg-tm eBooks are often created from several printed
685
+ editions, all of which are confirmed as Public Domain in the U.S.
686
+ unless a copyright notice is included. Thus, we do not necessarily
687
+ keep eBooks in compliance with any particular paper edition.
688
+
689
+ Most people start at our Web site which has the main PG search facility:
690
+
691
+ www.gutenberg.org
692
+
693
+ This Web site includes information about Project Gutenberg-tm,
694
+ including how to make donations to the Project Gutenberg Literary
695
+ Archive Foundation, how to help produce our new eBooks, and how to
696
+ subscribe to our email newsletter to hear about new eBooks.
697
+
698
+ </p>
699
+ </details>
gutenberg/gutenberg.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973df5121d3da73a5915f6dd1da0290ffbaece92b2c7c4dec562155974c0076f
3
+ size 12361984
hest/hest.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Hestenettet (Danish debate forum)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 10k-100k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Hestenettet (Danish debate forum)
16
+ ## Dataset Description
17
+ - **Number of records:** 14391
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Er den ikke kær?
24
+ Jeg kan ikke forstå at der altid',
25
+ 'source': 'hest',
26
+ 'id': 'hest_forum112802271280227_0',
27
+ 'added': '2020-10-05',
28
+ 'created': '2000-01-01, 2022-01-01',
29
+ 'metadata': {
30
+ 'domain': 'Social Media',
31
+ 'license': 'Creative Commons Legal Code
32
+
33
+ CC0 1.0 Universal',
34
+ 'source-pretty': 'Hestenettet (Danish debate forum)'
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Data Fields
40
+
41
+ - **id**: source-specific identifier.
42
+ - **text**: textual content of the document.
43
+ - **source**: source of the data.
44
+ - **added**: timestamp ai2 acquired this data.
45
+ - **created**": timestamp when original document was created (best-guess if not available)
46
+ - **metadata**: source-specific metadata.
47
+
48
+ ## License Information
49
+ <details>
50
+ <summary>Creative Commons Zero v1.0 Universal</summary>
51
+ <p>
52
+ Creative Commons Legal Code
53
+
54
+ CC0 1.0 Universal
55
+ </p>
56
+ </details>
hest/hest.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b85d658074ebec3eb95da8f8e522d83707b646b5f3b8b706279496eec3b31c3
3
+ size 748670544
jvj/jvj.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Johannes V. Jensen (Danish poet)
3
+ language:
4
+ - da
5
+ license: cc-by-sa-4.0
6
+ license_name: Creative Commons Attribution Share Alike 4.0
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Johannes V. Jensen (Danish poet)
16
+ ## Dataset Description
17
+ - **Number of records:** 42
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'JØRGINE JØRGINE KØBENHAVN HAGE & CLAUSENS FORLAG (',
24
+ 'source': 'jvj',
25
+ 'id': 'jvj_Jørgine',
26
+ 'added': '2020-06-26',
27
+ 'created': '1873-01-01, 1951-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Wiki & Books',
30
+ 'license': 'Attribution-ShareAlike 4.0 International',
31
+ 'source-pretty': 'Johannes V. Jensen (Danish poet)'
32
+ }
33
+ }
34
+ ```
35
+
36
+ ## Data Fields
37
+
38
+ - **id**: source-specific identifier.
39
+ - **text**: textual content of the document.
40
+ - **source**: source of the data.
41
+ - **added**: timestamp ai2 acquired this data.
42
+ - **created**": timestamp when original document was created (best-guess if not available)
43
+ - **metadata**: source-specific metadata.
44
+
45
+ ## License Information
46
+ <details>
47
+ <summary>Creative Commons Attribution Share Alike 4.0</summary>
48
+ <p>
49
+ Attribution-ShareAlike 4.0 International
50
+ </p>
51
+ </details>
jvj/jvj.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a524aafe8fe1ba86bc09c091b10aacf55e558124fef59e68f60bed03816636a
3
+ size 6829395
naat/naat.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: NAAT
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for NAAT
16
+ ## Dataset Description
17
+ - **Number of records:** 129
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Naar jeg i aften sender min nytaarshilsen til det ',
24
+ 'source': 'naat',
25
+ 'id': 'naat_1958kongfrederikix',
26
+ 'added': '2020-02-11',
27
+ 'created': '1930-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Conversation',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'NAAT'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
naat/naat.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6958784a0c4039e9357dee0dedc6bd010e7dd3573d2d9a4db45ce5e4a6608feb
3
+ size 545253
relig/relig.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Religious texts
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Religious texts
16
+ ## Dataset Description
17
+ - **Number of records:** 66
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Salomos Højsang
24
+ Kys mig, giv mig Kys af din mund t',
25
+ 'source': 'relig',
26
+ 'id': 'relig_SON',
27
+ 'added': '2020-09-14',
28
+ 'created': '1700-01-01, 2022-01-01',
29
+ 'metadata': {
30
+ 'domain': 'Wiki & Books',
31
+ 'license': 'Creative Commons Legal Code
32
+
33
+ CC0 1.0 Universal',
34
+ 'source-pretty': 'Religious texts'
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Data Fields
40
+
41
+ - **id**: source-specific identifier.
42
+ - **text**: textual content of the document.
43
+ - **source**: source of the data.
44
+ - **added**: timestamp ai2 acquired this data.
45
+ - **created**": timestamp when original document was created (best-guess if not available)
46
+ - **metadata**: source-specific metadata.
47
+
48
+ ## License Information
49
+ <details>
50
+ <summary>Creative Commons Zero v1.0 Universal</summary>
51
+ <p>
52
+ Creative Commons Legal Code
53
+
54
+ CC0 1.0 Universal
55
+ </p>
56
+ </details>
relig/relig.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba59db9efa6756fd6306380c39e9f25b50c99ddb6b7c0c2391e417d95d0af6da
3
+ size 2003050
retsinformationdk/retsinformationdk.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: retsinformation.dk (Danish legal information)
3
+ language:
4
+ - da
5
+ license: other
6
+ license_name: Danish Copyright Law
7
+ size_categories:
8
+ - 10k-100k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for retsinformation.dk (Danish legal information)
16
+ ## Dataset Description
17
+ - **Number of records:** 64043
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Den fulde tekst Pressenævnets kendelse i sag nr. 1',
24
+ 'source': 'retsinformationdk',
25
+ 'id': 'retsinformationdk_173889',
26
+ 'added': '2019-11-22',
27
+ 'created': '2000-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Legal',
30
+ 'license': 'Danish Copyright law at https://www.retsinformation.dk/forms/r0710.aspx?id=164796 states
31
+
32
+ § 9. Love, administrative forskrifter, retsafgørelser og lignende offentlige aktstykker er ikke genstand for ophavsret.
33
+
34
+ Stk. 2. Bestemmelsen i stk. 1 gælder ikke for værker, der fremtræder som selvstændige bidrag i de i stk. 1 nævnte aktstykker. Sådanne værker må dog gengives i forbindelse med aktstykket. Retten til videre udnyttelse afhænger af de i øvrigt gældende regler.
35
+ ',
36
+ 'source-pretty': 'retsinformation.dk (Danish legal information)'
37
+ }
38
+ }
39
+ ```
40
+
41
+ ## Data Fields
42
+
43
+ - **id**: source-specific identifier.
44
+ - **text**: textual content of the document.
45
+ - **source**: source of the data.
46
+ - **added**: timestamp ai2 acquired this data.
47
+ - **created**": timestamp when original document was created (best-guess if not available)
48
+ - **metadata**: source-specific metadata.
49
+
50
+ ## License Information
51
+ <details>
52
+ <summary>Danish Copyright Law</summary>
53
+ <p>
54
+ Danish Copyright law at https://www.retsinformation.dk/forms/r0710.aspx?id=164796 states
55
+
56
+ § 9. Love, administrative forskrifter, retsafgørelser og lignende offentlige aktstykker er ikke genstand for ophavsret.
57
+
58
+ Stk. 2. Bestemmelsen i stk. 1 gælder ikke for værker, der fremtræder som selvstændige bidrag i de i stk. 1 nævnte aktstykker. Sådanne værker må dog gengives i forbindelse med aktstykket. Retten til videre udnyttelse afhænger af de i øvrigt gældende regler.
59
+
60
+ </p>
61
+ </details>
retsinformationdk/retsinformationdk.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69df3e71d482c746854535710ffb57c9ba3c9ac633931222e8be84d0e67cc22c
3
+ size 651256719
retspraksis/retspraksis.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: retspraksis (Danish legal information)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for retspraksis (Danish legal information)
16
+ ## Dataset Description
17
+ - **Number of records:** 4413
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'højesterets dom
24
+ afsagt tor',
25
+ 'source': 'retspraksis',
26
+ 'id': 'retspraksis_517',
27
+ 'added': '2020-09-24',
28
+ 'created': '2000-01-01, 2022-01-01',
29
+ 'metadata': {
30
+ 'domain': 'Legal',
31
+ 'license': 'Creative Commons Legal Code
32
+
33
+ CC0 1.0 Universal',
34
+ 'source-pretty': 'retspraksis (Danish legal information)'
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Data Fields
40
+
41
+ - **id**: source-specific identifier.
42
+ - **text**: textual content of the document.
43
+ - **source**: source of the data.
44
+ - **added**: timestamp ai2 acquired this data.
45
+ - **created**": timestamp when original document was created (best-guess if not available)
46
+ - **metadata**: source-specific metadata.
47
+
48
+ ## License Information
49
+ <details>
50
+ <summary>Creative Commons Zero v1.0 Universal</summary>
51
+ <p>
52
+ Creative Commons Legal Code
53
+
54
+ CC0 1.0 Universal
55
+ </p>
56
+ </details>
retspraksis/retspraksis.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f86c894204d6c1348a5fdfae7b69d1d355ba311e42d70fd669d52138b95d3a
3
+ size 87674092
skat/skat.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Skat (Danish tax authority)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 10k-100k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Skat (Danish tax authority)
16
+ ## Dataset Description
17
+ - **Number of records:** 14716
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Andelsboligforeningers levering af brugsrettighede',
24
+ 'source': 'skat',
25
+ 'id': 'skat_SKM2010.712.SKAT',
26
+ 'added': '2020-10-01',
27
+ 'created': '2000-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Legal',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'Skat (Danish tax authority)'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
skat/skat.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f87f38f90553725c889080b3def8e24dadd3b2eaee28b43bae2a19493cf2143
3
+ size 165069920
spont/spont.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Spontaneous speech
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Spontaneous speech
16
+ ## Dataset Description
17
+ - **Number of records:** 411
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Taler 6: mm
24
+ Taler 7: er du klar?
25
+ Taler 6: ja
26
+ Taler',
27
+ 'source': 'spont',
28
+ 'id': 'spont_PuzzleOfDanish132',
29
+ 'added': '2020-01-21',
30
+ 'created': '2019-01-01, 2020-01-01',
31
+ 'metadata': {
32
+ 'domain': 'Conversation',
33
+ 'license': 'Creative Commons Legal Code
34
+
35
+ CC0 1.0 Universal',
36
+ 'source-pretty': 'Spontaneous speech'
37
+ }
38
+ }
39
+ ```
40
+
41
+ ## Data Fields
42
+
43
+ - **id**: source-specific identifier.
44
+ - **text**: textual content of the document.
45
+ - **source**: source of the data.
46
+ - **added**: timestamp ai2 acquired this data.
47
+ - **created**": timestamp when original document was created (best-guess if not available)
48
+ - **metadata**: source-specific metadata.
49
+
50
+ ## License Information
51
+ <details>
52
+ <summary>Creative Commons Zero v1.0 Universal</summary>
53
+ <p>
54
+ Creative Commons Legal Code
55
+
56
+ CC0 1.0 Universal
57
+ </p>
58
+ </details>
spont/spont.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac515b1dedc78fb9123bffbab2cf3c0fe1e126a070ad342d7d0c707096e838b
3
+ size 1814921
synne/synne.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Synderjysk (Danish dialect)
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Synderjysk (Danish dialect)
16
+ ## Dataset Description
17
+ - **Number of records:** 178
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Mangeægskage Hent printvenligt dokument her – Klik',
24
+ 'source': 'synne',
25
+ 'id': 'synne_forening_0140',
26
+ 'added': '2020-06-26',
27
+ 'created': '2000-01-01, 2022-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Other',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'Synderjysk (Danish dialect)'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
synne/synne.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701bf010bca88dd4722ffa72404b91e24703bd9552003371771bf1823dc58138
3
+ size 77042
tv2r/tv2r.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: TV 2 Radio (Danish news)
3
+ language:
4
+ - da
5
+ license: cc-by-sa-4.0
6
+ license_name: Creative Commons Attribution Share Alike 4.0
7
+ size_categories:
8
+ - 10k-100k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for TV 2 Radio (Danish news)
16
+ ## Dataset Description
17
+ - **Number of records:** 49137
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Storken er landet
24
+ 02 april 2017 kl. 17.58
25
+ Søndag a',
26
+ 'source': 'tv2r',
27
+ 'id': 'tv2r_92548',
28
+ 'added': '2019-11-13',
29
+ 'created': '2015-01-01, 2020-01-01',
30
+ 'metadata': {
31
+ 'domain': 'News',
32
+ 'license': 'The owner of this content is TV2 Regionerne, Denmark.
33
+ Creative Commons Attribution 4.0 International',
34
+ 'source-pretty': 'TV 2 Radio (Danish news)'
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Data Fields
40
+
41
+ - **id**: source-specific identifier.
42
+ - **text**: textual content of the document.
43
+ - **source**: source of the data.
44
+ - **added**: timestamp ai2 acquired this data.
45
+ - **created**": timestamp when original document was created (best-guess if not available)
46
+ - **metadata**: source-specific metadata.
47
+
48
+ ## License Information
49
+ <details>
50
+ <summary>Creative Commons Attribution Share Alike 4.0</summary>
51
+ <p>
52
+ The owner of this content is TV2 Regionerne, Denmark.
53
+ Creative Commons Attribution 4.0 International
54
+ </p>
55
+ </details>
tv2r/tv2r.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5cc87b9de1c11ef580d939d1d877b5553d3c75aa33d0f2e280986b8787900a5
3
+ size 40686259
wiki/wiki.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Wikipedia
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 100k-1M
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Wikipedia
16
+ ## Dataset Description
17
+ - **Number of records:** 264502
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Vimoutiers er en kommune i departementet Orne i Ba',
24
+ 'source': 'wiki',
25
+ 'id': 'wiki_366127',
26
+ 'added': '2021-03-28',
27
+ 'created': '2019-01-01, 2021-01-01',
28
+ 'metadata': {
29
+ 'domain': 'Wiki & Books',
30
+ 'license': 'Creative Commons Legal Code
31
+
32
+ CC0 1.0 Universal',
33
+ 'source-pretty': 'Wikipedia'
34
+ }
35
+ }
36
+ ```
37
+
38
+ ## Data Fields
39
+
40
+ - **id**: source-specific identifier.
41
+ - **text**: textual content of the document.
42
+ - **source**: source of the data.
43
+ - **added**: timestamp ai2 acquired this data.
44
+ - **created**": timestamp when original document was created (best-guess if not available)
45
+ - **metadata**: source-specific metadata.
46
+
47
+ ## License Information
48
+ <details>
49
+ <summary>Creative Commons Zero v1.0 Universal</summary>
50
+ <p>
51
+ Creative Commons Legal Code
52
+
53
+ CC0 1.0 Universal
54
+ </p>
55
+ </details>
wiki/wiki.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41bb02c5b10290746b00750db69c565bfe25fda2529efcc603f108d820dc6c13
3
+ size 242917206
wikibooks/wikibooks.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Wikibooks
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Wikibooks
16
+ ## Dataset Description
17
+ - **Number of records:** 1319
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': 'Spilinfo.
24
+ Spillet er lavet af Blizzard Entertainme',
25
+ 'source': 'wikibooks',
26
+ 'id': 'wikibooks_1125',
27
+ 'added': '2021-03-28',
28
+ 'created': '2019-01-01, 2021-01-01',
29
+ 'metadata': {
30
+ 'domain': 'Wiki & Books',
31
+ 'license': 'Creative Commons Legal Code
32
+
33
+ CC0 1.0 Universal',
34
+ 'source-pretty': 'Wikibooks'
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Data Fields
40
+
41
+ - **id**: source-specific identifier.
42
+ - **text**: textual content of the document.
43
+ - **source**: source of the data.
44
+ - **added**: timestamp ai2 acquired this data.
45
+ - **created**": timestamp when original document was created (best-guess if not available)
46
+ - **metadata**: source-specific metadata.
47
+
48
+ ## License Information
49
+ <details>
50
+ <summary>Creative Commons Zero v1.0 Universal</summary>
51
+ <p>
52
+ Creative Commons Legal Code
53
+
54
+ CC0 1.0 Universal
55
+ </p>
56
+ </details>
wikibooks/wikibooks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5984554e9c048e06cd156903a345178dc18a95572e3b12fb4c6e6266bcc87fa5
3
+ size 11282733
wikisource/wikisource.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Wikisource
3
+ language:
4
+ - da
5
+ license: cc0-1.0
6
+ license_name: Creative Commons Zero v1.0 Universal
7
+ size_categories:
8
+ - 1-10k
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
+ ---
15
+ # Dataset Card for Wikisource
16
+ ## Dataset Description
17
+ - **Number of records:** 2429
18
+ - **Languages:** Danish
19
+ ## Dataset Sturcture
20
+ An example from the dataset looks as follows.
21
+ ```yaml
22
+ {
23
+ 'text': '&lt;poem&gt;
24
+ Kæmpehøjen.
25
+ Jeg har stået på mindets ',
26
+ 'source': 'wikisource',
27
+ 'id': 'wikisource_4804',
28
+ 'added': '2021-03-28',
29
+ 'created': '1700-01-01, 2022-01-01',
30
+ 'metadata': {
31
+ 'domain': 'Wiki & Books',
32
+ 'license': 'Creative Commons Legal Code
33
+
34
+ CC0 1.0 Universal',
35
+ 'source-pretty': 'Wikisource'
36
+ }
37
+ }
38
+ ```
39
+
40
+ ## Data Fields
41
+
42
+ - **id**: source-specific identifier.
43
+ - **text**: textual content of the document.
44
+ - **source**: source of the data.
45
+ - **added**: timestamp ai2 acquired this data.
46
+ - **created**": timestamp when original document was created (best-guess if not available)
47
+ - **metadata**: source-specific metadata.
48
+
49
+ ## License Information
50
+ <details>
51
+ <summary>Creative Commons Zero v1.0 Universal</summary>
52
+ <p>
53
+ Creative Commons Legal Code
54
+
55
+ CC0 1.0 Universal
56
+ </p>
57
+ </details>
wikisource/wikisource.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ee7ec0bb3147f06617c94a8951055a5a806c7917de229d6b2ec2df9c4c0b73
3
+ size 9488335