We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, @guillaumegenthial
I want to improve the precision as much as possible without paying too much attention to recall rate. So, how to adjust these parameters?
# training train_embeddings = False nepochs = 15 dropout = 0.5 batch_size = 20 lr_method = "adam" lr = 0.001 lr_decay = 0.9 clip = -1 # if negative, no clipping nepoch_no_imprv = 3
Thanks...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, @guillaumegenthial
I want to improve the precision as much as possible without paying too much attention to recall rate.
So, how to adjust these parameters?
Thanks...
The text was updated successfully, but these errors were encountered: