Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
## GitHub Swift Repositories
|
| 3 |
|
|
@@ -51,4 +76,4 @@ Please note that this dataset is a collection of open-source repositories. Each
|
|
| 51 |
|
| 52 |
We welcome feedback and contributions. If you notice any issues with the dataset or would like your code remove, please raise an issue.
|
| 53 |
|
| 54 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- code
|
| 6 |
+
language:
|
| 7 |
+
- code
|
| 8 |
+
pretty_name: swift
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: repo_name
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: ref
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: path
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: license
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: copies
|
| 22 |
+
dtype: int
|
| 23 |
+
- name: content
|
| 24 |
+
dtype: string
|
| 25 |
+
---
|
| 26 |
|
| 27 |
## GitHub Swift Repositories
|
| 28 |
|
|
|
|
| 76 |
|
| 77 |
We welcome feedback and contributions. If you notice any issues with the dataset or would like your code remove, please raise an issue.
|
| 78 |
|
| 79 |
+
---
|