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