Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,14 @@
|
|
|
|
|
|
1 |
This is a dataset for finetuning a model for Kotlin code completion
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Kotlin code completion dataset
|
2 |
+
|
3 |
This is a dataset for finetuning a model for Kotlin code completion
|
4 |
+
|
5 |
+
## Dataset Details
|
6 |
+
|
7 |
+
### Dataset Description
|
8 |
+
|
9 |
+
The data was scraped from [JetBrains/Kotlin](https://github.com/JetBrains/kotlin) repository.
|
10 |
+
The file 'kotlin_code_raw.jsonl' contains ~54k of raw files with code
|
11 |
+
|
12 |
+
|
13 |
+
### Dataset Creation
|
14 |
+
Pipeline can be ssem here: https://github.com/rinapch/jb_intern
|