TheGreatRambler commited on
Commit
d8321f8
1 Parent(s): e6c3bfb

Update size

Browse files
Files changed (1) hide show
  1. README.md +1 -41
README.md CHANGED
@@ -6,7 +6,7 @@ license:
6
  multilinguality:
7
  - multilingual
8
  size_categories:
9
- - 100M<n<1B
10
  source_datasets:
11
  - original
12
  task_categories:
@@ -72,46 +72,6 @@ ds = load_dataset("TheGreatRambler/mm2_user_first_cleared", split="train")
72
  The dataset only contains a train split.
73
 
74
  <!-- TODO create detailed statistics -->
75
- <!--
76
- ## Dataset Statistics
77
-
78
- 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:
79
-
80
- ![dataset-statistics](https://huggingface.co/datasets/codeparrot/github-code/resolve/main/github-code-stats-alpha.png)
81
-
82
- | | Language |File Count| Size (GB)|
83
- |---:|:-------------|---------:|-------:|
84
- | 0 | Java | 19548190 | 107.70 |
85
- | 1 | C | 14143113 | 183.83 |
86
- | 2 | JavaScript | 11839883 | 87.82 |
87
- | 3 | HTML | 11178557 | 118.12 |
88
- | 4 | PHP | 11177610 | 61.41 |
89
- | 5 | Markdown | 8464626 | 23.09 |
90
- | 6 | C++ | 7380520 | 87.73 |
91
- | 7 | Python | 7226626 | 52.03 |
92
- | 8 | C# | 6811652 | 36.83 |
93
- | 9 | Ruby | 4473331 | 10.95 |
94
- | 10 | GO | 2265436 | 19.28 |
95
- | 11 | TypeScript | 1940406 | 24.59 |
96
- | 12 | CSS | 1734406 | 22.67 |
97
- | 13 | Shell | 1385648 | 3.01 |
98
- | 14 | Scala | 835755 | 3.87 |
99
- | 15 | Makefile | 679430 | 2.92 |
100
- | 16 | SQL | 656671 | 5.67 |
101
- | 17 | Lua | 578554 | 2.81 |
102
- | 18 | Perl | 497949 | 4.70 |
103
- | 19 | Dockerfile | 366505 | 0.71 |
104
- | 20 | Haskell | 340623 | 1.85 |
105
- | 21 | Rust | 322431 | 2.68 |
106
- | 22 | TeX | 251015 | 2.15 |
107
- | 23 | Batchfile | 236945 | 0.70 |
108
- | 24 | CMake | 175282 | 0.54 |
109
- | 25 | Visual Basic | 155652 | 1.91 |
110
- | 26 | FORTRAN | 142038 | 1.62 |
111
- | 27 | PowerShell | 136846 | 0.69 |
112
- | 28 | Assembly | 82905 | 0.78 |
113
- | 29 | Julia | 58317 | 0.29 |
114
- -->
115
 
116
  ## Dataset Creation
117
 
 
6
  multilinguality:
7
  - multilingual
8
  size_categories:
9
+ - 10M<n<100M
10
  source_datasets:
11
  - original
12
  task_categories:
 
72
  The dataset only contains a train split.
73
 
74
  <!-- TODO create detailed statistics -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
  ## Dataset Creation
77