"pytorch_pretrained_bert/modeling_xlm.py" did not exist on "483cbc36a9bac028054335d64a4e68646feab442"
-
Patrick von Platen authored
* make decoder input ids optional for t5 training * lm_lables should not be shifted in t5 * add tests * finish shift right functionality for PT T5 * move shift right to correct class * cleaner code * replace -100 values with pad token id * add assert statement * remove unnecessary for loop * make style
75ec6c9e