nlp-with-transformers / notebooks

Jupyter notebooks for the Natural Language Processing with Transformers book
https://transformersbook.com/
Apache License 2.0
3.85k stars 1.19k forks source link

fix log_level in ch8 notebook #82

Open rickiepark opened 1 year ago

rickiepark commented 1 year ago

Since transformers 4.23.0(https://github.com/huggingface/transformers/pull/19239), TrainingArgs's log_level must be set with str. So just change 40 to 'error'. Thanks!

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB