Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,32 @@ license: other
|
|
5 |
|
6 |
KStack is the bigest collection of permissvly licesed Kotlin code.
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Dataset Creation
|
9 |
|
10 |
## Collection procedure
|
@@ -23,13 +49,3 @@ We used star-pii model to filter out personal info.
|
|
23 |
|
24 |
## Opt-out
|
25 |
If you want your data to be removed from dataset, or have any other questions, please reach out to Sergey Titov<sergey.titov@jetbrains.com>
|
26 |
-
|
27 |
-
|
28 |
-
# Comparison with the Stack
|
29 |
-
|
30 |
-
In the table below one can find the comparsion of the between Kotlin part of the Stack v2 and KStack
|
31 |
-
|
32 |
-
| | Files | Repositories | Lines | Tokens |
|
33 |
-
|--------------|-------|--------------|-------|--------|
|
34 |
-
| The Stack v2 | 2M | 109457 | 162M | 1.7B |
|
35 |
-
| Kstack | 4M | 169045 | 292M | 3.1B |
|
|
|
5 |
|
6 |
KStack is the bigest collection of permissvly licesed Kotlin code.
|
7 |
|
8 |
+
## Columns description
|
9 |
+
The dataset contains following columns:
|
10 |
+
|
11 |
+
- `size` - size of file in bytes
|
12 |
+
- `content` - text (content) of the file after PII extraction
|
13 |
+
- `repo_id` - GitHub id of the repository
|
14 |
+
- `path` - path to a file
|
15 |
+
- `owner` - repo owner on GitHub
|
16 |
+
- `name` - repo name on GitHub
|
17 |
+
- `commit_sha` - hash of the commit from which the revision of the file is taken
|
18 |
+
- `stars` - Number of stars in the repo on the moment of collection
|
19 |
+
- `forks` - Number of forks in the repo on the moment of collection
|
20 |
+
- `issues` - Number of issues in the repo on the moment of collection
|
21 |
+
- `is_fork` - Flag if the repo is a fork or not by GitHub definition
|
22 |
+
- `main_language` - Main language of the repo defined by GitHub
|
23 |
+
- `languages_distribution` - JSON with the distribution of the files by size in bytes in the repo
|
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
|
|
|
49 |
|
50 |
## Opt-out
|
51 |
If you want your data to be removed from dataset, or have any other questions, please reach out to Sergey Titov<sergey.titov@jetbrains.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|