Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
bump version since lex was removed
Browse files- README.md +1 -1
- pyproject.toml +1 -1
README.md
CHANGED
@@ -134,7 +134,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
|
|
134 |
<!-- START README TABLE -->
|
135 |
| | |
|
136 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
137 |
-
| **Version**
|
138 |
| **Language** | dan, dansk, Danish |
|
139 |
| **License** | Permissible, See the respective dataset |
|
140 |
| **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
|
|
|
134 |
<!-- START README TABLE -->
|
135 |
| | |
|
136 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
137 |
+
| **Version** | 1.0.10 |
|
138 |
| **Language** | dan, dansk, Danish |
|
139 |
| **License** | Permissible, See the respective dataset |
|
140 |
| **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 = "danish-dynaword"
|
3 |
-
version = "1.0.
|
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 = "danish-dynaword"
|
3 |
+
version = "1.0.10"
|
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
|