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, thanks for your contribution, but I guess in toxicity/train_dpo/pplm_dataset.py, the code random.shuffle(file_data) should be random.shuffle(data) instead?
Hi, thanks for your contribution, but I guess in toxicity/train_dpo/pplm_dataset.py, the code
random.shuffle(file_data)should berandom.shuffle(data)instead?