File size: 1,049 Bytes
24829c9
fb1b391
 
 
ae92a46
fb1b391
 
 
 
 
 
8d5f423
fb1b391
 
24829c9
fb1b391
 
 
 
 
 
 
 
 
 
 
 
b72edf5
fb1b391
 
 
2d102e6
 
 
 
 
 
 
 
fb1b391
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
annotations_creators:
- crowdsourced
language_creators:
- crowdsourced
language:
- zh
license:
- cc-by-nc-sa-4.0
multilinguality:
- monolingual
pretty_name: Wukong100M
task_categories:
- feature-extraction
---


# wukong100m

## 简介 Brief Introduction

取自Noah-Wukong多语言多模态数据集中的中文部分,一共100M个图文对。

A subset from Noah-Wukong (a multimodal dataset), around 100M image-text pairs (only Chinese).

## 数据集信息 Dataset Information

大约一共100M个中文图文对。大约占用16GB空间(仅仅是url等文本信息,不包含图片)。下载成功率在80%左右。(虽然我没有统计下载之后会占用多少空间,但是,可以说非常非常大)

- Homepage: [Noah-Wukong](https://wukong-dataset.github.io/wukong-dataset/index.html)

## 下载 Download

```bash
mkdir wukong100m && cd wukong100m
for i in {00000..00031}; do wget https://huggingface.co/datasets/wanng/wukong100m/resolve/main/data/train-$i-of-00032.parquet; done
cd ..
```

## Lisence

CC BY-NC-SA 4.0