rvorias/realms_adventurers
收藏Hugging Face2023-03-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/rvorias/realms_adventurers
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
task_categories:
- text-to-image
language:
- en
tags:
- stable-diffusion
- realms
pretty_name: Realms Adventurers Dataset
size_categories:
- n<1K
---
# Realms Adventurer Dataset for Text-to-Image
This dataset contains annotated image-caption pairs with a specific structure.
## Example
```json
{
"file_name": "91200682-07_giants.png",
"sex": "male",
"race": "giant",
"class": "mage",
"inherent_features": "red flowers growing on his skin",
"clothing": "brown leather pants",
"accessories": null,
"background": "between tall red trees",
"shot": "full",
"view": "frontal",
"caption": "a male giant mage with red flowers growing on his skin, wearing brown leather pants, between tall red trees, full, frontal"
}
```
## Usage
```python
import datasets
dataset = datasets.load_dataset("rvorias/realms_adventurers")
dataset["train"][0]
```
## Annotation tooling
Label-studio was used to organize and create annotations.
提供机构:
rvorias
原始信息汇总
Realms Adventurers Dataset 概述
基本信息
- 许可证: other
- 任务类别: text-to-image
- 语言: en
- 标签: stable-diffusion, realms
- 数据集名称: Realms Adventurers Dataset
- 数据集大小: n<1K
数据集内容
- 描述: 包含特定结构的图像-标题配对数据集。
- 示例结构: json { "file_name": "91200682-07_giants.png", "sex": "male", "race": "giant", "class": "mage", "inherent_features": "red flowers growing on his skin", "clothing": "brown leather pants", "accessories": null, "background": "between tall red trees", "shot": "full", "view": "frontal", "caption": "a male giant mage with red flowers growing on his skin, wearing brown leather pants, between tall red trees, full, frontal" }
使用方法
- 加载数据集: python import datasets dataset = datasets.load_dataset("rvorias/realms_adventurers") dataset["train"][0]
注释工具
- 工具: Label-studio
- 用途: 用于组织和创建注释。



