Skip to content

Conversation

@patrickvonplaten
Copy link
Contributor

  • Fixes T5 docstring regarding pretraining
  • Add detailed description on how to process input and target for T5 training

@codecov-io
Copy link

codecov-io commented Mar 29, 2020

Codecov Report

Merging #3507 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3507   +/-   ##
=======================================
  Coverage   77.79%   77.80%           
=======================================
  Files         100      100           
  Lines       17051    17051           
=======================================
+ Hits        13265    13266    +1     
+ Misses       3786     3785    -1     
Impacted Files Coverage Δ
src/transformers/modeling_bart.py 97.58% <ø> (ø)
src/transformers/modeling_t5.py 81.29% <ø> (ø)
src/transformers/modeling_tf_t5.py 94.98% <ø> (ø)
src/transformers/modeling_utils.py 91.94% <0.00%> (+0.13%) ⬆️

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 601ac5b...ea7e6a8. Read the comment docs.

@patrickvonplaten patrickvonplaten linked an issue Mar 29, 2020 that may be closed by this pull request
@patrickvonplaten patrickvonplaten changed the title Add T5 training documenation [T5] Add training documenation Mar 30, 2020
@patrickvonplaten patrickvonplaten merged commit 5b44e0a into huggingface:master Mar 30, 2020
@patrickvonplaten patrickvonplaten deleted the improve_t5_docstring branch March 30, 2020 12:21
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.

Finetuning T5 Model

3 participants