ytzi commited on
Commit
90e4006
·
verified ·
1 Parent(s): fb1a8be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -92,3 +92,16 @@ configs:
92
  - split: train
93
  path: main/train-*
94
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  - split: train
93
  path: main/train-*
94
  ---
95
+
96
+ This is a copy of [bigcode/the-stack-dedup](https://huggingface.co/datasets/bigcode/the-stack-dedup) with some filters applied.
97
+ The filters filtered in this dataset are:
98
+
99
+ - remove_non_ascii
100
+ - remove_decorators
101
+ - remove_async
102
+ - remove_classes
103
+ - remove_generators
104
+ - remove_function_no_docstring
105
+ - remove_class_no_docstring
106
+ - remove_unused_imports
107
+ - remove_delete_markers