englund commited on
Commit
72ddfbd
·
verified ·
1 Parent(s): 9dcd741

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: category
7
+ dtype: string
8
+ - name: difficulty
9
+ dtype: string
10
+ - name: corrupted_code
11
+ dtype: string
12
+ - name: repair_target
13
+ dtype: string
14
+ - name: error_info
15
+ struct:
16
+ - name: correct_concept
17
+ dtype: string
18
+ - name: corrupted_concept
19
+ dtype: string
20
+ - name: error_type
21
+ dtype: string
22
+ - name: explanation
23
+ dtype: string
24
+ - name: domain_knowledge_required
25
+ sequence: string
26
+ - name: pwm_level
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 3482
31
+ num_examples: 7
32
+ - name: validation
33
+ num_bytes: 489
34
+ num_examples: 1
35
+ - name: test
36
+ num_bytes: 1519
37
+ num_examples: 3
38
+ download_size: 22586
39
+ dataset_size: 5490
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: train
44
+ path: data/train-*
45
+ - split: validation
46
+ path: data/validation-*
47
+ - split: test
48
+ path: data/test-*
49
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff0436610b75c21753d85f180bdcd30c2103b51533388e9ed7b47e953c16b4c
3
+ size 7218
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff45d2382fbfa23cf3dd446e426d1c127326e31773fc857d6e80306281cfe9da
3
+ size 8847
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d7f5bf553b6d49aa892342120b34dd4a685f7d6b050db005c6d6eb2f73dc3d2
3
+ size 6521