mvasiliniuc commited on
Commit
9e62544
·
1 Parent(s): 25662c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
 
 
2
  license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  license: other
5
+ language_creators:
6
+ - crowdsourced
7
+ language:
8
+ - code
9
+ task_categories:
10
+ - text-generation
11
+ tags:
12
+ - code, kotlin, native Android development, curated, validation
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets: []
16
+ pretty_name: iva-kotlin-codeint-clean
17
+ task_ids:
18
+ - language-modeling
19
  ---
20
+
21
+ # IVA Kotlin GitHub Code Dataset
22
+
23
+ ## Dataset Description
24
+
25
+ This is the curated valid split of IVA Kotlin dataset extracted from GitHub.
26
+ It contains curated Kotlin files gathered with the purpose to train & validate a code generation model.
27
+
28
+ The dataset only contains a valid split.
29
+
30
+ For validation and unspliced versions, please check the following links:
31
+ * Clean Version Unsliced: https://huggingface.co/datasets/mvasiliniuc/iva-kotlin-codeint-clean
32
+ * Clean Version Train: https://huggingface.co/datasets/mvasiliniuc/iva-kotlin-codeint-clean-train
33
+
34
+ Information about dataset structure, data involved, licenses and standard Dataset Card information is available that applies to this dataset also.
35
+
36
+ # Considerations for Using the Data
37
+
38
+ The dataset consists of source code from a wide range of repositories.
39
+ As such they can potentially include harmful or biased code as well as sensitive information like passwords or usernames.