"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "ec4e421b7ded2f6b1baa63c19f2c0b2c11a36d92"
[trainer] fix ignored columns logger (#10219)
* [trainer] fix ignored columns logger This PR fixes a confusing log entry that says: ``` The following columns in the evaluation set don't have a corresponding argument in `T5ForConditionalGeneration.forward` and have been ignored: . ``` when everything is in order. * Update src/transformers/trainer.py Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Showing
Please register or sign in to comment