KurtMica commited on
Commit
9904046
·
1 Parent(s): 869e77b

Remove custom dataset loading script.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +0 -1
  2. CHANGELOG.md +12 -0
  3. README.md +373 -5
  4. data/blogs/blogs_0.jsonl +2 -2
  5. data/blogs/blogs_1.jsonl +2 -2
  6. data/blogs/blogs_10.jsonl +2 -2
  7. data/blogs/blogs_100.jsonl +2 -2
  8. data/blogs/blogs_101.jsonl +2 -2
  9. data/blogs/blogs_102.jsonl +2 -2
  10. data/blogs/blogs_103.jsonl +2 -2
  11. data/blogs/blogs_104.jsonl +2 -2
  12. data/blogs/blogs_105.jsonl +2 -2
  13. data/blogs/blogs_106.jsonl +2 -2
  14. data/blogs/blogs_107.jsonl +2 -2
  15. data/blogs/blogs_108.jsonl +2 -2
  16. data/blogs/blogs_109.jsonl +2 -2
  17. data/blogs/blogs_11.jsonl +2 -2
  18. data/blogs/blogs_110.jsonl +2 -2
  19. data/blogs/blogs_111.jsonl +2 -2
  20. data/blogs/blogs_112.jsonl +2 -2
  21. data/blogs/blogs_113.jsonl +2 -2
  22. data/blogs/blogs_114.jsonl +2 -2
  23. data/blogs/blogs_115.jsonl +2 -2
  24. data/blogs/blogs_116.jsonl +2 -2
  25. data/blogs/blogs_117.jsonl +2 -2
  26. data/blogs/blogs_118.jsonl +2 -2
  27. data/blogs/blogs_119.jsonl +2 -2
  28. data/blogs/blogs_12.jsonl +2 -2
  29. data/blogs/blogs_120.jsonl +2 -2
  30. data/blogs/blogs_121.jsonl +2 -2
  31. data/blogs/blogs_122.jsonl +2 -2
  32. data/blogs/blogs_123.jsonl +2 -2
  33. data/blogs/blogs_124.jsonl +2 -2
  34. data/blogs/blogs_125.jsonl +2 -2
  35. data/blogs/blogs_126.jsonl +2 -2
  36. data/blogs/blogs_127.jsonl +2 -2
  37. data/blogs/blogs_128.jsonl +2 -2
  38. data/blogs/blogs_129.jsonl +2 -2
  39. data/blogs/blogs_13.jsonl +2 -2
  40. data/blogs/blogs_130.jsonl +2 -2
  41. data/blogs/blogs_131.jsonl +2 -2
  42. data/blogs/blogs_132.jsonl +2 -2
  43. data/blogs/blogs_133.jsonl +2 -2
  44. data/blogs/blogs_134.jsonl +2 -2
  45. data/blogs/blogs_135.jsonl +2 -2
  46. data/blogs/blogs_136.jsonl +2 -2
  47. data/blogs/blogs_137.jsonl +2 -2
  48. data/blogs/blogs_138.jsonl +2 -2
  49. data/blogs/blogs_139.jsonl +2 -2
  50. data/blogs/blogs_14.jsonl +2 -2
.gitattributes CHANGED
@@ -36,5 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  *.ogg filter=lfs diff=lfs merge=lfs -text
37
  *.wav filter=lfs diff=lfs merge=lfs -text
38
  # dataset files
39
- *.txt filter=lfs diff=lfs merge=lfs -text
40
  *.jsonl filter=lfs diff=lfs merge=lfs -text
 
36
  *.ogg filter=lfs diff=lfs merge=lfs -text
37
  *.wav filter=lfs diff=lfs merge=lfs -text
38
  # dataset files
 
39
  *.jsonl filter=lfs diff=lfs merge=lfs -text
CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Changelog
2
+
3
+
4
+ ## [4.0.1](https://huggingface.co/datasets/MLRS/korpus_malti/tree/4.0.1)
5
+
6
+ Fix dataset metadata, due to change in the [`datasets` library](https://github.com/huggingface/datasets/issues/4876).
7
+ As part of this, the dataset metadata is now directly available when loading the dataset, not just the raw files as in the previous version.
8
+
9
+
10
+ ## [4.0.0](https://huggingface.co/datasets/MLRS/korpus_malti/tree/4.0.0)
11
+
12
+ Initial release of the corpus, used to train [BERTu](https://huggingface.co/MLRS/BERTu).
README.md CHANGED
@@ -1,5 +1,337 @@
1
  ---
2
  pretty_name: Korpus Malti
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - mt
5
  multilinguality:
@@ -28,11 +360,25 @@ General Corpora for the Maltese Language.
28
  This dataset is composed of texts from various genres/domains written in Maltese.
29
 
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ## Configurations
32
 
33
  ### Shuffled data
34
 
35
- The default configuration (`"shuffled"`) yields the the entire corpus from all genres:
36
  ```python
37
  import datasets
38
 
@@ -52,6 +398,27 @@ The training/validation/testing split is what was used to train the [BERTu](http
52
  ### Domain-split data
53
 
54
  All other configurations contain a subset of the data.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  For instance, this loads the Wikipedia portion:
56
  ```python
57
  import datasets
@@ -64,11 +431,12 @@ An instance from these configurations would take the following form:
64
  ```json
65
  {
66
  "text": ["Din hija sentenza.", "U hawn oħra!"],
 
67
  }
68
  ```
69
 
70
- The raw data files contain additional metadata.
71
- Its structure differs from one instance to another, depending on what's available from the source.
72
  This information was typically scraped from the source itself & minimal processing is performed on such data.
73
 
74
 
@@ -76,11 +444,11 @@ This information was typically scraped from the source itself & minimal processi
76
 
77
  ### Dataset Curators
78
 
79
- The dataset was created by [Albert Gatt](https://albertgatt.github.io), [Kurt Micallef](https://www.um.edu.mt/profile/kurtmicallef), [Marc Tanti](https://www.um.edu.mt/profile/marctanti), [Lonneke van der Plas](https://sites.google.com/site/lonnekenlp/) and [Claudia Borg](https://www.um.edu.mt/profile/claudiaborg).
80
 
81
  ### Licensing Information
82
 
83
- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
84
  Permissions beyond the scope of this license may be available at [https://mlrs.research.um.edu.mt/](https://mlrs.research.um.edu.mt/).
85
 
86
  [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
 
1
  ---
2
  pretty_name: Korpus Malti
3
+ configs:
4
+ - config_name: shuffled
5
+ data_files:
6
+ - split: train
7
+ path: data/shuffled/train*.jsonl
8
+ - split: validation
9
+ path: data/shuffled/validation*.jsonl
10
+ - split: test
11
+ path: data/shuffled/test*.jsonl
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ default: true
16
+ - config_name: belles_lettres
17
+ data_files: data/belles_lettres/*.jsonl
18
+ features:
19
+ - name: text
20
+ list: string
21
+ - name: category
22
+ dtype: string
23
+ - name: subcategory
24
+ dtype: string
25
+ - name: author
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: publisher
30
+ dtype: string
31
+ - name: published
32
+ dtype: string
33
+ - name: copyright
34
+ dtype: string
35
+ - name: translator
36
+ dtype: string
37
+ - name: date
38
+ dtype: string
39
+ - name: source
40
+ dtype: string
41
+ - name: url
42
+ dtype: string
43
+ - config_name: blogs
44
+ data_files: data/blogs/*.jsonl
45
+ features:
46
+ - name: text
47
+ list: string
48
+ - name: category
49
+ dtype: string
50
+ - name: subcategory
51
+ dtype: string
52
+ - name: title
53
+ dtype: string
54
+ - name: url
55
+ dtype: string
56
+ - name: source
57
+ dtype: string
58
+ - name: date
59
+ dtype: string
60
+ - config_name: comics
61
+ data_files: data/comics/*.jsonl
62
+ features:
63
+ - name: text
64
+ list: string
65
+ - name: category
66
+ dtype: string
67
+ - name: title
68
+ dtype: string
69
+ - name: date
70
+ dtype: string
71
+ - name: url
72
+ dtype: string
73
+ - config_name: court
74
+ data_files: data/court/*.jsonl
75
+ features:
76
+ - name: text
77
+ list: string
78
+ - name: category
79
+ dtype: string
80
+ - name: subcategory
81
+ dtype: string
82
+ - name: year
83
+ dtype: string
84
+ - name: source
85
+ dtype: string
86
+ - name: url
87
+ dtype: string
88
+ - name: note
89
+ dtype: string
90
+ - config_name: eu_docs
91
+ data_files: data/eu_docs/*.jsonl
92
+ features:
93
+ - name: text
94
+ list: string
95
+ - name: category
96
+ dtype: string
97
+ - name: subcategory
98
+ dtype: string
99
+ - name: publisher
100
+ dtype: string
101
+ - name: year
102
+ dtype: string
103
+ - name: source
104
+ dtype: string
105
+ - name: url
106
+ dtype: string
107
+ - name: note
108
+ dtype: string
109
+ - config_name: gov_docs
110
+ data_files: data/gov_docs/*.jsonl
111
+ features:
112
+ - name: text
113
+ list: string
114
+ - name: category
115
+ dtype: string
116
+ - name: subcategory
117
+ dtype: string
118
+ - name: publisher
119
+ dtype: string
120
+ - name: year
121
+ dtype: string
122
+ - name: source
123
+ dtype: string
124
+ - name: url
125
+ dtype: string
126
+ - name: note
127
+ dtype: string
128
+ - config_name: government_gazzette
129
+ data_files: data/government_gazzette/*.jsonl
130
+ features:
131
+ - name: text
132
+ list: string
133
+ - name: category
134
+ dtype: string
135
+ - name: subcategory
136
+ dtype: string
137
+ - name: year
138
+ dtype: string
139
+ - name: source
140
+ dtype: string
141
+ - config_name: law_eu
142
+ data_files: data/law_eu/*.jsonl
143
+ features:
144
+ - name: text
145
+ list: string
146
+ - name: category
147
+ dtype: string
148
+ - name: source
149
+ dtype: string
150
+ - name: url
151
+ dtype: string
152
+ - name: notes
153
+ dtype: string
154
+ - config_name: law_mt
155
+ data_files: data/law_mt/*.jsonl
156
+ features:
157
+ - name: text
158
+ list: string
159
+ - name: category
160
+ dtype: string
161
+ - config_name: legal
162
+ data_files: data/legal/*.jsonl
163
+ features:
164
+ - name: text
165
+ list: string
166
+ - name: category
167
+ dtype: string
168
+ - name: subcategory
169
+ dtype: string
170
+ - name: source
171
+ dtype: string
172
+ - config_name: nonfiction
173
+ data_files: data/nonfiction/*.jsonl
174
+ features:
175
+ - name: text
176
+ list: string
177
+ - name: category
178
+ dtype: string
179
+ - name: subcategory
180
+ dtype: string
181
+ - name: title
182
+ dtype: string
183
+ - name: publisher
184
+ dtype: string
185
+ - name: editor
186
+ dtype: string
187
+ - name: bookref
188
+ dtype: string
189
+ - name: date
190
+ dtype: string
191
+ - name: year
192
+ dtype: string
193
+ - name: source
194
+ dtype: string
195
+ - name: url
196
+ dtype: string
197
+ - config_name: parliament
198
+ data_files: data/parliament/*.jsonl
199
+ features:
200
+ - name: text
201
+ list: string
202
+ - name: category
203
+ dtype: string
204
+ - name: subcategory
205
+ dtype: string
206
+ - name: date
207
+ dtype: string
208
+ - name: year
209
+ dtype: string
210
+ - name: source
211
+ dtype: string
212
+ - name: filename
213
+ dtype: string
214
+ - name: url
215
+ dtype: string
216
+ - name: note
217
+ dtype: string
218
+ - config_name: press_eu
219
+ data_files: data/press_eu/*.jsonl
220
+ features:
221
+ - name: text
222
+ list: string
223
+ - name: category
224
+ dtype: string
225
+ - name: subcategory
226
+ dtype: string
227
+ - name: title
228
+ dtype: string
229
+ - name: date
230
+ dtype: string
231
+ - name: year
232
+ dtype: string
233
+ - name: source
234
+ dtype: string
235
+ - name: url
236
+ dtype: string
237
+ - config_name: press_mt
238
+ data_files: data/press_mt/*.jsonl
239
+ features:
240
+ - name: text
241
+ list: string
242
+ - name: category
243
+ dtype: string
244
+ - name: title
245
+ dtype: string
246
+ - name: subtitle
247
+ dtype: string
248
+ - name: date
249
+ dtype: string
250
+ - name: year
251
+ dtype: string
252
+ - name: source
253
+ dtype: string
254
+ - name: url
255
+ dtype: string
256
+ - config_name: speeches
257
+ data_files: data/speeches/*.jsonl
258
+ features:
259
+ - name: text
260
+ list: string
261
+ - name: category
262
+ dtype: string
263
+ - name: subcategory
264
+ dtype: string
265
+ - name: year
266
+ dtype: string
267
+ - name: source
268
+ dtype: string
269
+ - name: url
270
+ dtype: string
271
+ - config_name: theses
272
+ data_files: data/theses/*.jsonl
273
+ features:
274
+ - name: text
275
+ list: string
276
+ - name: category
277
+ dtype: string
278
+ - name: subcategory
279
+ dtype: string
280
+ - name: title
281
+ dtype: string
282
+ - name: date
283
+ dtype: string
284
+ - name: source
285
+ dtype: string
286
+ - config_name: umlib_oar
287
+ data_files: data/umlib_oar/*.jsonl
288
+ features:
289
+ - name: text
290
+ list: string
291
+ - name: categories
292
+ list: string
293
+ - name: title
294
+ dtype: string
295
+ - name: publishers
296
+ list: string
297
+ - name: filenames
298
+ list: string
299
+ - name: num_files
300
+ dtype: int64
301
+ - name: date
302
+ dtype: string
303
+ - name: source
304
+ dtype: string
305
+ - name: url
306
+ dtype: string
307
+ - config_name: web_general
308
+ data_files: data/web_general/*.jsonl
309
+ features:
310
+ - name: text
311
+ list: string
312
+ - name: category
313
+ dtype: string
314
+ - name: subcategory
315
+ dtype: string
316
+ - name: year
317
+ dtype: string
318
+ - name: source
319
+ dtype: string
320
+ - name: url
321
+ dtype: string
322
+ - config_name: wiki
323
+ data_files: data/wiki/*.jsonl
324
+ features:
325
+ - name: text
326
+ list: string
327
+ - name: category
328
+ dtype: string
329
+ - name: title
330
+ dtype: string
331
+ - name: url
332
+ dtype: string
333
+ - name: id
334
+ dtype: string
335
  language:
336
  - mt
337
  multilinguality:
 
360
  This dataset is composed of texts from various genres/domains written in Maltese.
361
 
362
 
363
+ ## Versions
364
+
365
+ This dataset is updated from time to time, and the latest version is obtained unless otherwise specified.
366
+ Consult the [changelog](CHANGELOG.md) for a detailed overview of each version released.
367
+
368
+ If you want to fetch a particular version, use the [`revision` argument](https://huggingface.co/docs/datasets/main/en/package_reference/loading_methods#datasets.load_dataset.revision).
369
+ For example, to get the data used to train [BERTu](https://huggingface.co/MLRS/BERTu), use the `4.0.0` tag:
370
+ ```python
371
+ import datasets
372
+
373
+ dataset = datasets.load_dataset("MLRS/korpus_malti", revision="4.0.0")
374
+ ```
375
+
376
+
377
  ## Configurations
378
 
379
  ### Shuffled data
380
 
381
+ The default configuration (`"shuffled"`) yields the entire corpus from all genres:
382
  ```python
383
  import datasets
384
 
 
398
  ### Domain-split data
399
 
400
  All other configurations contain a subset of the data.
401
+ The available data subsets are:
402
+ - `belles_lettres`: Literary texts, usually published and included in the corpus by permission of the copyright holder. Unfortunately these cannot be disseminated in their integral form.
403
+ - `blogs`: Online blog articles from specific blogs, identified in advance and known to contain text written (or human-translated into) Maltese.
404
+ - `comics`: A small set of online information about comic books in Maltese.
405
+ - `court`: Publicly available proceedings form the courts of Malta.
406
+ - `eu_docs`: Miscellaneous policy documents from the European Union institutions.
407
+ - `gov_docs`: Miscellaneous policy documents from the Government of Malta.
408
+ - `government_gazzette`: The official, publicly available gazette of the Government of Malta. The gazzette is bilingual; only the Maltese text is included.
409
+ - `law_eu`: Miscellaneous EU laws in their official Maltese translation, obtained via the Eur-Lex repository and including the segments of the Acquis Communautaire available in the DGT translation memory.
410
+ - `law_mt`: Maltese laws.
411
+ - `legal`: Miscellaneous legal text.
412
+ - `nonfiction`: Miscellaneous nonfiction, published or unpublished. Published texts are included with the permission of the copyright holder, where relevant.
413
+ - `parliament`: The officially released transcripts of parliamentary debates of the Maltese parliament.
414
+ - `press_eu`: Press releases in Maltese by the European Council of Ministers, European Parliament and European Commission.
415
+ - `press_mt`: Articles in the Maltese press, sourced primarily from the online portals of Maltese newspapers.
416
+ - `speeches`: Miscellaneous speeches in Maltese (pre-written).
417
+ - `theses`: Academic dissertations written in Maltese.
418
+ - `umlib_oar`: Very broad variety of nonfiction texts which are publicly available in the University of Malta Open Access Repository. Included with help and permission from the University of Malta library.
419
+ - `web_general`: Miscellaneous text scraped from pre-identified web pages in Maltese.
420
+ - `wiki`: The Maltese Wikipedia dump (downloaded 26th May, 2020).
421
+
422
  For instance, this loads the Wikipedia portion:
423
  ```python
424
  import datasets
 
431
  ```json
432
  {
433
  "text": ["Din hija sentenza.", "U hawn oħra!"],
434
+ ...
435
  }
436
  ```
437
 
438
+ The instances also contain additional metadata.
439
+ Their structure differs from one instance to another, depending on what's available from the source.
440
  This information was typically scraped from the source itself & minimal processing is performed on such data.
441
 
442
 
 
444
 
445
  ### Dataset Curators
446
 
447
+ The dataset was created by [Albert Gatt](https://albertgatt.github.io), [Kurt Micallef](https://www.kurtmica.com), [Marc Tanti](https://www.um.edu.mt/profile/marctanti), [Lonneke van der Plas](https://sites.google.com/site/lonnekenlp/) and [Claudia Borg](https://www.um.edu.mt/profile/claudiaborg).
448
 
449
  ### Licensing Information
450
 
451
+ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
452
  Permissions beyond the scope of this license may be available at [https://mlrs.research.um.edu.mt/](https://mlrs.research.um.edu.mt/).
453
 
454
  [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
data/blogs/blogs_0.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c2d087913b9c37b561847cdca3b87a5aca94a01ed020e135db3d8dbdfa016f2
3
- size 503219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59675672328ab6931b639bd65a097db9c950d711677e16eae6e865880056b409
3
+ size 445971
data/blogs/blogs_1.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53b05ea5082644c9d6c24ca70f22639c18ca89d8b69c41ca0c9e996e5d067f76
3
- size 597719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f65dcab145e9445cac822b1cd11ba351e03d02afd9cf0838cab83ebf1593074
3
+ size 526432
data/blogs/blogs_10.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a37bc32eb9228dcdf641726fbbfaf72e55c9a11354b7fd8051bb1e77a8b3c267
3
- size 894826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0df96264d5ff81e63f450d9d5adc84ec11b20a52e484fd8f27e0cecc7bba28e
3
+ size 766933
data/blogs/blogs_100.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e1b14aaec83c42313e3e6ba132519c95c80349d6fe2206aac5a2da1e48260f1
3
- size 524882
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ceeb960feee9501b1945caddf6a19ec6ee542318ae4a41b3307ff603ee896d0
3
+ size 451986
data/blogs/blogs_101.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1992a6d509ec1eb520d0a26ce9d77fcafc5f17220c7d9b33ea504d684b77c7dd
3
- size 907405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2aef51f71668b0f8c37a947a11fd6a083bbe4fa084e091d053b3789cfd48bdf
3
+ size 797651
data/blogs/blogs_102.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1efe76dc9d0f488e6d31db955a1962e097c5e911ed01a88f6482d31807eefcb6
3
- size 1048591
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b89079ff25598ab44cb0bc08920e4444b74c80e2ae60bdb8553f386c6e0d59
3
+ size 953380
data/blogs/blogs_103.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0365773a770e5e1014239894455236a6356276abecf22643c1e5be544301bcc
3
- size 1018980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a16fc385e6fc9476000c8341f4d0b5983b69cddbf7cb3681097ca6e07b745ed
3
+ size 900585
data/blogs/blogs_104.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c805dced926054d91b82e9f3e4ae6c747c40f7e225f28944b5e2c0621bb22aa5
3
- size 944726
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa8df18dc0defeaf887550599f8c4660e070efafc0d020384caba98d7bffc01
3
+ size 832550
data/blogs/blogs_105.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9ffd147647be7601929a13fd44bd56063ecd910a390c2694d5fd4c56de8a447
3
- size 761174
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ba5c2176d3bae671475ad3f01f750b20cd67662a16d35daa2e7fd616d4fe37
3
+ size 674308
data/blogs/blogs_106.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:493e629037c5957aaeb39e35c8dc281aa053e21590fe6bb0ae8a518703b8d010
3
- size 1049637
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12b832d3456311f1a3e8ce86ef6a19a0d8e19bc2cc3957a710ee3a47c883b13
3
+ size 922646
data/blogs/blogs_107.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a01ed30a3db5bdffa510fbf3d3b07b92184b26b889acb091b5725e10abb826f1
3
- size 1197155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76be3fa8224121cdaa17281b3da249aa66b393b1afbde8dc8011e6016ab04bc8
3
+ size 1067490
data/blogs/blogs_108.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac9fbbbc8a5abcdb2175b63906288a539d65380b35381f34265f2789cf49b090
3
- size 335884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd40df8972d2bbac79efac928b53e13bd5ec290a49fe4d25b93f8c55db7c928e
3
+ size 293688
data/blogs/blogs_109.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2302087b70f6afeadab11348af6359d0c027c1dfa7327a4461a6684ba6d06ab1
3
- size 461579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58d500481437fba9e1cc97f9affe0a15a894a4804c3ecad61819c83ab828700
3
+ size 402625
data/blogs/blogs_11.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:113c6055bcb99a462d26fb2f794bc4ebe7d0f7663f211dae57290696dc1a7abc
3
- size 1448453
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b2ee7071af399d9ed4b9c4740d41f974cec1ef2c88dda7eab28579e4abb789
3
+ size 1251445
data/blogs/blogs_110.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:437e275aa74ea0edcd73381527824ed39ef180524d5771d5c96bf5a7f3838df1
3
- size 743045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629949bf294b9a942547639c5864d3fb871e30bc7c678ab5cb3e815f8e4aa9af
3
+ size 650834
data/blogs/blogs_111.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13d14576a4ed4e08f73ae6ef56810ffdbf854ec2927dc7b5856ac30c6c92a5dd
3
- size 687895
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eff088590eeab8b534495ffeb6984f37346959811b4e8154ad25698c5293c42
3
+ size 609861
data/blogs/blogs_112.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69ab6a438e028c079cc4c3a851e0653b0a8077f071ad0c93b459a07561340675
3
- size 768106
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f666ae7f18bacb881bafec7a4ea5f886388d33e44b8c6ba8f43bc69ffce275c
3
+ size 672942
data/blogs/blogs_113.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:820db0290c1ecb17752a05aa2b525188dfc4ad0140a6c0e49c4783a6d1d1bd2f
3
- size 662145
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeda632c246ce547ac790dd97c60513122443a12ba1081c5382bccdb0985f98
3
+ size 569245
data/blogs/blogs_114.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fb02cdc3c50a51a52c29605e6cd5f953f252f60bb973407f5c12141b97f4625
3
- size 501182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d47cf1d57e97d40c502564ba247faf7d716d76f1dd3dbbe0480f1706baa3f2
3
+ size 437373
data/blogs/blogs_115.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58dbe74cdfcc8de33bb60ea4d0a53275e2b2f1d17de4b560ca281061911d532f
3
- size 427499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3eb630f2db618e59f16c69022e52fe7c5ce2ea6d582e2eaa5a55f1963447f5f
3
+ size 375696
data/blogs/blogs_116.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8599c5a13b72fab4bff371c4a848021e4d00b5c4b61641c4f81671d824c3001f
3
- size 445384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07f3f4d0f90975590348b3a61f35f9cbffe5becbde41ceb0bfeb83c04067d026
3
+ size 388473
data/blogs/blogs_117.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d6ec6de1d77fd53aa714892812aeba28733c907e6097f4802b7ec1e7b362cdd
3
- size 430735
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5a4384b538b3402d09be100e007ded1cd3d20690048609714927791fd8aac8
3
+ size 374697
data/blogs/blogs_118.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93432f317f06aa7b0c1d686bc13ca1aa01e6a9698bd3e27d3f2067d9ee8093ce
3
- size 461584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3199aa1a3b00c500e01004d82de8626d553f639489af0ed42c5ee2fbb548c2e6
3
+ size 401986
data/blogs/blogs_119.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37eb3ef6fb98829c91be1db7fa28c6e5fc5f735a3fc9931a51d5f656f41fda50
3
- size 483219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7695666b6910907bcdab6b01cb6ebc8fb4903d12650b67a580a8201dca8145f7
3
+ size 422395
data/blogs/blogs_12.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:402b8dba2a96d36ed42e38436a2a41fb7804cf80bb00016eaf8b4b6cf0a08b4e
3
- size 1790057
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ce6c3514560b4497158946e5349ed6f23bbe02618a76054f91098d59cf604e
3
+ size 1555059
data/blogs/blogs_120.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:520bfa18d45090f57a3f3e950552f499c6ffd2089762604d443e7e262b321b2a
3
- size 427398
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a353e24fe64e8b05d541bff32624a64395580d28eb4051f80c0d359a71fe66
3
+ size 374066
data/blogs/blogs_121.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:255fe89bbec3f552f594e15091af8e458fb1f640b7752545f9de3e3b784ad6b6
3
- size 53863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e76b88647472dc1712355be2d23ba7fef6563f5c4027fb2e08e177c0cacdca
3
+ size 46710
data/blogs/blogs_122.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd9f6fd36fc20d25339502700b3c5b5991f5394d5f18434bf24c1ebfbdfa911c
3
- size 57856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac7110169211f85f84e08a9e0f5f4eb3d8ee41a59363c3b55a993944e7ffc87
3
+ size 51625
data/blogs/blogs_123.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42bb4acf1084cd006472dfcf96db3030e4e527f77ae94a3996075c3e239369a2
3
- size 34123
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cdc941316b4cecf833d515527c630881500ef4bc66ed45e2e32cd2b30eeb891
3
+ size 30366
data/blogs/blogs_124.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3679852ff4f3798329e62fa44802da8a0e898fa86235e89083ce12c2e469361a
3
- size 688305
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876461c37a09ac3d5d240f4edf71b4fe24722424902cb271a31652cea7761100
3
+ size 615539
data/blogs/blogs_125.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37b7d0df4b4ced4b065814ea15b4f33ec7c35d72da44d6be831e1855a2c56b40
3
- size 774339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:262fa607b18eba7953caad47b1cc49d89afaa692364f923771d17db32ea73034
3
+ size 690620
data/blogs/blogs_126.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0d1a9eb132a5c2892966161361a0e594d2d340b495d8c1d3aee7bd3316408f1
3
- size 364622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4564917d81bea55c3fa56adecc4d3120ffd233e3ab2f6d5dc3a834831135834
3
+ size 325473
data/blogs/blogs_127.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40e458fcbc5f64d9526fb883c468705c2a306fef3b6a2d33825dbe6785723623
3
- size 686316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb866cb07c1256aba63309e8e39b7ecadfd567153d369afdaf7a0da8151aafc
3
+ size 598050
data/blogs/blogs_128.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:594b08c99efdae3a4cc79855d4a7b65ce1a6cc5f46e9fe9482713fc2922a11a1
3
- size 86964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e7f4a75a8bef80165628075ffadea605c25820149c720cb3b5175dc27bc71a9
3
+ size 76465
data/blogs/blogs_129.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af2a068e6dd5c583461e9f626fa40817afd5f3879c39b34f5ba55415d5a0eec3
3
- size 139615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec5d9e036e44b7d9007ff65722db2b3d8f43188de5c4d125007c7571a6ac0e5
3
+ size 123894
data/blogs/blogs_13.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:807da575d824f25320939eb359edecaa67ffe04abb94a0024c23cb9f032dd254
3
- size 2184866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0b6e876614caa4e7dad6b61a90367b03f63de311b67dd32b66fef961fc32717
3
+ size 1887367
data/blogs/blogs_130.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9221ef9f4dc14d67d71ace510eff69f22d8e9dd7df87b3b795120c7e3fa00ee3
3
- size 101823
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351e9ae1bd61202dccbea726131cf512b04f2eb1a6ecb1d4e849d852081fa6cf
3
+ size 90819
data/blogs/blogs_131.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efc626f65717c89703687609c6d85abe93f97255caaaa4d8d44906a3eadb7052
3
- size 41549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fde447dae3bd5cfc937c88f7d6ceecac65f87b5b7301606f2058a5b978198da
3
+ size 35250
data/blogs/blogs_132.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1158de621bbd368dc835394a835c8dcccfd614813abb8533b7cf1eab2c68f8c
3
- size 220709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139ceb7747452669d5741cd6c4f538a6463a5911a032b595fdddec62970a9c13
3
+ size 195460
data/blogs/blogs_133.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a897461e7f7ab3bdd835ef71c7a53dff917dfcacf619f4f2377588450057892c
3
- size 125579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad23c39d6ac36754b6a1662d981f33b0fd2b7cc75d4cff591fe79a3be5921bd3
3
+ size 110692
data/blogs/blogs_134.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d90286f5c3c5f3fc24a64bde60fae96c099445658b007a051ff69d46e63df0d8
3
- size 232205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb0a247025311627e2ebd7b7878a5a4dc7d5ce972b644a794d68160b78b486d
3
+ size 202447
data/blogs/blogs_135.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cd492486baa32827e668fed5ba5aa006d18005441d03e8e324fd2fd653202b4
3
- size 109943
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1162cef44dead0caca1dbba5951a84da6f84219b41a83860dbda6eea713aee49
3
+ size 97674
data/blogs/blogs_136.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:978cf130827c8487211f424ff89c1c847f4ee915cf147a4251669148970c62a6
3
- size 107686
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:924a7a1f3d2a052e79e5391c7626765967bdcb4d25effc9f7c7e37e98064e9c7
3
+ size 95504
data/blogs/blogs_137.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cd492486baa32827e668fed5ba5aa006d18005441d03e8e324fd2fd653202b4
3
- size 109943
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1162cef44dead0caca1dbba5951a84da6f84219b41a83860dbda6eea713aee49
3
+ size 97674
data/blogs/blogs_138.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b35b9797e7a3f022b684d06726ab38898f54b927412d8117b5a58c1a5b82087
3
- size 107902
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41f177c748f2f60e56dfeda556adf43e071150efee995ce5322af76910a144c
3
+ size 95535
data/blogs/blogs_139.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aae31aba7c6f0db8be2f181d9394ec605c069b99d083c79f0976622af407cbe
3
- size 57821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f4cc52062bf362fc7d0be268f66dfd98387f79955a1f8ccda730fd293b664e
3
+ size 50817
data/blogs/blogs_14.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86749435af5fcf799c5233affcbef96caf1a401bb78bfaa090fa7ad236f9bc0e
3
- size 2330894
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ca7a418099ba33a3abd001ab965e62ea5740ccc1e782be1fbfb4b2f3e6660f
3
+ size 2002724