kris927b commited on
Commit
6a2c8fb
·
verified ·
1 Parent(s): 7df022e

update-retsinformationdk (#72)

Browse files

- Creating a `create.py`script for retsinformation and updating the data, adding 300M tokens. (7882b352a458abc55ce6c6147691a76814e5605c)
- Merge branch 'main' into pr/72 (bcb374cb39c593a23e26534d5f2f182dee3edceb)
- Performing a force update on all datasets after merge. (7851ed46cc0dd8d2ee55ee180f58cd3dd0b77eb1)
- Bumped version and added changelog (af27fd779845c6cf9d4bdcd56c681a48577b6905)

CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ 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.2] - 2025-06-26
9
 
10
  ### Added
 
5
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
8
+ ## [v1.2.3] - 2025-06-30
9
+
10
+ ### Added
11
+
12
+ - Added a `create.py` script for the `retsinformationdk` dataset.
13
+ - Resulted in a boost in tokens and documents
14
+
15
+ ### Changed
16
+
17
+ - Did a full stats update on datasets, resulting in minor changes in a few datasheets
18
+
19
  ## [v1.2.2] - 2025-06-26
20
 
21
  ### Added
README.md CHANGED
@@ -178,7 +178,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
178
  <!-- START README TABLE -->
179
  | | |
180
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
181
- | **Version** | 1.2.2 ([Changelog](/CHANGELOG.md)) |
182
  | **Language** | dan, dansk, Danish |
183
  | **License** | Openly Licensed, See the respective dataset |
184
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
@@ -215,9 +215,9 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
215
 
216
  <!-- START-DESC-STATS -->
217
  - **Language**: dan, dansk, Danish
218
- - **Number of samples**: 915.09K
219
- - **Number of tokens (Llama 3)**: 4.40B
220
- - **Average document length (characters)**: 14778.01
221
  <!-- END-DESC-STATS -->
222
 
223
 
@@ -318,8 +318,8 @@ Below follows a brief overview of the sources in the corpus along with their ind
318
  | Source | Description | Domain | N. Tokens | License |
319
  |:---------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------|:------------|:-----------------------|
320
  | [cellar] | The official digital repository for European Union legal documents and open data | Legal | 1.15B | [CC-BY-SA 4.0] |
 
321
  | [ncc_books] | Danish books extracted from the [Norwegian Colossal Corpus](https://huggingface.co/datasets/NbAiLab/NCC) derived from OCR | Books | 531.97M | [CC-0] |
322
- | [retsinformationdk] | [retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) the official legal information system of Denmark | Legal | 516.35M | [Danish Copyright Law] |
323
  | [hest] | Samples from the Danish debate forum www.heste-nettet.dk | Social Media | 389.32M | [CC-0] |
324
  | [ncc_parliament] | Collections from the Norwegian parliament in Danish. Extracted from the [Norwegian Colossal Corpus](https://huggingface.co/datasets/NbAiLab/NCC) derived from ocr | Other | 338.87M | [NLOD 2.0] |
325
  | [opensubtitles] | Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) | Conversation | 271.60M | [CC-0] |
@@ -338,7 +338,7 @@ Below follows a brief overview of the sources in the corpus along with their ind
338
  | [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
339
  | [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
340
  | [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
341
- | [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.81M | [CC-0] |
342
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
343
  | [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
344
  | [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
@@ -352,7 +352,7 @@ Below follows a brief overview of the sources in the corpus along with their ind
352
  | [naat] | Danish speeches from 1930-2022 | Conversation | 286.68K | [CC-0] |
353
  | [depbank] | The Danish subsection of the [Universal Dependencies Treebank](https://github.com/UniversalDependencies/UD_Danish-DDT) | Other | 185.45K | [CC-BY-SA 4.0] |
354
  | [synne] | Dataset collected from [synnejysk forening's website](https://www.synnejysk.dk), covering the Danish dialect sønderjysk | Other | 52.02K | [CC-0] |
355
- | **Total** | | | 4.40B | |
356
 
357
  [ai-aktindsigt]: data/ai-aktindsigt/ai-aktindsigt.md
358
  [cellar]: data/cellar/cellar.md
 
178
  <!-- START README TABLE -->
179
  | | |
180
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
181
+ | **Version** | 1.2.3 ([Changelog](/CHANGELOG.md)) |
182
  | **Language** | dan, dansk, Danish |
183
  | **License** | Openly Licensed, See the respective dataset |
184
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
 
215
 
216
  <!-- START-DESC-STATS -->
217
  - **Language**: dan, dansk, Danish
218
+ - **Number of samples**: 951.89K
219
+ - **Number of tokens (Llama 3)**: 4.70B
220
+ - **Average document length (characters)**: 15168.87
221
  <!-- END-DESC-STATS -->
222
 
223
 
 
318
  | Source | Description | Domain | N. Tokens | License |
319
  |:---------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------|:------------|:-----------------------|
320
  | [cellar] | The official digital repository for European Union legal documents and open data | Legal | 1.15B | [CC-BY-SA 4.0] |
321
+ | [retsinformationdk] | [retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) the official legal information system of Denmark | Legal | 818.25M | [Danish Copyright Law] |
322
  | [ncc_books] | Danish books extracted from the [Norwegian Colossal Corpus](https://huggingface.co/datasets/NbAiLab/NCC) derived from OCR | Books | 531.97M | [CC-0] |
 
323
  | [hest] | Samples from the Danish debate forum www.heste-nettet.dk | Social Media | 389.32M | [CC-0] |
324
  | [ncc_parliament] | Collections from the Norwegian parliament in Danish. Extracted from the [Norwegian Colossal Corpus](https://huggingface.co/datasets/NbAiLab/NCC) derived from ocr | Other | 338.87M | [NLOD 2.0] |
325
  | [opensubtitles] | Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) | Conversation | 271.60M | [CC-0] |
 
338
  | [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
339
  | [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
340
  | [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
341
+ | [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.72M | [CC-0] |
342
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
343
  | [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
344
  | [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
 
352
  | [naat] | Danish speeches from 1930-2022 | Conversation | 286.68K | [CC-0] |
353
  | [depbank] | The Danish subsection of the [Universal Dependencies Treebank](https://github.com/UniversalDependencies/UD_Danish-DDT) | Other | 185.45K | [CC-BY-SA 4.0] |
354
  | [synne] | Dataset collected from [synnejysk forening's website](https://www.synnejysk.dk), covering the Danish dialect sønderjysk | Other | 52.02K | [CC-0] |
355
+ | **Total** | | | 4.70B | |
356
 
357
  [ai-aktindsigt]: data/ai-aktindsigt/ai-aktindsigt.md
358
  [cellar]: data/cellar/cellar.md
data/danske-taler/danske-taler.md CHANGED
@@ -40,8 +40,8 @@ Learn more about danske taler by reading their [about us](https://www.dansketale
40
  - **Language**: dan, dansk, Danish
41
  - **Domains**: Conversation, Speeches, Spoken
42
  - **Number of samples**: 2.91K
43
- - **Number of tokens (Llama 3)**: 8.81M
44
- - **Average document length (characters)**: 9228.65
45
  <!-- END-DESC-STATS -->
46
 
47
 
@@ -53,7 +53,7 @@ An example from the dataset looks as follows.
53
  ```py
54
  {
55
  "id": "danske-taler_281",
56
- "text": "Tyske landsmænd og -kvinder !\n\nSyv år er kort tid, en brøkdel af en enkel menneskelig normaltilværel[...]",
57
  "source": "danske-taler",
58
  "added": "2025-06-24",
59
  "created": "1940-01-30, 1940-01-30",
 
40
  - **Language**: dan, dansk, Danish
41
  - **Domains**: Conversation, Speeches, Spoken
42
  - **Number of samples**: 2.91K
43
+ - **Number of tokens (Llama 3)**: 8.72M
44
+ - **Average document length (characters)**: 9140.42
45
  <!-- END-DESC-STATS -->
46
 
47
 
 
53
  ```py
54
  {
55
  "id": "danske-taler_281",
56
+ "text": "Tyske landsmænd og -kvinder !\nSyv år er kort tid, en brøkdel af en enkel menneskelig normaltilværels[...]",
57
  "source": "danske-taler",
58
  "added": "2025-06-24",
59
  "created": "1940-01-30, 1940-01-30",
data/danske-taler/descriptive_stats.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "number_of_samples": 2912,
3
- "average_document_length": 9228.645260989011,
4
- "number_of_tokens": 8809004,
5
- "revision": "8d056aba9953ef0cf4c402ccb9deff745d8307af"
6
  }
 
1
  {
2
  "number_of_samples": 2912,
3
+ "average_document_length": 9140.421703296703,
4
+ "number_of_tokens": 8723951,
5
+ "revision": "bcb374cb39c593a23e26534d5f2f182dee3edceb"
6
  }
data/danske-taler/images/dist_document_length.png CHANGED

Git LFS Details

  • SHA256: eea9882f1b9cc4bc36a728144f1e95c55337ac67b6c4f3c67a36d34ba0a8fd64
  • Pointer size: 131 Bytes
  • Size of remote file: 560 kB

Git LFS Details

  • SHA256: 8a6cc3946783f2d8e4725e50acc17b4ffbc84c38bb521253a5c2dca9087aa34d
  • Pointer size: 131 Bytes
  • Size of remote file: 553 kB
data/ncc_newspaper/ncc_newspaper.md CHANGED
@@ -25,6 +25,7 @@ The Norwegian Colossal Corpus is a collection of multiple smaller Norwegian corp
25
 
26
  <!-- START-DESC-STATS -->
27
  - **Language**: dan, dansk, Danish
 
28
  - **Number of samples**: 5.37K
29
  - **Number of tokens (Llama 3)**: 1.05M
30
  - **Average document length (characters)**: 571.69
 
25
 
26
  <!-- START-DESC-STATS -->
27
  - **Language**: dan, dansk, Danish
28
+ - **Domains**: News
29
  - **Number of samples**: 5.37K
30
  - **Number of tokens (Llama 3)**: 1.05M
31
  - **Average document length (characters)**: 571.69
data/retsinformationdk/create.py ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # /// script
2
+ # requires-python = ">=3.12"
3
+ # dependencies = [
4
+ # "datasets==3.2.0",
5
+ # "pandas",
6
+ # "requests",
7
+ # "trafilatura",
8
+ # "dynaword"
9
+ # ]
10
+ # [tool.uv.sources]
11
+ # dynaword = { git = "https://huggingface.co/datasets/danish-foundation-models/danish-dynaword", rev = "00e7f2aee7f7ad2da423419f77ecbb9c0536de0d" }
12
+ # ///
13
+
14
+ from datetime import date, datetime
15
+ from io import StringIO
16
+ import logging
17
+ from pathlib import Path
18
+ import pandas as pd
19
+ import requests
20
+ from requests.adapters import HTTPAdapter
21
+ from urllib3 import Retry
22
+ from trafilatura import extract
23
+ from datasets import Dataset
24
+ from tqdm import tqdm
25
+
26
+ from dynaword.process_dataset import (
27
+ add_token_count,
28
+ ensure_column_order,
29
+ remove_duplicate_text,
30
+ remove_empty_texts,
31
+ )
32
+
33
+ TMP_DIR = Path(__file__).parent / "tmp"
34
+
35
+ BASE_URL = "https://www.retsinformation.dk/api/document/eli"
36
+
37
+ logger = logging.getLogger(__name__)
38
+ today = date.today()
39
+
40
+
41
+ def create_session_with_retries(retries=2, backoff_factor=0.5):
42
+ session = requests.Session()
43
+ retry_strategy = Retry(
44
+ total=retries,
45
+ backoff_factor=backoff_factor,
46
+ status_forcelist=[500, 502, 503, 504],
47
+ allowed_methods=["GET"],
48
+ respect_retry_after_header=True,
49
+ )
50
+ adapter = HTTPAdapter(max_retries=retry_strategy)
51
+ session.mount("http://", adapter)
52
+ session.mount("https://", adapter)
53
+ return session
54
+
55
+
56
+ def fetch_document_list():
57
+ download = True
58
+ csv_content = ""
59
+
60
+ df: pd.DataFrame = pd.DataFrame()
61
+
62
+ if TMP_DIR.exists():
63
+ files = list(TMP_DIR.glob("*.csv"))
64
+ file = sorted(files, reverse=True)[0]
65
+
66
+ file_date = datetime.strptime(file.stem, "%Y-%m-%d").date()
67
+
68
+ if (today - file_date).days < 180:
69
+ download = False
70
+ df = pd.read_csv(file)
71
+
72
+ if download:
73
+ logger.info("Downloading list of files from Retsinformation.dk")
74
+ response = requests.get(
75
+ "https://www.retsinformation.dk/api/documentsearch/csv?dt=10&dt=1480&dt=20&dt=30&dt=40&dt=50&dt=90&dt=120&dt=270&dt=60&dt=100&dt=80&dt=110&dt=130&dt=140&dt=150&dt=160&dt=170&dt=180&dt=200&dt=210&dt=220&dt=1510&dt=1490&dt=-10&dt=230&dt=240&dt=250&dt=260&dt=980&dt=360&dt=400&dt=380&dt=420&dt=1530&dt=440&dt=450&dt=430&dt=1540&dt=460&dt=410&dt=370&dt=480&dt=390&dt=500&dt=510&dt=520&dt=490&dt=300&dt=310&dt=320&dt=330&dt=340&dt=350&o=40"
76
+ )
77
+ # response = requests.get(url, headers=headers)
78
+ response.raise_for_status() # Raise error for bad responses
79
+
80
+ # The response is a gzip-compressed CSV in plain text
81
+ csv_content = response.content.decode("utf-16", errors="replace")
82
+ logger.info("Downloaded list of documents")
83
+
84
+ # Optionally parse with pandas
85
+ df = pd.read_csv(StringIO(csv_content), sep=";") # Assuming semicolon separator
86
+
87
+ df.to_csv(TMP_DIR / (today.strftime("%Y-%m-%d") + ".csv"), index=False)
88
+
89
+ return df[
90
+ [
91
+ "DokumentType",
92
+ "DokumentId",
93
+ "Titel",
94
+ "Ressort",
95
+ "Historisk",
96
+ "PubliceretTidspunkt",
97
+ "EliUrl",
98
+ ]
99
+ ]
100
+
101
+
102
+ def fetch_document(doc_info: pd.Series, session: requests.Session) -> dict:
103
+ url = BASE_URL + doc_info["EliUrl"].strip().split("eli")[1]
104
+
105
+ response = session.post(
106
+ url,
107
+ headers={
108
+ "Accept": "application/json",
109
+ "Content-Type": "application/json",
110
+ },
111
+ json={},
112
+ )
113
+ response.raise_for_status()
114
+
115
+ return response.json()[0]
116
+
117
+
118
+ def main():
119
+ save_path = Path(__file__).parent / "retsinformationdk.parquet"
120
+ documents = fetch_document_list()
121
+
122
+ logger.info(f"Found {len(documents)} documents from retsinformationdk")
123
+
124
+ session = create_session_with_retries()
125
+ docs = []
126
+ for idx, doc_info in tqdm(documents.iterrows(), total=len(documents)):
127
+ if doc_info["Historisk"]:
128
+ continue
129
+ try:
130
+ doc = fetch_document(doc_info, session)
131
+ text = extract(doc["documentHtml"], output_format="markdown")
132
+ docs.append(
133
+ {
134
+ "id": doc_info["DokumentId"],
135
+ "text": text if text else "",
136
+ "source": "retsinformationdk",
137
+ "added": today.strftime("%Y-%m-%d"),
138
+ "created": f"{date.fromisoformat(str(doc_info['PubliceretTidspunkt'])).strftime('%Y-%m-%d')}, {date.fromisoformat(str(doc_info['PubliceretTidspunkt'])).strftime('%Y-%m-%d')}",
139
+ }
140
+ )
141
+ except Exception as e:
142
+ logger.error(f"Ran in to error: {e}")
143
+ logger.error(f"Skipping doc {doc_info['DokumentId']}")
144
+
145
+ ds = Dataset.from_list(docs)
146
+
147
+ # quality checks and processing
148
+ ds = remove_empty_texts(ds)
149
+ ds = remove_duplicate_text(ds)
150
+ ds = add_token_count(ds)
151
+ ds = ensure_column_order(ds)
152
+
153
+ ds.to_parquet(save_path)
154
+
155
+
156
+ if __name__ == "__main__":
157
+ log_path = Path(__file__).parent / "retsinformationdk.log"
158
+ logging.basicConfig(
159
+ level=logging.INFO,
160
+ format="%(asctime)s - %(levelname)s - %(message)s",
161
+ handlers=[
162
+ logging.StreamHandler(),
163
+ logging.FileHandler(log_path),
164
+ ],
165
+ )
166
+ main()
data/retsinformationdk/descriptive_stats.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "number_of_samples": 63979,
3
- "average_document_length": 22262.417246283938,
4
- "number_of_tokens": 516352722,
5
- "revision": "1546256ca9562ecef403e433276c36770859089e"
6
  }
 
1
  {
2
+ "number_of_samples": 100524,
3
+ "average_document_length": 23265.030191794995,
4
+ "number_of_tokens": 818252220,
5
+ "revision": "2c91001b440e33497c34fbfa9b40dfffffa25620"
6
  }
data/retsinformationdk/images/dist_document_length.png CHANGED

Git LFS Details

  • SHA256: 310522bbd483fb50794c9bca4975c2cad2ad3c3ef5be7a73252222213bcd9a3b
  • Pointer size: 131 Bytes
  • Size of remote file: 573 kB

Git LFS Details

  • SHA256: 0c7be68f9042207eae602d768b6cb499a6322e8681e925271df205ba27865a2a
  • Pointer size: 131 Bytes
  • Size of remote file: 584 kB
data/retsinformationdk/retsinformationdk.md CHANGED
@@ -39,9 +39,9 @@ It serves as a central repository for Danish legislation, administrative regulat
39
  <!-- START-DESC-STATS -->
40
  - **Language**: dan, dansk, Danish
41
  - **Domains**: Legal
42
- - **Number of samples**: 63.98K
43
- - **Number of tokens (Llama 3)**: 516.35M
44
- - **Average document length (characters)**: 22262.42
45
  <!-- END-DESC-STATS -->
46
 
47
 
@@ -52,12 +52,12 @@ An example from the dataset looks as follows.
52
  <!-- START-SAMPLE -->
53
  ```py
54
  {
55
- "id": "retsinformationdk_173889",
56
- "text": "Den fulde tekst Pressenævnets kendelse i sag nr. 15-70-00822\nResumé\nForeningen for Skånsomt Kystfisk[...]",
57
  "source": "retsinformationdk",
58
- "added": "2019-11-22",
59
- "created": "2000-01-01, 2022-01-01",
60
- "token_count": 900
61
  }
62
  ```
63
 
 
39
  <!-- START-DESC-STATS -->
40
  - **Language**: dan, dansk, Danish
41
  - **Domains**: Legal
42
+ - **Number of samples**: 100.52K
43
+ - **Number of tokens (Llama 3)**: 818.25M
44
+ - **Average document length (characters)**: 23265.03
45
  <!-- END-DESC-STATS -->
46
 
47
 
 
52
  <!-- START-SAMPLE -->
53
  ```py
54
  {
55
+ "id": "AA014851",
56
+ "text": "Indsamlingsnævnets afgørelse i sag nr. 22-730-00015\n\nIndsamlingsnævnet fandt det kritisabelt, at Gad[...]",
57
  "source": "retsinformationdk",
58
+ "added": "2025-06-26",
59
+ "created": "2025-06-25, 2025-06-25",
60
+ "token_count": 4062
61
  }
62
  ```
63
 
data/retsinformationdk/retsinformationdk.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5949575b39426d8084c9001213d838d94b71b739fa63725445402ef73c4c1f2
3
- size 648707629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191bab8a3e7ae419394a622b74ae0fe64e9b5033066eeab4a3b3d2960153d48a
3
+ size 1017748370
data/scrape_hovedstaden/scrape_hovedstaden.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: "Health Hovedstaden"
3
  language:
4
  - da
5
  license: cc0-1.0
 
1
  ---
2
+ pretty_name: Health Hovedstaden
3
  language:
4
  - da
5
  license: cc0-1.0
descriptive_stats.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "number_of_samples": 915090,
3
- "average_document_length": 14778.0072255188,
4
- "number_of_tokens": 4396075044,
5
- "revision": "8e2259b9aaa48bb3950b8b4111d10a92ba834459"
6
  }
 
1
  {
2
+ "number_of_samples": 951889,
3
+ "average_document_length": 15168.871661506751,
4
+ "number_of_tokens": 4698470546,
5
+ "revision": "bcb374cb39c593a23e26534d5f2f182dee3edceb"
6
  }
images/dist_document_length.png CHANGED

Git LFS Details

  • SHA256: 1ac9aaeefba6068085e4ff2d26897df4da73bb630df8e99186064d2ee0c387b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB

Git LFS Details

  • SHA256: 2da47bd3c2e1f46fdc567e5dcc8e9ecea05dc5ad6c4abc6f9f525ccbe7ac8363
  • Pointer size: 132 Bytes
  • Size of remote file: 1.94 MB
images/domain_distribution.png CHANGED

Git LFS Details

  • SHA256: f58bcffc474e8aabf11fa28539e00f3551b09f667a21679692315245867baccb
  • Pointer size: 131 Bytes
  • Size of remote file: 344 kB

Git LFS Details

  • SHA256: 9567ebaa5fe2b1b5df155a22287c4b67ee34b280723a9c9e477db9a89377c3d2
  • Pointer size: 131 Bytes
  • Size of remote file: 332 kB
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "dynaword"
3
- version = "1.2.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.3"
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
test_results.log CHANGED
@@ -1,5 +1,5 @@
1
  ============================= test session starts ==============================
2
- platform darwin -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
3
  rootdir: /Users/kristianjensen/Documents/danish-dynaword
4
  configfile: pyproject.toml
5
  collected 319 items
 
1
  ============================= test session starts ==============================
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