CoolFace
Datasetpublic

CognitiveLab/Stable_Diffusion_LLava

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes66downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: additional_feature7    struct:8    - name: id9      dtype: string10    - name: image11      dtype: string12    - name: conversations13      list:14      - name: from15        dtype: string16      - name: value17        dtype: string18  splits:19  - name: train20    num_bytes: 2671577795.8921    num_examples: 1201522  download_size: 258144611823  dataset_size: 2671577795.8924configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29---30