Hagon commited on
Commit
fc0fa3d
·
verified ·
1 Parent(s): 1d80db7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: c_verified
7
+ path: data/multi_swe_bench_c.jsonl
8
+ - split: go_verified
9
+ path: data/multi_swe_bench_go.jsonl
10
+ - split: java_verified
11
+ path: data/multi_swe_bench_java.jsonl
12
+ - split: js_verified
13
+ path: data/multi_swe_bench_js.jsonl
14
+ - split: ts_verified
15
+ path: data/multi_swe_bench_ts.jsonl
16
+ - split: rust_verified
17
+ path: data/multi_swe_bench_rust.jsonl
18
+ - split: cpp_verified
19
+ path: data/multi_swe_bench_cpp.jsonl
20
+
21
+ language:
22
+ - en
23
+ pretty_name: multi-swe-bench
24
+ ---