Files

Reproduction guide

This directory contains the necessary information and assets to reproduce the results obtained during this Heretic run.

Warning

Local code

This system installed Heretic from a local directory or wheel. Uncommitted or experimental code may have been executed.

Reproducibility cannot be guaranteed in this environment.

Models

Datasets

Selected trial

  • Trial number: 2
  • KL divergence: 0.037255
  • Refusals: 1/50

System

  • Python: 3.12.10 (CPython, MSC v.1943 64 bit (AMD64)) [Virtualenv/Venv]
  • Operating system: Windows-11-10.0.26200-SP0 (AMD64)
  • CPU: 13th Gen Intel(R) Core(TM) i7-13700HX

Accelerators

  • CUDA: Detected 1 device(s) (8.00 GB total VRAM)
    • CUDA Version: 12.8
    • Driver Version: 581.80
  • Devices:
    • CUDA 0: NVIDIA GeForce RTX 4060 Laptop GPU (8.00 GB)

Environment

  • Heretic: v1.3.0 (Origin: Local)
  • PyTorch: 2.11.0+cu128
  • Other dependencies: See requirements.txt.

Contents of this directory

How to reproduce

Tip

You can automate this process, including all verification steps, by downloading the reproduce.json file and running heretic --reproduce reproduce.json.

  1. Ensure your system matches the specifications in the System section above. Exact reproducibility is only guaranteed if all aspects of your system are identical to the one the model was originally generated on.
  2. Install the exact version of Heretic indicated in the Environment section above, from its original source.
  3. Install the packages listed in requirements.txt: pip install -r requirements.txt
  4. Install the correct version of PyTorch: pip install torch==2.11.0+cu128 --index-url https://download.pytorch.org/whl/cu128
  5. Place the provided config.toml in your working directory.
  6. Run Heretic without any additional arguments: heretic
  7. Wait for the run to finish, then select trial 2 and export the model.
  8. Verify that the weight files have been exactly reproduced by comparing their SHA-256 hashes against those in SHA256SUMS: sha256sum -c SHA256SUMS (or look at the hashes online if you uploaded to Hugging Face)

Tip

To use the included Optuna study journal HuggingFaceTB--SmolLM2-135M-Instruct.jsonl, place it in the checkpoints directory (usually checkpoints/) before running Heretic.

This allows you to export other models from the Pareto front, or to run additional trials without having to re-run the stored trials.