asyml / texar-pytorch

Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
745 stars 117 forks source link

update gpt url and fix key error in gpt generate and train main #342

Closed wanglec closed 3 years ago

wanglec commented 3 years ago

address issue #317 and #337

codecov[bot] commented 3 years ago

Codecov Report

Merging #342 (2614136) into master (cf00df9) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   80.43%   80.43%           
=======================================
  Files         135      135           
  Lines       11357    11357           
=======================================
  Hits         9135     9135           
  Misses       2222     2222           
Impacted Files Coverage Δ
texar/torch/modules/pretrained/gpt2.py 17.55% <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 cf00df9...2614136. Read the comment docs.