Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Fixing docstring
Browse files
data/danske-taler/create.py
CHANGED
@@ -30,6 +30,14 @@ It saves it into the following structure:
|
|
30 |
}
|
31 |
```
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
"""
|
34 |
|
35 |
import logging
|
|
|
30 |
}
|
31 |
```
|
32 |
|
33 |
+
Note: To run this script, you need to set `GIT_LFS_SKIP_SMUDGE=1` to be able to install dynaword:
|
34 |
+
|
35 |
+
```bash
|
36 |
+
GIT_LFS_SKIP_SMUDGE=1 uv run data/memo/create.py
|
37 |
+
```
|
38 |
+
|
39 |
+
This second version fixed previous issues with the download and processing of the Danish Memo repository:
|
40 |
+
https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/67
|
41 |
"""
|
42 |
|
43 |
import logging
|