File size: 1,914 Bytes
2b638ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
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](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)