Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,15 +1,56 @@
|
|
1 |
---
|
|
|
|
|
2 |
task_categories:
|
3 |
- text-generation
|
|
|
4 |
tags:
|
5 |
- code
|
6 |
- codegeneration
|
7 |
- swift
|
8 |
- code completation
|
9 |
- code generation
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
## GitHub Swift Repositories
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- code
|
4 |
task_categories:
|
5 |
- text-generation
|
6 |
+
pretty_name: swiftBigQuery
|
7 |
tags:
|
8 |
- code
|
9 |
- codegeneration
|
10 |
- swift
|
11 |
- code completation
|
12 |
- code generation
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: repo_name
|
16 |
+
dtype: string
|
17 |
+
- name: ref
|
18 |
+
dtype: string
|
19 |
+
- name: path
|
20 |
+
dtype: string
|
21 |
+
- name: license
|
22 |
+
dtype: string
|
23 |
+
- name: copies
|
24 |
+
dtype: string
|
25 |
+
- name: content
|
26 |
+
dtype: string
|
27 |
+
- name: hash
|
28 |
+
dtype: string
|
29 |
+
- name: line_mean
|
30 |
+
dtype: float64
|
31 |
+
- name: line_max
|
32 |
+
dtype: int64
|
33 |
+
- name: alpha_frac
|
34 |
+
dtype: float64
|
35 |
+
- name: autogenerated
|
36 |
+
dtype: bool
|
37 |
+
- name: config_or_test
|
38 |
+
dtype: bool
|
39 |
+
- name: has_no_keywords
|
40 |
+
dtype: bool
|
41 |
+
- name: has_few_assignments
|
42 |
+
dtype: bool
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 1669068980.5339837
|
46 |
+
num_examples: 377225
|
47 |
+
download_size: 788231777
|
48 |
+
dataset_size: 1669068980.5339837
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path: data/train-*
|
54 |
---
|
55 |
|
56 |
## GitHub Swift Repositories
|