CoolFace
Datasetpublic

guychuk/ernest-nuclei-templates-v1-instruct

Ernest Nuclei Templates Dataset v1 (Instruction Format) This is a restructured version of the Ernest Nuclei Templates dataset optimized for instruction tuning. Format Each example has this structure: { "instruction": "Generate a Nuclei template for CVE-2024-1234", "input": "Title: XSS in Product\nSummary: Description...\nSeverity: high", "output": "id: cve-2024-1234\n\ninfo:\n name: ...\n\nhttp:\n - method: GET\n ...", "category": "cve", "severity":… See the full description on the dataset page: https://huggingface.co/datasets/guychuk/ernest-nuclei-templates-v1-instruct.

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes40downloads
5 commits on main
343d6f411mo ago

Upload README.md with huggingface_hub

guychuk
e60bee911mo ago

Upload validation.jsonl with huggingface_hub

guychuk
d05d8a411mo ago

Upload test.jsonl with huggingface_hub

guychuk
194413911mo ago

Upload train.jsonl with huggingface_hub

guychuk
233b9e811mo ago

initial commit

guychuk