Datasets:
saattrupdan
commited on
Commit
•
80464a4
1
Parent(s):
45ce9d7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: image_url
|
7 |
+
dtype: string
|
8 |
+
- name: embedding
|
9 |
+
sequence: float64
|
10 |
+
length: 2048
|
11 |
+
- name: metadata_url
|
12 |
+
dtype: string
|
13 |
+
- name: original_height
|
14 |
+
dtype: int32
|
15 |
+
- name: original_width
|
16 |
+
dtype: int32
|
17 |
+
- name: mime_type
|
18 |
+
dtype: string
|
19 |
+
- name: caption_attribution_description
|
20 |
+
dtype: string
|
21 |
+
- name: page_url
|
22 |
+
dtype: string
|
23 |
+
- name: attribution_passes_lang_id
|
24 |
+
dtype: bool
|
25 |
+
- name: caption_alt_text_description
|
26 |
+
dtype: string
|
27 |
+
- name: caption_reference_description
|
28 |
+
dtype: string
|
29 |
+
- name: caption_title_and_reference_description
|
30 |
+
dtype: string
|
31 |
+
- name: context_page_description
|
32 |
+
dtype: string
|
33 |
+
- name: context_section_description
|
34 |
+
dtype: string
|
35 |
+
- name: hierarchical_section_title
|
36 |
+
dtype: string
|
37 |
+
- name: is_main_image
|
38 |
+
dtype: bool
|
39 |
+
- name: page_changed_recently
|
40 |
+
dtype: bool
|
41 |
+
- name: page_title
|
42 |
+
dtype: string
|
43 |
+
- name: section_title
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: test
|
47 |
+
num_bytes: 50882438.848311014
|
48 |
+
num_examples: 1024
|
49 |
+
- name: train
|
50 |
+
num_bytes: 8321067587.439611
|
51 |
+
num_examples: 167460
|
52 |
+
- name: val
|
53 |
+
num_bytes: 12720609.712077754
|
54 |
+
num_examples: 256
|
55 |
+
download_size: 8000497021
|
56 |
+
dataset_size: 8384670636.000001
|
57 |
+
---
|
58 |
+
# Dataset Card for "danish-wit"
|
59 |
+
|
60 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|