kris927b commited on
Commit
f54f99a
·
1 Parent(s): ce4e62c

Fixing docstring

Browse files
Files changed (1) hide show
  1. data/danske-taler/create.py +8 -0
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