Upload the correctly converted TF checkpoint
#1
by
ydshieh
HF Staff
- opened
The original TF checkpoint converted from PT has issue in the enc_to_dec_proj layer, due to the lack of clean from_pretrained method.
The PR https://github.com/huggingface/transformers/pull/19732 fixes the issue, and now we upload a new correctly converted TF checkpoint.
Merge as the original checkpoint was not correctly converted from PT.
ydshieh
changed pull request status to
merged