TALI / README.md
Antreas's picture
Upload README.md with huggingface_hub
2b638ba
|
raw
history blame
No virus
1.91 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_url
      dtype: string
    - name: item_idx
      dtype: int64
    - name: wit_features
      struct:
        - name: attribution_passes_lang_id
          sequence: bool
        - name: caption_alt_text_description
          sequence: string
        - name: caption_reference_description
          sequence: string
        - name: caption_title_and_reference_description
          sequence: string
        - name: context_page_description
          sequence: string
        - name: context_section_description
          sequence: string
        - name: hierarchical_section_title
          sequence: string
        - name: is_main_image
          sequence: bool
        - name: language
          sequence: string
        - name: page_changed_recently
          sequence: bool
        - name: page_title
          sequence: string
        - name: page_url
          sequence: string
        - name: section_title
          sequence: string
    - name: wit_idx
      dtype: int64
    - name: youtube_title_text
      dtype: string
    - name: youtube_description_text
      dtype: string
    - name: youtube_video_content
      dtype: binary
    - name: youtube_video_starting_time
      dtype: string
    - name: youtube_subtitle_text
      dtype: string
    - name: youtube_video_size
      dtype: int64
    - name: youtube_video_file_path
      dtype: string
  splits:
    - name: train
      num_bytes: 1902638101655.625
      num_examples: 1052915
    - name: val
      num_bytes: 104485442867.25
      num_examples: 57958
    - name: test
      num_bytes: 111107332347.375
      num_examples: 61389
  download_size: 2058391040534
  dataset_size: 2118230876870.25

Dataset Card for "TALI-big-2.0"

More Information needed