Datasets:

Formats:
parquet
Languages:
code
ArXiv:
Tags:
License:
Titovs commited on
Commit
db1f8bc
1 Parent(s): 9399de2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -2,9 +2,7 @@
2
  license: other
3
  ---
4
  # Dataset Summary
5
-
6
  KStack is the bigest collection of permissvly licesed Kotlin code.
7
-
8
  ## Columns description
9
  The dataset contains following columns:
10
 
@@ -24,17 +22,14 @@ The dataset contains following columns:
24
 
25
  ## Comparison with the Stack v2
26
  In the table below one can find the comparsion of the between Kotlin part of the Stack v2 and KStack:
27
-
28
  | | Files | Repositories | Lines | Tokens |
29
  |--------------|:-----:|:------------:|:-----:|:------:|
30
  | The Stack v2 | 2M | 109457 | 162M | 1.7B |
31
  | Kstack | 4M | 169045 | 292M | 3.1B |
32
 
33
-
34
  # Dataset Creation
35
 
36
  ## Collection procedure
37
-
38
  We collected repositories from GitHub with the main language being Kotlin, as well as repositories with Kotlin files that have received 10 or more stars (as of February 2024). Additionally, we gathered repositories with Kotlin files from Stack v1.2. Kotlin files were identified using go-enry, and include files with extensions such as .kt, .kts, and .gradle.kts. It is estimated that we have collected 97% of available Kotlin repositories as of February 2024.
39
 
40
  ## Initial filtering
 
2
  license: other
3
  ---
4
  # Dataset Summary
 
5
  KStack is the bigest collection of permissvly licesed Kotlin code.
 
6
  ## Columns description
7
  The dataset contains following columns:
8
 
 
22
 
23
  ## Comparison with the Stack v2
24
  In the table below one can find the comparsion of the between Kotlin part of the Stack v2 and KStack:
 
25
  | | Files | Repositories | Lines | Tokens |
26
  |--------------|:-----:|:------------:|:-----:|:------:|
27
  | The Stack v2 | 2M | 109457 | 162M | 1.7B |
28
  | Kstack | 4M | 169045 | 292M | 3.1B |
29
 
 
30
  # Dataset Creation
31
 
32
  ## Collection procedure
 
33
  We collected repositories from GitHub with the main language being Kotlin, as well as repositories with Kotlin files that have received 10 or more stars (as of February 2024). Additionally, we gathered repositories with Kotlin files from Stack v1.2. Kotlin files were identified using go-enry, and include files with extensions such as .kt, .kts, and .gradle.kts. It is estimated that we have collected 97% of available Kotlin repositories as of February 2024.
34
 
35
  ## Initial filtering