wanng commited on
Commit
2d102e6
1 Parent(s): b72edf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -29,6 +29,14 @@ A subset from Noah-Wukong (a multimodal dataset), around 100M image-text pairs (
29
 
30
  - Homepage: [Noah-Wukong](https://wukong-dataset.github.io/wukong-dataset/index.html)
31
 
 
 
 
 
 
 
 
 
32
  ## Lisence
33
 
34
  CC BY-NC-SA 4.0
 
29
 
30
  - Homepage: [Noah-Wukong](https://wukong-dataset.github.io/wukong-dataset/index.html)
31
 
32
+ ## 下载 Download
33
+
34
+ ```bash
35
+ mkdir wukong100m && cd wukong100m
36
+ for i in {00000..00031}; do wget https://huggingface.co/datasets/wanng/wukong100m/resolve/main/data/train-$i-of-00032.parquet; done
37
+ cd ..
38
+ ```
39
+
40
  ## Lisence
41
 
42
  CC BY-NC-SA 4.0