Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
semantic-similarity-classification
Languages:
code
Size:
1M - 10M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -18,6 +18,32 @@ task_categories:
|
|
| 18 |
task_ids:
|
| 19 |
- semantic-similarity-classification
|
| 20 |
pretty_name: CodeXGlueCcCloneDetectionBigCloneBench
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
# Dataset Card for "code_x_glue_cc_clone_detection_big_clone_bench"
|
| 23 |
|
|
@@ -183,4 +209,4 @@ Computational Use of Data Agreement (C-UDA) License.
|
|
| 183 |
|
| 184 |
### Contributions
|
| 185 |
|
| 186 |
-
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|
|
|
|
| 18 |
task_ids:
|
| 19 |
- semantic-similarity-classification
|
| 20 |
pretty_name: CodeXGlueCcCloneDetectionBigCloneBench
|
| 21 |
+
dataset_info:
|
| 22 |
+
features:
|
| 23 |
+
- name: id
|
| 24 |
+
dtype: int32
|
| 25 |
+
- name: id1
|
| 26 |
+
dtype: int32
|
| 27 |
+
- name: id2
|
| 28 |
+
dtype: int32
|
| 29 |
+
- name: func1
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: func2
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: label
|
| 34 |
+
dtype: bool
|
| 35 |
+
splits:
|
| 36 |
+
- name: test
|
| 37 |
+
num_bytes: 1220662901
|
| 38 |
+
num_examples: 415416
|
| 39 |
+
- name: train
|
| 40 |
+
num_bytes: 2888035757
|
| 41 |
+
num_examples: 901028
|
| 42 |
+
- name: validation
|
| 43 |
+
num_bytes: 1371399694
|
| 44 |
+
num_examples: 415416
|
| 45 |
+
download_size: 47955874
|
| 46 |
+
dataset_size: 5480098352
|
| 47 |
---
|
| 48 |
# Dataset Card for "code_x_glue_cc_clone_detection_big_clone_bench"
|
| 49 |
|
|
|
|
| 209 |
|
| 210 |
### Contributions
|
| 211 |
|
| 212 |
+
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|