Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Commit
·
6b3822f
1
Parent(s):
fb6adc2
Bumped version
Browse files- CHANGELOG.md +6 -0
- README.md +1 -1
- pyproject.toml +1 -1
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.5] - 2025-07-08
|
9 |
|
10 |
### Added
|
|
|
5 |
|
6 |
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
7 |
|
8 |
+
## [v1.2.6] - 2025-07-21
|
9 |
+
|
10 |
+
### Added
|
11 |
+
|
12 |
+
- Added the `wiki-comments` dataset.
|
13 |
+
|
14 |
## [v1.2.5] - 2025-07-08
|
15 |
|
16 |
### Added
|
README.md
CHANGED
@@ -186,7 +186,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
186 |
<!-- START README TABLE -->
|
187 |
| | |
|
188 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
189 |
-
| **Version** | 1.2.
|
190 |
| **Language** | dan, dansk, Danish |
|
191 |
| **License** | Openly Licensed, See the respective dataset |
|
192 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
|
|
186 |
<!-- START README TABLE -->
|
187 |
| | |
|
188 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
189 |
+
| **Version** | 1.2.6 ([Changelog](/CHANGELOG.md)) |
|
190 |
| **Language** | dan, dansk, Danish |
|
191 |
| **License** | Openly Licensed, See the respective dataset |
|
192 |
| **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.6"
|
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
|