rasdani commited on
Commit
f401a9b
·
verified ·
1 Parent(s): 0340ba5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -31,3 +31,20 @@ configs:
31
  - split: train
32
  path: data/train-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: train
32
  path: data/train-*
33
  ---
34
+ ```python
35
+ # removed all repos of SWE-bench and RepoBench
36
+ repos = [
37
+ "astropy",
38
+ "django",
39
+ "flask",
40
+ "matplotlib",
41
+ "seaborn",
42
+ "requests",
43
+ "xarray",
44
+ "pylint",
45
+ "pytest",
46
+ "scikit-learn",
47
+ "sphinx",
48
+ "sympy",
49
+ ]
50
+ ```