WiNE-iNEFF/MidJoyrneyV5-6
收藏Hugging Face2024-01-26 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/WiNE-iNEFF/MidJoyrneyV5-6
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- text-to-image
- image-to-text
language:
- en
tags:
- art
- text2image
- img2text
- image generation
- midjoyrney
- midjoyrneyV5
- midjoyrneyv6
pretty_name: MidJoyrneyV5-6
size_categories:
- 1K<n<10K
license: mit
dataset_info:
features:
- name: channel_id
dtype: string
- name: id
dtype: string
- name: url
dtype: image
- name: content
dtype: string
configs:
- config_name: V6
data_files: MidJoyrneyV6.csv
default: true
- config_name: V5
data_files: MidJoyrneyV5.csv
---
# MidJoyrney V5-6
MidJoyrney V5-6 is a large-scale dataset scrape from official Discord server MidJoyrney. All text description and images generated by users who use MidJoyrney.
## Dataset Structure
```bash
$ tree
├── MidJoyrney V5-6
│ ├── readme.md
│ ├── MidJoyrneyV5.csv
│ ├── MidJoyrneyV6.csv
```
## How to use
```python
from datasets import load_dataset
V6 = load_dataset("WiNE-iNEFF/MidJoyrneyV5-6", "V6")
V5 = load_dataset("WiNE-iNEFF/MidJoyrneyV5-6", "V5")
```
## Dataset Details
- **Curated by:** [Artsem Holub (WiNE iNEFF)](https://huggingface.co/WiNE-iNEFF)
- **Language(s) (NLP):** English
- **License:** mit
### Dataset Sources
- **Site** [MidJoyrney](https://www.midjourney.com/)
- **Discord:** [MidJoyrney](https://discord.com/invite/midjourney)
提供机构:
WiNE-iNEFF
原始信息汇总
MidJoyrney V5-6 数据集概述
基本信息
- 任务类别:
- 文本到图像
- 图像到文本
- 语言:
- 英语
- 标签:
- 艺术
- 文本到图像
- 图像到文本
- 图像生成
- MidJoyrney
- MidJoyrneyV5
- MidJoyrneyV6
- 数据集名称: MidJoyrneyV5-6
- 数据集大小: 1K<n<10K
- 许可证: MIT
数据集结构
- 特征:
channel_id: 字符串id: 字符串url: 图像content: 字符串
配置
- V6:
- 数据文件: MidJoyrneyV6.csv
- 默认配置: 是
- V5:
- 数据文件: MidJoyrneyV5.csv
使用方法
python from datasets import load_dataset
V6 = load_dataset("WiNE-iNEFF/MidJoyrneyV5-6", "V6") V5 = load_dataset("WiNE-iNEFF/MidJoyrneyV5-6", "V5")
数据集详情
- 语言: 英语
- 许可证: MIT



