elhusseiniali commited on
Commit
89d9aca
·
1 Parent(s): ca75621

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -1,14 +1,30 @@
1
  ---
 
2
  pretty_name: BigFixes
 
3
  configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: "train.csv"
8
- - split: cleantest
9
- path: "clean_test.csv"
10
- - split: test
11
- path: "test.csv"
 
 
 
12
 
 
13
 
14
- ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ ---
3
  pretty_name: BigFixes
4
+ description: A clean union of BigVul and CVE-Fixes.
5
  configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: train
9
+ path: train.csv
10
+ - split: cleantest
11
+ path: clean_test.csv
12
+ - split: test
13
+ path: test.csv
14
+
15
+ ---
16
+ ---
17
 
18
+ # Information
19
 
20
+ This is a clean version of the union of BigVul and CVE-Fixes used
21
+ [here](https://huggingface.co/datasets/MickyMike/cvefixes_bigvul).
22
+ We have
23
+ three splits:
24
+ - train, which has the de-duplicated training data;
25
+ - cleantest, which has de-duplicated testing data that is completely disjoint from the
26
+ training set;
27
+ - test, which has the deduplicated training data with a
28
+ significant intersection with the training data (as seen in the original
29
+ repository).
30
+ Our preprocessing is available in `preprocessing.ipynb`.