Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Danish
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
kris927b commited on
Commit
02c4bb4
·
1 Parent(s): 6df6dde

Updating datasheet after removing exact duplicates.

Browse files
data/domsdatabasen/descriptive_stats.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "number_of_samples": 8516,
3
- "average_document_length": 30069.693048379522,
4
- "number_of_tokens": 86366064,
5
- "revision": "6a2c8fbf33124cba4fc09277bfb0d9708622f6fa"
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.52K
64
- - **Number of tokens (Llama 3)**: 86.37M
65
- - **Average document length (characters)**: 30069.69
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

  • SHA256: d6f017a6003dfb1ce82d8dcb362d36cfe9866f65a7d28052b842a42f7e9f39c0
  • Pointer size: 131 Bytes
  • Size of remote file: 559 kB

Git LFS Details

  • SHA256: 47efb3cce555370325986d99b3b1f9c817e54b72eff8f9fde0d3c887bfa59af3
  • Pointer size: 131 Bytes
  • Size of remote file: 559 kB
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
- collected 319 items
 
6
 
7
- src/tests/test_dataset_schema.py ....................................... [ 12%]
8
- ............................... [ 21%]
9
  src/tests/test_datasheets.py ........................................... [ 35%]
10
  ........................................................................ [ 57%]
11
- ............................................................ [ 76%]
12
  src/tests/test_load.py .. [ 77%]
13
  src/tests/test_quality/test_duplicates.py .............................. [ 86%]
14
- .....s [ 88%]
15
  src/tests/test_quality/test_short_texts.py ............................. [ 97%]
16
- ...... [ 99%]
17
  src/tests/test_unique_ids.py . [100%]
18
 
19
  =============================== warnings summary ===============================
20
- src/tests/test_quality/test_short_texts.py: 35 warnings
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
- ================= 318 passed, 1 skipped, 35 warnings in 27.88s =================
 
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) ============