Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
Dask
License:
jugalgajjar commited on
Commit
2fe0a5c
·
1 Parent(s): 5765a02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -9,13 +9,13 @@ tags:
9
 
10
  ## Dataset Description
11
 
12
- This dataset contains filtered and processed code samples from 12 popular programming languages: C, C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Rust, Scala, and TypeScript. The dataset was created by filtering source code based on quality metrics, removing outliers, and standardizing the format for machine learning and code analysis applications.
13
 
14
  ### Key Features
15
 
16
  - **Cleaned and Filtered Code**: Samples have been processed to remove outliers in terms of line length and code size
17
  - **Quality Metrics**: Each sample includes metadata about average line length and line count
18
- - **Multi-language Support**: 12 programming languages represented in separate subsets
19
  - **Consistent Format**: All samples follow the same Parquet structure for easy processing
20
 
21
  ### Dataset Size
@@ -32,10 +32,8 @@ The complete dataset is approximately 14GB in size. Individual language files va
32
  | Go | 1,750,873 | 20.68 | 81.76 |
33
  | Java | 1,778,689 | 25.48 | 64.56 |
34
  | JavaScript | 1,719,140 | 23.31 | 51.29 |
35
- | Kotlin | 1,589,735 | 27.39 | 42.31 |
36
  | Python | 1,764,481 | 26.52 | 66.15 |
37
  | Ruby | 1,758,558 | 22.31 | 33.95 |
38
- | Rust | 1,341,806 | 27.36 | 190.37 |
39
  | Scala | 1,322,906 | 31.48 | 94.89 |
40
  | TypeScript | 1,738,950 | 24.15 | 43.46 |
41
 
@@ -48,10 +46,8 @@ The dataset is organized with separate Parquet files for each programming langua
48
  - `go.parquet` - Go language samples
49
  - `java.parquet` - Java language samples
50
  - `javascript.parquet` - JavaScript language samples
51
- - `kotlin.parquet` - Kotlin language samples
52
  - `python.parquet` - Python language samples
53
  - `ruby.parquet` - Ruby language samples
54
- - `rust.parquet` - Rust language samples
55
  - `scala.parquet` - Scala language samples
56
  - `typescript.parquet` - TypeScript language samples
57
 
 
9
 
10
  ## Dataset Description
11
 
12
+ This dataset contains filtered and processed code samples from 10 popular programming languages: C, C++, C#, Go, Java, JavaScript, Python, Ruby, Scala, and TypeScript. The dataset was created by filtering source code based on quality metrics, removing outliers, and standardizing the format for machine learning and code analysis applications.
13
 
14
  ### Key Features
15
 
16
  - **Cleaned and Filtered Code**: Samples have been processed to remove outliers in terms of line length and code size
17
  - **Quality Metrics**: Each sample includes metadata about average line length and line count
18
+ - **Multi-language Support**: 10 programming languages represented in separate subsets
19
  - **Consistent Format**: All samples follow the same Parquet structure for easy processing
20
 
21
  ### Dataset Size
 
32
  | Go | 1,750,873 | 20.68 | 81.76 |
33
  | Java | 1,778,689 | 25.48 | 64.56 |
34
  | JavaScript | 1,719,140 | 23.31 | 51.29 |
 
35
  | Python | 1,764,481 | 26.52 | 66.15 |
36
  | Ruby | 1,758,558 | 22.31 | 33.95 |
 
37
  | Scala | 1,322,906 | 31.48 | 94.89 |
38
  | TypeScript | 1,738,950 | 24.15 | 43.46 |
39
 
 
46
  - `go.parquet` - Go language samples
47
  - `java.parquet` - Java language samples
48
  - `javascript.parquet` - JavaScript language samples
 
49
  - `python.parquet` - Python language samples
50
  - `ruby.parquet` - Ruby language samples
 
51
  - `scala.parquet` - Scala language samples
52
  - `typescript.parquet` - TypeScript language samples
53