Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Updating datasheet after removing exact duplicates.
Browse files
data/domsdatabasen/descriptive_stats.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"number_of_samples":
|
3 |
-
"average_document_length":
|
4 |
-
"number_of_tokens":
|
5 |
-
"revision": "
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"number_of_samples": 8468,
|
3 |
+
"average_document_length": 30235.720004723666,
|
4 |
+
"number_of_tokens": 86353024,
|
5 |
+
"revision": "6df6dde969c6de6fde8369c96c2702f2098176b1"
|
6 |
}
|
data/domsdatabasen/domsdatabasen.md
CHANGED
@@ -60,9 +60,9 @@ Domsdatabasen is continuously being developed. As digitization progresses and te
|
|
60 |
<!-- START-DESC-STATS -->
|
61 |
- **Language**: dan, dansk, Danish
|
62 |
- **Domains**: Legal
|
63 |
-
- **Number of samples**: 8.
|
64 |
-
- **Number of tokens (Llama 3)**: 86.
|
65 |
-
- **Average document length (characters)**:
|
66 |
<!-- END-DESC-STATS -->
|
67 |
|
68 |
|
@@ -120,4 +120,4 @@ Stk. 2. Bestemmelsen i stk. 1 gælder ikke for værker, der fremtræder som selv
|
|
120 |
|
121 |
## Additional Information
|
122 |
|
123 |
-
**Extraction of text:** The documents being downloaded from [domsdatabasen.dk](https://www.domsdatabasen.dk/) is PDFs. To extract the texts from those, the `create.py` script uses the [marker-pdf](https://github.com/datalab-to/marker/tree/master) package.
|
|
|
60 |
<!-- START-DESC-STATS -->
|
61 |
- **Language**: dan, dansk, Danish
|
62 |
- **Domains**: Legal
|
63 |
+
- **Number of samples**: 8.47K
|
64 |
+
- **Number of tokens (Llama 3)**: 86.35M
|
65 |
+
- **Average document length (characters)**: 30235.72
|
66 |
<!-- END-DESC-STATS -->
|
67 |
|
68 |
|
|
|
120 |
|
121 |
## Additional Information
|
122 |
|
123 |
+
**Extraction of text:** The documents being downloaded from [domsdatabasen.dk](https://www.domsdatabasen.dk/) is PDFs. To extract the texts from those, the `create.py` script uses the [marker-pdf](https://github.com/datalab-to/marker/tree/master) package.
|
data/domsdatabasen/images/dist_document_length.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
test_results.log
CHANGED
@@ -2,23 +2,24 @@
|
|
2 |
platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
|
3 |
rootdir: /Users/kristianjensen/Documents/danish-dynaword
|
4 |
configfile: pyproject.toml
|
5 |
-
|
|
|
6 |
|
7 |
-
src/tests/test_dataset_schema.py ....................................... [
|
8 |
-
|
9 |
src/tests/test_datasheets.py ........................................... [ 35%]
|
10 |
........................................................................ [ 57%]
|
11 |
-
|
12 |
src/tests/test_load.py .. [ 77%]
|
13 |
src/tests/test_quality/test_duplicates.py .............................. [ 86%]
|
14 |
-
|
15 |
src/tests/test_quality/test_short_texts.py ............................. [ 97%]
|
16 |
-
|
17 |
src/tests/test_unique_ids.py . [100%]
|
18 |
|
19 |
=============================== warnings summary ===============================
|
20 |
-
src/tests/test_quality/test_short_texts.py:
|
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 |
-
|
|
|
2 |
platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
|
3 |
rootdir: /Users/kristianjensen/Documents/danish-dynaword
|
4 |
configfile: pyproject.toml
|
5 |
+
plugins: anyio-4.9.0
|
6 |
+
collected 328 items
|
7 |
|
8 |
+
src/tests/test_dataset_schema.py ....................................... [ 11%]
|
9 |
+
................................. [ 21%]
|
10 |
src/tests/test_datasheets.py ........................................... [ 35%]
|
11 |
........................................................................ [ 57%]
|
12 |
+
................................................................. [ 76%]
|
13 |
src/tests/test_load.py .. [ 77%]
|
14 |
src/tests/test_quality/test_duplicates.py .............................. [ 86%]
|
15 |
+
......s [ 88%]
|
16 |
src/tests/test_quality/test_short_texts.py ............................. [ 97%]
|
17 |
+
....... [ 99%]
|
18 |
src/tests/test_unique_ids.py . [100%]
|
19 |
|
20 |
=============================== warnings summary ===============================
|
21 |
+
src/tests/test_quality/test_short_texts.py: 36 warnings
|
22 |
/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.
|
23 |
|
24 |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
25 |
+
============ 327 passed, 1 skipped, 36 warnings in 62.89s (0:01:02) ============
|