Tran Hoai Chau commited on
Commit
4320043
1 Parent(s): bf2739b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: func
7
+ dtype: string
8
+ - name: target
9
+ dtype: bool
10
+ - name: project
11
+ dtype: string
12
+ - name: commit_id
13
+ dtype: string
14
+ - name: func_clean
15
+ dtype: string
16
+ - name: vul_lines
17
+ struct:
18
+ - name: code
19
+ sequence: string
20
+ - name: line_no
21
+ sequence: int64
22
+ - name: normalized_func
23
+ dtype: string
24
+ - name: lines
25
+ sequence: string
26
+ - name: label
27
+ sequence: int64
28
+ - name: line_no
29
+ sequence:
30
+ sequence: int64
31
+ splits:
32
+ - name: test
33
+ num_bytes: 22801956
34
+ num_examples: 2732
35
+ - name: train
36
+ num_bytes: 183794878
37
+ num_examples: 21854
38
+ - name: validation
39
+ num_bytes: 22451009
40
+ num_examples: 2732
41
+ download_size: 72100845
42
+ dataset_size: 229047843
43
+ ---
44
+ # Dataset Card for "devign_with_norm_vul_lines"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)