Jim-Maar-Uni commited on
Commit
4099247
·
1 Parent(s): 177ef4d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: instance_id
12
+ dtype: string
13
+ - name: text
14
+ dtype: string
15
+ - name: repo
16
+ dtype: string
17
+ - name: base_commit
18
+ dtype: string
19
+ - name: problem_statement
20
+ dtype: string
21
+ - name: hints_text
22
+ dtype: string
23
+ - name: created_at
24
+ dtype: timestamp[us]
25
+ - name: patch
26
+ dtype: string
27
+ - name: test_patch
28
+ dtype: string
29
+ - name: version
30
+ dtype: string
31
+ - name: FAIL_TO_PASS
32
+ dtype: string
33
+ - name: PASS_TO_PASS
34
+ dtype: string
35
+ - name: environment_setup_commit
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 2791520.0
40
+ num_examples: 40
41
+ - name: validation
42
+ num_bytes: 25060
43
+ num_examples: 1
44
+ download_size: 999494
45
+ dataset_size: 2816580.0
46
+ ---
47
+ # Dataset Card for "SWE-bench__style-3__fs-oracle"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)