Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Kenneth Enevoldsen
commited on
run make test, lint and bump_version
Browse files- CHANGELOG.md +10 -1
- README.md +1 -1
- pyproject.toml +1 -1
- test_results.log +4 -3
CHANGELOG.md
CHANGED
@@ -5,7 +5,16 @@ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
### Added
|
11 |
|
|
|
5 |
|
6 |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
7 |
|
8 |
+
## [v1.2.4] - 2025-06-30
|
9 |
+
|
10 |
+
### Added
|
11 |
+
|
12 |
+
- Add a plot for tokens over time to see how the dataset develops
|
13 |
+
- Minor documentation improvements in the main readme
|
14 |
+
|
15 |
+
### Changed
|
16 |
+
|
17 |
+
- Rename `scrape_hovedstaden` to `health_hovedstaden` avoid confusion with its pretty name
|
18 |
|
19 |
### Added
|
20 |
|
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**
|
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) |
|
|
|
178 |
<!-- START README TABLE -->
|
179 |
| | |
|
180 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
181 |
+
| **Version** | 1.2.4 ([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) |
|
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.4"
|
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,7 +1,8 @@
|
|
1 |
============================= test session starts ==============================
|
2 |
platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
|
3 |
-
rootdir: /Users/
|
4 |
configfile: pyproject.toml
|
|
|
5 |
collected 319 items
|
6 |
|
7 |
src/tests/test_dataset_schema.py ....................................... [ 12%]
|
@@ -18,7 +19,7 @@ src/tests/test_unique_ids.py . [100%]
|
|
18 |
|
19 |
=============================== warnings summary ===============================
|
20 |
src/tests/test_quality/test_short_texts.py: 35 warnings
|
21 |
-
/Users/
|
22 |
|
23 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
24 |
-
|
|
|
1 |
============================= test session starts ==============================
|
2 |
platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
|
3 |
+
rootdir: /Users/au561649/Github/danish-dynaword
|
4 |
configfile: pyproject.toml
|
5 |
+
plugins: anyio-4.9.0
|
6 |
collected 319 items
|
7 |
|
8 |
src/tests/test_dataset_schema.py ....................................... [ 12%]
|
|
|
19 |
|
20 |
=============================== warnings summary ===============================
|
21 |
src/tests/test_quality/test_short_texts.py: 35 warnings
|
22 |
+
/Users/au561649/Github/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
|
23 |
|
24 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
25 |
+
============ 318 passed, 1 skipped, 35 warnings in 81.92s (0:01:21) ============
|