dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.56k stars 538 forks source link

Fix buildwebsite.yml #1487

Closed barry-jin closed 3 years ago

barry-jin commented 3 years ago

Description

As title

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

codecov[bot] commented 3 years ago

Codecov Report

Merging #1487 (39c07f7) into master (16146c2) will decrease coverage by 3.89%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1487      +/-   ##
==========================================
- Coverage   85.87%   81.98%   -3.90%     
==========================================
  Files          52       52              
  Lines        6909     6909              
==========================================
- Hits         5933     5664     -269     
- Misses        976     1245     +269     
Impacted Files Coverage Δ
src/gluonnlp/models/base.py 56.52% <0.00%> (-39.14%) :arrow_down:
src/gluonnlp/utils/testing.py 58.33% <0.00%> (-35.84%) :arrow_down:
src/gluonnlp/models/xlmr.py 58.82% <0.00%> (-29.42%) :arrow_down:
src/gluonnlp/models/electra.py 58.47% <0.00%> (-18.37%) :arrow_down:
src/gluonnlp/utils/config.py 61.53% <0.00%> (-15.39%) :arrow_down:
src/gluonnlp/models/bart.py 78.75% <0.00%> (-15.00%) :arrow_down:
src/gluonnlp/models/roberta.py 84.25% <0.00%> (-9.37%) :arrow_down:
src/gluonnlp/models/albert.py 87.71% <0.00%> (-7.72%) :arrow_down:
src/gluonnlp/models/bert.py 87.54% <0.00%> (-7.27%) :arrow_down:
src/gluonnlp/models/gpt2.py 91.00% <0.00%> (-7.27%) :arrow_down:
... and 6 more

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 16146c2...39c07f7. Read the comment docs.