Update README.md
Browse files
README.md
CHANGED
@@ -97,3 +97,9 @@ configs:
|
|
97 |
- split: test
|
98 |
path: defect-detection/test-*
|
99 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
- split: test
|
98 |
path: defect-detection/test-*
|
99 |
---
|
100 |
+
|
101 |
+
This dataset collates three class-balanced code classification datasets in the wild, where splits have been stratified by label. The sources are:
|
102 |
+
|
103 |
+
1. CodeXGLUE defect detection (sourced from: [semeru/code-code-DefectDetection](https://huggingface.co/datasets/semeru/code-code-DefectDetection))
|
104 |
+
2. BigCloneBench clone detection (sourced from: [nchen909/bigclonebench-processed](https://huggingface.co/datasets/nchen909/bigclonebench-processed))
|
105 |
+
3. CodeComplex code runtime complexity prediction (sourced from: [codeparrot/codecomplex](https://huggingface.co/datasets/codeparrot/codecomplex))
|