Datasets:
TheGreatRambler
commited on
Commit
•
b0afb45
1
Parent(s):
e891881
Update size
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license:
|
|
6 |
multilinguality:
|
7 |
- multilingual
|
8 |
size_categories:
|
9 |
-
-
|
10 |
source_datasets:
|
11 |
- original
|
12 |
task_categories:
|
@@ -208,46 +208,6 @@ ds = load_dataset("TheGreatRambler/mm2_ninji", split="train")
|
|
208 |
The dataset only contains a train split.
|
209 |
|
210 |
<!-- TODO create detailed statistics -->
|
211 |
-
<!--
|
212 |
-
## Dataset Statistics
|
213 |
-
|
214 |
-
The dataset contains 115M files and the sum of all the source code file sizes is 873 GB (note that the size of the dataset is larger due to the extra fields). A breakdown per language is given in the plot and table below:
|
215 |
-
|
216 |
-
![dataset-statistics](https://huggingface.co/datasets/codeparrot/github-code/resolve/main/github-code-stats-alpha.png)
|
217 |
-
|
218 |
-
| | Language |File Count| Size (GB)|
|
219 |
-
|---:|:-------------|---------:|-------:|
|
220 |
-
| 0 | Java | 19548190 | 107.70 |
|
221 |
-
| 1 | C | 14143113 | 183.83 |
|
222 |
-
| 2 | JavaScript | 11839883 | 87.82 |
|
223 |
-
| 3 | HTML | 11178557 | 118.12 |
|
224 |
-
| 4 | PHP | 11177610 | 61.41 |
|
225 |
-
| 5 | Markdown | 8464626 | 23.09 |
|
226 |
-
| 6 | C++ | 7380520 | 87.73 |
|
227 |
-
| 7 | Python | 7226626 | 52.03 |
|
228 |
-
| 8 | C# | 6811652 | 36.83 |
|
229 |
-
| 9 | Ruby | 4473331 | 10.95 |
|
230 |
-
| 10 | GO | 2265436 | 19.28 |
|
231 |
-
| 11 | TypeScript | 1940406 | 24.59 |
|
232 |
-
| 12 | CSS | 1734406 | 22.67 |
|
233 |
-
| 13 | Shell | 1385648 | 3.01 |
|
234 |
-
| 14 | Scala | 835755 | 3.87 |
|
235 |
-
| 15 | Makefile | 679430 | 2.92 |
|
236 |
-
| 16 | SQL | 656671 | 5.67 |
|
237 |
-
| 17 | Lua | 578554 | 2.81 |
|
238 |
-
| 18 | Perl | 497949 | 4.70 |
|
239 |
-
| 19 | Dockerfile | 366505 | 0.71 |
|
240 |
-
| 20 | Haskell | 340623 | 1.85 |
|
241 |
-
| 21 | Rust | 322431 | 2.68 |
|
242 |
-
| 22 | TeX | 251015 | 2.15 |
|
243 |
-
| 23 | Batchfile | 236945 | 0.70 |
|
244 |
-
| 24 | CMake | 175282 | 0.54 |
|
245 |
-
| 25 | Visual Basic | 155652 | 1.91 |
|
246 |
-
| 26 | FORTRAN | 142038 | 1.62 |
|
247 |
-
| 27 | PowerShell | 136846 | 0.69 |
|
248 |
-
| 28 | Assembly | 82905 | 0.78 |
|
249 |
-
| 29 | Julia | 58317 | 0.29 |
|
250 |
-
-->
|
251 |
|
252 |
## Dataset Creation
|
253 |
|
|
|
6 |
multilinguality:
|
7 |
- multilingual
|
8 |
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
source_datasets:
|
11 |
- original
|
12 |
task_categories:
|
|
|
208 |
The dataset only contains a train split.
|
209 |
|
210 |
<!-- TODO create detailed statistics -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
## Dataset Creation
|
213 |
|