--- annotations_creators: - crowdsourced language_creators: - crowdsourced language: - zh license: - cc-by-4.0 multilinguality: - monolingual pretty_name: laion-high-resolution-chinese task_categories: - feature-extraction --- # laion2B-multi-chinese-subset ## 简介 Brief Introduction 取自Laion5B-high-resolution多语言多模态数据集中的中文部分,一共**M个图文对。 A subset from Laion5B-high-resolution (a multimodal dataset), around **M image-text pairs (only Chinese). ## 数据集信息 Dataset Information 大约一共**M个中文图文对。大约占用**GB空间(仅仅是url等文本信息,不包含图片)。 - Homepage: [laion-5b](https://laion.ai/blog/laion-5b/) - Huggingface: [laion/laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) ## 下载 Download ```bash 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 .. ``` ## Lisence CC-BY-4.0