Config.js and modeling_codet5p.py do not match
#4
by
Anonymous2023
- opened
In config.js "decoder_start_token_id": 50256 is under "decoder"
but in modeling_codet5p.py line 912: labels, self.config.pad_token_id, self.config.decoder_start_token_id
they are not under "decoder"