CoolFace
Datasetpublic

dingyue1011/Modality-Align

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes27downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: keywords_claude357    dtype: string8  - name: short_caption_claude359    dtype: string10  - name: detailed_caption_claude3511    dtype: string12  - name: keywords_gpt4o13    dtype: string14  - name: short_caption_gpt4o15    dtype: string16  - name: detailed_caption_gpt4o17    dtype: string18  splits:19  - name: train20    num_bytes: 111534169.4421    num_examples: 269522  download_size: 19874476623  dataset_size: 111534169.4424configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29---30