CCompote commited on
Commit
d363869
·
verified ·
1 Parent(s): ba13dc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ license: apache-2.0
7
 
8
  ## Dataset Summary
9
 
10
- **CompRealVul_Bin** is a **binary-level dataset** derived from the [CompRealVul_C](https://huggingface.co/datasets/compAgent/CompRealVul_C) dataset, designed for training and evaluating machine learning models on **vulnerability detection in compiled binaries**. This dataset contains **cross-compiled `.exe` binaries** corresponding to each C function in the source dataset, packaged as a single `.zip` archive.
11
 
12
  The dataset bridges the gap between source-level vulnerability datasets and practical binary-level learning pipelines.
13
 
 
7
 
8
  ## Dataset Summary
9
 
10
+ **CompRealVul_Bin** is a **binary-level dataset** derived from the [CompRealVul_C](https://huggingface.co/datasets/CCompote/CompRealVul_C) dataset, designed for training and evaluating machine learning models on **vulnerability detection in compiled binaries**. This dataset contains **cross-compiled `.exe` binaries** corresponding to each C function in the source dataset, packaged as a single `.zip` archive.
11
 
12
  The dataset bridges the gap between source-level vulnerability datasets and practical binary-level learning pipelines.
13