Description
Cybersecurity Instruction-Tuning Dataset
A large, cleaned, multi-domain cybersecurity chat dataset for LLM finetuning,
built from 198 distinct sources spanning offensive security, blue-team
operations, vulnerability intelligence, cloud/AWS security, malware analysis,
digital forensics, and more. Every record is normalized to the standard
messages chat format and deduplicated at both file and record level.
⚠️ Research use only. This dataset is provided exclusively for… See the full description on the dataset page: https://huggingface.co/datasets/oi-uae/cyber-security.
Tags
Used by abliterated models
Abliterated models in our catalog that declare this dataset in their YAML `datasets:` field. Sorted by downloads. This back-reference is unique to abliteration.org: Hugging Face does not surface it.
Community discussions
Threads posted by the community on Hugging Face: bug reports, questions about usage, pull requests on the README, license clarifications. Click any thread to expand and read the full conversation inline. Newest first.
2026-09-24PRVima
Loading...2026-09-13[bot] Conversion to Parquet
Loading...
Related datasets
Read further
Metadata
Download the dataset
huggingface-cli login and use one of the snippets below.
Copy any of these snippets into your notebook or terminal. All three fetch directly from Hugging Face using your own credentials.
from datasets import load_dataset
ds = load_dataset("oi-uae/cyber-security") from huggingface_hub import snapshot_download
snapshot_download(repo_id="oi-uae/cyber-security", repo_type="dataset") git clone https://huggingface.co/datasets/oi-uae/cyber-security