vikp commited on
Commit
a8c0fd8
·
1 Parent(s): 8667779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -29,4 +29,11 @@ configs:
29
  ---
30
  # Dataset Card for "pypi_labeled"
31
 
32
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
29
  ---
30
  # Dataset Card for "pypi_labeled"
31
 
32
+ All of the latest package versions from pypi. The original data came from [here](https://py-code.org/datasets). I pulled the latest versions of each package, then extracted only `md`, `rst`, `ipynb`, and `py` files.
33
+
34
+ I then applied some cleaning:
35
+
36
+ - rendering notebooks
37
+ - removing leading comments/licenses
38
+
39
+ Then filtered out some low-quality code, and labeled the rest according to learning value and quality. Subset by those columns to get higher quality code.