[WIP] Upload folder using huggingface_hub (multi-commit ce81c354cbbc5d09d95e593286ea94557727334e788e6dd25f37cf8520dc1a4f)

#120
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. README.md +6 -34
  2. sample/100BT/dclm_crossdeduped/part.0.parquet +0 -3
  3. sample/100BT/dclm_crossdeduped/part.1.parquet +0 -3
  4. sample/100BT/dclm_crossdeduped/part.10.parquet +0 -3
  5. sample/100BT/dclm_crossdeduped/part.100.parquet +0 -3
  6. sample/100BT/dclm_crossdeduped/part.101.parquet +0 -3
  7. sample/100BT/dclm_crossdeduped/part.102.parquet +0 -3
  8. sample/100BT/dclm_crossdeduped/part.103.parquet +0 -3
  9. sample/100BT/dclm_crossdeduped/part.104.parquet +0 -3
  10. sample/100BT/dclm_crossdeduped/part.105.parquet +0 -3
  11. sample/100BT/dclm_crossdeduped/part.106.parquet +0 -3
  12. sample/100BT/dclm_crossdeduped/part.107.parquet +0 -3
  13. sample/100BT/dclm_crossdeduped/part.108.parquet +0 -3
  14. sample/100BT/dclm_crossdeduped/part.109.parquet +0 -3
  15. sample/100BT/dclm_crossdeduped/part.11.parquet +0 -3
  16. sample/100BT/dclm_crossdeduped/part.110.parquet +0 -3
  17. sample/100BT/dclm_crossdeduped/part.111.parquet +0 -3
  18. sample/100BT/dclm_crossdeduped/part.112.parquet +0 -3
  19. sample/100BT/dclm_crossdeduped/part.113.parquet +0 -3
  20. sample/100BT/dclm_crossdeduped/part.114.parquet +0 -3
  21. sample/100BT/dclm_crossdeduped/part.115.parquet +0 -3
  22. sample/100BT/dclm_crossdeduped/part.116.parquet +0 -3
  23. sample/100BT/dclm_crossdeduped/part.117.parquet +0 -3
  24. sample/100BT/dclm_crossdeduped/part.118.parquet +0 -3
  25. sample/100BT/dclm_crossdeduped/part.119.parquet +0 -3
  26. sample/100BT/dclm_crossdeduped/part.12.parquet +0 -3
  27. sample/100BT/dclm_crossdeduped/part.120.parquet +0 -3
  28. sample/100BT/dclm_crossdeduped/part.121.parquet +0 -3
  29. sample/100BT/dclm_crossdeduped/part.122.parquet +0 -3
  30. sample/100BT/dclm_crossdeduped/part.123.parquet +0 -3
  31. sample/100BT/dclm_crossdeduped/part.124.parquet +0 -3
  32. sample/100BT/dclm_crossdeduped/part.125.parquet +0 -3
  33. sample/100BT/dclm_crossdeduped/part.126.parquet +0 -3
  34. sample/100BT/dclm_crossdeduped/part.127.parquet +0 -3
  35. sample/100BT/dclm_crossdeduped/part.128.parquet +0 -3
  36. sample/100BT/dclm_crossdeduped/part.129.parquet +0 -3
  37. sample/100BT/dclm_crossdeduped/part.13.parquet +0 -3
  38. sample/100BT/dclm_crossdeduped/part.130.parquet +0 -3
  39. sample/100BT/dclm_crossdeduped/part.131.parquet +0 -3
  40. sample/100BT/dclm_crossdeduped/part.132.parquet +0 -3
  41. sample/100BT/dclm_crossdeduped/part.133.parquet +0 -3
  42. sample/100BT/dclm_crossdeduped/part.134.parquet +0 -3
  43. sample/100BT/dclm_crossdeduped/part.135.parquet +0 -3
  44. sample/100BT/dclm_crossdeduped/part.136.parquet +0 -3
  45. sample/100BT/dclm_crossdeduped/part.137.parquet +0 -3
  46. sample/100BT/dclm_crossdeduped/part.138.parquet +0 -3
  47. sample/100BT/dclm_crossdeduped/part.139.parquet +0 -3
  48. sample/100BT/dclm_crossdeduped/part.14.parquet +0 -3
  49. sample/100BT/dclm_crossdeduped/part.140.parquet +0 -3
  50. sample/100BT/dclm_crossdeduped/part.141.parquet +0 -3
README.md CHANGED
@@ -12,10 +12,6 @@ configs:
12
  data_files:
13
  - split: train
14
  path: data/*/*/*
15
- - config_name: sample-100BT
16
- data_files:
17
- - split: train
18
- path: sample/100BT/*/*
19
  - config_name: dclm_crossdeduped
20
  data_files:
21
  - split: train
@@ -55,45 +51,21 @@ According to our evaluations, Zyda-2 is the most performant per-token open datas
55
  For more information, please see our [technical blog](https://www.zyphra.com/post/building-zyda-2).
56
 
57
  ## How to download
58
- We preserved the schemas of original component datasets, meaning that every component has its own schema. For that reason attempting to download the whole dataset using `datasets.load_dataset()` will fail during the stage of generating a split. If you attempt to stream the default config, it will also fail.
59
 
60
  To download the whole dataset we recommend to either clone the repository, or, if you must use the `datasets.load_dataset()`, download individual components separately.
61
 
62
- Only `nemo_id` and `text` are common columns between the components. Select those for every component first, and only then interleave the datasets with optimal weights (see example at the bottom of this section).
63
-
64
  Example command to clone the repository using huggingface-cli: `huggingface-cli download Zyphra/Zyda-2 --repo-type dataset`
65
 
66
  Commands to download individual components:
67
- - DCLM: `ds_dclm = datasets.load_dataset("Zyphra/Zyda-2", name="dclm_crossdeduped", split="train")`
68
- - Zyda: `ds_zyda = datasets.load_dataset("Zyphra/Zyda-2", name="zyda_crossdeduped-filtered", split="train")`
69
- - Dolma-CC: `ds_dolma = datasets.load_dataset("Zyphra/Zyda-2", name="dolma-cc_crossdeduped-filtered", split="train")`
70
- - Fineweb-Edu: `ds_fwe = datasets.load_dataset("Zyphra/Zyda-2", name="fwe3", split="train")`
71
 
72
  In this repository we provide raw results of cross deduplication and filtering. To achieve the best possible performance, one will need to use appropriate weights during training.
73
- We found the following optimal weights by number of tokens (in the sense of weights in the resultant dataset): DCLM - 4.0, FWE3 - 4.0, Zyda - 0.16, Dolma-CC - 0.24.
74
-
75
- Below you will find an example of how to get proper dataset object.
76
- It demonstrates how to select only `nemo_id` and `text` columns, and then interleave the datasets with probabilities computed from the weights above.
77
- One needs to be careful with weights normalization, as `interleave_datasets()` returns documents, while our weights are token-wise. We provide precomputed document-wise weights in the example below.
78
- To stream the dataset, add `streaming=True` to the `load_dataset()` commands.
79
-
80
- ```
81
- common_columns = ["nemo_id", "text"]
82
- ds_dclm = ds_dclm.select_columns(common_columns)
83
- ds_zyda = ds_zyda.select_columns(common_columns)
84
- ds_dolma = ds_dolma.select_columns(common_columns)
85
- ds_fwe = ds_zyda.select_columns(common_columns)
86
- norm_weights = [0.4038, 0.0316, 0.0585, 0.5061]
87
- ds = datasets.interleave_datasets([ds_dclm, ds_zyda, ds_dolma, ds_fwe], probabilities=norm_weights, stopping_strategy="all_exhausted")
88
- ```
89
-
90
- ### (Smaller) sample version
91
- Along with the configs above, you can also download a smaller version of the dataset with the following config:
92
- - `sample-100BT`: a subset randomly sampled from the whole dataset of around 100B gpt-neox tokens (252GB, 91.2M documents).
93
-
94
- This sample only has common columns `nemo-id` and `text`. In addition, it was sampled according to optimal weights, so you can start using it directly.
95
 
96
- `ds_sample = datasets.load_dataset("Zyphra/Zyda-2", name="sample-100BT", split="train")`
97
 
98
  ## Breakdown by component
99
 
 
12
  data_files:
13
  - split: train
14
  path: data/*/*/*
 
 
 
 
15
  - config_name: dclm_crossdeduped
16
  data_files:
17
  - split: train
 
51
  For more information, please see our [technical blog](https://www.zyphra.com/post/building-zyda-2).
52
 
53
  ## How to download
54
+ Since we preserved the schemas of original component datasets, attempting to download the whole dataset using `datasets.load_dataset()` might fail during the stage of generating a split.
55
 
56
  To download the whole dataset we recommend to either clone the repository, or, if you must use the `datasets.load_dataset()`, download individual components separately.
57
 
 
 
58
  Example command to clone the repository using huggingface-cli: `huggingface-cli download Zyphra/Zyda-2 --repo-type dataset`
59
 
60
  Commands to download individual components:
61
+ - DCLM: `ds = datasets.load_dataset("Zyphra/Zyda-2", name="dclm_crossdeduped", split="train")`
62
+ - Zyda: `ds = datasets.load_dataset("Zyphra/Zyda-2", name="zyda_crossdeduped-filtered", split="train")`
63
+ - Dolma-CC: `ds = datasets.load_dataset("Zyphra/Zyda-2", name="dolma-cc_crossdeduped-filtered", split="train")`
64
+ - Fineweb-Edu: `ds = datasets.load_dataset("Zyphra/Zyda-2", name="fwe3", split="train")`
65
 
66
  In this repository we provide raw results of cross deduplication and filtering. To achieve the best possible performance, one will need to use appropriate weights during training.
67
+ We found the following optimal weights (in the sense of weights in the resultant dataset): DCLM - 4.0, FWE3 - 4.0, Zyda - 0.16, Dolma-CC - 0.24.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
 
69
 
70
  ## Breakdown by component
71
 
sample/100BT/dclm_crossdeduped/part.0.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:249a684b535dd5f7d425559f576a07fa5fa663fe06d0c4e5b65bea953477a319
3
- size 173518457
 
 
 
 
sample/100BT/dclm_crossdeduped/part.1.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f676c3c815ac1a61292e4bdefe0792d9ac92e0ec3253d05c65056dfd4eacaba6
3
- size 175420877
 
 
 
 
sample/100BT/dclm_crossdeduped/part.10.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3a1dbaf577fbbc7dd6aee9df834e30f979932cf9ec25a5ed10cc7bd2f9d513b
3
- size 174990498
 
 
 
 
sample/100BT/dclm_crossdeduped/part.100.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9031342990f69c9519ed11139e8007c6fe59fae77e59ab2a81c48c53865ae63
3
- size 172879381
 
 
 
 
sample/100BT/dclm_crossdeduped/part.101.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:350afda70dd1f8eb3c48e3da705f9ee54075e9e38243259ffa27b404628eda53
3
- size 174167679
 
 
 
 
sample/100BT/dclm_crossdeduped/part.102.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:edd9f23539111197565bb5e331768d5a687332fe8cdf18f45177f623e5017b1e
3
- size 177140924
 
 
 
 
sample/100BT/dclm_crossdeduped/part.103.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9e316ca66e30b3510f9f6128b96c171e3ac1f3f74b1ee122a9a936c818d50ff
3
- size 181552253
 
 
 
 
sample/100BT/dclm_crossdeduped/part.104.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:71490982aac848516770a86fdbbe473c81b02871fd87a5ad216745c0e4e661f8
3
- size 180841997
 
 
 
 
sample/100BT/dclm_crossdeduped/part.105.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:515cf00e4cb893c0b173093226f7d302e2256279bcf4ffc5a74648da0aee807e
3
- size 179611946
 
 
 
 
sample/100BT/dclm_crossdeduped/part.106.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91d2abae383b1dfd3a61078584811eb1c414a24d17a0aa56c23be1e302ebafeb
3
- size 173168670
 
 
 
 
sample/100BT/dclm_crossdeduped/part.107.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0e684cd78c2ea3ac3aa9b4f6345c870ff0a8ce4a7d2b4adc757a6147187d890
3
- size 173241712
 
 
 
 
sample/100BT/dclm_crossdeduped/part.108.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ecdcb6923f8d78d4748732c1162218aa570750c61d061828fec4ae46be7093d
3
- size 173623933
 
 
 
 
sample/100BT/dclm_crossdeduped/part.109.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:71432e50cb44bc29c8736b220d730697c75d665eed515c71ab4869dcac381ca4
3
- size 178155314
 
 
 
 
sample/100BT/dclm_crossdeduped/part.11.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:821ee538bc1884def47a15fa3157a2288859006ce71db7394b3ccd320da0c414
3
- size 182831725
 
 
 
 
sample/100BT/dclm_crossdeduped/part.110.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa83f4907af3343300a34888b4240e921355faa00caa1f2bb67c1ff6959cef0d
3
- size 181103011
 
 
 
 
sample/100BT/dclm_crossdeduped/part.111.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:019cc6cc0e2729763e4867db6b1ec411ad897c14b50e6a5ee67c621175f956ab
3
- size 181377641
 
 
 
 
sample/100BT/dclm_crossdeduped/part.112.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc71921b636792014a8bcab9d4fd23d6a4e7c81fbdc1d958e87da3dede630c06
3
- size 179165917
 
 
 
 
sample/100BT/dclm_crossdeduped/part.113.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0157fa64a4aeefc4a06724aa7cea21ef3f5af82e88e2641f247d8493e94d9cbf
3
- size 172870636
 
 
 
 
sample/100BT/dclm_crossdeduped/part.114.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3970c4de61b074dca26d80fc84130d9e0be797feb3f0f5f421b070cd94865e2a
3
- size 174861613
 
 
 
 
sample/100BT/dclm_crossdeduped/part.115.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:480e80aaeb187b415c8f8e947825b93eac4fed91c1e8409ec16bcb1ef47abd2c
3
- size 172485371
 
 
 
 
sample/100BT/dclm_crossdeduped/part.116.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae4855e8a8cf7c514866bf37e64826516cd439ce7ce1aa54edaccc2046dd1fae
3
- size 174929250
 
 
 
 
sample/100BT/dclm_crossdeduped/part.117.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2d8d9e6abaf5c45b161580d890d5f072b2d83443b1924fc7cbc1352a01d6d7f
3
- size 172018492
 
 
 
 
sample/100BT/dclm_crossdeduped/part.118.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8bf99f1f6b66ea932685a5858a64605b9fe83cc33d125579e00bba01cda3135
3
- size 177621583
 
 
 
 
sample/100BT/dclm_crossdeduped/part.119.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbeddba6ade6d9d1b881719063c5ff10a81991f47f0b1b097aa4bf01073f1146
3
- size 178848599
 
 
 
 
sample/100BT/dclm_crossdeduped/part.12.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:78c3b60c9edf91528551e16a5778e56466c32f3c25663bc027164dabaa9f51ce
3
- size 177865734
 
 
 
 
sample/100BT/dclm_crossdeduped/part.120.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1273f75a1b00c35e7dc90ce54331585a269be7b01c47f60c02e513e5f6b8de20
3
- size 183002733
 
 
 
 
sample/100BT/dclm_crossdeduped/part.121.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:57f4f18ba75a88d900bf1ad16e15bc1578284605960c27a96bb00bc81d491134
3
- size 173078938
 
 
 
 
sample/100BT/dclm_crossdeduped/part.122.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:20a9cb1a680e3a6cc7326b352ceaf164ae70d49d3ee9d23887c26205bba86468
3
- size 169601210
 
 
 
 
sample/100BT/dclm_crossdeduped/part.123.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d016babd1997b7333b8a82e46a7619a832a222ea03c425d363bc27829c15d0b
3
- size 172930128
 
 
 
 
sample/100BT/dclm_crossdeduped/part.124.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:84443d2b1baec6f82a69d7bdc11661b19ec965e41ed07cb2945249238d192237
3
- size 180649215
 
 
 
 
sample/100BT/dclm_crossdeduped/part.125.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:944e38d479a00512558055ecad7481ebd14b9886c3911376cd99bc5c5f0680b5
3
- size 184330169
 
 
 
 
sample/100BT/dclm_crossdeduped/part.126.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc2e0876d3da47cb036ed526564c8cb313645082c56d12d16acc13480935ef12
3
- size 177088039
 
 
 
 
sample/100BT/dclm_crossdeduped/part.127.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ce846693392b5ce2bf794f6fc1141f0b73ea469396fd5e541409d9dbe1eb80a
3
- size 174284344
 
 
 
 
sample/100BT/dclm_crossdeduped/part.128.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:62cf0522acb5fa207880d2c2715601a5136bfe9ad9e1b2dd023190103c1877f2
3
- size 173235029
 
 
 
 
sample/100BT/dclm_crossdeduped/part.129.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a20103aa1ed68aef2452a3488d6858dacd8e174aeac9fd3edc2ffb4f1ee14c8
3
- size 175019811
 
 
 
 
sample/100BT/dclm_crossdeduped/part.13.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e41e38c4babbbb6f477b9a493ebe146d8e3489ad0ac44666c50b0483bbfe366f
3
- size 183468211
 
 
 
 
sample/100BT/dclm_crossdeduped/part.130.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:76e741cfae21b6614b33f0a55bb24e79bfdada37312c5b51a775ec6642103ba2
3
- size 172423384
 
 
 
 
sample/100BT/dclm_crossdeduped/part.131.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d71110ece1164653996e9a1705529ebfb8ba624968f53a1611f39943d301fc3d
3
- size 180335334
 
 
 
 
sample/100BT/dclm_crossdeduped/part.132.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9247834f606d2b7c0c173c6b280ac9d9f5f9dcb7cfe886089cb45890f1bdb90
3
- size 179793684
 
 
 
 
sample/100BT/dclm_crossdeduped/part.133.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:457a3071ee6a5c14a47ffa81a531f33c347d3c9fcbfc26aacb152243525910e7
3
- size 180347272
 
 
 
 
sample/100BT/dclm_crossdeduped/part.134.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf91d12152b171e1db631a84a54907163ec8a183df1bd3e7831a5ad67dc858d6
3
- size 176039061
 
 
 
 
sample/100BT/dclm_crossdeduped/part.135.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:88573a6cb1b27336ab7642c3e7267cba4ffe9583a3495485f17b25ad238f0fd7
3
- size 172459663
 
 
 
 
sample/100BT/dclm_crossdeduped/part.136.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:704e452415ae8c4a335984c99df5a2d03981075d2b50dd2104b4ce2a1c3dbe51
3
- size 174386373
 
 
 
 
sample/100BT/dclm_crossdeduped/part.137.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4b7119526891b4fa5cf700a28c34009c5d46778b74af4f772cbcc769732778f
3
- size 177922365
 
 
 
 
sample/100BT/dclm_crossdeduped/part.138.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bff4eecf77bd3367f1b64dbfecb387c94bea7eeb55df2c03c86f5f3f35b69538
3
- size 180340267
 
 
 
 
sample/100BT/dclm_crossdeduped/part.139.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f3bff731dc5869b05314f90a73013f485a89715810fcba2dece9351e7e94edd
3
- size 182570883
 
 
 
 
sample/100BT/dclm_crossdeduped/part.14.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f015fd78c321e12a733bac60976c2c1f68ea5c6991a77b9dcbef842bb6a93bb7
3
- size 174698357
 
 
 
 
sample/100BT/dclm_crossdeduped/part.140.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f09b402307ba7a417649d37241e1252023cf73b710fc57d7155808cfeeb4446e
3
- size 178262870
 
 
 
 
sample/100BT/dclm_crossdeduped/part.141.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9737454edde0c81a6a62eaec3a07d791b4c04fe5fc6217a05d17d99feaba7c27
3
- size 173951502