Fix cached dataset config paths
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: SWE-Gym
|
| 4 |
-
data_files: "
|
| 5 |
- config_name: SWE-rebench
|
| 6 |
-
data_files: "
|
| 7 |
- config_name: SWE-Fixer
|
| 8 |
-
data_files: "
|
| 9 |
- config_name: SWE-bench-extra
|
| 10 |
-
data_files: "
|
| 11 |
-
---
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: SWE-Gym
|
| 4 |
+
data_files: "swe_gym_filtered.jsonl"
|
| 5 |
- config_name: SWE-rebench
|
| 6 |
+
data_files: "swe_rebench_filtered.jsonl"
|
| 7 |
- config_name: SWE-Fixer
|
| 8 |
+
data_files: "swe_fixer_filtered.jsonl"
|
| 9 |
- config_name: SWE-bench-extra
|
| 10 |
+
data_files: "swe_bench_extra_filtered.jsonl"
|
| 11 |
+
---
|