THUDM / CodeGeeX

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)
https://codegeex.cn
Apache License 2.0
8.1k stars 588 forks source link

Fix KeyError #214

Open rayrayraykk opened 1 year ago

rayrayraykk commented 1 year ago

Since the sample generated by LLMs in jsonl might not have the key 'prompt' (as described in https://github.com/THUDM/CodeGeeX/blob/main/codegeex/benchmark/README.md), it will ran into KeyError: 'prompt'.