Datasets:

Languages:
Indonesian
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
acul commited on
Commit
285a47d
1 Parent(s): 2d124d2

add 2020_10 snapshot

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 2021_10/dedup/2021_10_dedup.py +107 -0
  2. 2021_10/dedup/oscar-000000000001.json.gz +3 -0
  3. 2021_10/dedup/oscar-000000000002.json.gz +3 -0
  4. 2021_10/dedup/oscar-000000000003.json.gz +3 -0
  5. 2021_10/dedup/oscar-000000000004.json.gz +3 -0
  6. 2021_10/dedup/oscar-000000000005.json.gz +3 -0
  7. 2021_10/dedup/oscar-000000000006.json.gz +3 -0
  8. 2021_10/dedup/oscar-000000000007.json.gz +3 -0
  9. 2021_10/dedup/oscar-000000000008.json.gz +3 -0
  10. 2021_10/dedup/oscar-000000000009.json.gz +3 -0
  11. 2021_10/dedup/oscar-000000000010.json.gz +3 -0
  12. 2021_10/dedup/oscar-000000000011.json.gz +3 -0
  13. 2021_10/dedup/oscar-000000000012.json.gz +3 -0
  14. 2021_10/dedup/oscar-000000000013.json.gz +3 -0
  15. 2021_10/dedup/oscar-000000000014.json.gz +3 -0
  16. 2021_10/dedup/oscar-000000000015.json.gz +3 -0
  17. 2021_10/dedup/oscar-000000000016.json.gz +3 -0
  18. 2021_10/dedup/oscar-000000000017.json.gz +3 -0
  19. 2021_10/dedup/oscar-000000000018.json.gz +3 -0
  20. 2021_10/dedup/oscar-000000000019.json.gz +3 -0
  21. 2021_10/dedup/oscar-000000000020.json.gz +3 -0
  22. 2021_10/dedup/oscar-000000000021.json.gz +3 -0
  23. 2021_10/dedup/oscar-000000000022.json.gz +3 -0
  24. 2021_10/dedup/oscar-000000000023.json.gz +3 -0
  25. 2021_10/dedup/oscar-000000000024.json.gz +3 -0
  26. 2021_10/dedup/oscar-000000000025.json.gz +3 -0
  27. 2021_10/dedup/oscar-000000000026.json.gz +3 -0
  28. 2021_10/dedup/oscar-000000000027.json.gz +3 -0
  29. 2021_10/dedup/oscar-000000000028.json.gz +3 -0
  30. 2021_10/dedup/oscar-000000000029.json.gz +3 -0
  31. 2021_10/dedup/oscar-000000000030.json.gz +3 -0
  32. 2021_10/dedup/oscar-000000000031.json.gz +3 -0
  33. 2021_10/dedup/oscar-000000000032.json.gz +3 -0
  34. 2021_10/dedup/oscar-000000000033.json.gz +3 -0
  35. 2021_10/dedup/oscar-000000000034.json.gz +3 -0
  36. 2021_10/dedup/oscar-000000000035.json.gz +3 -0
  37. 2021_10/dedup/oscar-000000000036.json.gz +3 -0
  38. 2021_10/dedup/oscar-000000000037.json.gz +3 -0
  39. 2021_10/dedup/oscar-000000000038.json.gz +3 -0
  40. 2021_10/dedup/oscar-000000000039.json.gz +3 -0
  41. 2021_10/dedup/oscar-000000000040.json.gz +3 -0
  42. 2021_10/dedup/oscar-000000000041.json.gz +3 -0
  43. 2021_10/dedup/oscar-000000000042.json.gz +3 -0
  44. 2021_10/dedup/oscar-000000000043.json.gz +3 -0
  45. 2021_10/dedup/oscar-000000000044.json.gz +3 -0
  46. 2021_10/dedup/oscar-000000000045.json.gz +3 -0
  47. 2021_10/dedup/oscar-000000000046.json.gz +3 -0
  48. 2021_10/dedup/oscar-000000000047.json.gz +3 -0
  49. 2021_10/dedup/oscar-000000000048.json.gz +3 -0
  50. 2021_10/dedup/oscar-000000000049.json.gz +3 -0
2021_10/dedup/2021_10_dedup.py ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ """Cleaned Indonesian split of the mC4 corpus."""
16
+ import json
17
+ import glob
18
+ import gzip
19
+ import textwrap
20
+ import datasets
21
+ logger = datasets.logging.get_logger(__name__)
22
+
23
+ file = sorted(glob.glob('/data/KoPI-CC/2021_10/dedup/*.gz'))
24
+ _CITATION = """
25
+ @article{JMLR:v21:20-074,
26
+ author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
27
+ title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
28
+ journal = {Journal of Machine Learning Research},
29
+ year = {2020},
30
+ volume = {21},
31
+ number = {140},
32
+ pages = {1-67},
33
+ url = {http://jmlr.org/papers/v21/20-074.html}
34
+ }
35
+ """
36
+ _DESCRIPTION = """\
37
+ A thoroughly cleaned version of the Italian portion of the multilingual
38
+ colossal, cleaned version of Common Crawl's web crawl corpus (mC4) by AllenAI.
39
+ Based on Common Crawl dataset: "https://commoncrawl.org".
40
+ This is the processed version of Google's mC4 dataset by AllenAI, with further cleaning
41
+ detailed in the repository README file.
42
+ """
43
+ _HOMEPAGE = "https://github.com/allenai/allennlp/discussions/5056"
44
+ _LICENSE = "Open Data Commons Attribution License (ODC-By) v1.0"
45
+ _BASE_URL = "https://huggingface.co/datasets/munggok/mc4-id/resolve/main/mc4-id-filter/c4-id{split_suffix}.tfrecord-{index:05d}-of-{n_shards:05d}.json.gz"
46
+ _CONFIGS = {
47
+ "tiny": {"train": 100, "validation": 1},
48
+ "small": {"train": 250, "validation": 2},
49
+ "medium": {"train": 500, "validation": 4},
50
+ "large": {"train": 750, "validation": 6},
51
+ "full": {"train": 1016, "validation": 8}
52
+ }
53
+ class OscarConfig(datasets.BuilderConfig):
54
+ """BuilderConfig for the Clean mC4 Italian."""
55
+ def __init__(self, **kwargs):
56
+ """BuilderConfig for Clean mC4 Italian.
57
+ Args:
58
+ **kwargs: keyword arguments forwarded to super.
59
+ """
60
+ super().__init__(**kwargs)
61
+ class Oscar(datasets.GeneratorBasedBuilder):
62
+ """mC4, a colossal, cleaned version of Common Crawl's web crawl corpus."""
63
+ BUILDER_CONFIGS = [
64
+ OscarConfig(
65
+ name="full",
66
+ version=datasets.Version("1.0.0"),
67
+ description=textwrap.dedent(
68
+ f"""\
69
+ The full cleaned version of the Italian portion of the multilingual C4 corpus.
70
+ Estimated size of compressed files: 103GB
71
+ """
72
+ )
73
+ )
74
+ ]
75
+ def _info(self):
76
+ return datasets.DatasetInfo(
77
+ description=_DESCRIPTION,
78
+ features=datasets.Features(
79
+ {
80
+ "text": datasets.Value("string"),
81
+ "url": datasets.Value("string"),
82
+ "timestamp": datasets.Value("string"),
83
+ "meta": datasets.Value("string"),
84
+ }
85
+ ),
86
+ supervised_keys=None,
87
+ homepage=_HOMEPAGE,
88
+ license=_LICENSE,
89
+ citation=_CITATION,
90
+ )
91
+ def _split_generators(self, dl_manager):
92
+ data_urls = {}
93
+ train_downloaded_files = file
94
+ return [
95
+ datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepaths": train_downloaded_files}),
96
+ ]
97
+ def _generate_examples(self, filepaths):
98
+ """This function returns the examples in the raw (text) form by iterating on all the files."""
99
+ id_ = 0
100
+ for filepath in filepaths:
101
+ logger.info(f"Generating examples from {filepath}")
102
+ with gzip.open(open(filepath, "rb"), "rt", encoding="utf-8") as f:
103
+ for line in f:
104
+ if line:
105
+ example = json.loads(line)
106
+ yield id_, {'text':example['text'],'url':example['url'],'timestamp':example['timestamp'],'meta': example['meta']}
107
+ id_ += 1
2021_10/dedup/oscar-000000000001.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7d1529bf64da89eb752abaf6c094aed0ad47886792d69257b49708db4cf213
3
+ size 97450468
2021_10/dedup/oscar-000000000002.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d76801e80927a592fb0a1bb6a55d8571182545f13533c84ccd580e67cf79ea0f
3
+ size 96500190
2021_10/dedup/oscar-000000000003.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131b79bae97ba83d6732fda42c882d8ab6d16f7dbf3baf88618cd6444c6b20f0
3
+ size 95804488
2021_10/dedup/oscar-000000000004.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b648c3d233b893df73f543ff19acf950a629e5fec6f22283817a99045093d877
3
+ size 97133502
2021_10/dedup/oscar-000000000005.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864a45f55ad5916141f55e21d5afe0cd1da44263de9a4b0a00de3e5adf31bf83
3
+ size 96286161
2021_10/dedup/oscar-000000000006.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c1d2a451bbcbb2c2b33169f6fe4e637ee1fc16cf91b2cf46b1816579a65ee3
3
+ size 96634794
2021_10/dedup/oscar-000000000007.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:502c13a7aa70c0dad72c8f1f0b239f35eb0718eb471c56449157064baf9bbd9d
3
+ size 96995132
2021_10/dedup/oscar-000000000008.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:050cb77b5263bb5cc577aaea518134a69eebbb9f304c5168fb449c8d3928a453
3
+ size 96093594
2021_10/dedup/oscar-000000000009.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0271fd3c75ad543cb45b1a8c6b54c299f966254bb0112fc3b7a83ebf72c7079
3
+ size 95524354
2021_10/dedup/oscar-000000000010.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0871d6556841456df751a32dc361216337c45ac75bb22e8ee12320df8e340b2e
3
+ size 96280245
2021_10/dedup/oscar-000000000011.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9ffff29b0ef1c2cd5580d758e0c0749bb928d5d5577f6729e28fc02c61a657
3
+ size 96674837
2021_10/dedup/oscar-000000000012.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbc904d617d39a963c1f0a7ec7480cbd0d189529a176af661d5b63f38bb4b4f
3
+ size 97521869
2021_10/dedup/oscar-000000000013.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b880a4be451bd24677caee52ca0c1fe40e60a4f6797308e9094ad9daa65002
3
+ size 96839745
2021_10/dedup/oscar-000000000014.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c885b2dd47cda2f2dd2ffbbd2ab0820c701381bd4fefc7700b45e65d4cc7b4e
3
+ size 96565008
2021_10/dedup/oscar-000000000015.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7376d8d4c369db2afdd7972130783c57459b5ce7c7a4b838927b90dc47beb65a
3
+ size 96928739
2021_10/dedup/oscar-000000000016.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfaada25f0edd2be2d75030fdbc0fd347bc9b1baecc54bc483e77ff79d902def
3
+ size 97140150
2021_10/dedup/oscar-000000000017.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a866019bf3a98c266de327f1baea074f069f2df471f8ca8170682cad458a1a6
3
+ size 96697273
2021_10/dedup/oscar-000000000018.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1930e5b1314c245f7a011509434e6392f522e6b99b948591c144aec84379f6b
3
+ size 97497724
2021_10/dedup/oscar-000000000019.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b0a1734f84eced616528483557478000dd6f24076c154d63f343926b3e7a3e
3
+ size 97821458
2021_10/dedup/oscar-000000000020.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3126d1ee8d2dca6f85bd56e9592715681053b9da63c18e78110015611d5dd4a6
3
+ size 97664031
2021_10/dedup/oscar-000000000021.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf3d6f0415f5236f374a956cbeade6fe3d9fad53fc3f0fc122d7442fa3dccfc
3
+ size 97063913
2021_10/dedup/oscar-000000000022.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc26df0c7ab8c99fcc35196646169ae0676e50b64fd6bfeb8c4fd4c6403dc9c
3
+ size 97570072
2021_10/dedup/oscar-000000000023.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60cfaee6aa5643627f620927160166f26792567cc14c6840a81cfa5e8373e8d
3
+ size 97337936
2021_10/dedup/oscar-000000000024.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8c7c4bf358ca17af62b7e256b80d33a6a52032a2ba6df2ae7a7f476ed51afe
3
+ size 96980617
2021_10/dedup/oscar-000000000025.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ad6bed1b748f56d72aca35c78ecf38df99317d326e2b73620c00d5adebc7df
3
+ size 97234728
2021_10/dedup/oscar-000000000026.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc9fe3fe3c6da253c9a606a7dffbafd3eee80a1f432170cc74f918de9112ccc
3
+ size 97000909
2021_10/dedup/oscar-000000000027.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe052550ff2c4350c8b7348245a5d5b2621f6dfd5a15cbc7f2cbb4e4ad3477e
3
+ size 97125508
2021_10/dedup/oscar-000000000028.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b444360d79a1c2ad0581265f105f64d74dcccb6cf0e6282a4bc29b45834679
3
+ size 97553483
2021_10/dedup/oscar-000000000029.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ac326a61ef705e4d330428eb65a1977f9598ade158c0afaa1394c7a9294259
3
+ size 96672626
2021_10/dedup/oscar-000000000030.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:638da3656d0797176dba9f9533a7a93b6b00434a87663b7841bb5cc89d9127d5
3
+ size 97365343
2021_10/dedup/oscar-000000000031.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1d9234d8c35778ed0e33cd12fef92f57eac86de50a239d8ab37c0ca7c22fd8f
3
+ size 98401030
2021_10/dedup/oscar-000000000032.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b575ff7e62fa5a9b050ef7310d243b86fb197122df72c46a3fb7840725f2be
3
+ size 97325186
2021_10/dedup/oscar-000000000033.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a549adf461c3d7317da4ea59a9ccd8907f5f8a0fa554f3a21b2e646ed330ef
3
+ size 97612654
2021_10/dedup/oscar-000000000034.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe204fd220d7cc966075552ba359ce4e6e99572faef7c9e06989b59063600cd
3
+ size 97808002
2021_10/dedup/oscar-000000000035.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1404b953977c4cc24a2ae75f89df09f7d2c30a99dc2acfaf5543c3c51086bc29
3
+ size 97302079
2021_10/dedup/oscar-000000000036.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e05918ba78bb2918cecb37859761c0fab1495f54823f0d155be4acce587e0f
3
+ size 99315810
2021_10/dedup/oscar-000000000037.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d720261a6279870e22534cfa752f5a1325cb14b18c0760134c2827a015c645
3
+ size 97588398
2021_10/dedup/oscar-000000000038.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:445b1152336e774a400850b088b83bd5a151334971a1ec0e3edbfe5adb89de1e
3
+ size 97334978
2021_10/dedup/oscar-000000000039.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e4045bbe6d896a43d3c1ad3c1b3e949a8ba6539e5ef30489327e9178bdc9bc
3
+ size 98054717
2021_10/dedup/oscar-000000000040.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0081f474f13799e38219bd623dfb5fce2f4420cbf126c174c282d1871bdf5a51
3
+ size 98051544
2021_10/dedup/oscar-000000000041.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aada711fb1618e1486155af6c23a5cde8c45ea5ec4f0a84adc3746d7e482846e
3
+ size 98410986
2021_10/dedup/oscar-000000000042.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb931917472633d1e26633158347c5b54c121b7f1d30f4709610a586a3d02cf3
3
+ size 97389003
2021_10/dedup/oscar-000000000043.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a7ad87917efb6d34eae23d3d2ae3039051c53a6ad39b7374934f3852bbcbe8
3
+ size 97290778
2021_10/dedup/oscar-000000000044.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc4f5d8ddca7e2f8bbb5890c20dd8c79b5086c2594129916685ffdfaa0f1576
3
+ size 96659000
2021_10/dedup/oscar-000000000045.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9676f49329a22407404fffab939ac0d961a527c85ccbc9239d292f775c9dbe87
3
+ size 98023576
2021_10/dedup/oscar-000000000046.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1450804ef926f1231e4391cec7e466f24dd0eee3807c7b9981bd54f7b17e0ba6
3
+ size 97722947
2021_10/dedup/oscar-000000000047.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39cb5123206420b2b14b5af3ae0b756fdb47a0f0547f8ef6f4c75fd357c3165
3
+ size 98014598
2021_10/dedup/oscar-000000000048.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345cf60fa50030ad3c0beb958f545a8e7f456bba2afcff58d44178ed5e46d22d
3
+ size 98532939
2021_10/dedup/oscar-000000000049.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1fecdc772598dcaf7b7b5e65ab0ecda05f5236dfe722f0e90f9e7d9b21dcce
3
+ size 98061358