Commit
·
b5a2d88
1
Parent(s):
f42c710
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image_url
|
5 |
+
dtype: string
|
6 |
+
- name: image
|
7 |
+
dtype:
|
8 |
+
image:
|
9 |
+
decode: false
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: context_page_description
|
13 |
+
dtype: string
|
14 |
+
- name: context_section_description
|
15 |
+
dtype: string
|
16 |
+
- name: caption_alt_text_description
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 313793832273.375
|
21 |
+
num_examples: 3921869
|
22 |
+
- name: test
|
23 |
+
num_bytes: 34879359766.5
|
24 |
+
num_examples: 435764
|
25 |
+
download_size: 992115227
|
26 |
+
dataset_size: 348673192039.875
|
27 |
+
---
|
28 |
+
# Dataset Card for "wit"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|