CoolFace
Datasetpublic

ohjoonhee/Visual-CoT-Sampled

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes85downloads
README.md30 linesDownload Raw Back to root
1---2configs:3- config_name: default4  data_files:5  - split: train6    path: data/train-*7dataset_info:8  features:9  - name: dataset10    dtype: string11  - name: split12    dtype: string13  - name: question_id14    dtype: int6415  - name: image16    list: image17  - name: conversations18    list:19    - name: from20      dtype: string21    - name: value22      dtype: string23  splits:24  - name: train25    num_bytes: 2860725000826    num_examples: 4041227  download_size: 2859378059228  dataset_size: 2860725000829---30