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
Hi, I have recently raised the issue here which you can refer to. I was basically trying to use an external model try and get the bert_score for it.
I don't know if there is an issue with the model_type parameter or the missing tokenizer parameter or something else. All help will be appreciated!
model_type
Thanks
The text was updated successfully, but these errors were encountered:
@arvindc28
Hi ! try add num_layers
P, R, F1 = score( candidate, reference, lang="ru", verbose=True, model_type="DeepPavlov/rubert-base-cased", num_layers=12, rescale_with_baseline=True )
Sorry, something went wrong.
No branches or pull requests
Hi, I have recently raised the issue here which you can refer to. I was basically trying to use an external model try and get the bert_score for it.
I don't know if there is an issue with the
model_type
parameter or the missing tokenizer parameter or something else. All help will be appreciated!Thanks
The text was updated successfully, but these errors were encountered: