取自Laion5B-high-resolution多语言多模态数据集中的中文部分,一共2.66M个图文对。
A subset from Laion5B-high-resolution (a multimodal dataset), around 2.66M image-text pairs (only Chinese).
大约一共2.66M个中文图文对。大约占用381MB空间(仅仅是url等文本信息,不包含图片)。
mkdir release && cd release
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
cd ..
CC-BY-4.0
15 commits
取自Laion5B-high-resolution多语言多模态数据集中的中文部分,一共2.66M个图文对。
A subset from Laion5B-high-resolution (a multimodal dataset), around 2.66M image-text pairs (only Chinese).
大约一共2.66M个中文图文对。大约占用381MB空间(仅仅是url等文本信息,不包含图片)。
mkdir release && cd release
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
cd ..
CC-BY-4.0
15 commits