fals3 commited on
Commit
d48ca08
·
verified ·
1 Parent(s): a616dcd

Upload dataset

Browse files
PatchFinder/test-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62000a418ef4e7bfbae4d2ba54fee8b5a8d7bf95e3e3b7dc3686a1c48e2bbacc
3
+ size 80290550
PatchFinder/test-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfbb07fc1e9161cd3e3b73d60770b1d81094a3a4fc30b6b29be296b52a5cd104
3
+ size 78904115
PatchFinder/test-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce4b6df216d594be6df926dd3b0eb46a6070c9a81fba4895b22949766d3488ea
3
+ size 81104943
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: PatchFinder
4
+ features:
5
+ - name: cve
6
+ dtype: large_string
7
+ - name: desc
8
+ dtype: large_string
9
+ - name: owner
10
+ dtype: large_string
11
+ - name: repo
12
+ dtype: large_string
13
+ - name: commit_id
14
+ dtype: large_string
15
+ - name: commit_message
16
+ dtype: large_string
17
+ - name: diff
18
+ dtype: large_string
19
+ - name: label
20
+ dtype: int64
21
+ - name: rank
22
+ dtype: uint32
23
+ splits:
24
+ - name: test
25
+ num_bytes: 723615995
26
+ num_examples: 122773
27
+ download_size: 240299608
28
+ dataset_size: 723615995
29
+ configs:
30
+ - config_name: PatchFinder
31
+ data_files:
32
+ - split: test
33
+ path: PatchFinder/test-*
34
+ ---