Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Running tests and bumping version
Browse files- CHANGELOG.md +6 -0
- README.md +1 -1
- pyproject.toml +1 -1
- test_results.log +4 -5
CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ 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.0] - 2025-06-23
|
9 |
|
10 |
### Fixed
|
|
|
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
|
11 |
+
|
12 |
+
- Updated the danske-taler dataset. This version fixes a problem where the texts from the API contains no newlines, and where there should have been newline there is now space between words and punctuation.
|
13 |
+
|
14 |
## [v1.2.0] - 2025-06-23
|
15 |
|
16 |
### Fixed
|
README.md
CHANGED
@@ -174,7 +174,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
174 |
<!-- START README TABLE -->
|
175 |
| | |
|
176 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
177 |
-
| **Version** | 1.2.
|
178 |
| **Language** | dan, dansk, Danish |
|
179 |
| **License** | Openly Licensed, See the respective dataset |
|
180 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
|
|
174 |
<!-- START README TABLE -->
|
175 |
| | |
|
176 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
177 |
+
| **Version** | 1.2.1 ([Changelog](/CHANGELOG.md)) |
|
178 |
| **Language** | dan, dansk, Danish |
|
179 |
| **License** | Openly Licensed, See the respective dataset |
|
180 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
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.1"
|
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
@@ -1,8 +1,7 @@
|
|
1 |
============================= test session starts ==============================
|
2 |
-
platform darwin -- Python 3.12.
|
3 |
-
rootdir: /Users/
|
4 |
configfile: pyproject.toml
|
5 |
-
plugins: anyio-4.9.0
|
6 |
collected 310 items
|
7 |
|
8 |
src/tests/test_dataset_schema.py ....................................... [ 12%]
|
@@ -19,7 +18,7 @@ src/tests/test_unique_ids.py . [100%]
|
|
19 |
|
20 |
=============================== warnings summary ===============================
|
21 |
src/tests/test_quality/test_short_texts.py: 34 warnings
|
22 |
-
/Users/
|
23 |
|
24 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
25 |
-
|
|
|
1 |
============================= test session starts ==============================
|
2 |
+
platform darwin -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
|
3 |
+
rootdir: /Users/kristianjensen/Documents/danish-dynaword
|
4 |
configfile: pyproject.toml
|
|
|
5 |
collected 310 items
|
6 |
|
7 |
src/tests/test_dataset_schema.py ....................................... [ 12%]
|
|
|
18 |
|
19 |
=============================== warnings summary ===============================
|
20 |
src/tests/test_quality/test_short_texts.py: 34 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 |
+
================= 309 passed, 1 skipped, 34 warnings in 46.75s =================
|