ytzi commited on
Commit
c3f82d5
·
verified ·
1 Parent(s): 5c35985

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -80,3 +80,10 @@ configs:
80
  - split: train
81
  path: main/train-*
82
  ---
 
 
 
 
 
 
 
 
80
  - split: train
81
  path: main/train-*
82
  ---
83
+
84
+ This is a dataset originated from [bigcode/the-stack-dedup](https://huggingface.co/datasets/bigcode/the-stack-dedup) with some filters applied.
85
+ The filters filtered in this dataset are:
86
+
87
+ - remove_function_no_docstring
88
+ - remove_class_no_docstring
89
+ - remove_delete_markers