Datasets:

Languages:
English
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
andstor commited on
Commit
7c3a4b1
1 Parent(s): 17b1ba5
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +157 -0
  2. README.md +127 -0
  3. data/Batchfile/train/part.0.parquet +3 -0
  4. data/Batchfile/train/part.1.parquet +3 -0
  5. data/Batchfile/train/part.2.parquet +3 -0
  6. data/C#/train/part.0.parquet +3 -0
  7. data/C#/train/part.1.parquet +3 -0
  8. data/C#/train/part.2.parquet +3 -0
  9. data/C#/train/part.3.parquet +3 -0
  10. data/C#/train/part.4.parquet +3 -0
  11. data/C#/train/part.5.parquet +3 -0
  12. data/C#/train/part.6.parquet +3 -0
  13. data/C#/train/part.7.parquet +3 -0
  14. data/C#/train/part.8.parquet +3 -0
  15. data/C#/train/part.9.parquet +3 -0
  16. data/C++/train/part.0.parquet +3 -0
  17. data/C++/train/part.1.parquet +3 -0
  18. data/C++/train/part.10.parquet +3 -0
  19. data/C++/train/part.11.parquet +3 -0
  20. data/C++/train/part.12.parquet +3 -0
  21. data/C++/train/part.13.parquet +3 -0
  22. data/C++/train/part.14.parquet +3 -0
  23. data/C++/train/part.2.parquet +3 -0
  24. data/C++/train/part.3.parquet +3 -0
  25. data/C++/train/part.4.parquet +3 -0
  26. data/C++/train/part.5.parquet +3 -0
  27. data/C++/train/part.6.parquet +3 -0
  28. data/C++/train/part.7.parquet +3 -0
  29. data/C++/train/part.8.parquet +3 -0
  30. data/C++/train/part.9.parquet +3 -0
  31. data/C/train/part.0.parquet +3 -0
  32. data/C/train/part.1.parquet +3 -0
  33. data/C/train/part.10.parquet +3 -0
  34. data/C/train/part.11.parquet +3 -0
  35. data/C/train/part.12.parquet +3 -0
  36. data/C/train/part.13.parquet +3 -0
  37. data/C/train/part.14.parquet +3 -0
  38. data/C/train/part.15.parquet +3 -0
  39. data/C/train/part.16.parquet +3 -0
  40. data/C/train/part.17.parquet +3 -0
  41. data/C/train/part.18.parquet +3 -0
  42. data/C/train/part.2.parquet +3 -0
  43. data/C/train/part.3.parquet +3 -0
  44. data/C/train/part.4.parquet +3 -0
  45. data/C/train/part.5.parquet +3 -0
  46. data/C/train/part.6.parquet +3 -0
  47. data/C/train/part.7.parquet +3 -0
  48. data/C/train/part.8.parquet +3 -0
  49. data/C/train/part.9.parquet +3 -0
  50. data/CSS/train/part.0.parquet +3 -0
.gitignore ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.DS_Store
2
+
3
+ .history
4
+ .vscode
5
+
6
+ # Byte-compiled / optimized / DLL files
7
+ __pycache__/
8
+ *.py[cod]
9
+ *$py.class
10
+
11
+ # C extensions
12
+ *.so
13
+
14
+ # Distribution / packaging
15
+ .Python
16
+ build/
17
+ develop-eggs/
18
+ dist/
19
+ downloads/
20
+ eggs/
21
+ .eggs/
22
+ lib/
23
+ lib64/
24
+ parts/
25
+ sdist/
26
+ var/
27
+ wheels/
28
+ share/python-wheels/
29
+ *.egg-info/
30
+ .installed.cfg
31
+ *.egg
32
+ MANIFEST
33
+
34
+ # PyInstaller
35
+ # Usually these files are written by a python script from a template
36
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
37
+ *.manifest
38
+ *.spec
39
+
40
+ # Installer logs
41
+ pip-log.txt
42
+ pip-delete-this-directory.txt
43
+
44
+ # Unit test / coverage reports
45
+ htmlcov/
46
+ .tox/
47
+ .nox/
48
+ .coverage
49
+ .coverage.*
50
+ .cache
51
+ nosetests.xml
52
+ coverage.xml
53
+ *.cover
54
+ *.py,cover
55
+ .hypothesis/
56
+ .pytest_cache/
57
+ cover/
58
+
59
+ # Translations
60
+ *.mo
61
+ *.pot
62
+
63
+ # Django stuff:
64
+ *.log
65
+ local_settings.py
66
+ db.sqlite3
67
+ db.sqlite3-journal
68
+
69
+ # Flask stuff:
70
+ instance/
71
+ .webassets-cache
72
+
73
+ # Scrapy stuff:
74
+ .scrapy
75
+
76
+ # Sphinx documentation
77
+ docs/_build/
78
+
79
+ # PyBuilder
80
+ .pybuilder/
81
+ target/
82
+
83
+ # Jupyter Notebook
84
+ .ipynb_checkpoints
85
+
86
+ # IPython
87
+ profile_default/
88
+ ipython_config.py
89
+
90
+ # pyenv
91
+ # For a library or package, you might want to ignore these files since the code is
92
+ # intended to run in multiple environments; otherwise, check them in:
93
+ # .python-version
94
+
95
+ # pipenv
96
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
97
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
98
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
99
+ # install all needed dependencies.
100
+ #Pipfile.lock
101
+
102
+ # poetry
103
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
104
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
105
+ # commonly ignored for libraries.
106
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
107
+ #poetry.lock
108
+
109
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
110
+ __pypackages__/
111
+
112
+ # Celery stuff
113
+ celerybeat-schedule
114
+ celerybeat.pid
115
+
116
+ # SageMath parsed files
117
+ *.sage.py
118
+
119
+ # Environments
120
+ .env
121
+ .venv
122
+ env/
123
+ venv/
124
+ ENV/
125
+ env.bak/
126
+ venv.bak/
127
+
128
+ # Spyder project settings
129
+ .spyderproject
130
+ .spyproject
131
+
132
+ # Rope project settings
133
+ .ropeproject
134
+
135
+ # mkdocs documentation
136
+ /site
137
+
138
+ # mypy
139
+ .mypy_cache/
140
+ .dmypy.json
141
+ dmypy.json
142
+
143
+ # Pyre type checker
144
+ .pyre/
145
+
146
+ # pytype static type analyzer
147
+ .pytype/
148
+
149
+ # Cython debug symbols
150
+ cython_debug/
151
+
152
+ # PyCharm
153
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
154
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
155
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
156
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
157
+ #.idea/
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: The Pile GitHub
13
+ size_categories: []
14
+ source_datasets:
15
+ - original
16
+ tags: []
17
+ task_categories:
18
+ - text-generation
19
+ - fill-mask
20
+ - text-classification
21
+ task_ids: []
22
+ ---
23
+
24
+ # Dataset Card for The Pile GitHub
25
+
26
+ ## Table of Contents
27
+ - [Dataset Card for Smart Contracts](#dataset-card-for-the-pile-github)
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Additional Information](#additional-information)
41
+ - [Licensing Information](#licensing-information)
42
+ - [Citation Information](#citation-information)
43
+ - [Contributions](#contributions)
44
+
45
+ ## Dataset Description
46
+
47
+ - **Homepage:** [ElutherAI](https://pile.eleuther.ai)
48
+ - **Repository:** [GitHub](https://github.com/andstor/the-pile-github)
49
+ - **Paper:** [arXiv](https://arxiv.org/abs/2101.00027)
50
+ - **Leaderboard:** [Needs More Information]
51
+ - **Point of Contact:** [Needs More Information]
52
+
53
+ ### Dataset Summary
54
+
55
+ This is the GitHub subset of EleutherAi/The Pile dataset and contains GitHub repositories. The programming languages are identified using the [guesslang library](https://github.com/yoeo/guesslang). A total of 28 programming languages are included in the dataset.
56
+
57
+ ### Supported Tasks and Leaderboards
58
+
59
+ [More Information Needed]
60
+
61
+ ### Languages
62
+ The following languages are covered by the dataset:
63
+ ```
64
+ Batchfile, C#, C++, CSS, Erlang, Go, Haskell, HTML, Java, JavaScript, Jupyter Notebook, Lua, Markdown, Matlab, None, Objective-C, Perl, PHP, PowerShell, Python, R, Ruby, Rust, Scala, Shell, SQL, Swift, TeX, TypeScript
65
+ ```
66
+
67
+ The [guesslang library](https://github.com/yoeo/guesslang) is used to identify the programming languages. Hence, there might be some errors in the language identification.
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Data Instances
72
+
73
+ [More Information Needed]
74
+
75
+ ```
76
+ {
77
+ 'text': ...,
78
+ 'meta': {'language': ...}
79
+ }
80
+ ```
81
+
82
+ ### Data Fields
83
+
84
+ - `text` (`string`): the source code.
85
+ - `meta` (`dict`): the metadata of the source code.
86
+ - `language` (`string`): the programming language of the source code.
87
+
88
+ ### Data Splits
89
+
90
+ [More Information Needed]
91
+
92
+ | | train | validation | test |
93
+ |-------------------------|------:|-----------:|-----:|
94
+ | Input Sentences | | | |
95
+ | Average Sentence Length | | | |
96
+
97
+ ## Dataset Creation
98
+
99
+ ### Curation Rationale
100
+
101
+ [More Information Needed]
102
+
103
+ ### Source Data
104
+
105
+ The data is purely a subset of the [EleutherAI/The Pile dataset](https://huggingface.co/datasets/the_pile). See the original [dataset](https://arxiv.org/abs/2201.07311) for more details.
106
+
107
+ ## Additional Information
108
+
109
+ ### Licensing Information
110
+
111
+ The Pile dataset was released on January 1st, 2021. It is licensed under the MIT License. See the [dataset](https://arxiv.org/abs/2201.07311) for more details.
112
+
113
+ ### Citation Information
114
+
115
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
116
+ ```
117
+ @article{pile,
118
+ title={The {P}ile: An 800GB Dataset of Diverse Text for Language Modeling},
119
+ author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and Presser, Shawn and Leahy, Connor},
120
+ journal={arXiv preprint arXiv:2101.00027},
121
+ year={2020}
122
+ }
123
+ ```
124
+
125
+ ### Contributions
126
+
127
+ Thanks to [@andstor](https://github.com/andstor) for adding this dataset.
data/Batchfile/train/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cc850f0c187ae77ab3064637c720f657f5edd70b2d73f2776b929e565dd63d
3
+ size 168139335
data/Batchfile/train/part.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d015724db04ee16af496a3baff36ccf768b816e40c1ca312dda2ca92b8568e6
3
+ size 167319009
data/Batchfile/train/part.2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ec75eada0cab103e72d137067ef25ffd8cdfd5365e4140e98d63d1c7890755
3
+ size 23967813
data/C#/train/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35940a842624a7a52fee2997c9cd2101f6eb8d8747496fc13a07b84389329e40
3
+ size 111772514
data/C#/train/part.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b8569abb57fc71ed56f27ef26eca9c152d40ad7f6d3656440e95b8e9253e4d
3
+ size 110450824
data/C#/train/part.2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493e2473a2ed9f6513c2f27cf3721acdb6e69d96b55f5f8080072f4880cfbdc0
3
+ size 110719471
data/C#/train/part.3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eeb2b1b6a97625c40d891b8a5748cbc21a97df650f08834fcacdf1efb522024
3
+ size 112374942
data/C#/train/part.4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e5082cff303192409c108f0454a30d801d8dd0211517c9351573372b460c26d
3
+ size 111895190
data/C#/train/part.5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec1c54526bd9047cf28d98b21874113fe13edf35b3a8373b676b7839b455251
3
+ size 112321192
data/C#/train/part.6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ebde856a4bbb1dec7c0b2446d8fac123b79b09a775cdd9b16ff174219f331c
3
+ size 111452734
data/C#/train/part.7.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8856ef98db8d623e3e1b1f9d0c2c238e735443b9569e442fed8febfaead78b83
3
+ size 112363115
data/C#/train/part.8.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3665d4abdb5236986cbed02c237d8982787a557f5c833e8649368fb9e69a700e
3
+ size 111726117
data/C#/train/part.9.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8ce7403997e22a471e67299f218081d6b5de803c133778d635e4fb999663fc
3
+ size 111958100
data/C++/train/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e55ce3a0f435e31bbb0b723bafa31d78c974b81b4ec8e9bab686a9868bcfb26
3
+ size 290691438
data/C++/train/part.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb12f80464e87488a96e7d63c224b52dbbc00688b7ebe3c25534895c316a5b66
3
+ size 288630998
data/C++/train/part.10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcf6ce8162fe9300cd1c3f030560e9b78fd5cf55213245d40bb7c1ab4bf95aa
3
+ size 287822701
data/C++/train/part.11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abaec160273561ccdfc27382d40f5f9262c453f8d85253921a99941154aa00b7
3
+ size 287790931
data/C++/train/part.12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e444cc182cbc8532c79042564c34fcbb7f8b555c6ed90d62f2ff279a711f5e84
3
+ size 287150499
data/C++/train/part.13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbdf845b502b30f78bc415fef1402dfe60f86c5bd10d1b14321b90e7be4df4c
3
+ size 285306577
data/C++/train/part.14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3bd52c572109d37b143e254a08627ae580a04b816b50623e95d052885f88b9d
3
+ size 288941059
data/C++/train/part.2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f2405469582eb1a577cf42b62a52c75c0c3f976c297eb2067021b96184d9b3
3
+ size 287339275
data/C++/train/part.3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c54a5f76df7e85e178f6767ca3b2011e63c99a9e67b2ea02ad945477342cbf94
3
+ size 287114738
data/C++/train/part.4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f685d5610aae4f2092fde720ece999a16cfbb4dfa2e3eb7c627229b9719f89e
3
+ size 287845171
data/C++/train/part.5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7451d7b2af60b11741d084fb73095b3136e19bc9d5b6bbc75775eb1ef7edaa64
3
+ size 288858868
data/C++/train/part.6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da82fec03097f6aba6cb1506f04850fb36d87f02feeb64aa3d51fad94eb00507
3
+ size 287669800
data/C++/train/part.7.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1c540e388473464e592ea6166d113a9c80d95e4ba3a97d07faa41920246f25
3
+ size 288062805
data/C++/train/part.8.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f91a26823384d11d2d9e8ff4031b0cd8e46b08b727a9cffe6b939b32a385dc7
3
+ size 283399381
data/C++/train/part.9.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f913f77c4f070df9a6ea4d0352ab8a8ece3ce7e03357e133fff3132eb6a95b2
3
+ size 285627017
data/C/train/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c46bba45029f2e55d47198d3aa3a152d7a4220e694cc0ca2a9488f5856614c
3
+ size 363216949
data/C/train/part.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8625323bae6756c31f3fe7197be9a69599b7b2fd6c164ce487bc981dbd5d7da
3
+ size 181769202
data/C/train/part.10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade0765603749ec534b4f1e400e6f3f925a7d2a4b38df0770aa6519fbfd852f5
3
+ size 363072129
data/C/train/part.11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1cfde9d8d32daa1cc4c045c59a22992c1eef06b0d7d24898473bd9f57d6f0d
3
+ size 359713130
data/C/train/part.12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb8b81bc205179cacc6435a417fb4d2552750485fedc3775731392223054a69
3
+ size 182750493
data/C/train/part.13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c91f4b5aad1c3537f538496747c39095b8f8d647eccca90adfb1c559dc1acd
3
+ size 358645460
data/C/train/part.14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2adf3cd53b1f9a4cb700eb44a226d1d0a167003440ac2779808093555d87ab9b
3
+ size 181456498
data/C/train/part.15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12e4935dcdf4abff2bd449ec3e9ec073b005c00a16a5bb40cf2674ab4236d58
3
+ size 181875624
data/C/train/part.16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:382e08a62b6908f3027b13631cb92cdeb1dfa74b1d34e444862e5199f52a4d16
3
+ size 360795859
data/C/train/part.17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebe84e243dd8cf2fb1866c2175ec86950bd7d70de47341a155a2c3d2c912411
3
+ size 361173670
data/C/train/part.18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838856a538190f2490337fd265d4a6a5079c7d8b1b1bf6baac1a52a6900d9785
3
+ size 182115195
data/C/train/part.2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc1635e1f6595167344c289badcb9469ae65fc3f70c2fbbdad180e720ebbf0c
3
+ size 361629008
data/C/train/part.3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9053ce6622b1b901723ed3779a0d1dfb3d105ca0e0de7a1a3b4ecae69178835
3
+ size 181668634
data/C/train/part.4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ebadd0735311c5421d26d7b041d85dab33d0d31338a47cdf062cee750347a4
3
+ size 358866952
data/C/train/part.5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c0f9333843731db0022124d37c0fcecf278154b33a9a589c5699a7f98c71f3
3
+ size 361470590
data/C/train/part.6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936f6f7dfffc37d0cdfd1630ecb27d0a0408535cf0276105a5aa96a3f1158028
3
+ size 359546652
data/C/train/part.7.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c407617d38ff048bbb2e3f65fe7f2c13eaa0917c283a27b9c4b56c289bc041e
3
+ size 181720590
data/C/train/part.8.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db25bcaf8db30e8db4216344c22f958e26e3ac20b4c682c151ad980a2a4ffee
3
+ size 360725270
data/C/train/part.9.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5cec8f0f98c0aecc603a0e7af368fcc762ab3be56128d151f3aa723298a6937
3
+ size 181992511
data/CSS/train/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e364be19e6a80e3884c117498fb7bdf481982dee7773ab1c85691d0ea8f08e0a
3
+ size 143572807