Upload data/README.md
Browse files- data/README.md +9 -0
data/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
See curate_dataset.py in this repository for the full dataset curation pipeline.
|
| 2 |
+
|
| 3 |
+
The dataset curation script combines:
|
| 4 |
+
1. AlicanKiraz0/All-CVE-Records-Training-Dataset (10K samples)
|
| 5 |
+
2. m-a-p/Code-Feedback (5K samples)
|
| 6 |
+
3. nvidia/OpenCodeReasoning (5K samples)
|
| 7 |
+
4. Synthetic cybersecurity examples (JSON output, AST, GDB, ROP)
|
| 8 |
+
|
| 9 |
+
Run with: python curate_dataset.py
|