Update README.md
Browse files
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 |
+
```
|