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

[Longformer] fix model name in examples #4653

Merged
merged 2 commits into from
May 29, 2020

Conversation

ibeltagy
Copy link
Contributor

@ibeltagy ibeltagy commented May 28, 2020

This PR fixes the model identifier of Longformer to the new standard fomat <organisation/model_name>

@codecov-commenter
Copy link

codecov-commenter commented May 28, 2020

Codecov Report

Merging #4653 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4653   +/-   ##
=======================================
  Coverage   77.19%   77.20%           
=======================================
  Files         128      128           
  Lines       21021    21021           
=======================================
+ Hits        16228    16230    +2     
+ Misses       4793     4791    -2     
Impacted Files Coverage Δ
src/transformers/modeling_longformer.py 96.82% <ø> (ø)
src/transformers/modeling_tf_utils.py 88.83% <0.00%> (+0.16%) ⬆️
src/transformers/file_utils.py 73.85% <0.00%> (+0.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5015a2...dfce20a. Read the comment docs.

@patrickvonplaten patrickvonplaten self-assigned this May 28, 2020
@patrickvonplaten patrickvonplaten merged commit 91487cb into huggingface:master May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants