Eladlev / AutoPrompt

A framework for prompt tuning using Intent-based Prompt Calibration
Apache License 2.0
1.87k stars 151 forks source link

removing rounding for eval #10

Closed MatanFriedmann closed 6 months ago

MatanFriedmann commented 6 months ago

score should be rounded only when used in the prompt string, and the full precision should be kept throughout the rest of the procedure. otherwise there might be a degeneracy between epochs

NOTE this pr should be merged after the generation pr is merged (https://github.com/Eladlev/AutoPrompt/pull/9)