Update README.md
Browse files
README.md
CHANGED
@@ -71,3 +71,13 @@ configs:
|
|
71 |
- split: train
|
72 |
path: data/train-*
|
73 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
- split: train
|
72 |
path: data/train-*
|
73 |
---
|
74 |
+
|
75 |
+
This is a dataset from the-stack-dedup that have passed through 6 filters:
|
76 |
+
|
77 |
+
remove_non_ascii
|
78 |
+
remove_decorators
|
79 |
+
remove_async
|
80 |
+
remove_classes
|
81 |
+
remove_generators
|
82 |
+
remove_function_no_docstring
|
83 |
+
|