Any suggestions what kind of hyperparams should I check for NER model? #10105
XBeg9
started this conversation in
Help: Best practices
Replies: 1 comment 1 reply
-
If you want to sweep through hyperparameters, you can probably start with different learning rates, schedulers, and optimizers. Another hyperparameter that might give you actionable results is dropout. In general, improving model performance will depend on the specifics of your problem/task (e.g. is there a class that's underperforming, do you have imbalanced data, what your docs look like). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am gonna run a large sweep for the NER model, any suggestions on what kind of params I should put in the list for the Wandb sweep run?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions