update git download instruction
Browse files
README.md
CHANGED
@@ -54,6 +54,7 @@ We use `data-intermediate.tar.zst` as an example here.
|
|
54 |
|
55 |
#### by directly download
|
56 |
|
|
|
57 |
![](direct_download_data-intermediate.png)
|
58 |
|
59 |
#### by git
|
@@ -68,6 +69,15 @@ git clone https://huggingface.co/datasets/mango-ttic/data-intermediate
|
|
68 |
# git clone https://hf-mirror.com/datasets/mango-ttic/data-intermediate
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
### 2. decompress
|
72 |
|
73 |
Because some json files are huge, we use tar.zst to package the data efficiently.
|
|
|
54 |
|
55 |
#### by directly download
|
56 |
|
57 |
+
You can selectively download certain variation of your choice.
|
58 |
![](direct_download_data-intermediate.png)
|
59 |
|
60 |
#### by git
|
|
|
69 |
# git clone https://hf-mirror.com/datasets/mango-ttic/data-intermediate
|
70 |
```
|
71 |
|
72 |
+
If you want to clone without large files - just their pointers
|
73 |
+
|
74 |
+
```bash
|
75 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/mango-ttic/data-intermediate
|
76 |
+
|
77 |
+
# or, use hf-mirror if your connection to huggingface.co is slow
|
78 |
+
# GIT_LFS_SKIP_SMUDGE=1 git clone https://hf-mirror.com/datasets/mango-ttic/data-intermediate
|
79 |
+
```
|
80 |
+
|
81 |
### 2. decompress
|
82 |
|
83 |
Because some json files are huge, we use tar.zst to package the data efficiently.
|