You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there seems to be a bug in the code. Even with the sampling_n > 1 and temperature > 0 the scores are always an integer. Plus, the tqdm progress bar only counts all the prompts just once (for example, with sampling_n=5, it runs till 20%) and the program terminates.