Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
DOI:
License:
Commit
·
ecffefd
1
Parent(s):
c09ebf8
Update README.md
Browse files
README.md
CHANGED
|
@@ -175,3 +175,28 @@ Using the curated version of this dataset, a split was made into multiple reposi
|
|
| 175 |
|
| 176 |
The dataset comprises source code from various repositories, potentially containing harmful or biased code,
|
| 177 |
along with sensitive information such as passwords or usernames.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
|
| 176 |
The dataset comprises source code from various repositories, potentially containing harmful or biased code,
|
| 177 |
along with sensitive information such as passwords or usernames.
|
| 178 |
+
|
| 179 |
+
# Additional Information
|
| 180 |
+
|
| 181 |
+
## Dataset Curators
|
| 182 |
+
|
| 183 | |
| 184 |
+
|
| 185 |
+
## Licensing Information
|
| 186 |
+
|
| 187 |
+
* The license of this open-source dataset is: other.
|
| 188 |
+
* The dataset is gathered from open-source repositories on [GitHub using BigQuery](https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code).
|
| 189 |
+
* Find the license of each entry in the dataset in the corresponding license column.
|
| 190 |
+
|
| 191 |
+
## Citation Information
|
| 192 |
+
|
| 193 |
+
```json
|
| 194 |
+
@misc {mircea_vasiliniuc_2023,
|
| 195 |
+
author = { {Mircea Vasiliniuc} },
|
| 196 |
+
title = { iva-swift-codeint (Revision c09ebf8) },
|
| 197 |
+
year = 2023,
|
| 198 |
+
url = { https://huggingface.co/datasets/mvasiliniuc/iva-swift-codeint },
|
| 199 |
+
doi = { 10.57967/hf/0778 },
|
| 200 |
+
publisher = { Hugging Face }
|
| 201 |
+
}
|
| 202 |
+
```
|