Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This is a cleaner version of [Github-code dataset](https://huggingface.co/datasets/codeparrot/github-code), we add the following filters:
|
| 5 |
+
* Average line length < 100
|
| 6 |
+
* Alpha numeric characters fraction > 0.25
|
| 7 |
+
* Remove auto-generated files (keyword search)
|
| 8 |
+
|
| 9 |
+
3.39M files are removed making up 2.94% of the dataset.
|