CoolFace
Datasetpublic

lmms-eval/Video-MME

sourceHugging Faceupdated 2y agoView on Hugging Face
96likes40kdownloads
README.md39 linesDownload Raw Back to root
1---2dataset_info:3  config_name: videomme4  features:5  - name: video_id6    dtype: string7  - name: duration8    dtype: string9  - name: domain10    dtype: string11  - name: sub_category12    dtype: string13  - name: url14    dtype: string15  - name: videoID16    dtype: string17  - name: question_id18    dtype: string19  - name: task_type20    dtype: string21  - name: question22    dtype: string23  - name: options24    sequence: string25  - name: answer26    dtype: string27  splits:28  - name: test29    num_bytes: 1003241.030    num_examples: 270031  download_size: 40516732  dataset_size: 1003241.033configs:34- config_name: videomme35  data_files:36  - split: test37    path: videomme/test-*38---39