Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If there is any rule to modify the parameters #73

Open
zkzhou126 opened this issue Jan 26, 2024 · 1 comment
Open

If there is any rule to modify the parameters #73

zkzhou126 opened this issue Jan 26, 2024 · 1 comment

Comments

@zkzhou126
Copy link

Hello! I trained the model on the WMT16 dataset and modified the parameters to the following values
image
The main modifications were dim and seq_len, what's more, I change the learning_step to 120000, to make the result better.
But I still got very poor results.
image
I wonder when I change these parameters, do I have to change other parameters along with them?
When I trained the model with your original parameters, the results were not good enough because of dim and seq_len, but they were better than the current results.

@zkzhou126 zkzhou126 changed the title training on wmt16 If there is any rule to modify the parameters Jan 26, 2024
@summmeer
Copy link
Collaborator

Hi,
Many hyper-parameters may take effects on the final results, including bsz, seq_len, dim, steps and tokenizers. Also, other techniques such as self-conditioning, length prediction, may help the training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants