msrvtt / README.md
morpheushoc's picture
Upload dataset
a04a0d1 verified
|
raw
history blame
715 Bytes
metadata
dataset_info:
  features:
    - name: video_path
      dtype: string
    - name: caption
      sequence: string
    - name: binary_frames
      dtype: binary
    - name: num_frames
      dtype: int16
    - name: height
      dtype: int16
    - name: width
      dtype: int16
    - name: channels
      dtype: int16
  splits:
    - name: train
      num_bytes: 22957545170
      num_examples: 6513
    - name: val
      num_bytes: 1781766069
      num_examples: 497
    - name: test
      num_bytes: 10733498118
      num_examples: 2990
  download_size: 26468620048
  dataset_size: 35472809357
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*