Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,48 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
language:
|
@@ -13,12 +56,14 @@ source_datasets:
|
|
13 |
|
14 |
## What is it?
|
15 |
|
|
|
|
|
16 |
## What is being released?
|
17 |
|
18 |
-
- Swallow
|
19 |
-
- Swallow
|
20 |
-
- Swallow
|
21 |
-
- Swallow
|
22 |
|
23 |
## Dataset Schema
|
24 |
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
dataset_info:
|
4 |
+
- config_name: swallow-code-v0.1-stage1
|
5 |
+
features:
|
6 |
+
- name: blob_id
|
7 |
+
dtype: string
|
8 |
+
- name: path
|
9 |
+
dtype: string
|
10 |
+
- name: content_id
|
11 |
+
dtype: string
|
12 |
+
- name: language
|
13 |
+
dtype: string
|
14 |
+
- name: length_bytes
|
15 |
+
dtype: int32
|
16 |
+
- name: detected_licenses
|
17 |
+
dtype: list
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: license_type
|
21 |
+
dtype: string
|
22 |
+
- name: src_encoding
|
23 |
+
dtype: string
|
24 |
+
- name: is_vendor
|
25 |
+
dtype: bool
|
26 |
+
- name: is_generated
|
27 |
+
dtype: bool
|
28 |
+
- name: alphanum_fraction
|
29 |
+
dtype: float64
|
30 |
+
- name: alpha_fraction
|
31 |
+
dtype: float64
|
32 |
+
- name: num_lines
|
33 |
+
dtype: int32
|
34 |
+
- name: avg_line_length
|
35 |
+
dtype: float
|
36 |
+
- name: max_line_length
|
37 |
+
dtype: int32
|
38 |
+
- name: has_issue
|
39 |
+
dtype: bool
|
40 |
+
- name: language_type
|
41 |
+
dtype: string
|
42 |
+
- name: pylint_score
|
43 |
+
dtype: float64
|
44 |
+
- name: pylint_output
|
45 |
+
dtype: string
|
46 |
task_categories:
|
47 |
- text-generation
|
48 |
language:
|
|
|
56 |
|
57 |
## What is it?
|
58 |
|
59 |
+
|
60 |
+
|
61 |
## What is being released?
|
62 |
|
63 |
+
- Swallow Code v0.1 stage 1
|
64 |
+
- Swallow Code v0.1 stage 2
|
65 |
+
- Swallow Code v0.1 stage 3
|
66 |
+
- Swallow Code v0.1 stage 4
|
67 |
|
68 |
## Dataset Schema
|
69 |
|