r1v3r commited on
Commit
8efcf83
·
verified ·
1 Parent(s): 6f752a9

Upload standardized dataset in Parquet format

Browse files
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17f5ee6435b9b67da5820336e9ef8478a7aa602f674b3009996df2e347239f91
3
+ size 6236323
dataset_info.json CHANGED
@@ -1,87 +1,32 @@
1
  {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "base_commit": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "patch": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "instance_id": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "pull_number": {
18
- "dtype": "int64",
19
- "_type": "Value"
20
- },
21
- "hints_text": {
22
- "dtype": "string",
23
- "_type": "Value"
24
- },
25
- "issue_numbers": {
26
- "feature": {
27
- "dtype": "string",
28
- "_type": "Value"
29
- },
30
- "_type": "Sequence"
31
- },
32
- "version": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- },
36
- "repo": {
37
- "dtype": "string",
38
- "_type": "Value"
39
- },
40
- "created_at": {
41
- "dtype": "string",
42
- "_type": "Value"
43
- },
44
- "test_patch": {
45
- "dtype": "string",
46
- "_type": "Value"
47
- },
48
- "problem_statement": {
49
- "dtype": "string",
50
- "_type": "Value"
51
- },
52
- "environment_setup_commit": {
53
- "dtype": "string",
54
- "_type": "Value"
55
- },
56
- "FAIL_TO_PASS": {
57
- "feature": {
58
- "dtype": "string",
59
- "_type": "Value"
60
- },
61
- "_type": "Sequence"
62
- },
63
- "PASS_TO_PASS": {
64
- "feature": {
65
- "dtype": "string",
66
- "_type": "Value"
67
- },
68
- "_type": "Sequence"
69
- },
70
- "FAIL_TO_FAIL": {
71
- "feature": {
72
- "dtype": "string",
73
- "_type": "Value"
74
- },
75
- "_type": "Sequence"
76
- },
77
- "PASS_TO_FAIL": {
78
- "feature": {
79
- "dtype": "string",
80
- "_type": "Value"
81
- },
82
- "_type": "Sequence"
83
  }
84
  },
85
- "homepage": "",
86
- "license": ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  }
 
1
  {
2
+ "builder_name": "parquet",
3
+ "config_name": "default",
4
+ "splits": {
5
+ "train": {
6
+ "name": "train",
7
+ "num_bytes": 6236323,
8
+ "num_examples": 773,
9
+ "dataset_name": "train"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
  },
12
+ "download_checksums": {},
13
+ "features": {
14
+ "base_commit": "object",
15
+ "patch": "object",
16
+ "instance_id": "object",
17
+ "pull_number": "int64",
18
+ "hints_text": "object",
19
+ "issue_numbers": "object",
20
+ "version": "object",
21
+ "repo": "object",
22
+ "created_at": "object",
23
+ "test_patch": "object",
24
+ "problem_statement": "object",
25
+ "environment_setup_commit": "object",
26
+ "FAIL_TO_PASS": "object",
27
+ "PASS_TO_PASS": "object",
28
+ "FAIL_TO_FAIL": "object",
29
+ "PASS_TO_FAIL": "object"
30
+ },
31
+ "task_templates": []
32
  }