CoolFace
Datasetpublic

Hennara/Recap-DataComp-1B_split_5

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes197downloads
README.md38 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: url5    dtype: string6  - name: re_caption7    dtype: string8  - name: org_caption9    dtype: string10  - name: sha25611    dtype: string12  - name: key13    dtype: string14  - name: re_clip_score15    dtype: float6416  - name: org_clip_score17    dtype: float6418  - name: re_length19    dtype: int6420  - name: org_length21    dtype: int6422  - name: re_gpt4v_score23    dtype: int6424  - name: org_gpt4v_score25    dtype: int6426  splits:27  - name: train28    num_bytes: 6790848526129    num_examples: 11761128230  download_size: 4129233004031  dataset_size: 6790848526132configs:33- config_name: default34  data_files:35  - split: train36    path: data/train-*37---38