Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Commit
·
50d9a72
1
Parent(s):
560c6d0
minor fixes
Browse files- CHANGELOG.md +2 -1
- CONTRIBUTING.md +2 -0
- test_results.log +13 -0
- uv.lock +1 -1
CHANGELOG.md
CHANGED
@@ -9,12 +9,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
9 |
|
10 |
### Added
|
11 |
|
12 |
-
- Added new datasets (more
|
13 |
- AI Aktindsigt
|
14 |
- Cellar
|
15 |
- Danske Taler
|
16 |
- Miljøportalen
|
17 |
- EUR-Lex SUM
|
|
|
18 |
|
19 |
### Docs
|
20 |
|
|
|
9 |
|
10 |
### Added
|
11 |
|
12 |
+
- Added new datasets (more than 1B tokens 🎉)
|
13 |
- AI Aktindsigt
|
14 |
- Cellar
|
15 |
- Danske Taler
|
16 |
- Miljøportalen
|
17 |
- EUR-Lex SUM
|
18 |
+
- Finansministeriets Udgivelser
|
19 |
|
20 |
### Docs
|
21 |
|
CONTRIBUTING.md
CHANGED
@@ -73,6 +73,8 @@ Before you make the PR do be sure to make sure that you have completed the follo
|
|
73 |
- [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
|
74 |
- [ ] I have bumped the version use `make bump-version`
|
75 |
- [ ] If I have added a `create.py` script I have added the [script dependencies](https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies) required to run that script.
|
|
|
|
|
76 |
|
77 |
### Examples of Previous PRs
|
78 |
To see example PR you can see the following:
|
|
|
73 |
- [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
|
74 |
- [ ] I have bumped the version use `make bump-version`
|
75 |
- [ ] If I have added a `create.py` script I have added the [script dependencies](https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies) required to run that script.
|
76 |
+
- [ ] I have updated the CHANGELOG.md if appropriate
|
77 |
+
|
78 |
|
79 |
### Examples of Previous PRs
|
80 |
To see example PR you can see the following:
|
test_results.log
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
============================= test session starts ==============================
|
2 |
+
platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0
|
3 |
+
rootdir: /work/githubs/tmp/danish-dynaword
|
4 |
+
configfile: pyproject.toml
|
5 |
+
collected 124 items
|
6 |
+
|
7 |
+
src/tests/test_dataset_schema.py ....................................... [ 31%]
|
8 |
+
................................................... [ 72%]
|
9 |
+
src/tests/test_duplicates.py sssssssssssssssssssssssssssssss [ 97%]
|
10 |
+
src/tests/test_load.py .. [ 99%]
|
11 |
+
src/tests/test_unique_ids.py . [100%]
|
12 |
+
|
13 |
+
======================= 93 passed, 31 skipped in 20.62s ========================
|
uv.lock
CHANGED
@@ -202,7 +202,7 @@ wheels = [
|
|
202 |
|
203 |
[[package]]
|
204 |
name = "danish-dynaword"
|
205 |
-
version = "1.0.
|
206 |
source = { virtual = "." }
|
207 |
dependencies = [
|
208 |
{ name = "datasets" },
|
|
|
202 |
|
203 |
[[package]]
|
204 |
name = "danish-dynaword"
|
205 |
+
version = "1.0.11"
|
206 |
source = { virtual = "." }
|
207 |
dependencies = [
|
208 |
{ name = "datasets" },
|