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

Question about Hyperparameters #1

Open
yongzx opened this issue Nov 6, 2024 · 1 comment
Open

Question about Hyperparameters #1

yongzx opened this issue Nov 6, 2024 · 1 comment

Comments

@yongzx
Copy link

yongzx commented Nov 6, 2024

Thank you for this wonderful repo!

I have a quick question: are the hyperparameters listed in the README optimized for both finetuning on a specific task and finetuning to support a new language (i.e., language adaptation)?

@youran-qi
Copy link
Collaborator

youran-qi commented Nov 7, 2024

Hi @yongzx, thank you and hope this repo is helpful in your use case!

The hyperparameters in the README are not optimized for a specific task or for language adaptation. We decided these hyperparameters according to experiments in some very generic use cases. Therefore, they are more like some hyperparameters you can start with, but you probably want to do some hyperparameter search to find the best hyperparameters for your specific task, e.g., language adaptation, etc.

Also, there are some validation codes to make sure the hyperparameters are in the "valid ranges" (see here). If you believe the best hyperparameters for your specific task are out of these "valid ranges", you can also use your out-of-range hyperparameters, but don't forget to remove / comment these validation codes.

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