Hoai-Chau Tran commited on
Commit
0251eed
1 Parent(s): 23869dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: lines
5
+ sequence: string
6
+ - name: raw_lines
7
+ sequence: string
8
+ - name: label
9
+ sequence: int64
10
+ - name: type
11
+ sequence: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 5568381
15
+ num_examples: 4584
16
+ - name: test
17
+ num_bytes: 1334879
18
+ num_examples: 1146
19
+ download_size: 2782844
20
+ dataset_size: 6903260
21
+ ---
22
+ # Dataset Card for "CVEFixes_Python_with_norm_vul_lines"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)