anton-l HF staff commited on
Commit
68d7d07
·
1 Parent(s): f5ebc20
Files changed (41) hide show
  1. README.md +1 -31
  2. jupyter_scripts/train-00000-of-00020.parquet +0 -3
  3. jupyter_scripts/train-00001-of-00020.parquet +0 -3
  4. jupyter_scripts/train-00002-of-00020.parquet +0 -3
  5. jupyter_scripts/train-00003-of-00020.parquet +0 -3
  6. jupyter_scripts/train-00004-of-00020.parquet +0 -3
  7. jupyter_scripts/train-00005-of-00020.parquet +0 -3
  8. jupyter_scripts/train-00006-of-00020.parquet +0 -3
  9. jupyter_scripts/train-00007-of-00020.parquet +0 -3
  10. jupyter_scripts/train-00008-of-00020.parquet +0 -3
  11. jupyter_scripts/train-00009-of-00020.parquet +0 -3
  12. jupyter_scripts/train-00010-of-00020.parquet +0 -3
  13. jupyter_scripts/train-00011-of-00020.parquet +0 -3
  14. jupyter_scripts/train-00012-of-00020.parquet +0 -3
  15. jupyter_scripts/train-00013-of-00020.parquet +0 -3
  16. jupyter_scripts/train-00014-of-00020.parquet +0 -3
  17. jupyter_scripts/train-00015-of-00020.parquet +0 -3
  18. jupyter_scripts/train-00016-of-00020.parquet +0 -3
  19. jupyter_scripts/train-00017-of-00020.parquet +0 -3
  20. jupyter_scripts/train-00018-of-00020.parquet +0 -3
  21. jupyter_scripts/train-00019-of-00020.parquet +0 -3
  22. jupyter_structured/train-00000-of-00020.parquet +0 -3
  23. jupyter_structured/train-00001-of-00020.parquet +0 -3
  24. jupyter_structured/train-00002-of-00020.parquet +0 -3
  25. jupyter_structured/train-00003-of-00020.parquet +0 -3
  26. jupyter_structured/train-00004-of-00020.parquet +0 -3
  27. jupyter_structured/train-00005-of-00020.parquet +0 -3
  28. jupyter_structured/train-00006-of-00020.parquet +0 -3
  29. jupyter_structured/train-00007-of-00020.parquet +0 -3
  30. jupyter_structured/train-00008-of-00020.parquet +0 -3
  31. jupyter_structured/train-00009-of-00020.parquet +0 -3
  32. jupyter_structured/train-00010-of-00020.parquet +0 -3
  33. jupyter_structured/train-00011-of-00020.parquet +0 -3
  34. jupyter_structured/train-00012-of-00020.parquet +0 -3
  35. jupyter_structured/train-00013-of-00020.parquet +0 -3
  36. jupyter_structured/train-00014-of-00020.parquet +0 -3
  37. jupyter_structured/train-00015-of-00020.parquet +0 -3
  38. jupyter_structured/train-00016-of-00020.parquet +0 -3
  39. jupyter_structured/train-00017-of-00020.parquet +0 -3
  40. jupyter_structured/train-00018-of-00020.parquet +0 -3
  41. jupyter_structured/train-00019-of-00020.parquet +0 -3
README.md CHANGED
@@ -96,34 +96,6 @@ dataset_info:
96
  num_examples: 15549682
97
  download_size: 16483899047
98
  dataset_size: 31219575534.38484
99
- - config_name: jupyter_scripts
100
- features:
101
- - name: repo_name
102
- dtype: string
103
- - name: content
104
- dtype: string
105
- - name: path
106
- dtype: string
107
- splits:
108
- - name: train
109
- num_bytes: 40474200129.21856
110
- num_examples: 3529416
111
- download_size: 17513608795
112
- dataset_size: 40474200129.21856
113
- - config_name: jupyter_structured
114
- features:
115
- - name: repo_name
116
- dtype: string
117
- - name: content
118
- dtype: string
119
- - name: path
120
- dtype: string
121
- splits:
122
- - name: train
123
- num_bytes: 39594556099.87017
124
- num_examples: 4252889
125
- download_size: 16889239760
126
- dataset_size: 39594556099.87017
127
  - config_name: kaggle
128
  features:
129
  - name: content
@@ -263,10 +235,8 @@ configs:
263
 
264
  This is the dataset of extra sources (besides Stack v2 code data) used to train the StarCoder2 family of models. It contains the following subsets:
265
 
266
- - Jupyter Scripts (`jupyter_scripts`): Jupyter notebooks from The Stack v2 converted to scripts.
267
- - Jupyter Structured (`jupyter_structured`): Jupyter notebooks from The Stack v2 converted to a structured format of code, markdown & output cells.
268
  - Kaggle (`kaggle`): Kaggle notebooks from [Meta-Kaggle-Code](https://www.kaggle.com/datasets/kaggle/meta-kaggle-code) dataset, converted to scripts and prefixed with information on the Kaggle datasets used in the notebook. The file headers have a similar format to Jupyter Structured but the code content is only one single script.
269
- - StackOverflow (`stackoverflow`)): stackoverflow conversations from this [StackExchnage dump](https://archive.org/details/stackexchange).
270
  - Issues (`issues`): processed GitHub issues, same as the Stack v1 issues.
271
  - OWM (`owm`): the [Open-Web-Math](https://huggingface.co/datasets/open-web-math/open-web-math) dataset.
272
  - LHQ (`lhq`): Leandro's High quality dataset, it is a compilation of high quality code files from: APPS-train, CodeContests, GSM8K-train, GSM8K-SciRel, DeepMind-Mathematics, Rosetta-Code, MultiPL-T, ProofSteps, ProofSteps-lean.
 
96
  num_examples: 15549682
97
  download_size: 16483899047
98
  dataset_size: 31219575534.38484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  - config_name: kaggle
100
  features:
101
  - name: content
 
235
 
236
  This is the dataset of extra sources (besides Stack v2 code data) used to train the StarCoder2 family of models. It contains the following subsets:
237
 
 
 
238
  - Kaggle (`kaggle`): Kaggle notebooks from [Meta-Kaggle-Code](https://www.kaggle.com/datasets/kaggle/meta-kaggle-code) dataset, converted to scripts and prefixed with information on the Kaggle datasets used in the notebook. The file headers have a similar format to Jupyter Structured but the code content is only one single script.
239
+ - StackOverflow (`stackoverflow`): stackoverflow conversations from this [StackExchange dump](https://archive.org/details/stackexchange).
240
  - Issues (`issues`): processed GitHub issues, same as the Stack v1 issues.
241
  - OWM (`owm`): the [Open-Web-Math](https://huggingface.co/datasets/open-web-math/open-web-math) dataset.
242
  - LHQ (`lhq`): Leandro's High quality dataset, it is a compilation of high quality code files from: APPS-train, CodeContests, GSM8K-train, GSM8K-SciRel, DeepMind-Mathematics, Rosetta-Code, MultiPL-T, ProofSteps, ProofSteps-lean.
jupyter_scripts/train-00000-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca73fc431b457ed2a52c9cb98074a2537778aa0547a017596db8d772ffbef2d9
3
- size 877402518
 
 
 
 
jupyter_scripts/train-00001-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2fb69f55a55c270500a38039ff0d4cb42981fa0386e1ba3b5c08dd7ed4f3114
3
- size 871669960
 
 
 
 
jupyter_scripts/train-00002-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce67c8f486fc5ce02bd0cde496996650459cfa0cbaa8a45327ef2f86da06e12d
3
- size 881766634
 
 
 
 
jupyter_scripts/train-00003-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b84c8e7ed707d9289feb5422450f36b9433dceeafe51a68c9fa695d51fce3fe
3
- size 877321737
 
 
 
 
jupyter_scripts/train-00004-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ce8c1bbdb516086c59c867376a70baee37d2ae44f96e146c277f87afeb81d33
3
- size 872981807
 
 
 
 
jupyter_scripts/train-00005-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8688c2b9f3434148c17449ace81080493e6bcfd01d23640acb3d25c62d9d477
3
- size 878058130
 
 
 
 
jupyter_scripts/train-00006-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91a773a1edf3fd7ea8629728ce5a3ebaa6d5eb7fbfa58daea3074bd18745e78e
3
- size 876633079
 
 
 
 
jupyter_scripts/train-00007-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f4e0c8eaa962a8160280315b470327f4919b2c5cc8dc5f5b6c423247c20cb9f
3
- size 878189020
 
 
 
 
jupyter_scripts/train-00008-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e48b2303d23f705863b408e836d8ea24247383107a3f131ed16ce0df83b63807
3
- size 877549770
 
 
 
 
jupyter_scripts/train-00009-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb2689c998e4b72db8cb6b572936b88380a76defe6dfe1a37902b10695499863
3
- size 869753801
 
 
 
 
jupyter_scripts/train-00010-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:24fdc579c4013e760822689ff3bcf2911cce935921b015a5187d39ae9292b2a7
3
- size 868643104
 
 
 
 
jupyter_scripts/train-00011-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dc6c7b13dc44c75e3ccb76a024ac824eb5c2b2fd9adeaa51c785660c96f502c
3
- size 878009386
 
 
 
 
jupyter_scripts/train-00012-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:062280fa4e95198b63da0dc0aef52a32f26fd5f6fb254e2eef5e0cfdfd3e450e
3
- size 879685811
 
 
 
 
jupyter_scripts/train-00013-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:38166805dc7c6519c0499ec096a70f538014a724a8e4aecd1ecd55092760a3f7
3
- size 876906800
 
 
 
 
jupyter_scripts/train-00014-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:80805e9397d049c5be970117b7ff8be439c57f261baa851aa9effeeb78e87aea
3
- size 869408477
 
 
 
 
jupyter_scripts/train-00015-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:149393665b602fee5764a98b5ad2e4fb9b0dcbf05c5540ed0a39c96e8feb73e6
3
- size 878136109
 
 
 
 
jupyter_scripts/train-00016-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34dd458dea13214b3622fa03b5d1d8751646347b3fa2cd7ca07c0c30b17ca55b
3
- size 874174594
 
 
 
 
jupyter_scripts/train-00017-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17b7569699569368295c9a50581eb766b9c47e27488aad649bfefcda56e4603a
3
- size 883449189
 
 
 
 
jupyter_scripts/train-00018-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f417408db5de838f5ff8aeefeec810c697672a0a63ddaf5dabcaf7c98d68a26
3
- size 875920905
 
 
 
 
jupyter_scripts/train-00019-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e7ed49e8b928b40731dd96d94aa926ed341d97f223e855e20a777bd804fa1d1
3
- size 867947964
 
 
 
 
jupyter_structured/train-00000-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:41954985cafd0ccd577a34701afa053cf82e71ec694fc69fb0320ffa29d1e136
3
- size 918366096
 
 
 
 
jupyter_structured/train-00001-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94f42be91cd542d1e9d2d703a6819b247e9c19a287213d6a8a09389be603b9c7
3
- size 892095210
 
 
 
 
jupyter_structured/train-00002-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0128eda44f2bbfb0e34719b0fe2901f352a8ed03361cdc088cd57804af79682
3
- size 882497646
 
 
 
 
jupyter_structured/train-00003-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ab0463fc84190c2c44c6c3d31195d08b4f4397869393c795c12a674c1dd251c
3
- size 875511821
 
 
 
 
jupyter_structured/train-00004-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d71e07dfe17b634148c4cfe0af59705d9af5a9be90098597e4eccacf5628094d
3
- size 864123548
 
 
 
 
jupyter_structured/train-00005-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:85f26b4daba17d3780f7a9fa531801339c38f09c8889ba403dccd9ff94a91f4d
3
- size 852585210
 
 
 
 
jupyter_structured/train-00006-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfede14097967a017c915a4f1524c0b25807aca0c283903175a3c039d7252df3
3
- size 855488116
 
 
 
 
jupyter_structured/train-00007-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f9947b213b32ccd14f9469989d9346a6cc2557b031292e5e0d55b9081b136c1
3
- size 851777208
 
 
 
 
jupyter_structured/train-00008-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc2007fd61ca14217a410b8e5c3cb5935f7d87e9f030c0ee3d3cdc90c642d9da
3
- size 845536475
 
 
 
 
jupyter_structured/train-00009-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e51d689b494ce83f0a321878db0fe670c857c2b3e0f9ed600300443ffc8836a7
3
- size 841449117
 
 
 
 
jupyter_structured/train-00010-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:16baf6e7e740cdce1a7124f8cd9d8facc7ccc97b714cecd6a36c37345d898bc4
3
- size 835047391
 
 
 
 
jupyter_structured/train-00011-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e96de03e38c879cac3e574eaa26736b2dbdd36553f4f9b66622188ca297e250e
3
- size 831549692
 
 
 
 
jupyter_structured/train-00012-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:311324e755bf17121ca7c5d207b9ec51aecc393d615f14fa82e483c6657f3ce6
3
- size 827694351
 
 
 
 
jupyter_structured/train-00013-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:06ec3a42cc451ad24b7f8bb865e556989caadb5e210c8c90ab0918d4da4934c3
3
- size 827000672
 
 
 
 
jupyter_structured/train-00014-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5618b4dc4f98ec811663ea830cfece4f34aa7869daae9682d309b2848d2e42e2
3
- size 825545842
 
 
 
 
jupyter_structured/train-00015-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e66c29e26d12c80b35c167045006965fd4077820dab93688e7496a246d7813c
3
- size 821090278
 
 
 
 
jupyter_structured/train-00016-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f13371725929b04c7c0d60a1de1a14707f9b051fb09766dd5a7214bce644bb27
3
- size 811217427
 
 
 
 
jupyter_structured/train-00017-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c7678f88258f58bcf6d52ca93ac2ddc6c2da12d73492cb7ee641843ac2ff355
3
- size 812786520
 
 
 
 
jupyter_structured/train-00018-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb49340eb8f3c938cc4d0c4c771867826859ff4ef85692ad838c9550b2fbc894
3
- size 813975878
 
 
 
 
jupyter_structured/train-00019-of-00020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ac7dade3520a432c4420d11f9a6e9e5031d50f1f21e3a8838719410a58badff
3
- size 803901262