CodeT5
CodeT5 copied to clipboard
How to switch the working mode of the model?
For example, how to set to use only encoder mode? Explicitly add mode='encoder-only' when encoding sentences like Unixcoder?