DoLa icon indicating copy to clipboard operation
DoLa copied to clipboard

Official implementation for the paper "DoLa: Decoding by Contrasting Layers Improves Factuality in Large Language Models"

Results 11 DoLa issues
Sort by recently updated
recently updated
newest added

I'm following your work and trying to run your code. However, when I try to run Dola-static mode using the sample "python gsm8k_eval.py --model-name huggyllama/llama-7b --early-exit-layers 16,32 --data-path /path/to/data/folder --output-path...