deqing commited on
Commit
aca933c
·
verified ·
1 Parent(s): 794f716

Upload sharded deduplicated dataset (arrow-only)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +18 -18
  2. large_shard_0/data-00002-of-00015.arrow +0 -3
  3. large_shard_0/data-00002-of-00017.arrow +0 -3
  4. large_shard_0/data-00003-of-00015.arrow +0 -3
  5. large_shard_0/data-00003-of-00017.arrow +0 -3
  6. large_shard_0/data-00004-of-00015.arrow +0 -3
  7. large_shard_0/data-00004-of-00017.arrow +0 -3
  8. large_shard_0/data-00005-of-00015.arrow +0 -3
  9. large_shard_0/data-00005-of-00017.arrow +0 -3
  10. large_shard_0/data-00006-of-00015.arrow +0 -3
  11. large_shard_0/data-00006-of-00017.arrow +0 -3
  12. large_shard_0/data-00007-of-00015.arrow +0 -3
  13. large_shard_0/data-00007-of-00017.arrow +0 -3
  14. large_shard_0/data-00008-of-00015.arrow +0 -3
  15. large_shard_0/data-00008-of-00017.arrow +0 -3
  16. large_shard_0/data-00009-of-00015.arrow +0 -3
  17. large_shard_0/data-00009-of-00017.arrow +0 -3
  18. large_shard_0/data-00010-of-00015.arrow +0 -3
  19. large_shard_0/data-00010-of-00017.arrow +0 -3
  20. large_shard_0/data-00011-of-00015.arrow +0 -3
  21. large_shard_0/data-00011-of-00017.arrow +0 -3
  22. large_shard_0/data-00012-of-00015.arrow +0 -3
  23. large_shard_0/data-00012-of-00017.arrow +0 -3
  24. large_shard_0/data-00013-of-00015.arrow +0 -3
  25. large_shard_0/data-00013-of-00017.arrow +0 -3
  26. large_shard_0/data-00014-of-00015.arrow +0 -3
  27. large_shard_0/data-00014-of-00017.arrow +0 -3
  28. large_shard_0/data-00015-of-00017.arrow +0 -3
  29. large_shard_0/data-00016-of-00017.arrow +0 -3
  30. large_shard_0/dataset_info.json +0 -20
  31. large_shard_0/state.json +0 -65
  32. large_shard_1/data-00000-of-00014.arrow +0 -3
  33. large_shard_1/data-00000-of-00015.arrow +0 -3
  34. large_shard_1/data-00001-of-00014.arrow +0 -3
  35. large_shard_1/data-00001-of-00015.arrow +0 -3
  36. large_shard_1/data-00002-of-00014.arrow +0 -3
  37. large_shard_1/data-00002-of-00015.arrow +0 -3
  38. large_shard_1/data-00003-of-00014.arrow +0 -3
  39. large_shard_1/data-00003-of-00015.arrow +0 -3
  40. large_shard_1/data-00004-of-00014.arrow +0 -3
  41. large_shard_1/data-00004-of-00015.arrow +0 -3
  42. large_shard_1/data-00005-of-00014.arrow +0 -3
  43. large_shard_1/data-00005-of-00015.arrow +0 -3
  44. large_shard_1/data-00006-of-00014.arrow +0 -3
  45. large_shard_1/data-00006-of-00015.arrow +0 -3
  46. large_shard_1/data-00007-of-00014.arrow +0 -3
  47. large_shard_1/data-00007-of-00015.arrow +0 -3
  48. large_shard_1/data-00008-of-00014.arrow +0 -3
  49. large_shard_1/data-00008-of-00015.arrow +0 -3
  50. large_shard_1/data-00009-of-00014.arrow +0 -3
README.md CHANGED
@@ -6,35 +6,35 @@ This dataset is a curated mixture of high-quality text data designed for large l
6
 
7
  ## Dataset Statistics
8
 
9
- **Total Size:** 10.58 billion tokens
10
- - **Training Split:** 10.01 billion tokens (94.6%)
11
- - **Validation Split:** 0.57 billion tokens (5.4%)
12
 
13
  ### Data Sources (Combined)
14
 
15
- - **dclm_baseline**: 6.36B tokens (60.13%) - 5,100,585 documents
16
- - **mini_pile**: 1.43B tokens (13.52%) - 999,518 documents
17
- - **common_corpus**: 1.03B tokens (9.71%) - 252,785 documents
18
- - **the_stack**: 0.97B tokens (9.2%) - 254,809 documents
19
- - **math_pile**: 0.79B tokens (7.43%) - 72,559 documents
20
 
21
 
22
  ### Training Split Statistics
23
 
24
- - **dclm_baseline**: 6.04B tokens (60.33%) - 4,841,522 documents
25
- - **mini_pile**: 1.36B tokens (13.58%) - 949,537 documents
26
- - **common_corpus**: 0.94B tokens (9.4%) - 233,049 documents
27
- - **the_stack**: 0.88B tokens (8.83%) - 234,915 documents
28
- - **math_pile**: 0.79B tokens (7.85%) - 72,554 documents
29
 
30
 
31
  ### Validation Split Statistics
32
 
33
- - **dclm_baseline**: 0.32B tokens (56.56%) - 259,063 documents
34
- - **the_stack**: 0.09B tokens (15.85%) - 19,894 documents
35
- - **common_corpus**: 0.09B tokens (15.1%) - 19,736 documents
36
- - **mini_pile**: 0.07B tokens (12.48%) - 49,981 documents
37
- - **math_pile**: 0.0B tokens (0.0%) - 5 documents
38
 
39
 
40
  ## Data Processing Pipeline
 
6
 
7
  ## Dataset Statistics
8
 
9
+ **Total Size:** 10.42 billion tokens
10
+ - **Training Split:** 9.89 billion tokens (94.9%)
11
+ - **Validation Split:** 0.53 billion tokens (5.1%)
12
 
13
  ### Data Sources (Combined)
14
 
15
+ - **dclm_baseline**: 5.06B tokens (48.56%) - 4,088,916 documents
16
+ - **the_stack**: 1.65B tokens (15.79%) - 383,490 documents
17
+ - **common_corpus**: 1.5B tokens (14.36%) - 381,841 documents
18
+ - **mini_pile**: 1.43B tokens (13.73%) - 999,858 documents
19
+ - **math_pile**: 0.79B tokens (7.55%) - 72,936 documents
20
 
21
 
22
  ### Training Split Statistics
23
 
24
+ - **dclm_baseline**: 4.81B tokens (48.61%) - 3,884,088 documents
25
+ - **the_stack**: 1.58B tokens (15.97%) - 363,502 documents
26
+ - **common_corpus**: 1.42B tokens (14.37%) - 361,913 documents
27
+ - **mini_pile**: 1.36B tokens (13.78%) - 949,859 documents
28
+ - **math_pile**: 0.72B tokens (7.26%) - 68,947 documents
29
 
30
 
31
  ### Validation Split Statistics
32
 
33
+ - **dclm_baseline**: 0.25B tokens (47.69%) - 204,828 documents
34
+ - **common_corpus**: 0.08B tokens (14.22%) - 19,928 documents
35
+ - **math_pile**: 0.07B tokens (12.89%) - 3,989 documents
36
+ - **mini_pile**: 0.07B tokens (12.86%) - 49,999 documents
37
+ - **the_stack**: 0.07B tokens (12.33%) - 19,988 documents
38
 
39
 
40
  ## Data Processing Pipeline
large_shard_0/data-00002-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d02bf50a4edbc8c9b966b3a569b785a61e0dc1d3d733cb738addb6101a4d5d20
3
- size 478439376
 
 
 
 
large_shard_0/data-00002-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bde615bf4a84cc9a09d15af186bdd97733bb00a6448126532a07a5fb85ce300
3
- size 481109440
 
 
 
 
large_shard_0/data-00003-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd29b71e9cbc8e2819893d0658e5dad1c46bcb4f3666e9589bc0bc28d4f68a3a
3
- size 483310392
 
 
 
 
large_shard_0/data-00003-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad1f730e4a1bfd7b68fb1c58128b347dd0d98a507696d646a27b9ab906984e34
3
- size 478787024
 
 
 
 
large_shard_0/data-00004-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f394feea1d05433d66f523845b74478082fbd999eb9aff89632dc37116d28c8a
3
- size 472368064
 
 
 
 
large_shard_0/data-00004-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b7c9571ba869159e5cc616ac8aa79b0bbd4a5004a0a66059f1614cf0cb42486
3
- size 475549936
 
 
 
 
large_shard_0/data-00005-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1860f3c4d86ff0cbcee84d8e1c2e8d3211e5435573488a7c07264e2078e07a60
3
- size 488085992
 
 
 
 
large_shard_0/data-00005-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dc2e27656bf195b53503835dcffefa9cf8fc9b34cb6357c1d867d7cd6f299eb
3
- size 467191752
 
 
 
 
large_shard_0/data-00006-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e946594a372da4fd30e2ac26d22244e06ba2cec697952292f9b17a7c74141793
3
- size 479993168
 
 
 
 
large_shard_0/data-00006-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7d7db909cbc93acb3a59bb4d5e5acc573fc9de4ef1e7b428c8d3d8e6316a2e1
3
- size 472216576
 
 
 
 
large_shard_0/data-00007-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:18229490b18c6f8d458f158a7451e61d82a2912df09b9d875c3f711ece298e49
3
- size 488644096
 
 
 
 
large_shard_0/data-00007-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e8aed1b045d099d0e1db32f313825fec73b352f4556f0545a0034655d936067
3
- size 472731264
 
 
 
 
large_shard_0/data-00008-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0862c123bfa25fa1ca0124cb40b489a537d6a0c3d875d60b7fd9516b797c6c7
3
- size 471036824
 
 
 
 
large_shard_0/data-00008-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6053b8e8c0eba2e42fb216e5f0414abe6b3c2db111755be439d82695480d9c3
3
- size 470314376
 
 
 
 
large_shard_0/data-00009-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d02573847186c08b2ae6c1cd73433ae64eed61ca12e4dda84d1bfcf9e9b5d7
3
- size 470140624
 
 
 
 
large_shard_0/data-00009-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dce28d748ac1cda4e0895539bfb2be3d913b1ab5dfc3eecbe6e984d38d0559c9
3
- size 473515376
 
 
 
 
large_shard_0/data-00010-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:becad23682fc604adcc2e0ff8a080dfab19140460ede1e4e847cc9c8c96c46ee
3
- size 480105616
 
 
 
 
large_shard_0/data-00010-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c598263c9d1af61ff7c887e0b37542709a3e56822bf79e88084f2461bcdb8cb4
3
- size 462701408
 
 
 
 
large_shard_0/data-00011-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1180dd1b0efecc9cdd6377ffd5e0c08e5f85a53893566434a0864cf7ac0b3e6d
3
- size 478203568
 
 
 
 
large_shard_0/data-00011-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:440ecb4966d98987077fd0a7e333b87dc9baeabb7e49b5e13fe7b49576fe4c37
3
- size 469205432
 
 
 
 
large_shard_0/data-00012-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8feb79564d73ab9e4b9eb4b7a27851323efb08474cadf1ec2cde0b6e43f7783
3
- size 483594528
 
 
 
 
large_shard_0/data-00012-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3de7b2137b96ac178ef6750564cfc23c71edc4baee3db15d2a0bcdde1f5260f0
3
- size 473965752
 
 
 
 
large_shard_0/data-00013-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:86e3a537a55e6256a7020c9e33f5389790155f948e208cd12493cbbebb56fc9e
3
- size 480489576
 
 
 
 
large_shard_0/data-00013-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc8f7ccb0568da36f7594d5065e3571e8b7d8e1af7085a1a10b492dcfba853c6
3
- size 470288000
 
 
 
 
large_shard_0/data-00014-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d90933f5768fd778c7f4e8e7c36b4e66507bdd6854573e1267ea43cd5338797
3
- size 482688552
 
 
 
 
large_shard_0/data-00014-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d424ad6ab88b665a851199032683327b007fae003e0cbd69e8fbe78b4400ac4
3
- size 468564288
 
 
 
 
large_shard_0/data-00015-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64a1f30babe5d63745f61b2a0f2eefefc63e96851b8c0f5df67ee673d3143ee9
3
- size 478609552
 
 
 
 
large_shard_0/data-00016-of-00017.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab88f3cd0aafdb01d034e3d279bf9662d2f8dbfd1e579a4bfc788c821619f9c3
3
- size 468593304
 
 
 
 
large_shard_0/dataset_info.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "text": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "source_data": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "info": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- }
17
- },
18
- "homepage": "",
19
- "license": ""
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
large_shard_0/state.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00017.arrow"
5
- },
6
- {
7
- "filename": "data-00001-of-00017.arrow"
8
- },
9
- {
10
- "filename": "data-00002-of-00017.arrow"
11
- },
12
- {
13
- "filename": "data-00003-of-00017.arrow"
14
- },
15
- {
16
- "filename": "data-00004-of-00017.arrow"
17
- },
18
- {
19
- "filename": "data-00005-of-00017.arrow"
20
- },
21
- {
22
- "filename": "data-00006-of-00017.arrow"
23
- },
24
- {
25
- "filename": "data-00007-of-00017.arrow"
26
- },
27
- {
28
- "filename": "data-00008-of-00017.arrow"
29
- },
30
- {
31
- "filename": "data-00009-of-00017.arrow"
32
- },
33
- {
34
- "filename": "data-00010-of-00017.arrow"
35
- },
36
- {
37
- "filename": "data-00011-of-00017.arrow"
38
- },
39
- {
40
- "filename": "data-00012-of-00017.arrow"
41
- },
42
- {
43
- "filename": "data-00013-of-00017.arrow"
44
- },
45
- {
46
- "filename": "data-00014-of-00017.arrow"
47
- },
48
- {
49
- "filename": "data-00015-of-00017.arrow"
50
- },
51
- {
52
- "filename": "data-00016-of-00017.arrow"
53
- }
54
- ],
55
- "_fingerprint": "f749e18542e6efc5",
56
- "_format_columns": [
57
- "info",
58
- "source_data",
59
- "text"
60
- ],
61
- "_format_kwargs": {},
62
- "_format_type": null,
63
- "_output_all_columns": false,
64
- "_split": null
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
large_shard_1/data-00000-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e5316b27dece4ef6146297d1ddcd40caffe2c68bcff2255215dc23158c8ff3e
3
- size 496544464
 
 
 
 
large_shard_1/data-00000-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0843e6a16af87defd0956ec7168b4f3e4025d99e2806fd058e63424a788aef88
3
- size 475603448
 
 
 
 
large_shard_1/data-00001-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e8c7ae8294447460b802c4a39d29fe1ea1ab66af55adfc79f54de6aa00c1091
3
- size 494373328
 
 
 
 
large_shard_1/data-00001-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:98940aebcde9877d08cd927d18c92ece3c1a3792f5653ddb7169367ea6ada93f
3
- size 470202384
 
 
 
 
large_shard_1/data-00002-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd5169f3b635369075fbb74bc3dce4acbaf5d18a930c107557b0a02b8383a04e
3
- size 497654640
 
 
 
 
large_shard_1/data-00002-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ad233e7e6799c04bd81a11fb380b128574c1cad27ee1c3c6fd521220e7c7881
3
- size 476057256
 
 
 
 
large_shard_1/data-00003-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59299e345c6a90f5acf1bb5f9ba193b39e6214bd3d31805d441523fd8848216f
3
- size 499029552
 
 
 
 
large_shard_1/data-00003-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:960d87a2b336fc13746f9c91fe369d01add98631ec0992050bd622009abc8da8
3
- size 476834880
 
 
 
 
large_shard_1/data-00004-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:581a84e4fc0fbf0258e16dc6b3438d1f0a70e61978e4728d29056dfe914b03a7
3
- size 503906368
 
 
 
 
large_shard_1/data-00004-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f98431d6c91b856e3180ee8bb5b7ba33af64f1f6066fccbde402158b773662c7
3
- size 487869768
 
 
 
 
large_shard_1/data-00005-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:640184976525194557d8ade880b9c6af834245713ec59ecc0a4c0a5512c5d3ea
3
- size 491487880
 
 
 
 
large_shard_1/data-00005-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:717fd5c148bd32221e1cd031e4fd323a2f55c2af9c4d31bc767b62dca96065ce
3
- size 469743696
 
 
 
 
large_shard_1/data-00006-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:70a13e4fa08ffc554d2e5870a9695f9e0bfdcfbb66040b0b8ddd0b13d712b205
3
- size 500462168
 
 
 
 
large_shard_1/data-00006-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e01f14865bc3ea3a6cff88c015fd7530199c63373f10681466b1a761de24415
3
- size 481760536
 
 
 
 
large_shard_1/data-00007-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2afa9be5c11409b122c9ccededf6af81e480f4e3bc4ac19256697a0b5ac17fe6
3
- size 488462800
 
 
 
 
large_shard_1/data-00007-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cc835a39508fc0d547e422c3e2080331c968b6ae23be8a0546d576f75d87777
3
- size 477643040
 
 
 
 
large_shard_1/data-00008-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d18fdc7c19bd6924383852218235db5ad3e9ca627cef0101e26fa6a1352645f
3
- size 494326872
 
 
 
 
large_shard_1/data-00008-of-00015.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ea12c53a7f96785202906c6c5d8c5b1bd5118cd70565295c3ae99b01ee06bab
3
- size 470767408
 
 
 
 
large_shard_1/data-00009-of-00014.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:35af14425b2f0006518f143b24b8c5303113b9b6a262da928c44d78237046097
3
- size 497939232