FBench / README.md
Xnhyacinth's picture
Update README.md
939bbeb verified
metadata
dataset_info:
  - config_name: longvideobench
    features:
      - name: video_id
        dtype: string
      - name: id
        dtype: string
      - name: video_path
        dtype: string
      - name: subtitle_path
        dtype: string
      - name: correct_choice
        dtype: int64
      - name: question
        dtype: string
      - name: option0
        dtype: string
      - name: option1
        dtype: string
      - name: option2
        dtype: string
      - name: option3
        dtype: string
      - name: option4
        dtype: string
      - name: duration
        dtype: float64
      - name: duration_group
        dtype: int64
      - name: question_category
        dtype: string
      - name: topic_category
        dtype: string
      - name: starting_timestamp_for_subtitles
        dtype: float64
    splits:
      - name: validation
        num_bytes: 385000
        num_examples: 611
    download_size: 214806
    dataset_size: 385000
  - config_name: videomme
    features:
      - name: video_id
        dtype: string
      - name: duration
        dtype: string
      - name: domain
        dtype: string
      - name: sub_category
        dtype: string
      - name: url
        dtype: string
      - name: videoID
        dtype: string
      - name: question_id
        dtype: string
      - name: task_type
        dtype: string
      - name: question
        dtype: string
      - name: options
        list: string
      - name: answer
        dtype: string
    splits:
      - name: test
        num_bytes: 480069
        num_examples: 1292
    download_size: 200775
    dataset_size: 480069
configs:
  - config_name: longvideobench
    data_files:
      - split: validation
        path: longvideobench/validation-*
  - config_name: videomme
    data_files:
      - split: test
        path: videomme/test-*