wanng commited on
Commit
4200849
1 Parent(s): 9d1e629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - crowdsourced
6
+ language:
7
+ - zh
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: laion-high-resolution-chinese
13
+ task_categories:
14
+ - feature-extraction
15
  ---
16
+
17
+ # laion2B-multi-chinese-subset
18
+
19
+ ## 简介 Brief Introduction
20
+
21
+ 取自Laion5B-high-resolution多语言多模态数据集中的中文部分,一共**M个图文对。
22
+
23
+ A subset from Laion5B-high-resolution (a multimodal dataset), around **M image-text pairs (only Chinese).
24
+
25
+ ## 数据集信息 Dataset Information
26
+
27
+ 大约一共143M个中文图文对。大约占用19GB空间(仅仅是url等文本信息,不包含图片)。
28
+
29
+ - Homepage: [laion-5b](https://laion.ai/blog/laion-5b/)
30
+ - Huggingface: [laion/laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution)
31
+
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
+ ```
39
+
40
+ ## Lisence
41
+
42
+ CC-BY-4.0