CodeGeeX icon indicating copy to clipboard operation
CodeGeeX copied to clipboard

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

Results 127 CodeGeeX issues
Sort by recently updated
recently updated
newest added

The [python script called in finetune_codegeex.sh](https://github.com/THUDM/CodeGeeX/blob/main/scripts/finetune_codegeex.sh#LL80C50-L80C50) should be finetune_codegeex.py. Now it causes the following error: ``` iteration = train( File "/workspace/CodeGeeX/codegeex/megatron/training.py", line 989, in train evaluate_and_print_results( File "/workspace/CodeGeeX/codegeex/megatron/training.py", line 1097,...

Congratulations on your new work! I failed to rebuild the environment from the docker container on WSL. I just simply follow the steps by pulling the image and running it...

比如 xxxxxxxxxx yyyyyyyyy 这样的 注释功能使用后变成: xxxxxxxxxx yyyyyyyyy 注释 xxxxxxxxxx 注释 yyyyyyyyy

特指 VSCode 插件里面 个人感觉说明是有点不准确的,单凭两个例子我好像还是不是很明白要怎么写,例子更多一点就好了

![image](https://user-images.githubusercontent.com/29518020/236598462-4b4b592b-4677-4913-9c57-9bd69f8a1731.png)

ubuntu18.04,pycharm版本2022.3.2,codegeex插件版本1.0.8,然而示例中又有中文的提问示例。

In the humaneval-x CPP/27: "prompt": "/*\nFor a given string, flip lowercase characters to uppercase and uppercase to lowercase.\n>>> flip_case(\"Hello\")\n\"hELLO\"\n*/\n#include\n#include\nusing namespace std;\nstring filp_case(string str){\n Your example test cases is flip but...