Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
ncc
#59
by
balsab
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- CHANGELOG.md +1 -22
- README.md +88 -123
- data/adl/adl.md +21 -23
- data/adl/adl.parquet +2 -2
- data/adl/descriptive_stats.json +1 -6
- data/adl/images/dist_document_length.png +2 -2
- data/ai-aktindsigt/ai-aktindsigt.md +19 -16
- data/ai-aktindsigt/ai-aktindsigt.parquet +2 -2
- data/ai-aktindsigt/descriptive_stats.json +2 -1
- data/ai-aktindsigt/images/dist_document_length.png +2 -2
- data/botxt/botxt.md +18 -16
- data/botxt/botxt.parquet +2 -2
- data/botxt/descriptive_stats.json +1 -6
- data/botxt/images/dist_document_length.png +2 -2
- data/cellar/cellar.md +20 -17
- data/cellar/cellar.parquet +2 -2
- data/cellar/descriptive_stats.json +5 -4
- data/cellar/images/dist_document_length.png +2 -2
- data/dannet/dannet.md +22 -27
- data/dannet/dannet.parquet +2 -2
- data/dannet/descriptive_stats.json +1 -6
- data/dannet/images/dist_document_length.png +2 -2
- data/danske-taler/create.py +2 -6
- data/danske-taler/danske-taler.md +24 -21
- data/danske-taler/danske-taler.parquet +2 -2
- data/danske-taler/descriptive_stats.json +5 -4
- data/danske-taler/images/dist_document_length.png +2 -2
- data/depbank/depbank.md +18 -32
- data/depbank/depbank.parquet +2 -2
- data/depbank/descriptive_stats.json +1 -6
- data/depbank/images/dist_document_length.png +2 -2
- data/ep/descriptive_stats.json +1 -6
- data/ep/ep.md +21 -19
- data/ep/ep.parquet +2 -2
- data/ep/images/dist_document_length.png +2 -2
- data/eur-lex-sum-da/descriptive_stats.json +2 -1
- data/eur-lex-sum-da/eur-lex-sum-da.md +17 -14
- data/eur-lex-sum-da/eur-lex-sum-da.parquet +2 -2
- data/eur-lex-sum-da/images/dist_document_length.png +2 -2
- data/fm-udgivelser/descriptive_stats.json +2 -1
- data/fm-udgivelser/fm-udgivelser.md +17 -14
- data/fm-udgivelser/fm-udgivelser.parquet +2 -2
- data/fm-udgivelser/images/dist_document_length.png +2 -2
- data/ft/descriptive_stats.json +1 -6
- data/ft/ft.md +18 -16
- data/ft/ft.parquet +2 -2
- data/ft/images/dist_document_length.png +2 -2
- data/gutenberg/descriptive_stats.json +1 -6
- data/gutenberg/gutenberg.md +19 -16
- data/gutenberg/gutenberg.parquet +2 -2
CHANGELOG.md
CHANGED
@@ -5,27 +5,6 @@ All notable changes to this project will be documented in this file.
|
|
5 |
|
6 |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
7 |
|
8 |
-
## [v1.1.0] - 2025-04-29
|
9 |
-
|
10 |
-
### Added
|
11 |
-
|
12 |
-
- Added multiple quality controls
|
13 |
-
- Removed all empty string
|
14 |
-
- Removed duplicates across within datasets
|
15 |
-
- Removed
|
16 |
-
- Restructured datasets
|
17 |
-
- Removed columns from the dataset to make the structure more lightweight, these include domain, metadata, and license. These have been moved to the individual datasheets. It is still possible to filter for license by using the dataset name
|
18 |
-
- Added column for number of tokens
|
19 |
-
- For developers
|
20 |
-
- Restructered CI codebase substantially
|
21 |
-
- Added `DataSheet` to make CI for convenient
|
22 |
-
- factored out plots and tables
|
23 |
-
|
24 |
-
### Docs
|
25 |
-
|
26 |
-
- Sorted overview table
|
27 |
-
- Minor changes to dataset documentation
|
28 |
-
|
29 |
|
30 |
## [v1.0.12] - 2025-05-08
|
31 |
|
@@ -53,4 +32,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
53 |
|
54 |
- Sorted main table in readme
|
55 |
- Added Changelog
|
56 |
-
- Minor
|
|
|
5 |
|
6 |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## [v1.0.12] - 2025-05-08
|
10 |
|
|
|
32 |
|
33 |
- Sorted main table in readme
|
34 |
- Added Changelog
|
35 |
+
- Minor changs to
|
README.md
CHANGED
@@ -4,7 +4,7 @@ configs:
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path: data/*/*.parquet
|
8 |
- config_name: ai-aktindsigt
|
9 |
data_files:
|
10 |
- split: train
|
@@ -17,22 +17,6 @@ configs:
|
|
17 |
data_files:
|
18 |
- split: train
|
19 |
path: data/danske-taler/*.parquet
|
20 |
-
- config_name: ncc_books
|
21 |
-
data_files:
|
22 |
-
- split: train
|
23 |
-
path: data/ncc_books/*.parquet
|
24 |
-
- config_name: ncc_newspaper
|
25 |
-
data_files:
|
26 |
-
- split: train
|
27 |
-
path: data/ncc_newspaper/*.parquet
|
28 |
-
- config_name: ncc_maalfrid
|
29 |
-
data_files:
|
30 |
-
- split: train
|
31 |
-
path: data/ncc_maalfrid/*.parquet
|
32 |
-
- config_name: ncc_parliament
|
33 |
-
data_files:
|
34 |
-
- split: train
|
35 |
-
path: data/ncc_parliament/*.parquet
|
36 |
- config_name: eur-lex-sum-da
|
37 |
data_files:
|
38 |
- split: train
|
@@ -141,6 +125,22 @@ configs:
|
|
141 |
data_files:
|
142 |
- split: train
|
143 |
path: data/nota/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
annotations_creators:
|
145 |
- no-annotation
|
146 |
language_creators:
|
@@ -174,14 +174,12 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
174 |
<!-- START README TABLE -->
|
175 |
| | |
|
176 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
177 |
-
| **Version**
|
178 |
| **Language** | dan, dansk, Danish |
|
179 |
-
| **License** |
|
180 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
181 |
| **Contact** | If you have question about this project please create an issue [here](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions) |
|
182 |
|
183 |
-
|
184 |
-
|
185 |
<!-- END README TABLE -->
|
186 |
|
187 |
## Table of Contents
|
@@ -199,22 +197,19 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
199 |
- [Curation Rationale](#curation-rationale)
|
200 |
- [Annotations](#annotations)
|
201 |
- [Source Data](#source-data)
|
202 |
-
- [Data Collection and Processing](#data-collection-and-processing)
|
203 |
- [Dataset Statistics](#dataset-statistics)
|
|
|
204 |
- [Contributing to the dataset](#contributing-to-the-dataset)
|
205 |
-
|
206 |
-
- [License information](#license-information)
|
207 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
208 |
- [Notice and takedown policy](#notice-and-takedown-policy)
|
209 |
-
- [We will comply with legitimate requests by removing the affected sources from the next release of the corpus](#we-will-comply-with-legitimate-requests-by-removing-the-affected-sources-from-the-next-release-of-the-corpus)
|
210 |
|
211 |
## Dataset Description
|
212 |
|
213 |
<!-- START-DESC-STATS -->
|
214 |
- **Language**: dan, dansk, Danish
|
215 |
-
- **Number of samples**:
|
216 |
-
- **Number of tokens (Llama 3)**:
|
217 |
-
- **Average document length (characters)**:
|
218 |
<!-- END-DESC-STATS -->
|
219 |
|
220 |
|
@@ -272,12 +267,16 @@ Each entry in the dataset consists of a single text with associated metadata
|
|
272 |
<!-- START-SAMPLE -->
|
273 |
```py
|
274 |
{
|
275 |
-
"id": "adl_aakjaer06val",
|
276 |
"text": "SAMLEDE VÆRKER\n\nJEPPE AAKJÆR GYLDENDALSKE BOGHANDEL - NORDISK FORLAG KJØBENHAVN OG\nKRISTIANIA 1919 0[...]",
|
277 |
"source": "adl",
|
|
|
278 |
"added": "2020-09-14",
|
279 |
"created": "1700-01-01, 2022-01-01",
|
280 |
-
"
|
|
|
|
|
|
|
|
|
281 |
}
|
282 |
```
|
283 |
|
@@ -285,12 +284,15 @@ Each entry in the dataset consists of a single text with associated metadata
|
|
285 |
|
286 |
An entry in the dataset consists of the following fields:
|
287 |
|
288 |
-
- `id` (`str`): An unique identifier for each document.
|
289 |
- `text`(`str`): The content of the document.
|
290 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
291 |
- `added` (`str`): An date for when the document was added to this collection.
|
292 |
- `created` (`str`): An date range for when the document was originally created.
|
293 |
-
- `
|
|
|
|
|
|
|
294 |
<!-- END-SAMPLE -->
|
295 |
|
296 |
### Data Splits
|
@@ -301,7 +303,7 @@ The entire corpus is provided in the `train` split.
|
|
301 |
|
302 |
### Curation Rationale
|
303 |
|
304 |
-
These datasets were collected and curated with the intention of making
|
305 |
|
306 |
### Annotations
|
307 |
|
@@ -312,51 +314,43 @@ This data generally contains no annotation besides the metadata attached to each
|
|
312 |
Below follows a brief overview of the sources in the corpus along with their individual license.
|
313 |
|
314 |
<!-- START-MAIN TABLE -->
|
315 |
-
| Source | Description
|
316 |
-
|
317 |
-
| [
|
318 |
-
| [
|
319 |
-
| [
|
320 |
-
| [
|
321 |
-
| [
|
322 |
-
| [
|
323 |
-
| [
|
324 |
-
| [
|
325 |
-
| [
|
326 |
-
| [
|
327 |
-
| [
|
328 |
-
| [
|
329 |
-
| [
|
330 |
-
| [
|
331 |
-
| [
|
332 |
-
| [
|
333 |
-
| [
|
334 |
-
| [
|
335 |
-
| [
|
336 |
-
| [
|
337 |
-
| [
|
338 |
-
| [
|
339 |
-
| [
|
340 |
-
| [
|
341 |
-
| [
|
342 |
-
| [
|
343 |
-
| [
|
344 |
-
| [
|
345 |
-
| [
|
346 |
-
| [
|
347 |
-
|
|
348 |
-
| [naat] | Danish speeches from 1930-2022 | Conversation | 286.68K | [CC-0] |
|
349 |
-
| [depbank] | The Danish subsection of the [Universal Dependencies Treebank](https://github.com/UniversalDependencies/UD_Danish-DDT) | Other | 185.45K | [CC-BY-SA 4.0] |
|
350 |
-
| [synne] | Dataset collected from [synnejysk forening's website](https://www.synnejysk.dk), covering the Danish dialect sønderjysk | Other | 52.02K | [CC-0] |
|
351 |
-
| **Total** | | | 4.26B | |
|
352 |
|
353 |
[ai-aktindsigt]: data/ai-aktindsigt/ai-aktindsigt.md
|
354 |
[cellar]: data/cellar/cellar.md
|
355 |
[danske-taler]: data/danske-taler/danske-taler.md
|
356 |
-
[ncc_books]: data/ncc_books/ncc_books.md
|
357 |
-
[ncc_newspaper]: data/ncc_newspaper/ncc_newspaper.md
|
358 |
-
[ncc_maalfrid]: data/ncc_maalfrid/ncc_maalfrid.md
|
359 |
-
[ncc_parliament]: data/ncc_parliament/ncc_parliament.md
|
360 |
[eur-lex-sum-da]: data/eur-lex-sum-da/eur-lex-sum-da.md
|
361 |
[miljoeportalen]: data/miljoeportalen/miljoeportalen.md
|
362 |
[fm-udgivelser]: data/fm-udgivelser/fm-udgivelser.md
|
@@ -384,79 +378,50 @@ Below follows a brief overview of the sources in the corpus along with their ind
|
|
384 |
[nordjyllandnews]: data/nordjyllandnews/nordjyllandnews.md
|
385 |
[relig]: data/relig/relig.md
|
386 |
[nota]: data/nota/nota.md
|
|
|
387 |
|
388 |
|
389 |
[CC-0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en
|
390 |
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/deed.en
|
|
|
391 |
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0
|
392 |
-
[NLOD 2.0]: ./data/ncc_maalfrid/ncc_maalfrid.md#license-information
|
393 |
-
[NLOD 2.0]: ./data/ncc_parliament/ncc_parliament.md#license-information
|
394 |
[Danish Copyright Law]: ./data/retsinformationdk/retsinformationdk.md#license-information
|
395 |
-
[DanNet 1.0]: ./data/dannet/dannet.md#license-information
|
396 |
-
[Gutenberg]: ./data/gutenberg/gutenberg.md#license-information
|
397 |
-
|
398 |
|
|
|
399 |
|
400 |
-
You can learn more about each dataset by pressing the link in the first column.
|
401 |
|
|
|
402 |
|
403 |
-
###
|
404 |
|
405 |
-
|
|
|
|
|
|
|
|
|
406 |
|
407 |
-
In addition to data specific processing we also run a series automated quality checks to ensure formatting (e.g. ensuring correctly formatted columns and unique IDs), quality checks (e.g. duplicate and empty string detection) and datasheet documentation checks. These checks are there to ensure a high quality of documentation and a minimal level of quality. To allow for the development of novel cleaning methodologies we do not provide more extensive cleaning.
|
408 |
|
409 |
|
410 |
### Dataset Statistics
|
411 |
-
The following plot show the domains distribution of the following within the dynaword:
|
412 |
-
|
413 |
-
<p align="center">
|
414 |
-
<img src="./images/domain_distribution.png" width="400" style="margin-right: 10px;" />
|
415 |
-
</p>
|
416 |
|
417 |
-
|
418 |
-
|
419 |
-
<details>
|
420 |
-
<summary>Per dataset histograms</summary>
|
421 |
<!-- START-DATASET PLOTS -->
|
422 |
-
<p align="center">
|
423 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
424 |
-
|
425 |
<!-- END-DATASET PLOTS -->
|
426 |
-
</details>
|
427 |
-
|
428 |
|
429 |
|
|
|
430 |
|
431 |
### Contributing to the dataset
|
432 |
|
433 |
We welcome contributions to the dataset such as new sources, better data filtering and so on. To get started on contributing please see [the contribution guidelines](CONTRIBUTING.md)
|
434 |
|
435 |
-
|
436 |
-
|
437 |
-
We are currently working on a paper on Danish Dynaword, however if you do you Danish Dynaword we recommend citiing the following:
|
438 |
-
> Enevoldsen, K., Jensen, K. N., Kostkan, J., Szabó, B., Vahlstrup, P., Dalum, P. M., Elliot, D., & Nielbo, K. (2023). Dynaword: From One-shot to Continuously Developed Datasets. Hugging Face. https://huggingface.co/datasets/danish-foundation-models/danish-dynaword
|
439 |
-
|
440 |
-
|
441 |
-
```
|
442 |
-
@misc{enevoldsen2023dynaword,
|
443 |
-
title = {Dynaword: From One-shot to Continuously Developed Datasets},
|
444 |
-
author = {Enevoldsen, Kenneth and Jensen, Kristian N{\o}rgaaard and Kostkan, Jan and Szab\'{o}, Bal\'{a}zs and Vahlstrup, Peter and Dalum, Per M{\o}ldrup and Elliot, Desmond and Nielbo, Kristoffer},
|
445 |
-
year = {2023},
|
446 |
-
howpublished = {Hugging Face Dataset},
|
447 |
-
url = {https://huggingface.co/datasets/danish-foundation-models/danish-dynaword}
|
448 |
-
}
|
449 |
-
```
|
450 |
-
|
451 |
-
In addition we recommend that you cite the relevant source datasets as well. See the individual datasheets for more information.
|
452 |
-
|
453 |
-
## License information
|
454 |
-
|
455 |
-
The license for each constituent dataset is supplied in the [Source data](#source-data) table. This license is applied to the constituent data, i.e., the text. The collection of datasets (metadata, quality control, etc.) is licensed under [CC-0](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en).
|
456 |
-
|
457 |
-
### Personal and Sensitive Information
|
458 |
|
459 |
-
|
460 |
|
461 |
### Notice and takedown policy
|
462 |
We redistribute files shared with us under a license permitting such redistribution. If you have concerns about the licensing of these files, please [contact us](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/new). If you consider that the data contains material that infringe your copyright, please:
|
@@ -464,7 +429,7 @@ We redistribute files shared with us under a license permitting such redistribut
|
|
464 |
- Clearly reference the original work claimed to be infringed
|
465 |
- Clearly identify the material claimed to be infringing and information reasonably sufficient to allow us to locate the material.
|
466 |
You can contact us through this channel.
|
467 |
-
We will comply with legitimate requests by removing the affected sources from the next release of the corpus
|
468 |
|
469 |
---
|
470 |
|
@@ -473,4 +438,4 @@ We will comply with legitimate requests by removing the affected sources from th
|
|
473 |
<img src="./docs/icon.png" width="30" style="margin-right: 10px;" />
|
474 |
</a>
|
475 |
A <a href=https://www.foundationmodels.dk>Danish Foundation Models</a> dataset
|
476 |
-
</h3>
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: 'data/*/*.parquet'
|
8 |
- config_name: ai-aktindsigt
|
9 |
data_files:
|
10 |
- split: train
|
|
|
17 |
data_files:
|
18 |
- split: train
|
19 |
path: data/danske-taler/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
- config_name: eur-lex-sum-da
|
21 |
data_files:
|
22 |
- split: train
|
|
|
125 |
data_files:
|
126 |
- split: train
|
127 |
path: data/nota/*.parquet
|
128 |
+
- config_name: ncc_newspapers
|
129 |
+
data_files:
|
130 |
+
- split: train
|
131 |
+
path: data/ncc_newspapers/*.parquet
|
132 |
+
- config_name: ncc_books
|
133 |
+
data_files:
|
134 |
+
- split: train
|
135 |
+
path: data/ncc_books/*.parquet
|
136 |
+
- config_name: ncc_maalfrid
|
137 |
+
data_files:
|
138 |
+
- split: train
|
139 |
+
path: data/ncc_maalfrid/*.parquet
|
140 |
+
- config_name: ncc_parliament
|
141 |
+
data_files:
|
142 |
+
- split: train
|
143 |
+
path: data/ncc_parliament/*.parquet
|
144 |
annotations_creators:
|
145 |
- no-annotation
|
146 |
language_creators:
|
|
|
174 |
<!-- START README TABLE -->
|
175 |
| | |
|
176 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
177 |
+
| **Version** | 1.0.12 ([Changelog](/CHANGELOG.md)) |
|
178 |
| **Language** | dan, dansk, Danish |
|
179 |
+
| **License** | Permissible, See the respective dataset |
|
180 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
181 |
| **Contact** | If you have question about this project please create an issue [here](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions) |
|
182 |
|
|
|
|
|
183 |
<!-- END README TABLE -->
|
184 |
|
185 |
## Table of Contents
|
|
|
197 |
- [Curation Rationale](#curation-rationale)
|
198 |
- [Annotations](#annotations)
|
199 |
- [Source Data](#source-data)
|
|
|
200 |
- [Dataset Statistics](#dataset-statistics)
|
201 |
+
- [Additional Information](#additional-information)
|
202 |
- [Contributing to the dataset](#contributing-to-the-dataset)
|
203 |
+
- [Citation Information](#citation-information)
|
|
|
|
|
204 |
- [Notice and takedown policy](#notice-and-takedown-policy)
|
|
|
205 |
|
206 |
## Dataset Description
|
207 |
|
208 |
<!-- START-DESC-STATS -->
|
209 |
- **Language**: dan, dansk, Danish
|
210 |
+
- **Number of samples**: 588.92K
|
211 |
+
- **Number of tokens (Llama 3)**: 1.85B
|
212 |
+
- **Average document length (characters)**: 9245.09
|
213 |
<!-- END-DESC-STATS -->
|
214 |
|
215 |
|
|
|
267 |
<!-- START-SAMPLE -->
|
268 |
```py
|
269 |
{
|
|
|
270 |
"text": "SAMLEDE VÆRKER\n\nJEPPE AAKJÆR GYLDENDALSKE BOGHANDEL - NORDISK FORLAG KJØBENHAVN OG\nKRISTIANIA 1919 0[...]",
|
271 |
"source": "adl",
|
272 |
+
"id": "adl_aakjaer06val",
|
273 |
"added": "2020-09-14",
|
274 |
"created": "1700-01-01, 2022-01-01",
|
275 |
+
"license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
|
276 |
+
"domain": "Wiki & Books",
|
277 |
+
"metadata": {
|
278 |
+
"source-pretty": "Archive for Danish Literature"
|
279 |
+
}
|
280 |
}
|
281 |
```
|
282 |
|
|
|
284 |
|
285 |
An entry in the dataset consists of the following fields:
|
286 |
|
|
|
287 |
- `text`(`str`): The content of the document.
|
288 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
289 |
+
- `id` (`str`): An unique identifier for each document.
|
290 |
- `added` (`str`): An date for when the document was added to this collection.
|
291 |
- `created` (`str`): An date range for when the document was originally created.
|
292 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
293 |
+
- `domain` (`str`): The domain of the source
|
294 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
295 |
+
- `metadata/*`: Potentially additional metadata
|
296 |
<!-- END-SAMPLE -->
|
297 |
|
298 |
### Data Splits
|
|
|
303 |
|
304 |
### Curation Rationale
|
305 |
|
306 |
+
These datasets were collected and curated with the intention of making large quantities of Danish text data available. While this was collected with the intention of developing language models it is likely to have multiple other uses such as examining language development and differences across domains.
|
307 |
|
308 |
### Annotations
|
309 |
|
|
|
314 |
Below follows a brief overview of the sources in the corpus along with their individual license.
|
315 |
|
316 |
<!-- START-MAIN TABLE -->
|
317 |
+
| Source | Description | N. Tokens | License |
|
318 |
+
|:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------|:------------|:-----------------------|
|
319 |
+
| [synne] | Dataset collected from [synnejysk forening's website](https://www.synnejysk.dk), covering the Danish dialect sønderjysk | 52.51K | [CC-0] |
|
320 |
+
| [depbank] | The Danish subsection of the [Universal Dependencies Treebank](https://github.com/UniversalDependencies/UD_Danish-DDT) | 185.45K | [CC-BY-SA 4.0] |
|
321 |
+
| [naat] | Danish speeches from 1930-2022 | 286.68K | [CC-0] |
|
322 |
+
| [botxt] | The Bornholmsk Ordbog Dictionary Projec | 847.97K | [CC-0] |
|
323 |
+
| [relig] | Danish religious text from the 1700-2022 | 1.24M | [CC-0] |
|
324 |
+
| [dannet] | [DanNet](https://cst.ku.dk/projekter/dannet) is a Danish WordNet | 1.52M | [DanNet 1.0 License] |
|
325 |
+
| [spont] | Conversational samples collected as a part of research projects at Aarhus University | 1.56M | [CC-0] |
|
326 |
+
| [jvj] | The works of the Danish author and poet, [Johannes V. Jensen](https://da.wikipedia.org/wiki/Johannes_V._Jensen) | 3.55M | [CC-BY-SA 4.0] |
|
327 |
+
| [wikisource] | The Danish subsection of [Wikisource](https://en.wikisource.org/wiki/Main_Page) | 5.34M | [CC-0] |
|
328 |
+
| [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | 6.24M | [CC-0] |
|
329 |
+
| [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | 6.76M | [Gutenberg License] |
|
330 |
+
| [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | 7.30M | [CC-0] |
|
331 |
+
| [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk | 8.23M | [CC-0] |
|
332 |
+
| [memo] | The MeMo corpus comprising almost all Danish novels from the period 1870-1899, known as the Modern Breakthrough | 9.28M | [CC-BY-SA 4.0] |
|
333 |
+
| [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | 21.67M | [CC-BY-SA 4.0] |
|
334 |
+
| [eur-lex-sum-da] | The Danish subsection of EUR-lex SUM consisting of EU legislation paired with professionally written summaries | 31.37M | [CC-BY-SA 4.0] |
|
335 |
+
| [nordjyllandnews] | Articles from the Danish Newspaper [TV2 Nord](https://www.tv2nord.dk) | 37.91M | [CC-0] |
|
336 |
+
| [fm-udgivelser] | The official publication series of the Danish Ministry of Finance containing economic analyses, budget proposals, and fiscal policy documents | 50.34M | [CC-BY-SA 4.0] |
|
337 |
+
| [retspraksis] | Case law or judical practice in Denmark derived from [Retspraksis](https://da.wikipedia.org/wiki/Retspraksis) | 57.08M | [CC-0] |
|
338 |
+
| [adl] | Danish literature from 1700-2023 from the Archive for Danish Literature (ADL) | 58.49M | [CC-0] |
|
339 |
+
| [ep] | The Danish subsection of [Europarl](https://aclanthology.org/2005.mtsummit-papers.11/) | 100.89M | [CC-0] |
|
340 |
+
| [ft] | Records from all meetings of The Danish parliament (Folketinget) in the parliament hall | 114.09M | [CC-0] |
|
341 |
+
| [wiki] | The Danish subsection of [wikipedia](https://en.wikipedia.org/wiki/Main_Page) | 122.00M | [CC-0] |
|
342 |
+
| [skat] | Skat is the Danish tax authority. This dataset contains content from its website skat.dk | 122.12M | [CC-0] |
|
343 |
+
| [miljoeportalen] | Data from [Danmarks Miljøportalen](https://www.miljoeportal.dk/om-danmarks-miljoeportal/) (Denmark's Environment Portal | 128.48M | [CC-0] |
|
344 |
+
| [ai-aktindsigt] | Multiple web scrapes from municipality websites collected as a part of the [AI-aktindsigt](https://ai-aktindsigt.dk) project | 139.23M | [Apache 2.0] |
|
345 |
+
| [opensubtitles] | Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) | 271.60M | [CC-0] |
|
346 |
+
| [hest] | Samples from the Danish debate forum www.heste-nettet.dk | 389.33M | [CC-0] |
|
347 |
+
| [retsinformationdk] | [retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) the official legal information system of Denmark | 516.54M | [Danish Copyright Law] |
|
348 |
+
| [cellar] | The official digital repository for European Union legal documents and open data | 1.28B | [CC-BY-SA 4.0] |
|
349 |
+
| **Total** | | 3.49B | |
|
|
|
|
|
|
|
|
|
350 |
|
351 |
[ai-aktindsigt]: data/ai-aktindsigt/ai-aktindsigt.md
|
352 |
[cellar]: data/cellar/cellar.md
|
353 |
[danske-taler]: data/danske-taler/danske-taler.md
|
|
|
|
|
|
|
|
|
354 |
[eur-lex-sum-da]: data/eur-lex-sum-da/eur-lex-sum-da.md
|
355 |
[miljoeportalen]: data/miljoeportalen/miljoeportalen.md
|
356 |
[fm-udgivelser]: data/fm-udgivelser/fm-udgivelser.md
|
|
|
378 |
[nordjyllandnews]: data/nordjyllandnews/nordjyllandnews.md
|
379 |
[relig]: data/relig/relig.md
|
380 |
[nota]: data/nota/nota.md
|
381 |
+
[ncc_newspaper]: data/ncc_newspaper/ncc_newspaper.md
|
382 |
|
383 |
|
384 |
[CC-0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en
|
385 |
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/deed.en
|
386 |
+
[CC-BY-SA 3.0]: https://creativecommons.org/licenses/by-sa/3.0/
|
387 |
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
388 |
[Danish Copyright Law]: ./data/retsinformationdk/retsinformationdk.md#license-information
|
389 |
+
[DanNet 1.0 License]: ./data/dannet/dannet.md#license-information
|
390 |
+
[Gutenberg License]: ./data/gutenberg/gutenberg.md#license-information
|
391 |
+
[NLOD 2.0]: https://data.norge.no/nlod/en/2.0
|
392 |
|
393 |
+
<!-- END-MAIN TABLE -->
|
394 |
|
|
|
395 |
|
396 |
+
You can learn more about each dataset by pressing the link.
|
397 |
|
398 |
+
<!-- ### Quality Control
|
399 |
|
400 |
+
Dynaword performs quality checks along with each PR. These quality checks includes:
|
401 |
+
- ensuring unique ids
|
402 |
+
TODO:
|
403 |
+
- checking for duplicates
|
404 |
+
-->
|
405 |
|
|
|
406 |
|
407 |
|
408 |
### Dataset Statistics
|
|
|
|
|
|
|
|
|
|
|
409 |
|
|
|
|
|
|
|
|
|
410 |
<!-- START-DATASET PLOTS -->
|
|
|
411 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
412 |
+
<img>
|
413 |
<!-- END-DATASET PLOTS -->
|
|
|
|
|
414 |
|
415 |
|
416 |
+
## Additional Information
|
417 |
|
418 |
### Contributing to the dataset
|
419 |
|
420 |
We welcome contributions to the dataset such as new sources, better data filtering and so on. To get started on contributing please see [the contribution guidelines](CONTRIBUTING.md)
|
421 |
|
422 |
+
### Citation Information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
|
424 |
+
This version expand upon existing dataset sources such as the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite the source of the dataset when using these datasets.
|
425 |
|
426 |
### Notice and takedown policy
|
427 |
We redistribute files shared with us under a license permitting such redistribution. If you have concerns about the licensing of these files, please [contact us](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/new). If you consider that the data contains material that infringe your copyright, please:
|
|
|
429 |
- Clearly reference the original work claimed to be infringed
|
430 |
- Clearly identify the material claimed to be infringing and information reasonably sufficient to allow us to locate the material.
|
431 |
You can contact us through this channel.
|
432 |
+
We will comply with legitimate requests by removing the affected sources from the next release of the corpus.
|
433 |
|
434 |
---
|
435 |
|
|
|
438 |
<img src="./docs/icon.png" width="30" style="margin-right: 10px;" />
|
439 |
</a>
|
440 |
A <a href=https://www.foundationmodels.dk>Danish Foundation Models</a> dataset
|
441 |
+
</h3>
|
data/adl/adl.md
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
---
|
2 |
-
pretty_name:
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Books
|
18 |
---
|
19 |
|
20 |
# Dataset Card for Archive for Danish Literature
|
@@ -22,19 +20,13 @@ domains:
|
|
22 |
## Dataset Description
|
23 |
|
24 |
<!-- START-SHORT DESCRIPTION -->
|
25 |
-
Danish literature from 1700-2023 from the
|
26 |
<!-- END-SHORT DESCRIPTION -->
|
27 |
|
28 |
-
|
29 |
-
It provides access to both the texts and introductory material on most of the authors. ADL is a resource for research, teaching, and broad dissemination of older Danish
|
30 |
-
literature. Currently, ADL contains works by 78 authors. The texts are reproduced from standard printed editions. All texts are searchable, and many can also be viewed as facsimiles (photographs of the original edition)
|
31 |
-
on the Danish Royal Library's [website](https://tekster.kb.dk/text?editorial=no&f%5Bsubcollection_ssi%5D%5B%5D=adl&match=one&search_field=Alt).
|
32 |
-
|
33 |
-
See also dataset [entry](https://sprogteknologi.dk/dataset/public-adl-text-sources) on sprogteknologi.dk and an [API](https://rawgit.com/Det-Kongelige-Bibliotek/access-digital-objects/master/form-demos/adl-form.html).
|
34 |
|
35 |
<!-- START-DESC-STATS -->
|
36 |
- **Language**: dan, dansk, Danish
|
37 |
-
- **Domains**: Books
|
38 |
- **Number of samples**: 498
|
39 |
- **Number of tokens (Llama 3)**: 58.49M
|
40 |
- **Average document length (characters)**: 324932.24
|
@@ -49,12 +41,16 @@ An example from the dataset looks as follows.
|
|
49 |
<!-- START-SAMPLE -->
|
50 |
```py
|
51 |
{
|
52 |
-
"id": "adl_aakjaer06val",
|
53 |
"text": "SAMLEDE VÆRKER\n\nJEPPE AAKJÆR GYLDENDALSKE BOGHANDEL - NORDISK FORLAG KJØBENHAVN OG\nKRISTIANIA 1919 0[...]",
|
54 |
"source": "adl",
|
|
|
55 |
"added": "2020-09-14",
|
56 |
"created": "1700-01-01, 2022-01-01",
|
57 |
-
"
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
```
|
60 |
|
@@ -62,12 +58,15 @@ An example from the dataset looks as follows.
|
|
62 |
|
63 |
An entry in the dataset consists of the following fields:
|
64 |
|
65 |
-
- `id` (`str`): An unique identifier for each document.
|
66 |
- `text`(`str`): The content of the document.
|
67 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
68 |
- `added` (`str`): An date for when the document was added to this collection.
|
69 |
- `created` (`str`): An date range for when the document was originally created.
|
70 |
-
- `
|
|
|
|
|
|
|
71 |
<!-- END-SAMPLE -->
|
72 |
|
73 |
|
@@ -75,9 +74,8 @@ An entry in the dataset consists of the following fields:
|
|
75 |
### Dataset Statistics
|
76 |
|
77 |
<!-- START-DATASET PLOTS -->
|
78 |
-
<p align="center">
|
79 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
80 |
-
|
81 |
<!-- END-DATASET PLOTS -->
|
82 |
|
83 |
|
|
|
1 |
---
|
2 |
+
pretty_name: Archive for Danish Literature
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
+
- 1-10k
|
9 |
task_categories:
|
10 |
+
- text-generation
|
11 |
+
- fill-mask
|
12 |
task_ids:
|
13 |
+
- language-modeling
|
14 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for Archive for Danish Literature
|
|
|
20 |
## Dataset Description
|
21 |
|
22 |
<!-- START-SHORT DESCRIPTION -->
|
23 |
+
Danish literature from 1700-2023 from the Archive for Danish Literature (ADL).
|
24 |
<!-- END-SHORT DESCRIPTION -->
|
25 |
|
26 |
+
See also dataset [entry](https://sprogteknologi.dk/dataset/public-adl-text-sources) on sprogteknologi.dk and their API [here](https://rawgit.com/Det-Kongelige-Bibliotek/access-digital-objects/master/form-demos/adl-form.html).
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
<!-- START-DESC-STATS -->
|
29 |
- **Language**: dan, dansk, Danish
|
|
|
30 |
- **Number of samples**: 498
|
31 |
- **Number of tokens (Llama 3)**: 58.49M
|
32 |
- **Average document length (characters)**: 324932.24
|
|
|
41 |
<!-- START-SAMPLE -->
|
42 |
```py
|
43 |
{
|
|
|
44 |
"text": "SAMLEDE VÆRKER\n\nJEPPE AAKJÆR GYLDENDALSKE BOGHANDEL - NORDISK FORLAG KJØBENHAVN OG\nKRISTIANIA 1919 0[...]",
|
45 |
"source": "adl",
|
46 |
+
"id": "adl_aakjaer06val",
|
47 |
"added": "2020-09-14",
|
48 |
"created": "1700-01-01, 2022-01-01",
|
49 |
+
"license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
|
50 |
+
"domain": "Wiki & Books",
|
51 |
+
"metadata": {
|
52 |
+
"source-pretty": "Archive for Danish Literature"
|
53 |
+
}
|
54 |
}
|
55 |
```
|
56 |
|
|
|
58 |
|
59 |
An entry in the dataset consists of the following fields:
|
60 |
|
|
|
61 |
- `text`(`str`): The content of the document.
|
62 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
63 |
+
- `id` (`str`): An unique identifier for each document.
|
64 |
- `added` (`str`): An date for when the document was added to this collection.
|
65 |
- `created` (`str`): An date range for when the document was originally created.
|
66 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
67 |
+
- `domain` (`str`): The domain of the source
|
68 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
69 |
+
- `metadata/*`: Potentially additional metadata
|
70 |
<!-- END-SAMPLE -->
|
71 |
|
72 |
|
|
|
74 |
### Dataset Statistics
|
75 |
|
76 |
<!-- START-DATASET PLOTS -->
|
|
|
77 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
78 |
+
<img>
|
79 |
<!-- END-DATASET PLOTS -->
|
80 |
|
81 |
|
data/adl/adl.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5af9444529d92c37f35161829c652f8b928f9f1dfb5836065f320d1e1d698818
|
3 |
+
size 106401744
|
data/adl/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 498,
|
3 |
-
"average_document_length": 324932.2429718876,
|
4 |
-
"number_of_tokens": 58493311,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 498, "average_document_length": 324932.2429718876, "number_of_tokens": 58493311, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/adl/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/ai-aktindsigt/ai-aktindsigt.md
CHANGED
@@ -1,18 +1,16 @@
|
|
1 |
---
|
2 |
pretty_name: AI Aktindsigt
|
3 |
language:
|
4 |
-
- da
|
5 |
license: apache-2.0
|
6 |
-
license_name: Apache 2.0
|
7 |
task_categories:
|
8 |
-
- text-generation
|
9 |
-
- fill-mask
|
10 |
task_ids:
|
11 |
-
- language-modeling
|
12 |
-
domains:
|
13 |
-
- Web
|
14 |
source_datasets:
|
15 |
-
- AI-aktindsigt/Skrabet_kommunale_hjemmesider
|
16 |
---
|
17 |
|
18 |
# Dataset Card for AI Aktindsigt
|
@@ -28,7 +26,6 @@ The dataset consists of multiple scrapes of municipal websites compiled in conne
|
|
28 |
|
29 |
<!-- START-DESC-STATS -->
|
30 |
- **Language**: dan, dansk, Danish
|
31 |
-
- **Domains**: Web
|
32 |
- **Number of samples**: 200.91K
|
33 |
- **Number of tokens (Llama 3)**: 139.23M
|
34 |
- **Average document length (characters)**: 2030.75
|
@@ -42,12 +39,16 @@ An example from the dataset looks as follows.
|
|
42 |
<!-- START-SAMPLE -->
|
43 |
```py
|
44 |
{
|
45 |
-
"id": "ai-aktindsigt_0",
|
46 |
"text": "Vallensbæk Stationstorv 100 2665 Vallensbæk Strand Telefon: +45 4797 4000",
|
47 |
"source": "ai-aktindsigt",
|
|
|
48 |
"added": "2025-03-24",
|
49 |
"created": "2010-01-01, 2024-03-18",
|
50 |
-
"
|
|
|
|
|
|
|
|
|
51 |
}
|
52 |
```
|
53 |
|
@@ -55,21 +56,23 @@ An example from the dataset looks as follows.
|
|
55 |
|
56 |
An entry in the dataset consists of the following fields:
|
57 |
|
58 |
-
- `id` (`str`): An unique identifier for each document.
|
59 |
- `text`(`str`): The content of the document.
|
60 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
61 |
- `added` (`str`): An date for when the document was added to this collection.
|
62 |
- `created` (`str`): An date range for when the document was originally created.
|
63 |
-
- `
|
|
|
|
|
|
|
64 |
<!-- END-SAMPLE -->
|
65 |
|
66 |
|
67 |
### Dataset Statistics
|
68 |
|
69 |
<!-- START-DATASET PLOTS -->
|
70 |
-
<p align="center">
|
71 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
72 |
-
|
73 |
<!-- END-DATASET PLOTS -->
|
74 |
|
75 |
|
@@ -84,4 +87,4 @@ This dataset is derived from [`AI-aktindsigt/Skrabet_kommunale_hjemmesider`](htt
|
|
84 |
|
85 |
### Citation Information
|
86 |
|
87 |
-
No citation is applicable for this work. We recommend citing the huggingface repository.
|
|
|
1 |
---
|
2 |
pretty_name: AI Aktindsigt
|
3 |
language:
|
4 |
+
- da
|
5 |
license: apache-2.0
|
6 |
+
license_name: Apache License 2.0
|
7 |
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
task_ids:
|
11 |
+
- language-modeling
|
|
|
|
|
12 |
source_datasets:
|
13 |
+
- AI-aktindsigt/Skrabet_kommunale_hjemmesider
|
14 |
---
|
15 |
|
16 |
# Dataset Card for AI Aktindsigt
|
|
|
26 |
|
27 |
<!-- START-DESC-STATS -->
|
28 |
- **Language**: dan, dansk, Danish
|
|
|
29 |
- **Number of samples**: 200.91K
|
30 |
- **Number of tokens (Llama 3)**: 139.23M
|
31 |
- **Average document length (characters)**: 2030.75
|
|
|
39 |
<!-- START-SAMPLE -->
|
40 |
```py
|
41 |
{
|
|
|
42 |
"text": "Vallensbæk Stationstorv 100 2665 Vallensbæk Strand Telefon: +45 4797 4000",
|
43 |
"source": "ai-aktindsigt",
|
44 |
+
"id": "ai-aktindsigt_0",
|
45 |
"added": "2025-03-24",
|
46 |
"created": "2010-01-01, 2024-03-18",
|
47 |
+
"license": "Apache-2.0",
|
48 |
+
"domain": "Web",
|
49 |
+
"metadata": {
|
50 |
+
"source-pretty": "AI Aktindsigt"
|
51 |
+
}
|
52 |
}
|
53 |
```
|
54 |
|
|
|
56 |
|
57 |
An entry in the dataset consists of the following fields:
|
58 |
|
|
|
59 |
- `text`(`str`): The content of the document.
|
60 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
61 |
+
- `id` (`str`): An unique identifier for each document.
|
62 |
- `added` (`str`): An date for when the document was added to this collection.
|
63 |
- `created` (`str`): An date range for when the document was originally created.
|
64 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
65 |
+
- `domain` (`str`): The domain of the source
|
66 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
67 |
+
- `metadata/*`: Potentially additional metadata
|
68 |
<!-- END-SAMPLE -->
|
69 |
|
70 |
|
71 |
### Dataset Statistics
|
72 |
|
73 |
<!-- START-DATASET PLOTS -->
|
|
|
74 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
75 |
+
<img>
|
76 |
<!-- END-DATASET PLOTS -->
|
77 |
|
78 |
|
|
|
87 |
|
88 |
### Citation Information
|
89 |
|
90 |
+
No citation is applicable for this work. We recommend citing the huggingface repository.
|
data/ai-aktindsigt/ai-aktindsigt.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b395bdf2fe3c9f7beb8b7073a1aea72952237e2a63965302ebd199ca46af632a
|
3 |
+
size 213799195
|
data/ai-aktindsigt/descriptive_stats.json
CHANGED
@@ -2,5 +2,6 @@
|
|
2 |
"number_of_samples": 200914,
|
3 |
"average_document_length": 2030.7490916511542,
|
4 |
"number_of_tokens": 139234696,
|
5 |
-
"
|
|
|
6 |
}
|
|
|
2 |
"number_of_samples": 200914,
|
3 |
"average_document_length": 2030.7490916511542,
|
4 |
"number_of_tokens": 139234696,
|
5 |
+
"language": "dan, dansk, Danish",
|
6 |
+
"revision": "62e1cea23e4c6154d47ca4d78d731478623a99b9"
|
7 |
}
|
data/ai-aktindsigt/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/botxt/botxt.md
CHANGED
@@ -1,21 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: Bornholmsk
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
-
domains:
|
15 |
-
- Dialect
|
16 |
-
- Web
|
17 |
source_datasets:
|
18 |
-
- danish-foundation-models/danish-gigaword
|
19 |
---
|
20 |
|
21 |
# Dataset Card for Bornholmsk
|
@@ -31,7 +28,6 @@ Fictional texts of various kinds written in Bornholmsk, the dialect spoken on th
|
|
31 |
|
32 |
<!-- START-DESC-STATS -->
|
33 |
- **Language**: dan, dansk, Danish
|
34 |
-
- **Domains**: Dialect, Web
|
35 |
- **Number of samples**: 106
|
36 |
- **Number of tokens (Llama 3)**: 847.97K
|
37 |
- **Average document length (characters)**: 18972.42
|
@@ -46,12 +42,16 @@ An example from the dataset looks as follows.
|
|
46 |
<!-- START-SAMPLE -->
|
47 |
```py
|
48 |
{
|
49 |
-
"id": "botxt_0000040",
|
50 |
"text": "Ræua-Lârs\n\nRæua-Lârs å hans Konna, Stina, bode uda i Torpabakkana. Hanj hed nok æjla Lârs\nNielsen, m[...]",
|
51 |
"source": "botxt",
|
|
|
52 |
"added": "2024-05-16",
|
53 |
"created": "2000-01-01, 2022-01-01",
|
54 |
-
"
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
```
|
57 |
|
@@ -59,20 +59,22 @@ An example from the dataset looks as follows.
|
|
59 |
|
60 |
An entry in the dataset consists of the following fields:
|
61 |
|
62 |
-
- `id` (`str`): An unique identifier for each document.
|
63 |
- `text`(`str`): The content of the document.
|
64 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
65 |
- `added` (`str`): An date for when the document was added to this collection.
|
66 |
- `created` (`str`): An date range for when the document was originally created.
|
67 |
-
- `
|
|
|
|
|
|
|
68 |
<!-- END-SAMPLE -->
|
69 |
|
70 |
### Dataset Statistics
|
71 |
|
72 |
<!-- START-DATASET PLOTS -->
|
73 |
-
<p align="center">
|
74 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
75 |
-
|
76 |
<!-- END-DATASET PLOTS -->
|
77 |
|
78 |
|
|
|
1 |
---
|
2 |
pretty_name: Bornholmsk
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
+
- 1-10k
|
9 |
task_categories:
|
10 |
+
- text-generation
|
11 |
+
- fill-mask
|
12 |
task_ids:
|
13 |
+
- language-modeling
|
|
|
|
|
|
|
14 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
16 |
---
|
17 |
|
18 |
# Dataset Card for Bornholmsk
|
|
|
28 |
|
29 |
<!-- START-DESC-STATS -->
|
30 |
- **Language**: dan, dansk, Danish
|
|
|
31 |
- **Number of samples**: 106
|
32 |
- **Number of tokens (Llama 3)**: 847.97K
|
33 |
- **Average document length (characters)**: 18972.42
|
|
|
42 |
<!-- START-SAMPLE -->
|
43 |
```py
|
44 |
{
|
|
|
45 |
"text": "Ræua-Lârs\n\nRæua-Lârs å hans Konna, Stina, bode uda i Torpabakkana. Hanj hed nok æjla Lârs\nNielsen, m[...]",
|
46 |
"source": "botxt",
|
47 |
+
"id": "botxt_0000040",
|
48 |
"added": "2024-05-16",
|
49 |
"created": "2000-01-01, 2022-01-01",
|
50 |
+
"license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
|
51 |
+
"domain": "Other",
|
52 |
+
"metadata": {
|
53 |
+
"source-pretty": "Bornholmsk (Danish dialect)"
|
54 |
+
}
|
55 |
}
|
56 |
```
|
57 |
|
|
|
59 |
|
60 |
An entry in the dataset consists of the following fields:
|
61 |
|
|
|
62 |
- `text`(`str`): The content of the document.
|
63 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
64 |
+
- `id` (`str`): An unique identifier for each document.
|
65 |
- `added` (`str`): An date for when the document was added to this collection.
|
66 |
- `created` (`str`): An date range for when the document was originally created.
|
67 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
68 |
+
- `domain` (`str`): The domain of the source
|
69 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
70 |
+
- `metadata/*`: Potentially additional metadata
|
71 |
<!-- END-SAMPLE -->
|
72 |
|
73 |
### Dataset Statistics
|
74 |
|
75 |
<!-- START-DATASET PLOTS -->
|
|
|
76 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
77 |
+
<img>
|
78 |
<!-- END-DATASET PLOTS -->
|
79 |
|
80 |
|
data/botxt/botxt.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec89c1dd57f1987dc6fe059a33a1d16b41b8c87439673a381f9671497f65b017
|
3 |
+
size 1344033
|
data/botxt/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 106,
|
3 |
-
"average_document_length": 18972.415094339623,
|
4 |
-
"number_of_tokens": 847973,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 106, "average_document_length": 18972.415094339623, "number_of_tokens": 847973, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/botxt/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/cellar/cellar.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
pretty_name: Cellar
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
-
- text-generation
|
9 |
-
- fill-mask
|
10 |
task_ids:
|
11 |
-
- language-modeling
|
12 |
-
domains:
|
13 |
-
- Legal
|
14 |
---
|
15 |
|
16 |
# Dataset Card for Finansministeriets Udgivelser
|
@@ -26,10 +24,9 @@ The EU Dataset Cellar serves as the central access point for all official EU pub
|
|
26 |
|
27 |
<!-- START-DESC-STATS -->
|
28 |
- **Language**: dan, dansk, Danish
|
29 |
-
- **
|
30 |
-
- **Number of
|
31 |
-
- **
|
32 |
-
- **Average document length (characters)**: 60987.84
|
33 |
<!-- END-DESC-STATS -->
|
34 |
|
35 |
|
@@ -40,12 +37,16 @@ An example from the dataset looks as follows.
|
|
40 |
<!-- START-SAMPLE -->
|
41 |
```py
|
42 |
{
|
43 |
-
"id": "cellar_0",
|
44 |
"text": "\n\n\n\n© Европейски съюз, 2017 г.\n\nВъзпроизвеждането е разрешено при позоваване на оригинала.\n\n© Unión [...]",
|
45 |
"source": "cellar",
|
|
|
46 |
"added": "2025-03-25",
|
47 |
"created": "2024-01-01, 2026-01-01",
|
48 |
-
"
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
```
|
51 |
|
@@ -53,21 +54,23 @@ An example from the dataset looks as follows.
|
|
53 |
|
54 |
An entry in the dataset consists of the following fields:
|
55 |
|
56 |
-
- `id` (`str`): An unique identifier for each document.
|
57 |
- `text`(`str`): The content of the document.
|
58 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
59 |
- `added` (`str`): An date for when the document was added to this collection.
|
60 |
- `created` (`str`): An date range for when the document was originally created.
|
61 |
-
- `
|
|
|
|
|
|
|
62 |
<!-- END-SAMPLE -->
|
63 |
|
64 |
|
65 |
### Dataset Statistics
|
66 |
|
67 |
<!-- START-DATASET PLOTS -->
|
68 |
-
<p align="center">
|
69 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
70 |
-
|
71 |
<!-- END-DATASET PLOTS -->
|
72 |
|
73 |
|
@@ -76,4 +79,4 @@ An entry in the dataset consists of the following fields:
|
|
76 |
|
77 |
### Citation Information
|
78 |
|
79 |
-
No citation is applicable for this work.
|
|
|
1 |
---
|
2 |
pretty_name: Cellar
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
task_ids:
|
11 |
+
- language-modeling
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset Card for Finansministeriets Udgivelser
|
|
|
24 |
|
25 |
<!-- START-DESC-STATS -->
|
26 |
- **Language**: dan, dansk, Danish
|
27 |
+
- **Number of samples**: 65.74K
|
28 |
+
- **Number of tokens (Llama 3)**: 1.28B
|
29 |
+
- **Average document length (characters)**: 64221.30
|
|
|
30 |
<!-- END-DESC-STATS -->
|
31 |
|
32 |
|
|
|
37 |
<!-- START-SAMPLE -->
|
38 |
```py
|
39 |
{
|
|
|
40 |
"text": "\n\n\n\n© Европейски съюз, 2017 г.\n\nВъзпроизвеждането е разрешено при позоваване на оригинала.\n\n© Unión [...]",
|
41 |
"source": "cellar",
|
42 |
+
"id": "cellar_0",
|
43 |
"added": "2025-03-25",
|
44 |
"created": "2024-01-01, 2026-01-01",
|
45 |
+
"license": "cc-by-sa-4.0",
|
46 |
+
"domain": "Legal",
|
47 |
+
"metadata": {
|
48 |
+
"source-pretty": "Cellar"
|
49 |
+
}
|
50 |
}
|
51 |
```
|
52 |
|
|
|
54 |
|
55 |
An entry in the dataset consists of the following fields:
|
56 |
|
|
|
57 |
- `text`(`str`): The content of the document.
|
58 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
59 |
+
- `id` (`str`): An unique identifier for each document.
|
60 |
- `added` (`str`): An date for when the document was added to this collection.
|
61 |
- `created` (`str`): An date range for when the document was originally created.
|
62 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
63 |
+
- `domain` (`str`): The domain of the source
|
64 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
65 |
+
- `metadata/*`: Potentially additional metadata
|
66 |
<!-- END-SAMPLE -->
|
67 |
|
68 |
|
69 |
### Dataset Statistics
|
70 |
|
71 |
<!-- START-DATASET PLOTS -->
|
|
|
72 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
73 |
+
<img>
|
74 |
<!-- END-DATASET PLOTS -->
|
75 |
|
76 |
|
|
|
79 |
|
80 |
### Citation Information
|
81 |
|
82 |
+
No citation is applicable for this work.
|
data/cellar/cellar.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90fb4cadd0d6ab84c7e1c6e9029210e0bfadaa1d9a503240067d4069d38b9bcd
|
3 |
+
size 1433372916
|
data/cellar/descriptive_stats.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
-
"number_of_samples":
|
3 |
-
"average_document_length":
|
4 |
-
"number_of_tokens":
|
5 |
-
"
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"number_of_samples": 65736,
|
3 |
+
"average_document_length": 64221.30202628697,
|
4 |
+
"number_of_tokens": 1280909738,
|
5 |
+
"language": "dan, dansk, Danish",
|
6 |
+
"revision": "62e1cea23e4c6154d47ca4d78d731478623a99b9"
|
7 |
}
|
data/cellar/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/dannet/dannet.md
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: DanNet
|
3 |
language:
|
4 |
-
- da
|
5 |
license: other
|
6 |
-
license_name: DanNet 1.0
|
7 |
size_categories:
|
8 |
-
- 10k-100k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Other
|
18 |
---
|
19 |
|
20 |
# Dataset Card for DanNet
|
@@ -32,10 +30,9 @@ A WordNet is a lexico-semantic network which show the meaning and the relation b
|
|
32 |
|
33 |
<!-- START-DESC-STATS -->
|
34 |
- **Language**: dan, dansk, Danish
|
35 |
-
- **
|
36 |
-
- **Number of
|
37 |
-
- **
|
38 |
-
- **Average document length (characters)**: 90.88
|
39 |
<!-- END-DESC-STATS -->
|
40 |
|
41 |
|
@@ -47,12 +44,16 @@ An example from the dataset looks as follows.
|
|
47 |
<!-- START-SAMPLE -->
|
48 |
```py
|
49 |
{
|
50 |
-
"id": "dannet_46506",
|
51 |
"text": "Når fodboldholdet fra 1. division i Ikast spiller hjemmekampe, lyder råbet ud over Ikast Stadion: We[...]",
|
52 |
"source": "dannet",
|
|
|
53 |
"added": "2020-09-24",
|
54 |
"created": "2000-01-01, 2022-01-01",
|
55 |
-
"
|
|
|
|
|
|
|
|
|
56 |
}
|
57 |
```
|
58 |
|
@@ -60,21 +61,23 @@ An example from the dataset looks as follows.
|
|
60 |
|
61 |
An entry in the dataset consists of the following fields:
|
62 |
|
63 |
-
- `id` (`str`): An unique identifier for each document.
|
64 |
- `text`(`str`): The content of the document.
|
65 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
66 |
- `added` (`str`): An date for when the document was added to this collection.
|
67 |
- `created` (`str`): An date range for when the document was originally created.
|
68 |
-
- `
|
|
|
|
|
|
|
69 |
<!-- END-SAMPLE -->
|
70 |
|
71 |
|
72 |
### Dataset Statistics
|
73 |
|
74 |
<!-- START-DATASET PLOTS -->
|
75 |
-
<p align="center">
|
76 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
77 |
-
|
78 |
<!-- END-DATASET PLOTS -->
|
79 |
|
80 |
|
@@ -129,14 +132,6 @@ DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish
|
|
129 |
|
130 |
## Additional Information
|
131 |
|
132 |
-
<!-- TODO:
|
133 |
-
Add issue on:
|
134 |
-
|
135 |
-
Potential improvements for dannet
|
136 |
-
|
137 |
-
I imagine that there is a lot of information in DanNet
|
138 |
-
that could be used to create training datasets for LLMs (more than what is already present)
|
139 |
-
-->
|
140 |
|
141 |
### Citation Information
|
142 |
|
|
|
1 |
---
|
2 |
pretty_name: DanNet
|
3 |
language:
|
4 |
+
- da
|
5 |
license: other
|
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 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for DanNet
|
|
|
30 |
|
31 |
<!-- START-DESC-STATS -->
|
32 |
- **Language**: dan, dansk, Danish
|
33 |
+
- **Number of samples**: 49.04K
|
34 |
+
- **Number of tokens (Llama 3)**: 1.52M
|
35 |
+
- **Average document length (characters)**: 90.80
|
|
|
36 |
<!-- END-DESC-STATS -->
|
37 |
|
38 |
|
|
|
44 |
<!-- START-SAMPLE -->
|
45 |
```py
|
46 |
{
|
|
|
47 |
"text": "Når fodboldholdet fra 1. division i Ikast spiller hjemmekampe, lyder råbet ud over Ikast Stadion: We[...]",
|
48 |
"source": "dannet",
|
49 |
+
"id": "dannet_46506",
|
50 |
"added": "2020-09-24",
|
51 |
"created": "2000-01-01, 2022-01-01",
|
52 |
+
"license": "Commercial Use of DanNet\n\nDanNet may be used in commercial applications in accordance with the follo[...]",
|
53 |
+
"domain": "dannet",
|
54 |
+
"metadata": {
|
55 |
+
"source-pretty": "DanNet (Danish WordNet)"
|
56 |
+
}
|
57 |
}
|
58 |
```
|
59 |
|
|
|
61 |
|
62 |
An entry in the dataset consists of the following fields:
|
63 |
|
|
|
64 |
- `text`(`str`): The content of the document.
|
65 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
66 |
+
- `id` (`str`): An unique identifier for each document.
|
67 |
- `added` (`str`): An date for when the document was added to this collection.
|
68 |
- `created` (`str`): An date range for when the document was originally created.
|
69 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
70 |
+
- `domain` (`str`): The domain of the source
|
71 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
72 |
+
- `metadata/*`: Potentially additional metadata
|
73 |
<!-- END-SAMPLE -->
|
74 |
|
75 |
|
76 |
### Dataset Statistics
|
77 |
|
78 |
<!-- START-DATASET PLOTS -->
|
|
|
79 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
80 |
+
<img>
|
81 |
<!-- END-DATASET PLOTS -->
|
82 |
|
83 |
|
|
|
132 |
|
133 |
## Additional Information
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
### Citation Information
|
137 |
|
data/dannet/dannet.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9006617e35f568e7b7e4dacc87c4a490cf0a9170bd4e91488de77e00d3fb38c
|
3 |
+
size 4487008
|
data/dannet/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 47603,
|
3 |
-
"average_document_length": 90.87914627229377,
|
4 |
-
"number_of_tokens": 1479471,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 49040, "average_document_length": 90.80340538336053, "number_of_tokens": 1523416, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/dannet/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/danske-taler/create.py
CHANGED
@@ -97,16 +97,12 @@ def fetch_license_div(
|
|
97 |
retries += 1
|
98 |
|
99 |
if retries > max_retries:
|
100 |
-
logger.info(
|
101 |
-
f"Failed to fetch license after {max_retries} attempts: {str(e)}"
|
102 |
-
)
|
103 |
return None
|
104 |
|
105 |
# Calculate backoff time using exponential backoff
|
106 |
wait_time = backoff_factor * (2 ** (retries - 1))
|
107 |
-
logger.info(
|
108 |
-
f"Attempt {retries} failed. Retrying in {wait_time:.2f} seconds..."
|
109 |
-
)
|
110 |
time.sleep(wait_time)
|
111 |
|
112 |
return None
|
|
|
97 |
retries += 1
|
98 |
|
99 |
if retries > max_retries:
|
100 |
+
logger.info(f"Failed to fetch license after {max_retries} attempts: {str(e)}")
|
|
|
|
|
101 |
return None
|
102 |
|
103 |
# Calculate backoff time using exponential backoff
|
104 |
wait_time = backoff_factor * (2 ** (retries - 1))
|
105 |
+
logger.info(f"Attempt {retries} failed. Retrying in {wait_time:.2f} seconds...")
|
|
|
|
|
106 |
time.sleep(wait_time)
|
107 |
|
108 |
return None
|
data/danske-taler/danske-taler.md
CHANGED
@@ -1,24 +1,20 @@
|
|
1 |
---
|
2 |
pretty_name: Danske Taler
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
task_categories:
|
8 |
-
- text-generation
|
9 |
-
- fill-mask
|
10 |
task_ids:
|
11 |
-
- language-modeling
|
12 |
-
domains:
|
13 |
-
- Conversation
|
14 |
-
- Speeches
|
15 |
-
- Spoken
|
16 |
---
|
17 |
|
18 |
-
# Dataset Card for
|
19 |
|
20 |
<!-- START-SHORT DESCRIPTION -->
|
21 |
-
Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk)
|
22 |
<!-- END-SHORT DESCRIPTION -->
|
23 |
|
24 |
|
@@ -36,10 +32,9 @@ Learn more about danske taler by reading their [about us](https://www.dansketale
|
|
36 |
|
37 |
<!-- START-DESC-STATS -->
|
38 |
- **Language**: dan, dansk, Danish
|
39 |
-
- **Domains**: Conversation, Speeches, Spoken
|
40 |
- **Number of samples**: 2.66K
|
41 |
- **Number of tokens (Llama 3)**: 8.23M
|
42 |
-
- **Average document length (characters)**: 9446.
|
43 |
<!-- END-DESC-STATS -->
|
44 |
|
45 |
|
@@ -50,12 +45,18 @@ An example from the dataset looks as follows.
|
|
50 |
<!-- START-SAMPLE -->
|
51 |
```py
|
52 |
{
|
53 |
-
"id": "danske-taler_278",
|
54 |
"text": "Den 1. august i år var der forløbet 25 år siden den sidste verdenskrigs udbrud. En måned senere - de[...]",
|
55 |
"source": "danske-taler",
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
```
|
61 |
|
@@ -63,21 +64,23 @@ An example from the dataset looks as follows.
|
|
63 |
|
64 |
An entry in the dataset consists of the following fields:
|
65 |
|
66 |
-
- `id` (`str`): An unique identifier for each document.
|
67 |
- `text`(`str`): The content of the document.
|
68 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
69 |
- `added` (`str`): An date for when the document was added to this collection.
|
70 |
- `created` (`str`): An date range for when the document was originally created.
|
71 |
-
- `
|
|
|
|
|
|
|
72 |
<!-- END-SAMPLE -->
|
73 |
|
74 |
|
75 |
### Dataset Statistics
|
76 |
|
77 |
<!-- START-DATASET PLOTS -->
|
78 |
-
<p align="center">
|
79 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
80 |
-
|
81 |
<!-- END-DATASET PLOTS -->
|
82 |
|
83 |
|
@@ -132,4 +135,4 @@ For specific filtering criteria see the `create.py` script.
|
|
132 |
|
133 |
### Citation Information
|
134 |
|
135 |
-
No citation is applicable for this work. We recommend citing the huggingface repository.
|
|
|
1 |
---
|
2 |
pretty_name: Danske Taler
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
task_ids:
|
11 |
+
- language-modeling
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
+
# Dataset Card for Nordjylland News
|
15 |
|
16 |
<!-- START-SHORT DESCRIPTION -->
|
17 |
+
Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk)
|
18 |
<!-- END-SHORT DESCRIPTION -->
|
19 |
|
20 |
|
|
|
32 |
|
33 |
<!-- START-DESC-STATS -->
|
34 |
- **Language**: dan, dansk, Danish
|
|
|
35 |
- **Number of samples**: 2.66K
|
36 |
- **Number of tokens (Llama 3)**: 8.23M
|
37 |
+
- **Average document length (characters)**: 9446.88
|
38 |
<!-- END-DESC-STATS -->
|
39 |
|
40 |
|
|
|
45 |
<!-- START-SAMPLE -->
|
46 |
```py
|
47 |
{
|
|
|
48 |
"text": "Den 1. august i år var der forløbet 25 år siden den sidste verdenskrigs udbrud. En måned senere - de[...]",
|
49 |
"source": "danske-taler",
|
50 |
+
"id": "danske-taler_278",
|
51 |
+
"added": "2025-03-28",
|
52 |
+
"created": "1939-09-20T00:00:00Z, 1939-09-20T23:59:59Z",
|
53 |
+
"license": "cc0",
|
54 |
+
"license_information": "Materialet er fri af ophavsret",
|
55 |
+
"domain": "Spoken",
|
56 |
+
"metadata": {
|
57 |
+
"source-pretty": "Danske Taler"
|
58 |
+
},
|
59 |
+
"__index_level_0__": 20
|
60 |
}
|
61 |
```
|
62 |
|
|
|
64 |
|
65 |
An entry in the dataset consists of the following fields:
|
66 |
|
|
|
67 |
- `text`(`str`): The content of the document.
|
68 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
69 |
+
- `id` (`str`): An unique identifier for each document.
|
70 |
- `added` (`str`): An date for when the document was added to this collection.
|
71 |
- `created` (`str`): An date range for when the document was originally created.
|
72 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
73 |
+
- `domain` (`str`): The domain of the source
|
74 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
75 |
+
- `metadata/*`: Potentially additional metadata
|
76 |
<!-- END-SAMPLE -->
|
77 |
|
78 |
|
79 |
### Dataset Statistics
|
80 |
|
81 |
<!-- START-DATASET PLOTS -->
|
|
|
82 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
83 |
+
<img>
|
84 |
<!-- END-DATASET PLOTS -->
|
85 |
|
86 |
|
|
|
135 |
|
136 |
### Citation Information
|
137 |
|
138 |
+
No citation is applicable for this work. We recommend citing the huggingface repository.
|
data/danske-taler/danske-taler.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:541b5692b2f9cd0a35eb179f2b1ec6786f819ac9f16c9d3c67f5265fc458cbdc
|
3 |
+
size 15090122
|
data/danske-taler/descriptive_stats.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
-
"number_of_samples":
|
3 |
-
"average_document_length": 9446.
|
4 |
-
"number_of_tokens":
|
5 |
-
"
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"number_of_samples": 2657,
|
3 |
+
"average_document_length": 9446.875799774181,
|
4 |
+
"number_of_tokens": 8225350,
|
5 |
+
"language": "dan, dansk, Danish",
|
6 |
+
"revision": "62e1cea23e4c6154d47ca4d78d731478623a99b9"
|
7 |
}
|
data/danske-taler/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/depbank/depbank.md
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: Danish Dependency Treebank
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Other
|
18 |
---
|
19 |
|
20 |
# Dataset Card for Danish Dependency Treebank
|
@@ -33,7 +31,6 @@ While the dataset was initially intended as a rich annotation, this corpora only
|
|
33 |
|
34 |
<!-- START-DESC-STATS -->
|
35 |
- **Language**: dan, dansk, Danish
|
36 |
-
- **Domains**: Other
|
37 |
- **Number of samples**: 536
|
38 |
- **Number of tokens (Llama 3)**: 185.45K
|
39 |
- **Average document length (characters)**: 1018.90
|
@@ -48,12 +45,16 @@ An example from the dataset looks as follows.
|
|
48 |
<!-- START-SAMPLE -->
|
49 |
```py
|
50 |
{
|
51 |
-
"id": "depbank_0375",
|
52 |
"text": "\nH.L. Hansen var en usædvanmlig og frodig personlighed. Han skabte \nglæde og munterhed omkring sig o[...]",
|
53 |
"source": "depbank",
|
|
|
54 |
"added": "2024-05-16",
|
55 |
"created": "2000-01-01, 2022-01-01",
|
56 |
-
"
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
```
|
59 |
|
@@ -61,44 +62,29 @@ An example from the dataset looks as follows.
|
|
61 |
|
62 |
An entry in the dataset consists of the following fields:
|
63 |
|
64 |
-
- `id` (`str`): An unique identifier for each document.
|
65 |
- `text`(`str`): The content of the document.
|
66 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
67 |
- `added` (`str`): An date for when the document was added to this collection.
|
68 |
- `created` (`str`): An date range for when the document was originally created.
|
69 |
-
- `
|
|
|
|
|
|
|
70 |
<!-- END-SAMPLE -->
|
71 |
|
72 |
|
73 |
### Dataset Statistics
|
74 |
|
75 |
<!-- START-DATASET PLOTS -->
|
76 |
-
<p align="center">
|
77 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
78 |
-
|
79 |
<!-- END-DATASET PLOTS -->
|
80 |
|
81 |
|
82 |
|
83 |
## Additional Information
|
84 |
|
85 |
-
<!-- TODO:
|
86 |
-
Add issue on:
|
87 |
-
|
88 |
-
Potential improvements for depbank:
|
89 |
-
1) Pull directly from depbank
|
90 |
-
2) Compute texts into documents (seems like that is already done)
|
91 |
-
3) Add synthetic data instruction dataset
|
92 |
-
- NER: What are the following names in this sentence
|
93 |
-
- json output, html annotation, list at the end
|
94 |
-
- POS:
|
95 |
-
- Extract all POS-tags from the following sentence
|
96 |
-
- Find all NOUNS in the following text
|
97 |
-
- What POS tag does the ..
|
98 |
-
- Tokenization:
|
99 |
-
- split the following text into tokens
|
100 |
-
- ...
|
101 |
-
-->
|
102 |
|
103 |
### Citation Information
|
104 |
|
|
|
1 |
---
|
2 |
pretty_name: Danish Dependency Treebank
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
size_categories:
|
8 |
+
- 1-10k
|
9 |
task_categories:
|
10 |
+
- text-generation
|
11 |
+
- fill-mask
|
12 |
task_ids:
|
13 |
+
- language-modeling
|
14 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for Danish Dependency Treebank
|
|
|
31 |
|
32 |
<!-- START-DESC-STATS -->
|
33 |
- **Language**: dan, dansk, Danish
|
|
|
34 |
- **Number of samples**: 536
|
35 |
- **Number of tokens (Llama 3)**: 185.45K
|
36 |
- **Average document length (characters)**: 1018.90
|
|
|
45 |
<!-- START-SAMPLE -->
|
46 |
```py
|
47 |
{
|
|
|
48 |
"text": "\nH.L. Hansen var en usædvanmlig og frodig personlighed. Han skabte \nglæde og munterhed omkring sig o[...]",
|
49 |
"source": "depbank",
|
50 |
+
"id": "depbank_0375",
|
51 |
"added": "2024-05-16",
|
52 |
"created": "2000-01-01, 2022-01-01",
|
53 |
+
"license": "Attribution-ShareAlike 4.0 International",
|
54 |
+
"domain": "Other",
|
55 |
+
"metadata": {
|
56 |
+
"source-pretty": "Danish Dependency Treebank"
|
57 |
+
}
|
58 |
}
|
59 |
```
|
60 |
|
|
|
62 |
|
63 |
An entry in the dataset consists of the following fields:
|
64 |
|
|
|
65 |
- `text`(`str`): The content of the document.
|
66 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
67 |
+
- `id` (`str`): An unique identifier for each document.
|
68 |
- `added` (`str`): An date for when the document was added to this collection.
|
69 |
- `created` (`str`): An date range for when the document was originally created.
|
70 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
71 |
+
- `domain` (`str`): The domain of the source
|
72 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
73 |
+
- `metadata/*`: Potentially additional metadata
|
74 |
<!-- END-SAMPLE -->
|
75 |
|
76 |
|
77 |
### Dataset Statistics
|
78 |
|
79 |
<!-- START-DATASET PLOTS -->
|
|
|
80 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
81 |
+
<img>
|
82 |
<!-- END-DATASET PLOTS -->
|
83 |
|
84 |
|
85 |
|
86 |
## Additional Information
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
### Citation Information
|
90 |
|
data/depbank/depbank.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d4172e2ab4d7256ca5b76ad45b4d7326616e6679642056fdef20c5e3a8b1c62
|
3 |
+
size 392216
|
data/depbank/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 536,
|
3 |
-
"average_document_length": 1018.8992537313433,
|
4 |
-
"number_of_tokens": 185454,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 536, "average_document_length": 1018.8992537313433, "number_of_tokens": 185454, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/depbank/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/ep/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 3930,
|
3 |
-
"average_document_length": 79360.11628498728,
|
4 |
-
"number_of_tokens": 100841366,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 4213, "average_document_length": 74063.40469973891, "number_of_tokens": 100888932, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/ep/ep.md
CHANGED
@@ -1,21 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: European Parliament
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Conversation
|
18 |
-
- Spoken
|
19 |
---
|
20 |
|
21 |
# Dataset Card for European Parliament
|
@@ -33,10 +30,9 @@ The europarl is a corpus of parallel text in 11 languages from the proceedings o
|
|
33 |
|
34 |
<!-- START-DESC-STATS -->
|
35 |
- **Language**: dan, dansk, Danish
|
36 |
-
- **
|
37 |
-
- **Number of
|
38 |
-
- **
|
39 |
-
- **Average document length (characters)**: 79360.12
|
40 |
<!-- END-DESC-STATS -->
|
41 |
|
42 |
|
@@ -48,12 +44,16 @@ An example from the dataset looks as follows.
|
|
48 |
<!-- START-SAMPLE -->
|
49 |
```py
|
50 |
{
|
51 |
-
"id": "ep_07-02-01-008",
|
52 |
"text": "TALER 6703: Jeg har stemt for henstillingen om godkendelse af opdelingsanordninger til beskyttelse a[...]",
|
53 |
"source": "ep",
|
|
|
54 |
"added": "2019-11-20",
|
55 |
"created": "2004-01-01, 2009-01-01",
|
56 |
-
"
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
```
|
59 |
|
@@ -61,20 +61,22 @@ An example from the dataset looks as follows.
|
|
61 |
|
62 |
An entry in the dataset consists of the following fields:
|
63 |
|
64 |
-
- `id` (`str`): An unique identifier for each document.
|
65 |
- `text`(`str`): The content of the document.
|
66 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
67 |
- `added` (`str`): An date for when the document was added to this collection.
|
68 |
- `created` (`str`): An date range for when the document was originally created.
|
69 |
-
- `
|
|
|
|
|
|
|
70 |
<!-- END-SAMPLE -->
|
71 |
|
72 |
### Dataset Statistics
|
73 |
|
74 |
<!-- START-DATASET PLOTS -->
|
75 |
-
<p align="center">
|
76 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
77 |
-
|
78 |
<!-- END-DATASET PLOTS -->
|
79 |
|
80 |
|
|
|
1 |
---
|
2 |
pretty_name: European Parliament
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
+
- 1-10k
|
9 |
task_categories:
|
10 |
+
- text-generation
|
11 |
+
- fill-mask
|
12 |
task_ids:
|
13 |
+
- language-modeling
|
14 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for European Parliament
|
|
|
30 |
|
31 |
<!-- START-DESC-STATS -->
|
32 |
- **Language**: dan, dansk, Danish
|
33 |
+
- **Number of samples**: 4.21K
|
34 |
+
- **Number of tokens (Llama 3)**: 100.89M
|
35 |
+
- **Average document length (characters)**: 74063.40
|
|
|
36 |
<!-- END-DESC-STATS -->
|
37 |
|
38 |
|
|
|
44 |
<!-- START-SAMPLE -->
|
45 |
```py
|
46 |
{
|
|
|
47 |
"text": "TALER 6703: Jeg har stemt for henstillingen om godkendelse af opdelingsanordninger til beskyttelse a[...]",
|
48 |
"source": "ep",
|
49 |
+
"id": "ep_07-02-01-008",
|
50 |
"added": "2019-11-20",
|
51 |
"created": "2004-01-01, 2009-01-01",
|
52 |
+
"license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
|
53 |
+
"domain": "Conversation",
|
54 |
+
"metadata": {
|
55 |
+
"source-pretty": "European Parliament"
|
56 |
+
}
|
57 |
}
|
58 |
```
|
59 |
|
|
|
61 |
|
62 |
An entry in the dataset consists of the following fields:
|
63 |
|
|
|
64 |
- `text`(`str`): The content of the document.
|
65 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
66 |
+
- `id` (`str`): An unique identifier for each document.
|
67 |
- `added` (`str`): An date for when the document was added to this collection.
|
68 |
- `created` (`str`): An date range for when the document was originally created.
|
69 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
70 |
+
- `domain` (`str`): The domain of the source
|
71 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
72 |
+
- `metadata/*`: Potentially additional metadata
|
73 |
<!-- END-SAMPLE -->
|
74 |
|
75 |
### Dataset Statistics
|
76 |
|
77 |
<!-- START-DATASET PLOTS -->
|
|
|
78 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
79 |
+
<img>
|
80 |
<!-- END-DATASET PLOTS -->
|
81 |
|
82 |
|
data/ep/ep.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f76e86335bd765b3ff3cf5ccdfe8f220e39349a0344fdf2b9918adbdd96aedeb
|
3 |
+
size 170796385
|
data/ep/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/eur-lex-sum-da/descriptive_stats.json
CHANGED
@@ -2,5 +2,6 @@
|
|
2 |
"number_of_samples": 1002,
|
3 |
"average_document_length": 87627.37025948103,
|
4 |
"number_of_tokens": 31367665,
|
5 |
-
"
|
|
|
6 |
}
|
|
|
2 |
"number_of_samples": 1002,
|
3 |
"average_document_length": 87627.37025948103,
|
4 |
"number_of_tokens": 31367665,
|
5 |
+
"language": "dan, dansk, Danish",
|
6 |
+
"revision": "62e1cea23e4c6154d47ca4d78d731478623a99b9"
|
7 |
}
|
data/eur-lex-sum-da/eur-lex-sum-da.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
pretty_name: EUR-Lex SUM
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
-
- text-generation
|
9 |
-
- fill-mask
|
10 |
task_ids:
|
11 |
-
- language-modeling
|
12 |
-
domains:
|
13 |
-
- Legal
|
14 |
---
|
15 |
|
16 |
# Dataset Card for EUR-Lex SUM
|
@@ -27,7 +25,6 @@ The dataset is designed for training and evaluating automatic text summarization
|
|
27 |
|
28 |
<!-- START-DESC-STATS -->
|
29 |
- **Language**: dan, dansk, Danish
|
30 |
-
- **Domains**: Legal
|
31 |
- **Number of samples**: 1.00K
|
32 |
- **Number of tokens (Llama 3)**: 31.37M
|
33 |
- **Average document length (characters)**: 87627.37
|
@@ -41,12 +38,16 @@ An example from the dataset looks as follows.
|
|
41 |
<!-- START-SAMPLE -->
|
42 |
```py
|
43 |
{
|
44 |
-
"id": "eur-lex-sum-da_0",
|
45 |
"text": "21.6.2019\nDA\nDen Europæiske Unions Tidende\nL 166/26\nKOMMISSIONENS DELEGEREDE FORORDNING (EU) 2019/98[...]",
|
46 |
"source": "eur-lex-sum-da",
|
|
|
47 |
"added": "2025-03-24 00:00:00",
|
48 |
"created": "2024-01-01, 2025-01-01",
|
49 |
-
"
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
```
|
52 |
|
@@ -54,21 +55,23 @@ An example from the dataset looks as follows.
|
|
54 |
|
55 |
An entry in the dataset consists of the following fields:
|
56 |
|
57 |
-
- `id` (`str`): An unique identifier for each document.
|
58 |
- `text`(`str`): The content of the document.
|
59 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
60 |
- `added` (`str`): An date for when the document was added to this collection.
|
61 |
- `created` (`str`): An date range for when the document was originally created.
|
62 |
-
- `
|
|
|
|
|
|
|
63 |
<!-- END-SAMPLE -->
|
64 |
|
65 |
|
66 |
### Dataset Statistics
|
67 |
|
68 |
<!-- START-DATASET PLOTS -->
|
69 |
-
<p align="center">
|
70 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
71 |
-
|
72 |
<!-- END-DATASET PLOTS -->
|
73 |
|
74 |
|
@@ -80,4 +83,4 @@ An entry in the dataset consists of the following fields:
|
|
80 |
|
81 |
### Citation Information
|
82 |
|
83 |
-
No citation is applicable for this work.
|
|
|
1 |
---
|
2 |
pretty_name: EUR-Lex SUM
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
task_ids:
|
11 |
+
- language-modeling
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset Card for EUR-Lex SUM
|
|
|
25 |
|
26 |
<!-- START-DESC-STATS -->
|
27 |
- **Language**: dan, dansk, Danish
|
|
|
28 |
- **Number of samples**: 1.00K
|
29 |
- **Number of tokens (Llama 3)**: 31.37M
|
30 |
- **Average document length (characters)**: 87627.37
|
|
|
38 |
<!-- START-SAMPLE -->
|
39 |
```py
|
40 |
{
|
|
|
41 |
"text": "21.6.2019\nDA\nDen Europæiske Unions Tidende\nL 166/26\nKOMMISSIONENS DELEGEREDE FORORDNING (EU) 2019/98[...]",
|
42 |
"source": "eur-lex-sum-da",
|
43 |
+
"id": "eur-lex-sum-da_0",
|
44 |
"added": "2025-03-24 00:00:00",
|
45 |
"created": "2024-01-01, 2025-01-01",
|
46 |
+
"license": "cc-by-sa-4.0",
|
47 |
+
"domain": "Legal",
|
48 |
+
"metadata": {
|
49 |
+
"source-pretty": "Eur-lex-sum-da"
|
50 |
+
}
|
51 |
}
|
52 |
```
|
53 |
|
|
|
55 |
|
56 |
An entry in the dataset consists of the following fields:
|
57 |
|
|
|
58 |
- `text`(`str`): The content of the document.
|
59 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
60 |
+
- `id` (`str`): An unique identifier for each document.
|
61 |
- `added` (`str`): An date for when the document was added to this collection.
|
62 |
- `created` (`str`): An date range for when the document was originally created.
|
63 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
64 |
+
- `domain` (`str`): The domain of the source
|
65 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
66 |
+
- `metadata/*`: Potentially additional metadata
|
67 |
<!-- END-SAMPLE -->
|
68 |
|
69 |
|
70 |
### Dataset Statistics
|
71 |
|
72 |
<!-- START-DATASET PLOTS -->
|
|
|
73 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
74 |
+
<img>
|
75 |
<!-- END-DATASET PLOTS -->
|
76 |
|
77 |
|
|
|
83 |
|
84 |
### Citation Information
|
85 |
|
86 |
+
No citation is applicable for this work.
|
data/eur-lex-sum-da/eur-lex-sum-da.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:960737a58b29e80b12f5150dacd7e0559c2ec7d3f2878a626e264b92595d9c02
|
3 |
+
size 35849965
|
data/eur-lex-sum-da/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/fm-udgivelser/descriptive_stats.json
CHANGED
@@ -2,5 +2,6 @@
|
|
2 |
"number_of_samples": 443,
|
3 |
"average_document_length": 490101.9300225734,
|
4 |
"number_of_tokens": 50335291,
|
5 |
-
"
|
|
|
6 |
}
|
|
|
2 |
"number_of_samples": 443,
|
3 |
"average_document_length": 490101.9300225734,
|
4 |
"number_of_tokens": 50335291,
|
5 |
+
"language": "dan, dansk, Danish",
|
6 |
+
"revision": "62e1cea23e4c6154d47ca4d78d731478623a99b9"
|
7 |
}
|
data/fm-udgivelser/fm-udgivelser.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
pretty_name: Finansministeriets Udgivelser
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
-
- text-generation
|
9 |
-
- fill-mask
|
10 |
task_ids:
|
11 |
-
- language-modeling
|
12 |
-
domains:
|
13 |
-
- Legal
|
14 |
---
|
15 |
|
16 |
# Dataset Card for Finansministeriets Udgivelser
|
@@ -30,7 +28,6 @@ The publications are authoritative sources of information on Danish fiscal polic
|
|
30 |
|
31 |
<!-- START-DESC-STATS -->
|
32 |
- **Language**: dan, dansk, Danish
|
33 |
-
- **Domains**: Legal
|
34 |
- **Number of samples**: 443
|
35 |
- **Number of tokens (Llama 3)**: 50.34M
|
36 |
- **Average document length (characters)**: 490101.93
|
@@ -44,12 +41,16 @@ An example from the dataset looks as follows.
|
|
44 |
<!-- START-SAMPLE -->
|
45 |
```py
|
46 |
{
|
47 |
-
"id": "fm-udgivelser_0",
|
48 |
"text": "\n\nFinanslov for\n\nfinansåret 2023 Tekst og anmærkninger\n\n§ 1. Dronningen\n\n\n\n\n\n§ 1.\n\nDronningen\n\nTekst[...]",
|
49 |
"source": "fm-udgivelser",
|
|
|
50 |
"added": "2025-03-24",
|
51 |
"created": "2024-01-01, 2026-01-01",
|
52 |
-
"
|
|
|
|
|
|
|
|
|
53 |
}
|
54 |
```
|
55 |
|
@@ -57,21 +58,23 @@ An example from the dataset looks as follows.
|
|
57 |
|
58 |
An entry in the dataset consists of the following fields:
|
59 |
|
60 |
-
- `id` (`str`): An unique identifier for each document.
|
61 |
- `text`(`str`): The content of the document.
|
62 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
63 |
- `added` (`str`): An date for when the document was added to this collection.
|
64 |
- `created` (`str`): An date range for when the document was originally created.
|
65 |
-
- `
|
|
|
|
|
|
|
66 |
<!-- END-SAMPLE -->
|
67 |
|
68 |
|
69 |
### Dataset Statistics
|
70 |
|
71 |
<!-- START-DATASET PLOTS -->
|
72 |
-
<p align="center">
|
73 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
74 |
-
|
75 |
<!-- END-DATASET PLOTS -->
|
76 |
|
77 |
|
@@ -86,4 +89,4 @@ TOOD: KRISTIAN
|
|
86 |
|
87 |
### Citation Information
|
88 |
|
89 |
-
No citation is applicable for this work.
|
|
|
1 |
---
|
2 |
pretty_name: Finansministeriets Udgivelser
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc-by-sa-4.0
|
6 |
license_name: CC-BY-SA 4.0
|
7 |
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
task_ids:
|
11 |
+
- language-modeling
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset Card for Finansministeriets Udgivelser
|
|
|
28 |
|
29 |
<!-- START-DESC-STATS -->
|
30 |
- **Language**: dan, dansk, Danish
|
|
|
31 |
- **Number of samples**: 443
|
32 |
- **Number of tokens (Llama 3)**: 50.34M
|
33 |
- **Average document length (characters)**: 490101.93
|
|
|
41 |
<!-- START-SAMPLE -->
|
42 |
```py
|
43 |
{
|
|
|
44 |
"text": "\n\nFinanslov for\n\nfinansåret 2023 Tekst og anmærkninger\n\n§ 1. Dronningen\n\n\n\n\n\n§ 1.\n\nDronningen\n\nTekst[...]",
|
45 |
"source": "fm-udgivelser",
|
46 |
+
"id": "fm-udgivelser_0",
|
47 |
"added": "2025-03-24",
|
48 |
"created": "2024-01-01, 2026-01-01",
|
49 |
+
"license": "cc-by-sa-4.0",
|
50 |
+
"domain": "Legal",
|
51 |
+
"metadata": {
|
52 |
+
"source-pretty": "Finansministeriets Udgivelser"
|
53 |
+
}
|
54 |
}
|
55 |
```
|
56 |
|
|
|
58 |
|
59 |
An entry in the dataset consists of the following fields:
|
60 |
|
|
|
61 |
- `text`(`str`): The content of the document.
|
62 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
63 |
+
- `id` (`str`): An unique identifier for each document.
|
64 |
- `added` (`str`): An date for when the document was added to this collection.
|
65 |
- `created` (`str`): An date range for when the document was originally created.
|
66 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
67 |
+
- `domain` (`str`): The domain of the source
|
68 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
69 |
+
- `metadata/*`: Potentially additional metadata
|
70 |
<!-- END-SAMPLE -->
|
71 |
|
72 |
|
73 |
### Dataset Statistics
|
74 |
|
75 |
<!-- START-DATASET PLOTS -->
|
|
|
76 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
77 |
+
<img>
|
78 |
<!-- END-DATASET PLOTS -->
|
79 |
|
80 |
|
|
|
89 |
|
90 |
### Citation Information
|
91 |
|
92 |
+
No citation is applicable for this work.
|
data/fm-udgivelser/fm-udgivelser.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:402b9281913aba87938e0600a994cb0387331efd7cf73829699b5103989d8747
|
3 |
+
size 59885539
|
data/fm-udgivelser/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/ft/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 1315,
|
3 |
-
"average_document_length": 266745.19163498096,
|
4 |
-
"number_of_tokens": 114087231,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 1315, "average_document_length": 266745.19163498096, "number_of_tokens": 114087231, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/ft/ft.md
CHANGED
@@ -1,21 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: Folketinget
|
3 |
language:
|
4 |
-
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Conversation
|
18 |
-
- Spoken
|
19 |
---
|
20 |
|
21 |
# Dataset Card for Folketinget
|
@@ -34,7 +31,6 @@ In the parliament hall, one speaker at a time addresses members of the parliamen
|
|
34 |
|
35 |
<!-- START-DESC-STATS -->
|
36 |
- **Language**: dan, dansk, Danish
|
37 |
-
- **Domains**: Conversation, Spoken
|
38 |
- **Number of samples**: 1.31K
|
39 |
- **Number of tokens (Llama 3)**: 114.09M
|
40 |
- **Average document length (characters)**: 266745.19
|
@@ -49,12 +45,16 @@ An example from the dataset looks as follows.
|
|
49 |
<!-- START-SAMPLE -->
|
50 |
```py
|
51 |
{
|
52 |
-
"id": "ft_20121M100",
|
53 |
"text": "TALER 50: Mødet er åbnet. I dag er der følgende anmeldelser: Ministeren for by, bolig og landdistrik[...]",
|
54 |
"source": "ft",
|
|
|
55 |
"added": "2021-03-28",
|
56 |
"created": "2009-01-01, 2019-01-01",
|
57 |
-
"
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
```
|
60 |
|
@@ -62,21 +62,23 @@ An example from the dataset looks as follows.
|
|
62 |
|
63 |
An entry in the dataset consists of the following fields:
|
64 |
|
65 |
-
- `id` (`str`): An unique identifier for each document.
|
66 |
- `text`(`str`): The content of the document.
|
67 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
68 |
- `added` (`str`): An date for when the document was added to this collection.
|
69 |
- `created` (`str`): An date range for when the document was originally created.
|
70 |
-
- `
|
|
|
|
|
|
|
71 |
<!-- END-SAMPLE -->
|
72 |
|
73 |
|
74 |
### Dataset Statistics
|
75 |
|
76 |
<!-- START-DATASET PLOTS -->
|
77 |
-
<p align="center">
|
78 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
79 |
-
|
80 |
<!-- END-DATASET PLOTS -->
|
81 |
|
82 |
|
|
|
1 |
---
|
2 |
pretty_name: Folketinget
|
3 |
language:
|
4 |
+
- da
|
5 |
license: cc0-1.0
|
6 |
license_name: CC-0
|
7 |
size_categories:
|
8 |
+
- 1-10k
|
9 |
task_categories:
|
10 |
+
- text-generation
|
11 |
+
- fill-mask
|
12 |
task_ids:
|
13 |
+
- language-modeling
|
14 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for Folketinget
|
|
|
31 |
|
32 |
<!-- START-DESC-STATS -->
|
33 |
- **Language**: dan, dansk, Danish
|
|
|
34 |
- **Number of samples**: 1.31K
|
35 |
- **Number of tokens (Llama 3)**: 114.09M
|
36 |
- **Average document length (characters)**: 266745.19
|
|
|
45 |
<!-- START-SAMPLE -->
|
46 |
```py
|
47 |
{
|
|
|
48 |
"text": "TALER 50: Mødet er åbnet. I dag er der følgende anmeldelser: Ministeren for by, bolig og landdistrik[...]",
|
49 |
"source": "ft",
|
50 |
+
"id": "ft_20121M100",
|
51 |
"added": "2021-03-28",
|
52 |
"created": "2009-01-01, 2019-01-01",
|
53 |
+
"license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
|
54 |
+
"domain": "Conversation",
|
55 |
+
"metadata": {
|
56 |
+
"source-pretty": "Folketinget (Danish Parliament)"
|
57 |
+
}
|
58 |
}
|
59 |
```
|
60 |
|
|
|
62 |
|
63 |
An entry in the dataset consists of the following fields:
|
64 |
|
|
|
65 |
- `text`(`str`): The content of the document.
|
66 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
67 |
+
- `id` (`str`): An unique identifier for each document.
|
68 |
- `added` (`str`): An date for when the document was added to this collection.
|
69 |
- `created` (`str`): An date range for when the document was originally created.
|
70 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
71 |
+
- `domain` (`str`): The domain of the source
|
72 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
73 |
+
- `metadata/*`: Potentially additional metadata
|
74 |
<!-- END-SAMPLE -->
|
75 |
|
76 |
|
77 |
### Dataset Statistics
|
78 |
|
79 |
<!-- START-DATASET PLOTS -->
|
|
|
80 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
81 |
+
<img>
|
82 |
<!-- END-DATASET PLOTS -->
|
83 |
|
84 |
|
data/ft/ft.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e46276c575c7d9ddc30f44111206d250cb02473c992d0087bf0a9a5f4266da18
|
3 |
+
size 181926375
|
data/ft/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
data/gutenberg/descriptive_stats.json
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
{
|
2 |
-
"number_of_samples": 66,
|
3 |
-
"average_document_length": 290147.9393939394,
|
4 |
-
"number_of_tokens": 6763317,
|
5 |
-
"revision": "1546256ca9562ecef403e433276c36770859089e"
|
6 |
-
}
|
|
|
1 |
+
{"number_of_samples": 66, "average_document_length": 290147.9393939394, "number_of_tokens": 6763317, "language": "dan, dansk, Danish", "revision": "6a88cbd06a598259a4879ee118c8ab1843c500ff"}
|
|
|
|
|
|
|
|
|
|
data/gutenberg/gutenberg.md
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
---
|
2 |
pretty_name: Gutenberg
|
3 |
language:
|
4 |
-
- da
|
5 |
license: other
|
6 |
-
license_name: Gutenberg
|
7 |
size_categories:
|
8 |
-
- 1-10k
|
9 |
task_categories:
|
10 |
-
- text-generation
|
11 |
-
- fill-mask
|
12 |
task_ids:
|
13 |
-
- language-modeling
|
14 |
source_datasets:
|
15 |
-
- danish-foundation-models/danish-gigaword
|
16 |
-
domains:
|
17 |
-
- Books
|
18 |
---
|
19 |
|
20 |
# Dataset Card for Gutenberg
|
@@ -31,7 +29,6 @@ Project Gutenberg is an online library of free eBooks. Project Gutenberg was the
|
|
31 |
|
32 |
<!-- START-DESC-STATS -->
|
33 |
- **Language**: dan, dansk, Danish
|
34 |
-
- **Domains**: Books
|
35 |
- **Number of samples**: 66
|
36 |
- **Number of tokens (Llama 3)**: 6.76M
|
37 |
- **Average document length (characters)**: 290147.94
|
@@ -46,12 +43,16 @@ An example from the dataset looks as follows.
|
|
46 |
<!-- START-SAMPLE -->
|
47 |
```py
|
48 |
{
|
49 |
-
"id": "gutenberg_43899",
|
50 |
"text": "Afskriverens bemærkninger: Åbenlyse trykfejl er rettet\ni denne e-bog, men forfatterens stavning er f[...]",
|
51 |
"source": "gutenberg",
|
|
|
52 |
"added": "2020-09-12",
|
53 |
"created": "1700-01-01, 2022-01-01",
|
54 |
-
"
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
```
|
57 |
|
@@ -59,12 +60,15 @@ An example from the dataset looks as follows.
|
|
59 |
|
60 |
An entry in the dataset consists of the following fields:
|
61 |
|
62 |
-
- `id` (`str`): An unique identifier for each document.
|
63 |
- `text`(`str`): The content of the document.
|
64 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
|
|
65 |
- `added` (`str`): An date for when the document was added to this collection.
|
66 |
- `created` (`str`): An date range for when the document was originally created.
|
67 |
-
- `
|
|
|
|
|
|
|
68 |
<!-- END-SAMPLE -->
|
69 |
|
70 |
|
@@ -409,9 +413,8 @@ subscribe to our email newsletter to hear about new eBooks.
|
|
409 |
### Dataset Statistics
|
410 |
|
411 |
<!-- START-DATASET PLOTS -->
|
412 |
-
<p align="center">
|
413 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
414 |
-
|
415 |
<!-- END-DATASET PLOTS -->
|
416 |
|
417 |
|
|
|
1 |
---
|
2 |
pretty_name: Gutenberg
|
3 |
language:
|
4 |
+
- da
|
5 |
license: other
|
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 |
source_datasets:
|
15 |
+
- danish-foundation-models/danish-gigaword
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for Gutenberg
|
|
|
29 |
|
30 |
<!-- START-DESC-STATS -->
|
31 |
- **Language**: dan, dansk, Danish
|
|
|
32 |
- **Number of samples**: 66
|
33 |
- **Number of tokens (Llama 3)**: 6.76M
|
34 |
- **Average document length (characters)**: 290147.94
|
|
|
43 |
<!-- START-SAMPLE -->
|
44 |
```py
|
45 |
{
|
|
|
46 |
"text": "Afskriverens bemærkninger: Åbenlyse trykfejl er rettet\ni denne e-bog, men forfatterens stavning er f[...]",
|
47 |
"source": "gutenberg",
|
48 |
+
"id": "gutenberg_43899",
|
49 |
"added": "2020-09-12",
|
50 |
"created": "1700-01-01, 2022-01-01",
|
51 |
+
"license": "*** START: FULL LICENSE ***\n\nTHE FULL PROJECT GUTENBERG LICENSE\nPLEASE READ THIS BEFORE YOU DISTRIBU[...]",
|
52 |
+
"domain": "Wiki & Books",
|
53 |
+
"metadata": {
|
54 |
+
"source-pretty": "Gutenberg"
|
55 |
+
}
|
56 |
}
|
57 |
```
|
58 |
|
|
|
60 |
|
61 |
An entry in the dataset consists of the following fields:
|
62 |
|
|
|
63 |
- `text`(`str`): The content of the document.
|
64 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
65 |
+
- `id` (`str`): An unique identifier for each document.
|
66 |
- `added` (`str`): An date for when the document was added to this collection.
|
67 |
- `created` (`str`): An date range for when the document was originally created.
|
68 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
69 |
+
- `domain` (`str`): The domain of the source
|
70 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
71 |
+
- `metadata/*`: Potentially additional metadata
|
72 |
<!-- END-SAMPLE -->
|
73 |
|
74 |
|
|
|
413 |
### Dataset Statistics
|
414 |
|
415 |
<!-- START-DATASET PLOTS -->
|
|
|
416 |
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
417 |
+
<img>
|
418 |
<!-- END-DATASET PLOTS -->
|
419 |
|
420 |
|
data/gutenberg/gutenberg.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e8364195e60b64e285d0c1b8c4b6ae0da7a1b6165de77bb4fc4049c317b445c
|
3 |
+
size 12342492
|