datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
style-rank
Style Rank Dataset
Dataset
The dataset is a small aggregation of images from multiple styling papers:
B-LoRA
InstantStyle
MagicInsert
StyleAligned
StyleDrop
VisualStyle
Usage
The dataset is formatted to be used with WebDataset to assess the fidelity of style transfer models.
import webdataset as wds
url = f"pipe:curl -s -L https://huggingface.co/datasets/jasperai/style-rank/resolve/main/stylerank_papers.tar"
dataset = wds.WebDataset(url).decode('pil')… See the full description on the dataset page: https://huggingface.co/datasets/jasperai/style-rank.nuscenes_generated_range
