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
The parameters in the sample scripts are different from what's reported in the paper. For example, the clipping constant was proposed to be 0.1 in the paper however, in the scripts it has been set to 20 and 5. Could you please clarify this? Providing a few more materials would help people interested in your paper to reproduce the results:
For example:
-Hyperparameters that were used for the individual experiments at each stage
-Pretrained checkpoints
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for your inquiry! Sorry if this wasn't clear, the clipping_constant parameter is actually only used for clipping by norm (ex. see the code blocks for lines 238-243 vs. 244-272 of dp_bart.py), while the clipping by value option was hard-coded and set on lines 158-160, matching the description in the paper (Appendix B). We describe other hyperparameters in detail in Appendix I, which the sample scripts are based on. I have added in the model checkpoints to HF, they are now linked in the Readme.
The parameters in the sample scripts are different from what's reported in the paper. For example, the clipping constant was proposed to be 0.1 in the paper however, in the scripts it has been set to 20 and 5. Could you please clarify this? Providing a few more materials would help people interested in your paper to reproduce the results:
For example:
-Hyperparameters that were used for the individual experiments at each stage
-Pretrained checkpoints
Thanks!
The text was updated successfully, but these errors were encountered: