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

Add XLMRobertaForQuestionAnswering #4855

Merged
merged 3 commits into from Jun 9, 2020
Merged

Add XLMRobertaForQuestionAnswering #4855

merged 3 commits into from Jun 9, 2020

Conversation

sgugger
Copy link
Collaborator

@sgugger sgugger commented Jun 8, 2020

One of the missing model task.

@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #4855 into master will increase coverage by 2.61%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4855      +/-   ##
==========================================
+ Coverage   73.93%   76.54%   +2.61%     
==========================================
  Files         128      128              
  Lines       21498    21501       +3     
==========================================
+ Hits        15894    16458     +564     
+ Misses       5604     5043     -561     
Impacted Files Coverage Δ
src/transformers/__init__.py 99.13% <ø> (ø)
src/transformers/modeling_auto.py 73.60% <ø> (ø)
src/transformers/modeling_xlm_roberta.py 100.00% <100.00%> (ø)
src/transformers/modeling_openai.py 79.58% <0.00%> (-1.39%) ⬇️
src/transformers/modeling_tf_utils.py 87.28% <0.00%> (+0.15%) ⬆️
src/transformers/trainer.py 39.62% <0.00%> (+0.23%) ⬆️
src/transformers/modeling_utils.py 90.26% <0.00%> (+1.42%) ⬆️
src/transformers/modeling_reformer.py 88.19% <0.00%> (+72.36%) ⬆️
src/transformers/configuration_reformer.py 100.00% <0.00%> (+78.94%) ⬆️

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 a139d1a...b2b4f9c. Read the comment docs.

Copy link
Member

@LysandreJik LysandreJik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks @sgugger!

@LysandreJik LysandreJik merged commit 41a1d27 into huggingface:master Jun 9, 2020
@sgugger sgugger deleted the xlmroberta_for_qa branch June 9, 2020 11:34
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.

None yet

2 participants