atul10 commited on
Commit
4ad351c
·
verified ·
1 Parent(s): 585de3b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file_name
5
+ dtype: string
6
+ - name: original_function_name
7
+ dtype: string
8
+ - name: stripped_function_name
9
+ dtype: string
10
+ - name: decompiled_code_original
11
+ dtype: string
12
+ - name: decompiled_code_stripped
13
+ dtype: string
14
+ - name: assembly_code
15
+ dtype: string
16
+ - name: dataflowgraph_original
17
+ dtype: float64
18
+ - name: dataflowgraph_stripped
19
+ dtype: float64
20
+ - name: graphImage_original
21
+ dtype: float64
22
+ - name: graphImage_stripped
23
+ dtype: float64
24
+ - name: pcode_edges_original
25
+ dtype: string
26
+ - name: pcode_edges_stripped
27
+ dtype: string
28
+ - name: pcode_graph_original
29
+ dtype: float64
30
+ - name: pcode_graph_stripped
31
+ dtype: float64
32
+ - name: address
33
+ dtype: string
34
+ - name: arch
35
+ dtype: string
36
+ - name: opt_level
37
+ dtype: string
38
+ - name: S-Expression_decompiled_code_original_noisy
39
+ dtype: string
40
+ - name: S-Expression_decompiled_code_original_clean
41
+ dtype: string
42
+ - name: S-Expression_decompiled_code_original_root
43
+ dtype: string
44
+ - name: Replace_function_name_and_variable_name
45
+ dtype: string
46
+ - name: S-Expression_decompiled_code_stripped
47
+ dtype: string
48
+ - name: Root Node
49
+ dtype: string
50
+ - name: decompiled_code_original_masked
51
+ dtype: string
52
+ - name: decompiled_code_stripped_masked
53
+ dtype: string
54
+ - name: __index_level_0__
55
+ dtype: int64
56
+ splits:
57
+ - name: train
58
+ num_bytes: 110574143
59
+ num_examples: 9040
60
+ - name: test
61
+ num_bytes: 9121454
62
+ num_examples: 1130
63
+ - name: eval
64
+ num_bytes: 10033904
65
+ num_examples: 1130
66
+ download_size: 25352368
67
+ dataset_size: 129729501
68
+ configs:
69
+ - config_name: default
70
+ data_files:
71
+ - split: train
72
+ path: data/train-*
73
+ - split: test
74
+ path: data/test-*
75
+ - split: eval
76
+ path: data/eval-*
77
+ ---
data/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f8d81c2d604a2c22f7d435cfd37632dfb7242c5c55ca0881ea7d515e2645fe
3
+ size 1701103
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9da58a0f66d928473dd132588d8d149dc7131f5d0a4042d250f2b45132f085
3
+ size 1576262
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f89e294688c08b431c92bef3bd6a130e09baddf2b186a8b10a6c143db1aa0e
3
+ size 22075003