rinapch commited on
Commit
e008871
1 Parent(s): d67c5e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,2 +1,14 @@
 
 
1
  This is a dataset for finetuning a model for Kotlin code completion
2
- The data was scraped from (JetBrains/Kotlin)[https://github.com/JetBrains/kotlin] repository. The file 'kotlin_code_raw.jsonls' contains ~54k of raw files with code.
 
 
 
 
 
 
 
 
 
 
 
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