CoolFace
Datasetpublic

Asap7772/emb_classify_caption

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
README.md58 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: user_id5    dtype: int646  - name: text7    dtype: string8  - name: emb9    sequence:10      sequence: float6411  - name: preferred_image_uid_012    dtype: string13  - name: dispreferred_image_uid_014    dtype: string15  - name: caption_016    dtype: string17  - name: preferred_image_uid_118    dtype: string19  - name: dispreferred_image_uid_120    dtype: string21  - name: caption_122    dtype: string23  - name: preferred_image_uid_224    dtype: string25  - name: dispreferred_image_uid_226    dtype: string27  - name: caption_228    dtype: string29  - name: preferred_image_uid_330    dtype: string31  - name: dispreferred_image_uid_332    dtype: string33  - name: caption_334    dtype: string35  - name: class36    dtype: int6437  - name: __index_level_0__38    dtype: int6439  - name: user_description40    dtype: string41  splits:42  - name: train43    num_bytes: 1962475826044    num_examples: 2344445  - name: test46    num_bytes: 217809113747    num_examples: 260248  download_size: 542834557449  dataset_size: 2180284939750configs:51- config_name: default52  data_files:53  - split: train54    path: data/train-*55  - split: test56    path: data/test-*57---58