File size: 822 Bytes
fc0fa3d 9251760 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: c_verified
path: data/multi_swe_bench_c.jsonl
- split: go_verified
path: data/multi_swe_bench_go.jsonl
- split: java_verified
path: data/multi_swe_bench_java.jsonl
- split: js_verified
path: data/multi_swe_bench_js.jsonl
- split: ts_verified
path: data/multi_swe_bench_ts.jsonl
- split: rust_verified
path: data/multi_swe_bench_rust.jsonl
- split: cpp_verified
path: data/multi_swe_bench_cpp.jsonl
language:
- en
pretty_name: multi-swe-bench
---
# Overview
# Dataset Structure
```
data
├── multi_swe_bench_c_RL
│ ├── org__repo_dataset.jsonl
│ └── ...
├── multi_swe_bench_cpp_RL
│ ├── org__repo_dataset.jsonl
│ └── ...
└── ...
``` |