microsoft / CodeBERT

CodeBERT
MIT License
2.15k stars 442 forks source link

increasing sequence length in unixcoder #258

Open Shreeshsbhat opened 1 year ago

Shreeshsbhat commented 1 year ago

hello, i need to use unixcoder model code generation task for longer sequence, for more than 2048 tokens. i am getting error saying that size of tensor a should match the size of tensor b at non singleton dimension. can you please help regarding this.

guoday commented 1 year ago

UnixCoder only support at most 1024 tokens.