wanng commited on
Commit
20ed74a
1 Parent(s): d2814e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ A subset from Laion5B-high-resolution (a multimodal dataset), around **M image-t
32
  ## 下载 Download
33
 
34
  ```bash
35
- mkdir laion2b_chinese_release && cd laion2b_chinese_release
36
  for i in {00000..00015}; do wget https://huggingface.co/datasets/wanng/laion-high-resolution-chinese/resolve/main/data/train-$i-of-00016.parquet; done
37
  cd ..
38
  ```
 
32
  ## 下载 Download
33
 
34
  ```bash
35
+ mkdir release && cd release
36
  for i in {00000..00015}; do wget https://huggingface.co/datasets/wanng/laion-high-resolution-chinese/resolve/main/data/train-$i-of-00016.parquet; done
37
  cd ..
38
  ```