Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Bump version and add changelog.
Browse files- CHANGELOG.md +7 -0
- README.md +2 -2
- descriptive_stats.json +1 -1
- images/domain_distribution.png +2 -2
- pyproject.toml +1 -1
- test_results.log +1 -1
- uv.lock +1 -1
CHANGELOG.md
CHANGED
@@ -5,6 +5,13 @@ 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.2.1] - 2025-06-24
|
9 |
|
10 |
### Fixed
|
|
|
5 |
|
6 |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
7 |
|
8 |
+
## [v1.2.2] - 2025-06-26
|
9 |
+
|
10 |
+
### Added
|
11 |
+
|
12 |
+
- Added the new `scrape_hovedstaden` dataset.
|
13 |
+
- Added a new domain type `Medical`.
|
14 |
+
|
15 |
## [v1.2.1] - 2025-06-24
|
16 |
|
17 |
### Fixed
|
README.md
CHANGED
@@ -178,7 +178,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
178 |
<!-- START README TABLE -->
|
179 |
| | |
|
180 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
181 |
-
| **Version** | 1.2.
|
182 |
| **Language** | dan, dansk, Danish |
|
183 |
| **License** | Openly Licensed, See the respective dataset |
|
184 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
@@ -338,7 +338,7 @@ Below follows a brief overview of the sources in the corpus along with their ind
|
|
338 |
| [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
|
339 |
| [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
|
340 |
| [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
|
341 |
-
| [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.
|
342 |
| [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
|
343 |
| [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
|
344 |
| [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
|
|
|
178 |
<!-- START README TABLE -->
|
179 |
| | |
|
180 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
181 |
+
| **Version** | 1.2.2 ([Changelog](/CHANGELOG.md)) |
|
182 |
| **Language** | dan, dansk, Danish |
|
183 |
| **License** | Openly Licensed, See the respective dataset |
|
184 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
|
|
338 |
| [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
|
339 |
| [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
|
340 |
| [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
|
341 |
+
| [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.81M | [CC-0] |
|
342 |
| [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
|
343 |
| [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
|
344 |
| [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
|
descriptive_stats.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"number_of_samples": 915090,
|
3 |
"average_document_length": 14778.0072255188,
|
4 |
"number_of_tokens": 4396075044,
|
5 |
-
"revision": "
|
6 |
}
|
|
|
2 |
"number_of_samples": 915090,
|
3 |
"average_document_length": 14778.0072255188,
|
4 |
"number_of_tokens": 4396075044,
|
5 |
+
"revision": "8e2259b9aaa48bb3950b8b4111d10a92ba834459"
|
6 |
}
|
images/domain_distribution.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "dynaword"
|
3 |
-
version = "1.2.
|
4 |
description = "project code for the danish dynaword project"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
|
|
|
1 |
[project]
|
2 |
name = "dynaword"
|
3 |
+
version = "1.2.2"
|
4 |
description = "project code for the danish dynaword project"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
|
test_results.log
CHANGED
@@ -21,4 +21,4 @@ src/tests/test_quality/test_short_texts.py: 35 warnings
|
|
21 |
/Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
|
22 |
|
23 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
24 |
-
================= 318 passed, 1 skipped, 35 warnings in
|
|
|
21 |
/Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
|
22 |
|
23 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
24 |
+
================= 318 passed, 1 skipped, 35 warnings in 27.88s =================
|
uv.lock
CHANGED
@@ -257,7 +257,7 @@ wheels = [
|
|
257 |
|
258 |
[[package]]
|
259 |
name = "dynaword"
|
260 |
-
version = "1.2.
|
261 |
source = { editable = "." }
|
262 |
dependencies = [
|
263 |
{ name = "datasets" },
|
|
|
257 |
|
258 |
[[package]]
|
259 |
name = "dynaword"
|
260 |
+
version = "1.2.2"
|
261 |
source = { editable = "." }
|
262 |
dependencies = [
|
263 |
{ name = "datasets" },
|