PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 258 forks source link

Add Squad Dataset + Update flake8 + Update install scripts #99

Closed hurricanelx closed 4 years ago

hurricanelx commented 4 years ago

17

codecov-io commented 4 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.02%. The diff coverage is 96.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   94.41%   94.44%   +0.02%     
==========================================
  Files          63       64       +1     
  Lines        1594     1619      +25     
==========================================
+ Hits         1505     1529      +24     
- Misses         89       90       +1     
Impacted Files Coverage Δ
torchnlp/datasets/squad.py 95.83% <95.83%> (ø)
torchnlp/datasets/__init__.py 100.00% <100.00%> (ø)

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 34a98b5...24a1d27. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #99 into master will decrease coverage by 0.00%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   94.41%   94.41%   -0.01%     
==========================================
  Files          63       64       +1     
  Lines        1594     1611      +17     
==========================================
+ Hits         1505     1521      +16     
- Misses         89       90       +1     
Impacted Files Coverage Δ
torchnlp/datasets/squad.py 93.75% <93.75%> (ø)
torchnlp/datasets/__init__.py 100.00% <100.00%> (ø)

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 60112df...8518921. Read the comment docs.