Antreas commited on
Commit
2b638ba
1 Parent(s): ed8fa5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: image_url
16
+ dtype: string
17
+ - name: item_idx
18
+ dtype: int64
19
+ - name: wit_features
20
+ struct:
21
+ - name: attribution_passes_lang_id
22
+ sequence: bool
23
+ - name: caption_alt_text_description
24
+ sequence: string
25
+ - name: caption_reference_description
26
+ sequence: string
27
+ - name: caption_title_and_reference_description
28
+ sequence: string
29
+ - name: context_page_description
30
+ sequence: string
31
+ - name: context_section_description
32
+ sequence: string
33
+ - name: hierarchical_section_title
34
+ sequence: string
35
+ - name: is_main_image
36
+ sequence: bool
37
+ - name: language
38
+ sequence: string
39
+ - name: page_changed_recently
40
+ sequence: bool
41
+ - name: page_title
42
+ sequence: string
43
+ - name: page_url
44
+ sequence: string
45
+ - name: section_title
46
+ sequence: string
47
+ - name: wit_idx
48
+ dtype: int64
49
+ - name: youtube_title_text
50
+ dtype: string
51
+ - name: youtube_description_text
52
+ dtype: string
53
+ - name: youtube_video_content
54
+ dtype: binary
55
+ - name: youtube_video_starting_time
56
+ dtype: string
57
+ - name: youtube_subtitle_text
58
+ dtype: string
59
+ - name: youtube_video_size
60
+ dtype: int64
61
+ - name: youtube_video_file_path
62
+ dtype: string
63
+ splits:
64
+ - name: train
65
+ num_bytes: 1902638101655.625
66
+ num_examples: 1052915
67
+ - name: val
68
+ num_bytes: 104485442867.25
69
+ num_examples: 57958
70
+ - name: test
71
+ num_bytes: 111107332347.375
72
+ num_examples: 61389
73
+ download_size: 2058391040534
74
+ dataset_size: 2118230876870.25
75
+ ---
76
+ # Dataset Card for "TALI-big-2.0"
77
+
78
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)