timbrooks/instructpix2pix-clip-filtered
收藏资源简介:
--- dataset_info: features: - name: original_prompt dtype: string - name: original_image dtype: image - name: edit_prompt dtype: string - name: edited_prompt dtype: string - name: edited_image dtype: image splits: - name: train num_bytes: 130930966429.88 num_examples: 313010 download_size: 63067247926 dataset_size: 130930966429.88 language: - en size_categories: - 100K<n<1M --- # Dataset Card for InstructPix2Pix CLIP-filtered ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www.timothybrooks.com/instruct-pix2pix - **Repository:** https://github.com/timothybrooks/instruct-pix2pix - **Paper:** https://arxiv.org/abs/2211.09800 ## Dataset Summary The dataset can be used to train models to follow edit instructions. Edit instructions are available in the `edit_prompt`. `original_image` can be used with the `edit_prompt` and `edited_image` denotes the image after applying the `edit_prompt` on the `original_image`. Refer to the [GitHub repository](https://github.com/timothybrooks/instruct-pix2pix) to know more about how this dataset can be used to train a model that can follow instructions. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The text descriptions are in English. ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information The license for this dataset is a custom license. Refer to the licensing file to know more. ### Citation Information [More Information Needed] ### Contributions Thanks to [@sayakpaul](https://github.com/sayakpaul) for contributing this dataset.
--- dataset_info: 数据集信息: features: 特征列表: - name: 原始提示词(original_prompt) dtype: 字符串(string) - name: 原始图像(original_image) dtype: 图像(image) - name: 编辑提示词(edit_prompt) dtype: 字符串(string) - name: 编辑后提示词(edited_prompt) dtype: 字符串(string) - name: 编辑后图像(edited_image) dtype: 图像(image) splits: 数据划分: - name: 训练集(train) 字节数: 130930966429.88 样本数: 313010 下载大小: 63067247926 数据集总大小: 130930966429.88 language: 语言: - 英语(en) size_categories: 规模类别: - 100K<n<1M(10万 < 样本数 < 100万) --- # 经过CLIP过滤的InstructPix2Pix数据集卡片 ## 目录 - [目录](#table-of-contents) - [数据集描述](#dataset-description) - [数据集概述](#dataset-summary) - [支持任务与评测基准](#supported-tasks-and-leaderboards) - [语言](#languages) - [数据集结构](#dataset-structure) - [数据实例](#data-instances) - [数据字段](#data-fields) - [数据划分](#data-splits) - [数据集构建](#dataset-creation) - [筛选依据](#curation-rationale) - [源数据](#source-data) - [标注信息](#annotations) - [个人与敏感信息](#personal-and-sensitive-information) - [数据集使用注意事项](#considerations-for-using-the-data) - [数据集的社会影响](#social-impact-of-dataset) - [偏见分析](#discussion-of-biases) - [其他已知局限性](#other-known-limitations) - [附加信息](#additional-information) - [数据集维护者](#dataset-curators) - [许可信息](#licensing-information) - [引用信息](#citation-information) - [贡献致谢](#contributions) ## 数据集描述 - **官方主页:** https://www.timothybrooks.com/instruct-pix2pix - **代码仓库:** https://github.com/timothybrooks/instruct-pix2pix - **相关论文:** https://arxiv.org/abs/2211.09800 ## 数据集概述 本数据集可用于训练能够遵循编辑指令的模型。编辑指令存储于`编辑提示词(edit_prompt)`字段中。可将`原始图像(original_image)`与`编辑提示词(edit_prompt)`结合使用,`编辑后图像(edited_image)`表示对`原始图像(original_image)`应用`编辑提示词(edit_prompt)`后得到的结果。如需了解更多关于如何使用本数据集训练可遵循指令的模型的细节,请参考其GitHub仓库。 ### 支持任务与评测基准 [需补充更多信息] ### 语言 本数据集的文本描述采用英语。 ## 数据集结构 ### 数据实例 [需补充更多信息] ### 数据字段 [需补充更多信息] ### 数据划分 [需补充更多信息] ## 数据集构建 ### 筛选依据 [需补充更多信息] ### 源数据 #### 初始数据收集与归一化 [需补充更多信息] #### 源文本的创作者是谁? [需补充更多信息] ### 标注信息 #### 标注流程 [需补充更多信息] #### 标注人员是谁? [需补充更多信息] ### 个人与敏感信息 [需补充更多信息] ## 数据集使用注意事项 ### 数据集的社会影响 [需补充更多信息] ### 偏见分析 [需补充更多信息] ### 其他已知局限性 [需补充更多信息] ## 附加信息 ### 数据集维护者 [需补充更多信息] ### 许可信息 本数据集采用自定义许可协议,详情请参阅配套许可文件。 ### 引用信息 [需补充更多信息] ### 贡献致谢 感谢[@sayakpaul](https://github.com/sayakpaul)贡献本数据集。
数据集概述
数据集名称
- InstructPix2Pix CLIP-filtered
数据集描述
- 该数据集用于训练模型遵循编辑指令。编辑指令存储在
edit_prompt字段中,original_image字段包含原始图像,而edited_image字段表示应用edit_prompt后的图像。
数据集结构
数据字段
- original_prompt: 字符串类型
- original_image: 图像类型
- edit_prompt: 字符串类型
- edited_prompt: 字符串类型
- edited_image: 图像类型
数据分割
- train: 包含313010个示例,总大小为130930966429.88字节
数据集大小
- 下载大小: 63067247926字节
- 数据集总大小: 130930966429.88字节
语言
- 英语
大小类别
- 100K<n<1M
许可证信息
- 自定义许可证,详情请参考许可证文件。
贡献者




