Datasets:
hongxi
#4
by
maike8888
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- .gitignore +0 -73
- LICENSE.md +108 -398
- README.md +28 -112
- data/c4/c4-0000.json.gz +3 -0
- data/c4/c4-0001.json.gz +3 -0
- data/c4/c4-0002.json.gz +3 -0
- data/c4/c4-0003.json.gz +3 -0
- data/c4/c4-0004.json.gz +3 -0
- data/c4/c4-0005.json.gz +3 -0
- data/c4/c4-0006.json.gz +3 -0
- data/c4/c4-0007.json.gz +3 -0
- data/c4/c4-0008.json.gz +3 -0
- data/c4/c4-0009.json.gz +3 -0
- data/c4/c4-0010.json.gz +3 -0
- data/c4/c4-0011.json.gz +3 -0
- data/c4/c4-0012.json.gz +3 -0
- data/c4/c4-0013.json.gz +3 -0
- data/c4/c4-0014.json.gz +3 -0
- data/c4/c4-0015.json.gz +3 -0
- data/c4/c4-0016.json.gz +3 -0
- data/c4/c4-0017.json.gz +3 -0
- data/c4/c4-0018.json.gz +3 -0
- data/c4/c4-0019.json.gz +3 -0
- data/c4/c4-0020.json.gz +3 -0
- data/c4/c4-0021.json.gz +3 -0
- data/c4/c4-0022.json.gz +3 -0
- data/c4/c4-0023.json.gz +3 -0
- data/c4/c4-0024.json.gz +3 -0
- data/c4/c4-0025.json.gz +3 -0
- data/c4/c4-0026.json.gz +3 -0
- data/c4/c4-0027.json.gz +3 -0
- data/c4/c4-0028.json.gz +3 -0
- data/c4/c4-0029.json.gz +3 -0
- data/c4/c4-0030.json.gz +3 -0
- data/c4/c4-0031.json.gz +3 -0
- data/c4/c4-0032.json.gz +3 -0
- data/c4/c4-0033.json.gz +3 -0
- data/c4/c4-0034.json.gz +3 -0
- data/c4/c4-0035.json.gz +3 -0
- data/c4/c4-0036.json.gz +3 -0
- data/c4/c4-0037.json.gz +3 -0
- data/c4/c4-0038.json.gz +3 -0
- data/c4/c4-0039.json.gz +3 -0
- data/c4/c4-0040.json.gz +3 -0
- data/c4/c4-0041.json.gz +3 -0
- data/c4/c4-0042.json.gz +3 -0
- data/c4/c4-0043.json.gz +3 -0
- data/c4/c4-0044.json.gz +3 -0
- data/c4/c4-0045.json.gz +3 -0
- data/c4/c4-0046.json.gz +3 -0
.gitignore
DELETED
@@ -1,73 +0,0 @@
|
|
1 |
-
# build artifacts
|
2 |
-
|
3 |
-
.eggs/
|
4 |
-
.mypy_cache
|
5 |
-
*.egg-info/
|
6 |
-
build/
|
7 |
-
dist/
|
8 |
-
pip-wheel-metadata/
|
9 |
-
|
10 |
-
|
11 |
-
# dev tools
|
12 |
-
|
13 |
-
.envrc
|
14 |
-
.python-version
|
15 |
-
.idea
|
16 |
-
.venv/
|
17 |
-
.vscode/
|
18 |
-
/*.iml
|
19 |
-
|
20 |
-
|
21 |
-
# jupyter notebooks
|
22 |
-
|
23 |
-
.ipynb_checkpoints
|
24 |
-
|
25 |
-
|
26 |
-
# miscellaneous
|
27 |
-
|
28 |
-
.cache/
|
29 |
-
doc/_build/
|
30 |
-
*.swp
|
31 |
-
.DS_Store
|
32 |
-
|
33 |
-
|
34 |
-
# python
|
35 |
-
|
36 |
-
*.pyc
|
37 |
-
*.pyo
|
38 |
-
__pycache__
|
39 |
-
|
40 |
-
|
41 |
-
# testing and continuous integration
|
42 |
-
|
43 |
-
.coverage
|
44 |
-
.pytest_cache/
|
45 |
-
.benchmarks
|
46 |
-
|
47 |
-
# documentation build artifacts
|
48 |
-
|
49 |
-
docs/build
|
50 |
-
site/
|
51 |
-
|
52 |
-
# runs
|
53 |
-
/runs/
|
54 |
-
/wandb/
|
55 |
-
/scratch/
|
56 |
-
|
57 |
-
# compiled rust extension
|
58 |
-
target/
|
59 |
-
*.so
|
60 |
-
|
61 |
-
# macOS metadata
|
62 |
-
*.DS_Store
|
63 |
-
|
64 |
-
# ignoring test output
|
65 |
-
/tests/work/
|
66 |
-
/python/dolma/core/warc
|
67 |
-
|
68 |
-
# ignore vscode directory
|
69 |
-
.vscode
|
70 |
-
|
71 |
-
# ignore temporary directories
|
72 |
-
/tmp/
|
73 |
-
/temp/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LICENSE.md
CHANGED
@@ -1,428 +1,138 @@
|
|
1 |
-
|
|
|
2 |
|
3 |
-
###
|
4 |
|
5 |
-
|
6 |
-
intended to allow users to freely share, modify, and use this Database
|
7 |
-
subject only to the attribution requirements set out in Section 4.
|
8 |
-
|
9 |
-
Databases can contain a wide variety of types of content (images,
|
10 |
-
audiovisual material, and sounds all in the same database, for example),
|
11 |
-
and so this license only governs the rights over the Database, and not
|
12 |
-
the contents of the Database individually. Licensors may therefore wish
|
13 |
-
to use this license together with another license for the contents.
|
14 |
|
15 |
-
|
16 |
-
covered by other rights not addressed here (such as private contracts,
|
17 |
-
trademark over the name, or privacy rights / data protection rights
|
18 |
-
over information in the contents), and so you are advised that you may
|
19 |
-
have to consult other documents or clear other rights before doing
|
20 |
-
activities not covered by this License.
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
|
26 |
-
and
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
35 |
-
of a collection of independent databases in themselves that together are
|
36 |
-
assembled into a collective whole. A work that constitutes a Collective
|
37 |
-
Database will not be considered a Derivative Database.
|
38 |
|
39 |
-
|
40 |
-
or the Database as part of a Collective Database in any way that enables
|
41 |
-
a Person to make or receive copies of the Database or a Derivative
|
42 |
-
Database. Conveying does not include interaction with a user through a
|
43 |
-
computer network, or creating and Using a Produced Work, where no
|
44 |
-
transfer of a copy of the Database or a Derivative Database occurs.
|
45 |
|
46 |
-
|
47 |
-
information, independent works, or other material collected into the
|
48 |
-
Database. For example, the contents of the Database could be factual
|
49 |
-
data or works such as images, audiovisual material, text, or sounds.
|
50 |
|
51 |
-
|
52 |
-
systematic or methodical way and individually accessible by electronic
|
53 |
-
or other means offered under the terms of this License.
|
54 |
|
55 |
-
|
56 |
-
Parliament and of the Council of 11 March 1996 on the legal protection
|
57 |
-
of databases, as amended or succeeded.
|
58 |
|
59 |
-
|
60 |
-
generis") rights in the Database Directive (as amended and as transposed
|
61 |
-
by member states), which includes the Extraction and Re-utilisation of
|
62 |
-
the whole or a Substantial part of the Contents, as well as any similar
|
63 |
-
rights available in the relevant jurisdiction under Section 10.4.
|
64 |
|
65 |
-
|
66 |
-
includes any translation, adaptation, arrangement, modification, or any
|
67 |
-
other alteration of the Database or of a Substantial part of the
|
68 |
-
Contents. This includes, but is not limited to, Extracting or
|
69 |
-
Re-utilising the whole or a Substantial part of the Contents in a new
|
70 |
-
Database.
|
71 |
|
72 |
-
|
73 |
-
Substantial part of the Contents to another medium by any means or in
|
74 |
-
any form.
|
75 |
|
76 |
-
|
77 |
-
such as copyright and Database Rights and an agreement in contract.
|
78 |
|
79 |
-
|
80 |
-
of this License.
|
81 |
-
|
82 |
-
"Person" - Means a natural or legal person or a body of persons
|
83 |
-
corporate or incorporate.
|
84 |
|
85 |
-
|
86 |
-
or sounds) resulting from using the whole or a Substantial part of the
|
87 |
-
Contents (via a search or other query) from this Database, a Derivative
|
88 |
-
Database, or this Database as part of a Collective Database.
|
89 |
|
90 |
-
|
91 |
-
either more than 50% ownership or by the power to direct their
|
92 |
-
activities (such as contracting with an independent consultant).
|
93 |
|
94 |
-
|
95 |
-
or a Substantial part of the Contents by the distribution of copies, by
|
96 |
-
renting, by online or other forms of transmission.
|
97 |
|
98 |
-
|
99 |
-
combination of both. The repeated and systematic Extraction or
|
100 |
-
Re-utilisation of insubstantial parts of the Contents may amount to the
|
101 |
-
Extraction or Re-utilisation of a Substantial part of the Contents.
|
102 |
|
103 |
-
|
104 |
-
or Database Rights whether in the original medium or any other; and
|
105 |
-
includes without limitation distributing, copying, publicly performing,
|
106 |
-
publicly displaying, and preparing derivative works of the Database, as
|
107 |
-
well as modifying the Database as may be technically necessary to use it
|
108 |
-
in a different mode or format.
|
109 |
|
110 |
-
|
111 |
-
previously violated the terms of this License with respect to the
|
112 |
-
Database, or who has received express permission from the Licensor to
|
113 |
-
exercise rights under this License despite a previous violation.
|
114 |
|
115 |
-
|
116 |
|
117 |
-
|
118 |
|
119 |
-
|
120 |
|
121 |
-
|
122 |
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
3.2 Compulsory license schemes. For the avoidance of doubt:
|
202 |
-
|
203 |
-
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
204 |
-
which the right to collect royalties through any statutory or
|
205 |
-
compulsory licensing scheme cannot be waived, the Licensor reserves
|
206 |
-
the exclusive right to collect such royalties for any exercise by You
|
207 |
-
of the rights granted under this License;
|
208 |
-
|
209 |
-
b. Waivable compulsory license schemes. In those jurisdictions in
|
210 |
-
which the right to collect royalties through any statutory or
|
211 |
-
compulsory licensing scheme can be waived, the Licensor waives the
|
212 |
-
exclusive right to collect such royalties for any exercise by You of
|
213 |
-
the rights granted under this License; and,
|
214 |
-
|
215 |
-
c. Voluntary license schemes. The Licensor waives the right to collect
|
216 |
-
royalties, whether individually or, in the event that the Licensor is
|
217 |
-
a member of a collecting society that administers voluntary licensing
|
218 |
-
schemes, via that society, from any exercise by You of the rights
|
219 |
-
granted under this License.
|
220 |
-
|
221 |
-
3.3 The right to release the Database under different terms, or to stop
|
222 |
-
distributing or making available the Database, is reserved. Note that
|
223 |
-
this Database may be multiple-licensed, and so You may have the choice
|
224 |
-
of using alternative licenses for this Database. Subject to Section
|
225 |
-
10.4, all other rights not expressly granted by Licensor are reserved.
|
226 |
-
|
227 |
-
### 4.0 Conditions of Use
|
228 |
-
|
229 |
-
4.1 The rights granted in Section 3 above are expressly made subject to
|
230 |
-
Your complying with the following conditions of use. These are important
|
231 |
-
conditions of this License, and if You fail to follow them, You will be
|
232 |
-
in material breach of its terms.
|
233 |
-
|
234 |
-
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
235 |
-
Database, or the Database as part of a Collective Database, then You
|
236 |
-
must:
|
237 |
-
|
238 |
-
a. Do so only under the terms of this License;
|
239 |
-
|
240 |
-
b. Include a copy of this License or its Uniform Resource Identifier (URI)
|
241 |
-
with the Database or Derivative Database, including both in the
|
242 |
-
Database or Derivative Database and in any relevant documentation;
|
243 |
-
|
244 |
-
c. Keep intact any copyright or Database Right notices and notices
|
245 |
-
that refer to this License; and
|
246 |
-
|
247 |
-
d. If it is not possible to put the required notices in a particular
|
248 |
-
file due to its structure, then You must include the notices in a
|
249 |
-
location (such as a relevant directory) where users would be likely to
|
250 |
-
look for it.
|
251 |
-
|
252 |
-
4.3 Notice for using output (Contents). Creating and Using a Produced
|
253 |
-
Work does not require the notice in Section 4.2. However, if you
|
254 |
-
Publicly Use a Produced Work, You must include a notice associated with
|
255 |
-
the Produced Work reasonably calculated to make any Person that uses,
|
256 |
-
views, accesses, interacts with, or is otherwise exposed to the Produced
|
257 |
-
Work aware that Content was obtained from the Database, Derivative
|
258 |
-
Database, or the Database as part of a Collective Database, and that it
|
259 |
-
is available under this License.
|
260 |
-
|
261 |
-
a. Example notice. The following text will satisfy notice under
|
262 |
-
Section 4.3:
|
263 |
-
|
264 |
-
Contains information from DATABASE NAME which is made available
|
265 |
-
under the ODC Attribution License.
|
266 |
-
|
267 |
-
DATABASE NAME should be replaced with the name of the Database and a
|
268 |
-
hyperlink to the location of the Database. "ODC Attribution License"
|
269 |
-
should contain a hyperlink to the URI of the text of this License. If
|
270 |
-
hyperlinks are not possible, You should include the plain text of the
|
271 |
-
required URI's with the above notice.
|
272 |
-
|
273 |
-
4.4 Licensing of others. You may not sublicense the Database. Each time
|
274 |
-
You communicate the Database, the whole or Substantial part of the
|
275 |
-
Contents, or any Derivative Database to anyone else in any way, the
|
276 |
-
Licensor offers to the recipient a license to the Database on the same
|
277 |
-
terms and conditions as this License. You are not responsible for
|
278 |
-
enforcing compliance by third parties with this License, but You may
|
279 |
-
enforce any rights that You have over a Derivative Database. You are
|
280 |
-
solely responsible for any modifications of a Derivative Database made
|
281 |
-
by You or another Person at Your direction. You may not impose any
|
282 |
-
further restrictions on the exercise of the rights granted or affirmed
|
283 |
-
under this License.
|
284 |
-
|
285 |
-
### 5.0 Moral rights
|
286 |
-
|
287 |
-
5.1 Moral rights. This section covers moral rights, including any rights
|
288 |
-
to be identified as the author of the Database or to object to treatment
|
289 |
-
that would otherwise prejudice the author's honour and reputation, or
|
290 |
-
any other derogatory treatment:
|
291 |
-
|
292 |
-
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
293 |
-
all moral rights that Licensor may have in the Database to the fullest
|
294 |
-
extent possible by the law of the relevant jurisdiction under Section
|
295 |
-
10.4;
|
296 |
-
|
297 |
-
b. If waiver of moral rights under Section 5.1 a in the relevant
|
298 |
-
jurisdiction is not possible, Licensor agrees not to assert any moral
|
299 |
-
rights over the Database and waives all claims in moral rights to the
|
300 |
-
fullest extent possible by the law of the relevant jurisdiction under
|
301 |
-
Section 10.4; and
|
302 |
-
|
303 |
-
c. For jurisdictions not allowing waiver or an agreement not to assert
|
304 |
-
moral rights under Section 5.1 a and b, the author may retain their
|
305 |
-
moral rights over certain aspects of the Database.
|
306 |
-
|
307 |
-
Please note that some jurisdictions do not allow for the waiver of moral
|
308 |
-
rights, and so moral rights may still subsist over the Database in some
|
309 |
-
jurisdictions.
|
310 |
-
|
311 |
-
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
312 |
-
|
313 |
-
6.1 This License does not affect any rights that You or anyone else may
|
314 |
-
independently have under any applicable law to make any use of this
|
315 |
-
Database, including without limitation:
|
316 |
-
|
317 |
-
a. Exceptions to the Database Right including: Extraction of Contents
|
318 |
-
from non-electronic Databases for private purposes, Extraction for
|
319 |
-
purposes of illustration for teaching or scientific research, and
|
320 |
-
Extraction or Re-utilisation for public security or an administrative
|
321 |
-
or judicial procedure.
|
322 |
-
|
323 |
-
b. Fair dealing, fair use, or any other legally recognised limitation
|
324 |
-
or exception to infringement of copyright or other applicable laws.
|
325 |
-
|
326 |
-
6.2 This License does not affect any rights of lawful users to Extract
|
327 |
-
and Re-utilise insubstantial parts of the Contents, evaluated
|
328 |
-
quantitatively or qualitatively, for any purposes whatsoever, including
|
329 |
-
creating a Derivative Database (subject to other rights over the
|
330 |
-
Contents, see Section 2.4). The repeated and systematic Extraction or
|
331 |
-
Re-utilisation of insubstantial parts of the Contents may however amount
|
332 |
-
to the Extraction or Re-utilisation of a Substantial part of the
|
333 |
-
Contents.
|
334 |
-
|
335 |
-
### 7.0 Warranties and Disclaimer
|
336 |
-
|
337 |
-
7.1 The Database is licensed by the Licensor "as is" and without any
|
338 |
-
warranty of any kind, either express, implied, or arising by statute,
|
339 |
-
custom, course of dealing, or trade usage. Licensor specifically
|
340 |
-
disclaims any and all implied warranties or conditions of title,
|
341 |
-
non-infringement, accuracy or completeness, the presence or absence of
|
342 |
-
errors, fitness for a particular purpose, merchantability, or otherwise.
|
343 |
-
Some jurisdictions do not allow the exclusion of implied warranties, so
|
344 |
-
this exclusion may not apply to You.
|
345 |
-
|
346 |
-
### 8.0 Limitation of liability
|
347 |
-
|
348 |
-
8.1 Subject to any liability that may not be excluded or limited by law,
|
349 |
-
the Licensor is not liable for, and expressly excludes, all liability
|
350 |
-
for loss or damage however and whenever caused to anyone by any use
|
351 |
-
under this License, whether by You or by anyone else, and whether caused
|
352 |
-
by any fault on the part of the Licensor or not. This exclusion of
|
353 |
-
liability includes, but is not limited to, any special, incidental,
|
354 |
-
consequential, punitive, or exemplary damages such as loss of revenue,
|
355 |
-
data, anticipated profits, and lost business. This exclusion applies
|
356 |
-
even if the Licensor has been advised of the possibility of such
|
357 |
-
damages.
|
358 |
-
|
359 |
-
8.2 If liability may not be excluded by law, it is limited to actual and
|
360 |
-
direct financial loss to the extent it is caused by proved negligence on
|
361 |
-
the part of the Licensor.
|
362 |
-
|
363 |
-
### 9.0 Termination of Your rights under this License
|
364 |
-
|
365 |
-
9.1 Any breach by You of the terms and conditions of this License
|
366 |
-
automatically terminates this License with immediate effect and without
|
367 |
-
notice to You. For the avoidance of doubt, Persons who have received the
|
368 |
-
Database, the whole or a Substantial part of the Contents, Derivative
|
369 |
-
Databases, or the Database as part of a Collective Database from You
|
370 |
-
under this License will not have their licenses terminated provided
|
371 |
-
their use is in full compliance with this License or a license granted
|
372 |
-
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
373 |
-
survive any termination of this License.
|
374 |
-
|
375 |
-
9.2 If You are not in breach of the terms of this License, the Licensor
|
376 |
-
will not terminate Your rights under it.
|
377 |
-
|
378 |
-
9.3 Unless terminated under Section 9.1, this License is granted to You
|
379 |
-
for the duration of applicable rights in the Database.
|
380 |
-
|
381 |
-
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
382 |
-
conditions of this License, then your full rights under this License
|
383 |
-
will be reinstated:
|
384 |
-
|
385 |
-
a. Provisionally and subject to permanent termination until the 60th
|
386 |
-
day after cessation of breach;
|
387 |
-
|
388 |
-
b. Permanently on the 60th day after cessation of breach unless
|
389 |
-
otherwise reasonably notified by the Licensor; or
|
390 |
-
|
391 |
-
c. Permanently if reasonably notified by the Licensor of the
|
392 |
-
violation, this is the first time You have received notice of
|
393 |
-
violation of this License from the Licensor, and You cure the
|
394 |
-
violation prior to 30 days after your receipt of the notice.
|
395 |
-
|
396 |
-
9.5 Notwithstanding the above, Licensor reserves the right to release
|
397 |
-
the Database under different license terms or to stop distributing or
|
398 |
-
making available the Database. Releasing the Database under different
|
399 |
-
license terms or stopping the distribution of the Database will not
|
400 |
-
withdraw this License (or any other license that has been, or is
|
401 |
-
required to be, granted under the terms of this License), and this
|
402 |
-
License will continue in full force and effect unless terminated as
|
403 |
-
stated above.
|
404 |
-
|
405 |
-
### 10.0 General
|
406 |
-
|
407 |
-
10.1 If any provision of this License is held to be invalid or
|
408 |
-
unenforceable, that must not affect the validity or enforceability of
|
409 |
-
the remainder of the terms and conditions of this License and each
|
410 |
-
remaining provision of this License shall be valid and enforced to the
|
411 |
-
fullest extent permitted by law.
|
412 |
-
|
413 |
-
10.2 This License is the entire agreement between the parties with
|
414 |
-
respect to the rights granted here over the Database. It replaces any
|
415 |
-
earlier understandings, agreements or representations with respect to
|
416 |
-
the Database.
|
417 |
-
|
418 |
-
10.3 If You are in breach of the terms of this License, You will not be
|
419 |
-
entitled to rely on the terms of this License or to complain of any
|
420 |
-
breach by the Licensor.
|
421 |
-
|
422 |
-
10.4 Choice of law. This License takes effect in and will be governed by
|
423 |
-
the laws of the relevant jurisdiction in which the License terms are
|
424 |
-
sought to be enforced. If the standard suite of rights granted under
|
425 |
-
applicable copyright law and Database Rights in the relevant
|
426 |
-
jurisdiction includes additional rights not granted under this License,
|
427 |
-
these additional rights are granted in this License in order to meet the
|
428 |
-
terms of this License.
|
|
|
1 |
+
AI2 ImpACT License – Medium Risk Artifacts
|
2 |
+
==========================================
|
3 |
|
4 |
+
### Version 1.0
|
5 |
|
6 |
+
This AI2 ImpACT License for Medium Risk Artifacts (“MR Agreement”) is between The Allen Institute for Artificial Intelligence (“AI2”) and any individual or entity who purchases, downloads, installs, logs into, accesses or otherwise uses any ”medium risk” Artifacts that refer to this MR Agreement, including any other person or entity that an individual purports to represent, be the agent of, or otherwise act on behalf of (collectively, “You”).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
+
By clicking or taking similar action to accept this MR Agreement, or by accessing or using any Artifacts licensed under this MR Agreement, You agree to all the terms and conditions herein. You represent and warrant that You are at least 18 years old and have the full legal right and authority to enter into this MR Agreement and bind any employer or entity that You are acting on behalf of. If You do not agree or have the requisite authority, You have no right to access or use any Artifacts and must immediately cease any existing use.
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
A human-friendly summary of the legal text can be found [here](http://allenai.org/impact-license).
|
11 |
|
12 |
+
1. **DEFINITIONS**.
|
13 |
|
14 |
+
1. “**Artifact(s)**” means collectively and individually, anything used to build or apply a Model that is licensed by AI2 pursuant to this MR Agreement, such as weights or Data and any Derivatives of the original Artifact.
|
15 |
|
16 |
+
2. “**Code**” means a text listing of commands to be compiled or assembled into an executable computer program.
|
17 |
|
18 |
+
3. “**Data**” means the datasets created and/or compiled by AI2 to pretrain, train or fine-tune a Model.
|
19 |
|
20 |
+
4. “**Data Derivatives**” means
|
21 |
|
22 |
+
1. all modifications of the Data, and/or
|
|
|
|
|
|
|
23 |
|
24 |
+
2. all derivative works created from the Data that are considered copyrighted works under U.S. copyright laws.
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
5. “**Derivatives**” means anything that is based on or derived from any Artifact within the meaning of applicable U.S. copyright laws; including specifically and without limitation Model Derivatives and Data Derivatives
|
|
|
|
|
|
|
27 |
|
28 |
+
6. “**Distribute**” or “**Distribution**” means any transmission, reproduction, publication, public display, or other sharing of the Artifacts to a Third party by any means, including as a hosted service made available by electronic or other remote means - e.g. API-based or web access.
|
|
|
|
|
29 |
|
30 |
+
7. “**Model**” means the algorithm, weights and/or parameters used to produce the desired outcome, whether a machine learning algorithm or a deeper neural network.
|
|
|
|
|
31 |
|
32 |
+
8. “**Model Derivatives**” means
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
1. all modifications to the Model; and/or
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
+
2. any other model which is created or initialized by transfer of patterns of the weights, parameters, activations or output of the Model, to the other model, in order to cause the other model to perform similarly to the Model, including - but not limited to - distillation methods entailing the use of intermediate data representations or methods based on the generation of synthetic data by the Model for training the other model.
|
|
|
|
|
37 |
|
38 |
+
9. “**Term**” means the period of time starting from the date You access or use any Artifacts until this MR Agreement is terminated in accordance with **Section 4**.
|
|
|
39 |
|
40 |
+
10. “**Third Party**” means any party other than You or AI2.
|
|
|
|
|
|
|
|
|
41 |
|
42 |
+
11. “**Use-Based Restrictions**” means the specified restricted use cases set forth in **Exhibit A**.
|
|
|
|
|
|
|
43 |
|
44 |
+
2. **LICENSE**. Subject to Your compliance with the requirements in this MR Agreement together with all applicable laws, AI2 grants to You a worldwide, non-exclusive, non-transferable, royalty-free license to use, install, and create Derivatives strictly in accordance with the requirements and restrictions as set forth below.
|
|
|
|
|
45 |
|
46 |
+
1. **Distribution**. You will not Distribute any Artifacts as-is, which are for Your internal use only. You may Distribute any Derivatives You create, provided that:
|
|
|
|
|
47 |
|
48 |
+
1. You flow down and include the Use-Based Restrictions as an enforceable provision in any type of license or legal agreement governing downstream use and/or Distribution of Your Derivatives;
|
|
|
|
|
|
|
49 |
|
50 |
+
2. You cause any of Your Derivatives to carry a prominent notice stating that You changed the original Artifact and how the Artifact was modified; and
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
+
3. You retain all applicable copyright, patent, trademark, and attribution notices included with the Artifact.
|
|
|
|
|
|
|
53 |
|
54 |
+
2. **Attribution**. Together with any copies of Your Derivatives that You Distribute, You must provide (i) a copy of this MR Agreement; and (ii) the following attribution notice: _“\[Artifact\] is licensed under the AI2 ImpACT License for Medium Risk Artifacts, © \[year\] The Allen Institute for Artificial Intelligence.”_
|
55 |
|
56 |
+
3. **Derivative Impact Reports**. AI2 seeks to encourage transparency around Derivatives through the use of Derivative Impact Reports, available [here](http://allenai.org/impact-license). Before releasing a Model Derivative or Data Derivative, You will complete a Derivative Impact Report and will publish, post, or make available the results of the Derivative Impact Report to the general public without imposing any direct or indirect restrictions, conditions or barriers to access, such as a paywall, fee, subscription, account, or requirement to submit personal information. You agree that AI2 may publish, post, or make available the information in Your Derivative Impact Report for review by the general public.
|
57 |
|
58 |
+
1. You agree to maintain the transparency and accuracy of information regarding Your Derivatives in good faith and will update the Derivative Impact Report whenever a material change has occurred in any of the reporting categories therein.
|
59 |
|
60 |
+
2. You acknowledge that Derivative Impact Reports are not intended to penalize any good faith disclosures about Derivatives. Accordingly, if You initiate or participate in any lawsuit or other legal action against a Third Party based on information in such Third Party’s Derivative Impact Report, then this MR Agreement will terminate immediately as of the date such lawsuit or legal action is filed or commenced.
|
61 |
|
62 |
+
4. **Use-Based Restrictions**. You will not use any Artifacts or Derivatives in connection with any Use-Based Restrictions, including without limitation, creating any content with, finetuning, updating, running, training, evaluating and/or reparametrizing a Model.
|
63 |
+
|
64 |
+
5. **No Circumvention**. You acknowledge that the purpose of the license granted herein is to facilitate transparency and responsible development of AI technology. Accordingly, You will not directly or indirectly circumvent the requirements in this **Section 2**, nor assist or enable any Third Party to do so.
|
65 |
+
|
66 |
+
6. **Revocable License**. The license granted to You is revocable. To the maximum extent permitted by law, AI2 reserves the right to suspend, restrict, or terminate (remotely or otherwise) Your access, use or Distribution of any Artifacts and/or Derivatives not expressly permitted herein.
|
67 |
+
|
68 |
+
3. **INTELLECTUAL PROPERTY RIGHTS.**
|
69 |
+
|
70 |
+
1. AI2 and its licensors retain all right, title and interest in and to the Artifacts, including all patent, copyright, trademark, and trade secret rights, whether such rights are registered or unregistered, and wherever in the world those rights may exist. You will not commit any act or omission that contradicts or is inconsistent with AI2’s rights, nor permit or induce any Third Party to do the same. Other than the license granted in **Section 2** and as provided in **Section 3(b)**, all rights are expressly reserved by AI2.
|
71 |
+
|
72 |
+
2. Subject to Your compliance with this MR Agreement, You will own any Derivatives You create. However, if Your use or Distribution of any Derivative is in breach of this MR Agreement, You will transfer and assign all right, title, and interest in and to such Derivative to AI2 and execute any related documentation as required by AI2.
|
73 |
+
|
74 |
+
4. **TERM AND TERMINATION**. AI2 may terminate this MR Agreement by written notice at any time if You materially breach any of Your obligations herein and fail to cure to AI2’s satisfaction within thirty (30) days after such notice.
|
75 |
+
|
76 |
+
1. Upon any termination of this MR Agreement, the license granted in **Section 2** will automatically terminate as of the termination date and You will:
|
77 |
+
|
78 |
+
1. Cease all use of the Artifacts and immediately delete all copies in Your possession or control; and
|
79 |
+
|
80 |
+
2. Cease all use and Distribution of any Derivatives and promptly provide AI2 with any other information regarding Your Derivatives as requested by AI2, including any documentation to assign Your Derivatives to AI2 pursuant to **Section 3(b)**.
|
81 |
+
|
82 |
+
2. Additionally, if AI2 terminates this MR Agreement due to Your breach of **Section 2(d)** (Use-Based Restrictions), You authorize AI2 to post a prominent notice stating that You violated the Use-Based Restrictions of this MR Agreement and that Your rights to use the Artifacts and Derivatives were terminated by AI2.
|
83 |
+
|
84 |
+
3. All terms and provisions that are reasonably interpreted to survive termination of this MR Agreement to fulfill its essential purpose will survive, including **Sections 3-8**.
|
85 |
+
|
86 |
+
5. **DISCLAIMER**. AI2 PROVIDES THE ARTIFACTS ON AN “AS-IS” BASIS, AND AI2 DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES OF ANY KIND, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING AN ARTIFACT, OR CREATING OR DISTRIBUTING ANY DERIVATIVES, AND YOU ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS MR AGREEMENT.
|
87 |
+
|
88 |
+
6. **LIMITATION OF LIABILITY.** TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAWS, IN NO EVENT WILL AI2 BE LIABLE TO YOU OR ANY THIRD PARTY FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER (INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE, INTEROPERABILITY OR MALFUNCTION, OR ANY OTHER LOSS) ARISING FROM OR RELATED TO THIS MR AGREEMENT, INCLUDING WITHOUT LIMITATION, ANY USE OR INABILITY TO USE ANY ARTIFACTS , WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR ANY OTHER LEGAL THEORY, EVEN IF YOU OR ANY THIRD PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
89 |
+
|
90 |
+
7. **INDEMNIFICATION FOR THIRD-PARTY CLAIMS**. You will defend and indemnify AI2 and its officers, directors, employees, and agents from and against any and all Third Party claims, lawsuits, and proceedings that arise or result from:
|
91 |
+
|
92 |
+
1. Your material, uncured breach of this MR Agreement; and/or
|
93 |
+
|
94 |
+
2. Your failure or alleged failure to comply with applicable laws or any violation of a Third Party’s rights in connection with Your use of the Artifacts or Your Derivatives.
|
95 |
+
|
96 |
+
8. **MISCELLANEOUS**.
|
97 |
+
|
98 |
+
1. **Consideration**. The Artifacts are provided to You by AI2 subject to Your continued compliance with the terms and conditions of this MR Agreement.
|
99 |
+
|
100 |
+
2. **Relationship**. This MR Agreement and the parties’ relationship hereunder is non-exclusive, and neither party is restricted or limited in any way from entering into the same or similar arrangements with Third Parties. Nothing in this MR Agreement will be deemed or construed to create any employment, franchise, joint venture, partnership, agency or other such similar relationship between You and AI2.
|
101 |
+
|
102 |
+
3. **No Waiver; Equitable Remedies**. Any delay or failure of AI2 to enforce its rights or any provision of this MR Agreement will not be a waiver unless specifically issued in writing by AI2. Any term that is held to be invalid or enforceable will not affect any other terms in this MR Agreement, which will remain in full force and effect. You acknowledge that if You breach this MR Agreement, it may cause irreparable harm to AI2, and You agree that AI2 may seek injunctive relief against You in addition to any other legal and equitable remedies.
|
103 |
+
|
104 |
+
4. **Export Control**: You will not violate any applicable U.S. and non-U.S. export control and trade sanctions laws (“Export Laws”) or directly or indirectly export, re-export, provide, or otherwise transfer any Artifacts or Derivatives
|
105 |
+
|
106 |
+
1. to any individual, entity, or country prohibited by Export Laws;
|
107 |
+
|
108 |
+
2. to anyone on U.S. or non-U.S. government restricted parties lists; or
|
109 |
+
|
110 |
+
3. for any purpose prohibited by Export Laws, including nuclear, chemical or biological weapons, or missile technology applications.
|
111 |
+
|
112 |
+
5. **Governing Law**. This MR Agreement will be governed by the laws of the State of Washington, U.S.A. without regard to its choice of laws or conflict of laws rules.
|
113 |
+
|
114 |
+
6. **Entire Agreement**. Except as otherwise specifically set forth herein, this MR Agreement and any documents or policies that are incorporated or made part of this MR Agreement by reference contain the entire agreement between You and AI2 regarding the subject matter herein.
|
115 |
+
|
116 |
+
7. **Modifications**. AI2 may revise and update the terms of this MR Agreement from time to time and will post such updates to its website at [http://allenai.org/impact-license](http://allenai.org/impact-license). UNLESS OTHERWISE STATED IN THE AMENDED VERSION OF THIS MR AGREEMENT, ANY CHANGES TO THIS MR AGREEMENT WILL APPLY IMMEDIATELY UPON POSTING. While AI2 is not obligated to provide You with notice of any changes, any amendments to this MR Agreement will not apply retroactively to events that occurred prior to such changes. Your continued use of the Artifact(s) and/or Distribution of Your Derivatives will constitute Your agreement to the terms of the updated MR Agreement.
|
117 |
+
|
118 |
+
For any questions regarding this MR Agreement, please contact [ai2impact@allenai.org](mailto:ai2impact@allenai.org).
|
119 |
+
|
120 |
+
**EXHIBIT A**
|
121 |
+
|
122 |
+
**USE-BASED RESTRICTIONS**
|
123 |
+
|
124 |
+
1. **EXPECTATIONS**. AI2 expects that You will not use, or cause or assist others to use, any Artifacts or Derivatives in connection with any academic dishonesty, including submitting any informational content or output of a Model as Your own work in any academic setting.
|
125 |
+
|
126 |
+
2. **RESTRICTIONS**. You will not, and will not permit, assist, or cause any Third Party to use, modify, copy, reproduce, incorporate, create Derivatives of, or Distribute any Artifacts or Your Derivatives, in whole or in part, for:
|
127 |
+
|
128 |
+
1. military weapons purposes or in the service of nuclear proliferation or nuclear weapons technology;
|
129 |
+
|
130 |
+
2. purposes of military surveillance, including any research or development relating to military surveillance;
|
131 |
+
|
132 |
+
3. purposes of generating or disseminating information or content, in any context (e.g. posts, articles, tweets, chatbots or other kinds of automated bots) without expressly and intelligibly disclaiming that the text is machine generated;
|
133 |
+
|
134 |
+
4. purposes of ‘real time’ remote biometric processing or identification systems in publicly accessible spaces for the purpose of law enforcement;
|
135 |
+
|
136 |
+
5. fully automated decision-making without a human in the loop; and/or
|
137 |
+
|
138 |
+
6. purposes of the predictive administration of justice, law enforcement, immigration, or asylum processes, such as predicting an individual will commit fraud/crime (e.g. by text profiling, drawing causal relationships between assertions made in documents, indiscriminate and arbitrarily-targeted use).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
viewer: false
|
4 |
task_categories:
|
5 |
- text-generation
|
@@ -12,128 +12,44 @@ tags:
|
|
12 |
pretty_name: Dolma
|
13 |
size_categories:
|
14 |
- n>1T
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
-
# Dolma
|
18 |
|
19 |
-
<img alt="Dolma's official logo. It's dolma written in yellow, round lowercase letters over a blue background." src="https://raw.githubusercontent.com/allenai/dolma/main/
|
|
|
|
|
20 |
|
21 |
-
Dolma is a dataset of 3 trillion tokens from a diverse mix of web content, academic publications, code, books, and encyclopedic materials.
|
22 |
|
23 |
More information:
|
24 |
|
25 |
-
- Read Dolma **
|
|
|
|
|
26 |
- Explore the [**open source tools**](https://github.com/allenai/dolma) we created to curate Dolma.
|
27 |
- Want to request removal of personal data? Use [this form](https://forms.gle/q4BNUUxUxKwKkfdT6) to notify us of documents containing PII about a specific user.
|
28 |
|
29 |
-
To learn more about the toolkit used to create Dolma, including how to replicate this dataset, head over our [GitHub project page](https://github.com/allenai/dolma/tree/main/docs)!
|
30 |
-
|
31 |
-
**2024-04-17: Dolma v1.7 Release.** We have released an updated version of Dolma that we used to train our latest [OLMo 7B-v1.7](https://huggingface.co/allenai/OLMo-7b-v1.7) model.
|
32 |
-
|
33 |
-
**2024-04-15: License Change.** We have updated the license of Dolma to [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). Please see this [blog post](https://blog.allenai.org/making-a-switch-dolma-moves-to-odc-by-8f0e73852f44) for more information.
|
34 |
-
|
35 |
-
|
36 |
-
## Versions
|
37 |
-
|
38 |
-
At the moment, there are six versions of Dolma available:
|
39 |
-
|
40 |
-
| **Version** | **Default?** | **Release Date** | **Size** (gzip) | **Description** |
|
41 |
-
|--|:--:|--|--|--|
|
42 |
-
| `v1_7` | ✅ | 2024-04-15 | 4.5 TB | Used to train [OLMo-7B-v1.7](https://huggingface.co/allenai/OLMo-7b-v1.7). New sources, more quality filtering, fuzzy deduplication. |
|
43 |
-
| `v1_6` | | 2024-01-31 | 5.4 TB | An update to v1.5 with some deduplication of documents with too few tokens or too many repeated n-grams. |
|
44 |
-
| `v1_6-sample` | | 2024-01-31 | 16.4 GB | A smaller sample of Dolma, with roughly 10 billion tokens. Useful for data exploration. |
|
45 |
-
| `v1_5` | | 2023-10-31 | 6.4 TB | Used to train [OLMo-1B](https://huggingface.co/allenai/OLMo-1B). Roughly 3 trillion tokens. |
|
46 |
-
| `v1_5-sample` | | 2023-10-31 | 2.9 TB | A sample of roughly 1.9 trillion tokens used to train [OLMo-7B](https://huggingface.co/allenai/OLMo-7B) |
|
47 |
-
| `v1` | | 2023-08-18 | 6.0 TB | The first version of Dolma. |
|
48 |
-
|
49 |
-
|
50 |
-
## Summary Statistics (v1.7)
|
51 |
-
|
52 |
-
| **Source** | **Provenance** | **New?** | **Documents** (millions) | **OLMo tokens** (billions) | **Sample Proportion** | **Cutoff Date** | **Processing**
|
53 |
-
|--|--|--|--|--|--|--|--|
|
54 |
-
| Dolma's CC | [Common Crawl](https://commoncrawl.org/) via Dolma v1.6 | Updated | 875.2 | 1,195.5 | 50% | Mar 2023 | Extracted using the Dolma pipeline; new quality filtering and deduplication steps. |
|
55 |
-
| Refined Web | [Refined Web](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) | Yes | 664.0 | 456.4 | 100% | Feb 2023 | Filtered using the Dolma pipeline; new quality filtering and deduplication steps. |
|
56 |
-
| StarCoder | [StarCoder](https://huggingface.co/blog/starcoder) | Yes | 206.6 | 263.8 | 100% | May 2023 | No further processing. |
|
57 |
-
| C4 | [C4](https://huggingface.co/datasets/c4) via Dolma v1.6 | Updated | 249.9 | 138.4 | 50% | Apr 2019 | Filtered using the Dolma pipeline; new quality filtering and deduplication steps. |
|
58 |
-
| Reddit | [PushShift API](https://github.com/pushshift/api) | Updated | 377.4 | 79.9 | 100% | Mar 2023 | Extracted using the Dolma pipeline; new quality filtering and deduplication steps. |
|
59 |
-
| Semantic Scholar ([S2ORC](https://aclanthology.org/2020.acl-main.447/) & [S2AG](https://www.semanticscholar.org/product/api)) | [peS2o](https://huggingface.co/datasets/allenai/peS2o) via Dolma v1.6 | No | 38.8 | 57.2 | 100% | Mar 2023 | Same as Dolma v1.6 |
|
60 |
-
| arXiv | [RedPajama v1](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) | Yes | 1.5 | 28.0 | 100% | Mar 2023 | No further processing. |
|
61 |
-
| StackExchange | [RedPajama v1](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) | Yes | 29.3 | 19.6 | 100% | Mar 2023 | No further processing. |
|
62 |
-
| Flan | [Flan Collection](https://arxiv.org/abs/2301.13688), reproduced following the [original code](https://github.com/google-research/FLAN/tree/main/flan/v2), as performed by [Dettmers et al., (2023)](https://openreview.net/forum?id=OUIFPHEgJU) | Yes | 52.1 | 16.5 | 100% | Feb 2023 | After reproducing Flan, sampled to balance different Flan subsets. Reformatted for pretraining with newlines separating instruction and demonstration. |
|
63 |
-
| CC News | [Common Crawl](https://commoncrawl.org/blog/news-dataset-available) | Yes | 22.0 | 14.3 | 100% | Mar 2023 | Extracted using the Dolma pipeline; new quality filtering and deduplication steps. |
|
64 |
-
| OpenWebMath | [OpenWebMath](https://huggingface.co/datasets/open-web-math/open-web-math) via [Proof Pile II](https://huggingface.co/datasets/EleutherAI/proof-pile-2) | Yes | 2.9 | 12.6 | 100% | May 2023 | Training subset; no further processing. |
|
65 |
-
| Algebraic Stack | [Proof Pile II](https://huggingface.co/datasets/EleutherAI/proof-pile-2) | Yes | 2.8 | 12.6 | 100% | Oct 2023 | Training subset; no further processing. |
|
66 |
-
| Project Gutenberg | [Project Gutenberg](https://www.gutenberg.org) via Dolma v1.6 | No | 0.0556 | 5.3 | 100% | Mar 2023 | Same as Dolma v1.6 |
|
67 |
-
| MegaWika | [MetaWika](https://huggingface.co/datasets/hltcoe/megawika) | Yes | 3.2 | 4.6 | 100% | Jul 2023 | English web pages cited from Wikipedia; curated using the full Dolma pipeline. |
|
68 |
-
| Wikipedia & Wikibooks | [Wikimedia](https://dumps.wikimedia.org) via Dolma v1.6 | No | 6.2 | 3.7 | 200% | Mar 2023 | Same as Dolma v1.6 |
|
69 |
-
| **Total** | | | **2532.0** | **2,308.5** | **1,715.1** | **Oct 2023** | |
|
70 |
-
|
71 |
-
(A subset of total data was used for training of OLMo 7B-v1.7. The token counts are based on the full dataset, whereas taking into account sampling proportion gives the final actual token counts used for training --- 1.715 trillion tokens.)
|
72 |
-
|
73 |
-
|
74 |
-
## Summary Statistics (v1.6)
|
75 |
-
|
76 |
-
| **Source** | **Doc Type** | **UTF-8 bytes** (GB) | **Documents** (millions) | **Unicode words** (billions) | **Llama tokens** (billions) |
|
77 |
-
|--|--|--|--|--|--|
|
78 |
-
| Common Crawl | web pages | 9,022 | 3,370 | 1,775 | 2,281 |
|
79 |
-
| The Stack | code| 1,043| 210 | 260| 411 |
|
80 |
-
| C4 | web pages | 790 | 364 | 153| 198 |
|
81 |
-
| Reddit| social media| 339 | 377| 72| 89 |
|
82 |
-
| PeS2o | STEM papers| 268 | 38.8| 50| 70 |
|
83 |
-
| Project Gutenberg | books | 20.4 | 0.056 | 4.0 | 6.0 |
|
84 |
-
| Wikipedia, Wikibooks | encyclopedic | 16.2 | 6.2 | 3.7 | 4.3 |
|
85 |
-
| **Total** | | **11,519** | **4,367** | **2,318** | **3,059** |
|
86 |
-
|
87 |
-
|
88 |
-
## Download
|
89 |
-
|
90 |
-
The fastest way to download Dolma is to clone this repository and use the files in the `url` directory.
|
91 |
-
We recommend using wget in parallel mode to download the files. For example:
|
92 |
-
|
93 |
-
```bash
|
94 |
-
DATA_DIR="<path_to_your_data_directory>"
|
95 |
-
PARALLEL_DOWNLOADS="<number_of_parallel_downloads>"
|
96 |
-
DOLMA_VERSION="<version_of_dolma_to_download>"
|
97 |
-
|
98 |
-
git clone https://huggingface.co/datasets/allenai/dolma
|
99 |
-
mkdir -p "${DATA_DIR}"
|
100 |
-
|
101 |
-
|
102 |
-
cat "dolma/urls/${DOLMA_VERSION}.txt" | xargs -n 1 -P "${PARALLEL_DOWNLOADS}" wget -q -P "$DATA_DIR"
|
103 |
-
```
|
104 |
-
|
105 |
-
Then, to load this data using HuggingFace's `datasets` library, you can use the following code:
|
106 |
-
|
107 |
-
```python
|
108 |
-
import os
|
109 |
-
from datasets import load_dataset
|
110 |
-
|
111 |
-
os.environ["DATA_DIR"] = "<path_to_your_data_directory>"
|
112 |
-
dataset = load_dataset("allenai/dolma", split="train")
|
113 |
-
```
|
114 |
-
|
115 |
-
### Licensing Information
|
116 |
|
117 |
-
|
118 |
-
By using this dataset, you are also bound any license agreements and terms of use of the original data sources.
|
119 |
|
120 |
-
## Bibtex
|
121 |
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
-
```bibtex
|
125 |
-
@article{dolma,
|
126 |
-
title = {{Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research}},
|
127 |
-
author={
|
128 |
-
Luca Soldaini and Rodney Kinney and Akshita Bhagia and Dustin Schwenk and David Atkinson and
|
129 |
-
Russell Authur and Ben Bogin and Khyathi Chandu and Jennifer Dumas and Yanai Elazar and
|
130 |
-
Valentin Hofmann and Ananya Harsh Jha and Sachin Kumar and Li Lucy and Xinxi Lyu and
|
131 |
-
Nathan Lambert and Ian Magnusson and Jacob Morrison and Niklas Muennighoff and Aakanksha Naik and
|
132 |
-
Crystal Nam and Matthew E. Peters and Abhilasha Ravichander and Kyle Richardson and Zejiang Shen and
|
133 |
-
Emma Strubell and Nishant Subramani and Oyvind Tafjord and Pete Walsh and Luke Zettlemoyer and
|
134 |
-
Noah A. Smith and Hannaneh Hajishirzi and Iz Beltagy and Dirk Groeneveld and Jesse Dodge and Kyle Lo
|
135 |
-
},
|
136 |
-
year = {2024},
|
137 |
-
journal={arXiv preprint},
|
138 |
-
}
|
139 |
-
```
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
viewer: false
|
4 |
task_categories:
|
5 |
- text-generation
|
|
|
12 |
pretty_name: Dolma
|
13 |
size_categories:
|
14 |
- n>1T
|
15 |
+
extra_gated_prompt: "Access to this dataset is automatically granted upon accepting the [**AI2 ImpACT License - Medium Risk Artifacts (“MR Agreement”)**](https://allenai.org/licenses/impact-mr) and completing all fields below."
|
16 |
+
extra_gated_fields:
|
17 |
+
Your full name: text
|
18 |
+
Organization or entity you are affiliated with: text
|
19 |
+
State or country you are located in: text
|
20 |
+
Contact email: text
|
21 |
+
Please describe your intended use of the medium risk artifact(s): text
|
22 |
+
I AGREE to the terms and conditions of the MR Agreement above: checkbox
|
23 |
+
I AGREE to AI2’s use of my information for legal notices and administrative matters: checkbox
|
24 |
+
I CERTIFY that the information I have provided is true and accurate: checkbox
|
25 |
---
|
26 |
|
27 |
+
# Dolma
|
28 |
|
29 |
+
<img alt="Dolma's official logo. It's dolma written in yellow, round lowercase letters over a blue background." src="https://raw.githubusercontent.com/allenai/dolma/main/res/logo.png" width="100%">
|
30 |
+
|
31 |
+
Dolma is a dataset of 3 trillion tokens from a diverse mix of web content, academic publications, code, books, and encyclopedic materials. It is openly released under AI2’s ImpACT license as a medium risk artifact.
|
32 |
|
|
|
33 |
|
34 |
More information:
|
35 |
|
36 |
+
- Read Dolma **announcement blogpost** [on Medium](https://soldni.medium.com/dolma-3-trillion-tokens-open-llm-corpus-9a0ff4b8da64);
|
37 |
+
- Learn more about Dolma on its [**Data Sheet**](https://drive.google.com/file/d/12gOf5I5RytsD159nSP7iim_5zN31FCXq/view?usp=drive_link);
|
38 |
+
- Review Dolma's [**ImpACT license** for medium risk artifacts](https://allenai.org/licenses/impact-mr);
|
39 |
- Explore the [**open source tools**](https://github.com/allenai/dolma) we created to curate Dolma.
|
40 |
- Want to request removal of personal data? Use [this form](https://forms.gle/q4BNUUxUxKwKkfdT6) to notify us of documents containing PII about a specific user.
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
+
## Summary Statistics
|
|
|
44 |
|
|
|
45 |
|
46 |
+
|**Source**|**Type**|**Gzip files (GB)**|**Documents (millions)**|**[GPT-NeoX](https://huggingface.co/EleutherAI/gpt-neox-20b) Tokens (billions)**|
|
47 |
+
|:---|:---:|:---:|:---:|:----:|
|
48 |
+
|[CommonCrawl](https://commoncrawl.org/)|web|4,197|4,600|2,415|
|
49 |
+
|[C4](https://huggingface.co/datasets/allenai/c4)|web|302|364|175|
|
50 |
+
|[peS2o](https://huggingface.co/datasets/allenai/peS2o)|academic|150|38.8|57|
|
51 |
+
|[The Stack](https://huggingface.co/datasets/bigcode/the-stack)|code|675|236|430|
|
52 |
+
|[Project Gutenberg](https://www.gutenberg.org/)|books|6.6|0.052|4.8|
|
53 |
+
|[Wikipedia](https://dumps.wikimedia.org/)|encyclopedic|5.8|6.1|3.6|
|
54 |
+
||**Total** |**5,334**|**5,245**|**3,084**|
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/c4/c4-0000.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c73e30e439794ccb543a6d830b562e2139ad795c93b2dd8619c5b8c99b3e6a84
|
3 |
+
size 3798517561
|
data/c4/c4-0001.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7f885e88a4ce2ea2940375c1c10bc14f6b2243ef8be5beebe62ac525c8d56b8
|
3 |
+
size 3805318917
|
data/c4/c4-0002.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc2488509c0eaabc9505d64c8930a60d5d0d18f0b8278b7e71b48cb327932462
|
3 |
+
size 3802259293
|
data/c4/c4-0003.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df0f8ab3286027624288be0d2ee44f210ccddbb1cd63ddc2301485a51b1cc596
|
3 |
+
size 3802026642
|
data/c4/c4-0004.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4af0260d5333e06ae750720983fb386032933371ff7839787779e1d2537026a6
|
3 |
+
size 3804660474
|
data/c4/c4-0005.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:189c092c870c072295d6f8f19b72c13451125a253d0a0759bc8b689aa97dccee
|
3 |
+
size 3802726400
|
data/c4/c4-0006.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:827ea4ad47fff7293c2730bd15b5ed76583b0de33cd1c999661507eb716fea46
|
3 |
+
size 3805818417
|
data/c4/c4-0007.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417f19e5221fbced715ba977c01c0cec5eb468338fa5ea4d572bb4dd42bbf8ef
|
3 |
+
size 3805753561
|
data/c4/c4-0008.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7685c36fbfbb7f25d146821ede39a558a2a2dce89a97e9cee4bcdd89eb41b66d
|
3 |
+
size 3812012485
|
data/c4/c4-0009.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa4e7d2bb4f1a740c6357d054f884227ca6992d8f31e98102db55e6fdf3daaa7
|
3 |
+
size 3800734834
|
data/c4/c4-0010.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:663914309f68352455128286a308346c7038bc7d5564653eb78c0d80eaaf3ba9
|
3 |
+
size 3798959479
|
data/c4/c4-0011.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a9b01eba5451c62e25b1aa0ad321d27f6c2ad4ae7408896c294bdcf2430e533
|
3 |
+
size 3801083195
|
data/c4/c4-0012.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3398253c3a3c8e400a6aa30d2cb39f9b5cebe148d6ec54f556349c2d77005f4
|
3 |
+
size 3799331835
|
data/c4/c4-0013.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab8b554ac6863f791103ce92f4eca380e070d186e9d27fa68c5ebac022de129a
|
3 |
+
size 3810099897
|
data/c4/c4-0014.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd3ae2fbbc02c67896ec5f8f93be6bac990b9aaaf9890bb90a8b7be3767bb86d
|
3 |
+
size 3800843679
|
data/c4/c4-0015.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9480af0ee9fa5a17709be91031788ad20076048ec8f4db307d3a3f78b9ac5e2e
|
3 |
+
size 3801600073
|
data/c4/c4-0016.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e82bcc0e2211aff13e4adc376f5e1c88e2902681245fa55b381f39aab0b7135b
|
3 |
+
size 3808072162
|
data/c4/c4-0017.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f111dca0bb7ae8757a41d0799b068ebfe7b0b45d28c6e916a1240dec735014ef
|
3 |
+
size 3809700602
|
data/c4/c4-0018.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61f85252c82c8175c3581f1ac3b6ad9d5fb766968ebd33d0bacba9e085b60778
|
3 |
+
size 3804619249
|
data/c4/c4-0019.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7c3ff4f4e89553c6e31dac16519606732b01c5c436f15941771f214bd328a89
|
3 |
+
size 3802413358
|
data/c4/c4-0020.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ff52d8d0454ec9124df63c987d22f800ac95c343a64755a428e560c34b1924
|
3 |
+
size 3804162171
|
data/c4/c4-0021.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be116625dc3f29e37ea259b86942cfccbbbffcb710ddc56398d901580213625
|
3 |
+
size 3803257050
|
data/c4/c4-0022.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:338e8c458a6a90e3c8a83f6aa29c4b2007f4af5ca25c3d1d3569bc0ccb7097ea
|
3 |
+
size 3799805426
|
data/c4/c4-0023.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff5c6e3f7eb7a36c1c4297aad4d3e3dad1db957232ac94c8e22e07964fbf6029
|
3 |
+
size 3802677274
|
data/c4/c4-0024.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a9e77279bb4c6db2f13dea4d7f5731aa5331da638de1988d0e3bf6abc003063
|
3 |
+
size 3809925413
|
data/c4/c4-0025.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d70a57d0038fc4a7862cd0b44c770d3a69f3434b4e4cf67e97d30d703a61ac60
|
3 |
+
size 3803101879
|
data/c4/c4-0026.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14b735500f94edcf0293fc6ac47bc9a8c3f48da8a7baa9a7df78cadc26f018c
|
3 |
+
size 3805957750
|
data/c4/c4-0027.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87bbc9e54bbbf638490fb56606b2b1c1435b381dec2c48c98805926296913a99
|
3 |
+
size 3802814603
|
data/c4/c4-0028.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:945641cef81baec390ed893d617391cb007735d45c3721cc9db11c50aa444aea
|
3 |
+
size 3802274090
|
data/c4/c4-0029.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f73484e294c4538762f1fa48cb9ce8ce8b9ba77a589559e99b9b154237fad6b8
|
3 |
+
size 3803953020
|
data/c4/c4-0030.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab3a6bcdc3166c12963c658e7c1c9e8fd9161a9d37c3dcfa339cdb2cfc3332e
|
3 |
+
size 3800899979
|
data/c4/c4-0031.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d6205485b4a0100758ebf65e0669eefbf045844736a141b891ebb33f4fd74e8
|
3 |
+
size 3805575968
|
data/c4/c4-0032.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:995bb0e6770168e6d36a88f5e236204f1733efff7d69725b2a48e835eee79726
|
3 |
+
size 3801515544
|
data/c4/c4-0033.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de7e4c87d4d6d73409704edc3205e8442ce1605dae5b6ee476877b45599f7a9b
|
3 |
+
size 3801773197
|
data/c4/c4-0034.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10f6212ac51b359a519964e7e7e2943e5d0d16f15858bea7f8663dec2bf14e93
|
3 |
+
size 3798310325
|
data/c4/c4-0035.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e16f2d56db8188eebeb6700c9ceffeaee4e55fa63bc892238c5a453a5877b92
|
3 |
+
size 3798288802
|
data/c4/c4-0036.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b216cd1c57daeb0af4350323c0df726bd9678ea7fe9107bbfbeffb83a0e119d
|
3 |
+
size 3804276803
|
data/c4/c4-0037.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df915c36761f919e60aa9e346257d8548b19924d780dbb80f0e72fcb5a4f4d5f
|
3 |
+
size 3803274846
|
data/c4/c4-0038.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc8edd4ebc2c8903f8234d871b060bb37c90ed357e50ccd42ddeaa2adcaa2f22
|
3 |
+
size 3804026321
|
data/c4/c4-0039.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8008e6c56d1080ffd51f08d4396073e9588cc47356efd30018fe17bb8d7a45e
|
3 |
+
size 3810408406
|
data/c4/c4-0040.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22686a2d885e7278034be530a50b5060fd0b8768c57319aa5712cda760d42328
|
3 |
+
size 3804028166
|
data/c4/c4-0041.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0003f49ae5852f399cdaf1c4ea6e4a26a8a4490032a03f8187771468e1ca3e40
|
3 |
+
size 3799066638
|
data/c4/c4-0042.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b387465eb9d5a9998a692e039afcf1f5455444957bceb8a0c1df8792af38018
|
3 |
+
size 3801287190
|
data/c4/c4-0043.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:080a9cde7c92009737c14617e99772ce316ffa6ee8d5bf01054033f17a198bbc
|
3 |
+
size 3800577633
|
data/c4/c4-0044.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d33779fec7066e386389e1916afc85a9d34dd7ac95173631348d7995b7c0fbe
|
3 |
+
size 3805383776
|
data/c4/c4-0045.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51ed9739a3f762dd6ea4d5e86e7a4cf87dc3113939362f4128e228d336a7f6a8
|
3 |
+
size 3802808361
|
data/c4/c4-0046.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc36e99f1d8ec25d0bcd1f28e627b455827479c3f890f213729f5ea008f3c40b
|
3 |
+
size 3806982535
|