File size: 582 Bytes
e22c449 b47b5a5 e22c449 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: apache-2.0
dataset_info:
config_name: MSR-VTT
features:
- name: query_instruction
dtype: string
- name: query_text
dtype: string
- name: query_video
dtype: 'null'
- name: pos_text
dtype: 'null'
- name: pos_video
dtype: string
- name: neg_text
dtype: 'null'
- name: neg_video
dtype: 'null'
splits:
- name: test
num_bytes: 10821
num_examples: 100
download_size: 7841
dataset_size: 10821
configs:
- config_name: MSR-VTT
data_files:
- split: test
path: MSR-VTT/test-*
---
|