KennethEnevoldsen commited on
Commit
50a9937
·
verified ·
1 Parent(s): ebf13a5

Added LFS argument to setup

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +1 -0
CONTRIBUTING.md CHANGED
@@ -5,6 +5,7 @@ A huggingface datasets repository is a GitHub repository like any other. You can
5
  ```bash
6
  git clone https://huggingface.co/datasets/danish-foundation-models/danish-dynaword
7
  cd danish-dynaword
 
8
  ```
9
 
10
  You can the work with the dataset locally like so:
 
5
  ```bash
6
  git clone https://huggingface.co/datasets/danish-foundation-models/danish-dynaword
7
  cd danish-dynaword
8
+ git lfs pull # download large files to ensure that tests works
9
  ```
10
 
11
  You can the work with the dataset locally like so: