Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Razvan27 commited on
Commit
be7fb1c
·
verified ·
1 Parent(s): 0bcbc67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -3372,6 +3372,70 @@ The final dataset structure is shown in the example below.
3372
  - **exact_duplicates_pubdataset**: boolean flag stating if there are any exact duplicate files found against another public dataset (The Stackv2, The Stack, RedPajama, GithubCode, CodeParrot)
3373
  - **near_duplicates_pubdataset**: boolean flag stating if there are any near duplicate files found against another public dataset (The Stackv2, The Stack, RedPajama, GithubCode, CodeParrot)
3374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  # Usage
3376
 
3377
  Using the Datasets API, our dataset can be used as follows:
 
3372
  - **exact_duplicates_pubdataset**: boolean flag stating if there are any exact duplicate files found against another public dataset (The Stackv2, The Stack, RedPajama, GithubCode, CodeParrot)
3373
  - **near_duplicates_pubdataset**: boolean flag stating if there are any near duplicate files found against another public dataset (The Stackv2, The Stack, RedPajama, GithubCode, CodeParrot)
3374
 
3375
+ The distribution of the languages in The Heap is presented in the table below. The third column shows the number of files collected after filtering based on file size and word count. The last column indicates the number of files remaining after removing exact duplicates within the dataset, with exact and near duplicates compared to other datasets flagged among the remaining files.
3376
+
3377
+ ### Programming languages included in The Heap
3378
+ | **Language** | **Repositories** | **Raw Files** | **Unique Files** |
3379
+ | --- | --- | --- | --- |
3380
+ | Ada | 676 | 41,367 | 34,068 |
3381
+ | Agda | 142 | 5,483 | 3,021 |
3382
+ | ANTLR | 101 | 564 | 538 |
3383
+ | Apex | 254 | 17,833 | 7,561 |
3384
+ | Assembly | 7,100 | 208,896 | 101,093 |
3385
+ | C | 50,000 | 16,585,280 | 3,076,470 |
3386
+ | C# | 50,000 | 5,906,716 | 3,257,456 |
3387
+ | C++ | 50,000 | 14,891,856 | 4,469,823 |
3388
+ | Clojure | 27,107 | 380,567 | 269,118 |
3389
+ | Cobol | 241 | 2,242 | 1,172 |
3390
+ | Common Lisp | 796 | 45,083 | 13,922 |
3391
+ | Coq | 477 | 54,137 | 22,549 |
3392
+ | Cuda | 1,191 | 26,948 | 12,418 |
3393
+ | Crystal | 368 | 11,606 | 6,818 |
3394
+ | D | 1,185 | 185,630 | 54,034 |
3395
+ | Dart | 11,907 | 484,935 | 412,675 |
3396
+ | EJS | 1,475 | 15,513 | 12,832 |
3397
+ | Elixir | 2,371 | 643,856 | 102,874 |
3398
+ | Emacs Lisp | 377 | 8,260 | 7,312 |
3399
+ | Erlang | 1,240 | 55,932 | 27,322 |
3400
+ | F# | 876 | 22,152 | 13,282 |
3401
+ | Forth | 222 | 28,287 | 5,129 |
3402
+ | Go | 50,000 | 8,506,379 | 2,328,529 |
3403
+ | Groovy | 2,198 | 60,299 | 47,366 |
3404
+ | Hack | 1,379 | 84,916 | 37,189 |
3405
+ | Haskell | 8,023 | 122,788 | 106,583 |
3406
+ | Java | 50,000 | 6,989,601 | 5,168,193 |
3407
+ | JavaScript | 50,000 | 8,289,901 | 1,907,803 |
3408
+ | Julia | 2,859 | 46,284 | 36,830 |
3409
+ | Kotlin | 21,665 | 1,467,343 | 1,042,136 |
3410
+ | Less | 433 | 17,276 | 7,308 |
3411
+ | Lua | 42,241 | 4,605,230 | 905,120 |
3412
+ | Mathematica | 1,528 | 164,498 | 21,208 |
3413
+ | Matlab | 20,828 | 1,051,354 | 599,085 |
3414
+ | NetLogo | 332 | 900 | 855 |
3415
+ | NewLisp | 35 | 5,819 | 5,123 |
3416
+ | Nix | 1,892 | 75,093 | 70,407 |
3417
+ | Objective-C | 7,700 | 1,899,714 | 520,332 |
3418
+ | OCaml | 1,961 | 121,890 | 60,863 |
3419
+ | Pascal | 5,218 | 330,832 | 180,652 |
3420
+ | Perl |14,673 | 1,798,520 | 224,753 |
3421
+ | PHP | 50,000 | 12,707,727 | 3,310,243 |
3422
+ | Processing | 2,950 | 24,723 | 20,304 |
3423
+ | Prolog | 1,071 | 38,995 | 17,570 |
3424
+ | Python | 50,000 | 2,290,182 | 1,595,919 |
3425
+ | R | 44,993 | 589,139 | 11,679 |
3426
+ | Raku | 158 | 1384 | 689 |
3427
+ | Ruby | 13,378 | 1,579,635 | 662,915 |
3428
+ | Rust | 42,847 | 2,496,177 | 802,707 |
3429
+ | Scala | 5,893 | 749,370 | 210,630 |
3430
+ | Scheme | 1,878 | 106,620 | 50,222 |
3431
+ | Scilab | 199 | 4,531 | 3,896 |
3432
+ | SQL | 130 | 47,185 | 40,800 |
3433
+ | Starlark | 146 | 524 | 487 |
3434
+ | Swift | 13,924 | 633,819 | 434,849 |
3435
+ | Vue | 14,858 | 457,605 | 321,502 |
3436
+ | WebAssembly | 68 | 834 | 544 |
3437
+ | Total | 733,564 | 96,945,943 | 32,666,778 |
3438
+
3439
  # Usage
3440
 
3441
  Using the Datasets API, our dataset can be used as follows: