davidberenstein1957 HF staff commited on
Commit
92c50d5
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
60
+ metadata.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - observers
4
+ - docling
5
+ dataset_info:
6
+ features:
7
+ - name: id
8
+ dtype: string
9
+ - name: filename
10
+ dtype: string
11
+ - name: label
12
+ dtype: string
13
+ - name: text
14
+ dtype: string
15
+ - name: caption_text
16
+ dtype: string
17
+ - name: image
18
+ dtype: image
19
+ - name: width
20
+ dtype: int64
21
+ - name: height
22
+ dtype: int64
23
+ - name: dpi
24
+ dtype: int64
25
+ - name: mimetype
26
+ dtype: string
27
+ - name: page_no
28
+ dtype: int64
29
+ - name: mime_type
30
+ dtype: string
31
+ - name: version
32
+ dtype: string
33
+ - name: tags
34
+ sequence: 'null'
35
+ - name: properties
36
+ dtype: 'null'
37
+ - name: error
38
+ dtype: string
39
+ - name: raw_response
40
+ dtype: string
41
+ - name: synced_at
42
+ dtype: 'null'
43
+ splits:
44
+ - name: train
45
+ num_bytes: 5266887336.627
46
+ num_examples: 100751
47
+ download_size: 3924187125
48
+ dataset_size: 5266887336.627
49
+ configs:
50
+ - config_name: default
51
+ data_files:
52
+ - split: train
53
+ path: data/train-*
54
+ ---
55
+
56
+ # Dataset Card for Dataset Name
57
+
58
+ <!-- Provide a quick summary of the dataset. -->
59
+
60
+
61
+
62
+ ## Dataset Details
63
+
64
+ ### Dataset Description
65
+
66
+ <!-- Provide a longer summary of what this dataset is. -->
67
+
68
+
69
+
70
+ - **Curated by:** [More Information Needed]
71
+ - **Funded by [optional]:** [More Information Needed]
72
+ - **Shared by [optional]:** [More Information Needed]
73
+ - **Language(s) (NLP):** [More Information Needed]
74
+ - **License:** [More Information Needed]
75
+
76
+ ### Dataset Sources [optional]
77
+
78
+ <!-- Provide the basic links for the dataset. -->
79
+
80
+ - **Repository:** [More Information Needed]
81
+ - **Paper [optional]:** [More Information Needed]
82
+ - **Demo [optional]:** [More Information Needed]
83
+
84
+ ## Uses
85
+
86
+ <!-- Address questions around how the dataset is intended to be used. -->
87
+
88
+ ### Direct Use
89
+
90
+ <!-- This section describes suitable use cases for the dataset. -->
91
+
92
+ [More Information Needed]
93
+
94
+ ### Out-of-Scope Use
95
+
96
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
97
+
98
+ [More Information Needed]
99
+
100
+ ## Dataset Structure
101
+
102
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
103
+
104
+ [More Information Needed]
105
+
106
+ ## Dataset Creation
107
+
108
+ ### Curation Rationale
109
+
110
+ <!-- Motivation for the creation of this dataset. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ### Source Data
115
+
116
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
117
+
118
+ #### Data Collection and Processing
119
+
120
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
121
+
122
+ [More Information Needed]
123
+
124
+ #### Who are the source data producers?
125
+
126
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
127
+
128
+ [More Information Needed]
129
+
130
+ ### Annotations [optional]
131
+
132
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
133
+
134
+ #### Annotation process
135
+
136
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
137
+
138
+ [More Information Needed]
139
+
140
+ #### Who are the annotators?
141
+
142
+ <!-- This section describes the people or systems who created the annotations. -->
143
+
144
+ [More Information Needed]
145
+
146
+ #### Personal and Sensitive Information
147
+
148
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
149
+
150
+ [More Information Needed]
151
+
152
+ ## Bias, Risks, and Limitations
153
+
154
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
155
+
156
+ [More Information Needed]
157
+
158
+ ### Recommendations
159
+
160
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
161
+
162
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
163
+
164
+ ## Citation [optional]
165
+
166
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
167
+
168
+ **BibTeX:**
169
+
170
+ [More Information Needed]
171
+
172
+ **APA:**
173
+
174
+ [More Information Needed]
175
+
176
+ ## Glossary [optional]
177
+
178
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
179
+
180
+ [More Information Needed]
181
+
182
+ ## More Information [optional]
183
+
184
+ [More Information Needed]
185
+
186
+ ## Dataset Card Authors [optional]
187
+
188
+ [More Information Needed]
189
+
190
+ ## Dataset Card Contact
191
+
192
+ [More Information Needed]
data/train-00000-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843c72b3276d491bae50240b5dbc988e17d8d20ae28734ecfc49ba0aca93da9a
3
+ size 426693838
data/train-00001-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea74c0b7622575a91797c06464a736466b57ce9729584b9ca882944c4a10aeb
3
+ size 436075231
data/train-00002-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e804dbb391db9eda8cda34d20b2a725f9aab4ebc0fdbb8bce8470e1ae0951bcd
3
+ size 351994301
data/train-00003-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a2f504abf7fc77fbed0b4e75d91ffb2186674567c3ff82f46eb053cf8a1dc58
3
+ size 430520807
data/train-00004-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb22b02e03e8411402cdb2e46f31ce6b8da6e3e512390ef66846d696fef538f
3
+ size 411124441
data/train-00005-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07343ba99cc21f706269de9cefbdd38455d251ff706e0b7567f56bb26b8a2d5f
3
+ size 277406946
data/train-00006-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883187fe123de7ad4c33851b8e5b29aad2e8c030cd0730a608e72766cc531d95
3
+ size 62704717
data/train-00007-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:486a72f821b2ef1baf84d6cfce59993f7919a3d7844c8cd8c0f580fe33402a4e
3
+ size 281289074
data/train-00008-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab6843760096bc2eda3dce228360c8f2da1057eee11756324a3cfb7f666507d
3
+ size 447940139
data/train-00009-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23fe7081f64f2fa887c8682951c31fa77bb063fb14295ca16a3cdc5a8231f48c
3
+ size 417106620
data/train-00010-of-00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0cc85a57dbc4ec2e7fe5bc15be98ae1726a5143813dbbdac772a80122497293
3
+ size 381331011