microsoft / CodeBERT

CodeBERT
MIT License
2.09k stars 430 forks source link

The maximum token length of the Longcoder model is 4096, what should I do if I want the model input to support longer token? #278

Closed LemonAotu closed 12 months ago

guoday commented 1 year ago

You can use the convert.py in expand-longcoder-length.zip to support longer token.