theodor1289 commited on
Commit
8d5930f
1 Parent(s): 9724144

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_url
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: text
9
+ dtype: string
10
+ - name: context_page_description
11
+ dtype: string
12
+ - name: context_section_description
13
+ dtype: string
14
+ - name: caption_alt_text_description
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 73247697.0
19
+ num_examples: 882
20
+ - name: test
21
+ num_bytes: 8588991.0
22
+ num_examples: 99
23
+ download_size: 81145983
24
+ dataset_size: 81836688.0
25
+ ---
26
+ # Dataset Card for "wit_tiny"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)