Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -41,10 +41,16 @@ dataset_info:
|
|
41 |
dtype: int64
|
42 |
splits:
|
43 |
- name: train
|
44 |
-
num_bytes:
|
45 |
-
num_examples:
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
task_categories:
|
49 |
- text-generation
|
50 |
tags:
|
@@ -70,4 +76,3 @@ them appropriately, then search the previous neighbor for the other node with th
|
|
70 |
|
71 |
Further, each row also contains attribute values for my personal analysis project. The attributes are calculated from the code in column `uncommented_code`.
|
72 |
7% (225k) of the rows have cyclomatic complexity and LOC valued at `-1` because [`homplexity`](https://github.com/BlastWind/homplexity) failed in parsing the row's `uncommented_code`.
|
73 |
-
|
|
|
41 |
dtype: int64
|
42 |
splits:
|
43 |
- name: train
|
44 |
+
num_bytes: 2166157579
|
45 |
+
num_examples: 2284385
|
46 |
+
- name: valid
|
47 |
+
num_bytes: 307778276
|
48 |
+
num_examples: 326341
|
49 |
+
- name: test
|
50 |
+
num_bytes: 620756348
|
51 |
+
num_examples: 652682
|
52 |
+
download_size: 1597070903
|
53 |
+
dataset_size: 3094692203
|
54 |
task_categories:
|
55 |
- text-generation
|
56 |
tags:
|
|
|
76 |
|
77 |
Further, each row also contains attribute values for my personal analysis project. The attributes are calculated from the code in column `uncommented_code`.
|
78 |
7% (225k) of the rows have cyclomatic complexity and LOC valued at `-1` because [`homplexity`](https://github.com/BlastWind/homplexity) failed in parsing the row's `uncommented_code`.
|
|