Datasets:
Commit
·
f23dfa7
1
Parent(s):
5fb4bed
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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, ios, native iOS development, curated, validation
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
source_datasets: []
|
| 16 |
+
pretty_name: iva-swift-codeint-clean-valid
|
| 17 |
+
task_ids:
|
| 18 |
+
- language-modeling
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# IVA Swift GitHub Code Dataset - Curated - Validation
|
| 22 |
+
|
| 23 |
+
## Dataset Description
|
| 24 |
+
|
| 25 |
+
This is the curated valid split of IVA Swift dataset extracted from GitHub.
|
| 26 |
+
It contains curated Swift 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-swift-codeint-clean
|
| 32 |
+
* Clean Version Train: https://huggingface.co/datasets/mvasiliniuc/iva-swift-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.
|