AI Security Training Vault

Training records, schemas, and benchmark scripts for security-oriented AI work.

The Vault is a starter product for people who want inspectable SFT data and benchmark references without pulling the whole monorepo into their first experiment.

Included

  • Curated supervised fine-tuning JSONL records where available in the packaged build.
  • Training schema reference.
  • Benchmark scripts.
  • Architecture notes for the training context.

First working result

Inspect one JSONL file, confirm it matches the schema, then run or review one benchmark script before training anything. The goal is to understand the data path before spending compute.

Expected workflow

  1. Open the package README.
  2. Inspect the `schemas/` folder.
  3. Review the included `sft/` records.
  4. Use a small local or Colab run first.
  5. Record the model, seed, data subset, and evaluation result.