-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Bart configuration update #19524
Bart configuration update #19524
Conversation
Hey @ydshieh! It turned out that copy-pasting the "(with random weights)" text was causing the check_code_quality test failure. But unfortunately I don't know what is causing this ConnectionResetError: [Errno 104] while building PR Documentation |
|
utils/documentation_tests.txt
Outdated
@@ -101,3 +101,4 @@ src/transformers/models/wavlm/modeling_wavlm.py | |||
src/transformers/models/whisper/modeling_whisper.py | |||
src/transformers/models/whisper/modeling_tf_whisper.py | |||
src/transformers/models/yolos/modeling_yolos.py | |||
src/transformers/models/bart/configuration_bart.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you put this line in a sorted order within this file 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
Putting this line in a sorted order
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, and thank you again @imarekkus 🔥 !
Update to bart config.
Tests passed