THUDM / CodeGeeX2

CodeGeeX2: A More Powerful Multilingual Code Generation Model
https://codegeex.cn
Apache License 2.0
7.6k stars 536 forks source link

How to fill in the middle of the code? #70

Closed hzhangxyz closed 11 months ago

hzhangxyz commented 11 months ago

Starcoder use sepecial token to do this, see https://huggingface.co/bigcode/starcoder#fill-in-the-middle. So is there any similar way to do this with CodeGeeX2?

hzhangxyz commented 11 months ago

duplicated #54