Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
NICE / README.md
nielsr's picture
nielsr HF Staff
Improve dataset card: Add task category, GitHub link, and sample usage
8f791ad verified
|
raw
history blame
696 Bytes
metadata
license: cc-by-sa-4.0
task_categories:
  - text-to-image

World-To-Image: NICE Benchmark Dataset

This repository contains the NICE benchmark dataset presented in the paper World-To-Image: Grounding Text-to-Image Generation with Agent-Driven World Knowledge.

Sample Usage

You may access the NICE Benchmark dataset through the following code:

from datasets import load_dataset  
dataset = load_dataset("mhsonkyle/NICE")