datajuicer/llava-pretrain-refined-by-data-juicer
收藏资源简介:
LLaVA pretrain -- LCS-558k数据集是LLaVA预训练数据集的一个精炼版本,通过Data-Juicer工具去除了原始数据集中的一些低质量样本,以提高数据集的质量。该数据集主要用于多模态大语言模型的预训练。数据集的样本数量为500,380个,保留了原始数据集的约89.65%。精炼过程包括修复Unicode错误、标点符号规范化、过滤不符合特定条件的文本和图像样本等步骤。
LLaVA Pretrain -- The LCS-558k dataset is a refined version of the LLaVA pre-training dataset. Some low-quality samples from the original dataset are removed via the Data-Juicer tool to improve the overall quality of the dataset. This dataset is primarily intended for the pre-training of multimodal large language models. It contains 500,380 samples, retaining approximately 89.65% of the original dataset. The refinement process involves steps including fixing Unicode errors, standardizing punctuation, filtering out text and image samples that do not meet specific criteria, and so on.
LLaVA pretrain -- LCS-558k (refined by Data-Juicer)
数据集概述
- 数据集名称: LLaVA pretrain -- LCS-558k (refined by Data-Juicer)
- 数据集版本: 由Data-Juicer精炼的版本,去除了部分“不良”样本,提高了数据质量。
- 数据集用途: 通常用于预训练多模态大型语言模型。
- 数据集大小: 约115MB,包含500,380个样本,保留了原始数据集的约89.65%。
数据集信息
- 样本数量: 500,380
- 保留比例: 约89.65%(从原始数据集中保留)
精炼配方
- 项目名称: llava-1.5-pretrain-dataset-refine-recipe
- 数据集路径: blip_laion_cc_sbu_558k_dj_fmt_only_caption.jsonl
- 导出路径: blip_laion_cc_sbu_558k_dj_fmt_only_caption_refined.jsonl
- 子进程数量: 42
- 文本键名: text
- 图像键名: images
- 图像特殊标记: <image>
- 块结束特殊标记: <|__dj__eoc|>
- 开启追踪: true
处理流程
- 修复Unicode错误: fix_unicode_mapper
- 标点符号规范化: punctuation_normalization_mapper
- 字母数字过滤: alphanumeric_filter
- 最小比例: 0.60
- 字符重复过滤: character_repetition_filter
- 重复长度: 10
- 最大比例: 0.09373663
- 标记词过滤: flagged_words_filter
- 语言: en
- 最大比例: 0.0
- 困惑度过滤: perplexity_filter
- 语言: en
- 最大困惑度: 14435.5806
- 特殊字符过滤: special_characters_filter
- 最小比例: 0.16534802
- 最大比例: 0.42023757
- 单词重复过滤: word_repetition_filter
- 语言: en
- 重复长度: 10
- 最大比例: 0.03085751
- 图像宽高比过滤: image_aspect_ratio_filter
- 最小比例: 0.333
- 最大比例: 3.0
- 任意或全部: any
- 图像形状过滤: image_shape_filter
- 最大宽度: 727.8798422276
- 最大高度: 606.2421072264
- 任意或全部: any
- 图像大小过滤: image_size_filter
- 最大大小: 124KB
- 任意或全部: any
- 图像文本相似度过滤: image_text_similarity_filter
- 使用的CLIP模型: openai/clip-vit-base-patch32
- 最小相似度: 0.20315419
- 图像文本匹配过滤: image_text_matching_filter
- 使用的BLIP模型: Salesforce/blip-itm-base-coco
- 最小匹配分数: 0.44930778




