crumb commited on
Commit
35fbb53
·
verified ·
1 Parent(s): 706d72f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,5 +1,12 @@
 
 
 
 
 
1
  <details>
2
- <summary>allowed libraries:</summary>
 
 
3
  <pre><code>
4
  "math", "cmath", "random", "statistics", "fractions", "decimal", "numbers",
5
  "itertools", "functools", "operator",
 
1
+ ---
2
+ license: other
3
+ ---
4
+ 550k files from the stack -> 68k cleanly typed functions w/ dependencies -> 53k de-duplicated w minhash+lsh<br>
5
+ licenses: check https://huggingface.co/datasets/bigcode/the-stack
6
  <details>
7
+ <summary>filtering libraries:</summary>
8
+ use the following: <code>dataset.filter(lambda x: False not in [label in allowed_set for label in x['lib_used']])</code><br>
9
+ where <code>allowed_set</code> is a subset of this list, which is the master list of allowed libraries in the dataset:
10
  <pre><code>
11
  "math", "cmath", "random", "statistics", "fractions", "decimal", "numbers",
12
  "itertools", "functools", "operator",