All changes we make to the assignment code or PDF will be documented in this file.
- code: fix AlpacaEval auto-evaluator to use local Llama 3 70B instruct.
- code: add missing
evaluate_safety.py
script toscripts
- code: add Llama 3 tokenizer as a fixture.
- code: fix DPO loss test
- code: make SFT dataset test stricter by comparing against expected output to help folks catch bugs.
- code: include prompts as text files in
cs336_alignment/prompts
- handout: fix typo in code example for writing AlpacaEval outputs.
- handout: provide more instructions on interpreting AlpacaEval annotations file.
- handout: give better default DPO hyperparameters
- handout: clarify prompt to use for the DPO loss (AlpacaEval prompt) and mention EOS token
- handout: clarify that arrows in the prompts are line continuations, not line breaks
- handout: mention that we provide the prompts as text files at
cs336_alignment/prompts
- code: add MMLU, GSM8K, AlpacaEval, and SimpleSafetyTests data to
./data
.
- handout: explicitly set CUDA_HOME in FlashAttention-2 installation instructions.
- code: explicitly set CUDA_HOME in FlashAttention-2 installation instructions.
Initial release