Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
610 stars 77 forks source link

Fixed a bug preventing a model evaluating on the test split. #186

Closed maksym-taranukhin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #186 (aa72026) into master (fa44c08) will increase coverage by 0.06%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   90.04%   90.11%   +0.06%     
==========================================
  Files          71       71              
  Lines        1537     1537              
==========================================
+ Hits         1384     1385       +1     
+ Misses        153      152       -1     
Flag Coverage Δ
unittests 90.11% <0.00%> (+0.06%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lightning_transformers/core/nlp/data.py 77.35% <0.00%> (ø)
...lp/question_answering/datasets/squad/processing.py 84.13% <0.00%> (+0.68%) :arrow_up:

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 fa44c08...aa72026. Read the comment docs.

SeanNaren commented 3 years ago

Thanks so much!