princeton-nlp commited on
Commit
9415a71
1 Parent(s): df9d9ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: dev
8
+ path: data/dev-*
9
+ - split: test
10
+ path: data/test-*
11
+ - split: validation
12
+ path: data/validation-*
13
+ dataset_info:
14
+ features:
15
+ - name: instance_id
16
+ dtype: string
17
+ - name: text
18
+ dtype: string
19
+ - name: repo
20
+ dtype: string
21
+ - name: base_commit
22
+ dtype: string
23
+ - name: problem_statement
24
+ dtype: string
25
+ - name: hints_text
26
+ dtype: string
27
+ - name: created_at
28
+ dtype: string
29
+ - name: patch
30
+ dtype: string
31
+ - name: test_patch
32
+ dtype: string
33
+ - name: version
34
+ dtype: string
35
+ - name: FAIL_TO_PASS
36
+ dtype: string
37
+ - name: PASS_TO_PASS
38
+ dtype: string
39
+ - name: environment_setup_commit
40
+ dtype: string
41
+ splits:
42
+ - name: train
43
+ num_bytes: 1537849718
44
+ num_examples: 18817
45
+ - name: dev
46
+ num_bytes: 19492231
47
+ num_examples: 244
48
+ - name: test
49
+ num_bytes: 154280625
50
+ num_examples: 2294
51
+ - name: validation
52
+ num_bytes: 16292656
53
+ num_examples: 191
54
+ download_size: 744912226
55
+ dataset_size: 1727915230
56
+ ---
57
+ # Dataset Card for "SWE-bench_bm25_13K"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)