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
I found the result of unsup BERT seems unstable to different seeds. I can reproduce the result of 76~ with the default seed, but when changing to different the seeds, the results seems worse than default seed. (I use '--seed' flag to set seed)
Have you encountered this problem?
The text was updated successfully, but these errors were encountered:
For the unsupervised model, the performance could be affected by different random seeds, hardwares, validation steps, etc. We have been using the default seed of Huggingface's transformers.
Thanks for the suggestion. We are also planning to add more trials and take the average for more accurate results. It's indeed probably the case that you need to re-tune the hyper-parameters when changing the seeds.
Hello, thank you for sharing code.
I found the result of unsup BERT seems unstable to different seeds. I can reproduce the result of 76~ with the default seed, but when changing to different the seeds, the results seems worse than default seed. (I use '--seed' flag to set seed)

Have you encountered this problem?
The text was updated successfully, but these errors were encountered: