truongpdd commited on
Commit
ffd0fe2
1 Parent(s): 0b06538

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: language
5
+ dtype: string
6
+ - name: page_url
7
+ dtype: string
8
+ - name: image_url
9
+ dtype: string
10
+ - name: page_title
11
+ dtype: string
12
+ - name: section_title
13
+ dtype: string
14
+ - name: hierarchical_section_title
15
+ dtype: string
16
+ - name: caption_reference_description
17
+ dtype: string
18
+ - name: caption_attribution_description
19
+ dtype: string
20
+ - name: caption_alt_text_description
21
+ dtype: string
22
+ - name: mime_type
23
+ dtype: string
24
+ - name: original_height
25
+ dtype: int32
26
+ - name: original_width
27
+ dtype: int32
28
+ - name: is_main_image
29
+ dtype: bool
30
+ - name: attribution_passes_lang_id
31
+ dtype: bool
32
+ - name: page_changed_recently
33
+ dtype: bool
34
+ - name: context_page_description
35
+ dtype: string
36
+ - name: context_section_description
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 966699738.4883065
41
+ num_examples: 514473
42
+ download_size: 478250989
43
+ dataset_size: 966699738.4883065
44
+ ---
45
+ # Dataset Card for "wit_vietnamese_subset"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)