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

Huggingface warnings cleanup #73

Closed
radswn opened this issue Nov 20, 2023 · 1 comment · Fixed by #79
Closed

Huggingface warnings cleanup #73

radswn opened this issue Nov 20, 2023 · 1 comment · Fixed by #79
Assignees

Comments

@radswn
Copy link
Owner

radswn commented Nov 20, 2023

I've stumbled upon this issue that might get rid of that weird Some weights of the model checkpoint at bert-base-uncased were not used when initializing Bert... warnings that you probably noticed every time you run any notebook:)

The thing is, solution proposed there to simply increase logs verbosity level - transformers.logging.set_verbosity_error() does not necessarily align with the guidlines from our supervisor about the amount of logs. Would be nice to hear your take, whether it's worth pursuing - just one (two, if you count the import) line, but a general limitation to our logs as well:/

@radswn
Copy link
Owner Author

radswn commented Nov 22, 2023

An extension of #32

@radswn radswn self-assigned this Nov 22, 2023
@radswn radswn linked a pull request Nov 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant