THUDM / ChatGLM2-6B

ChatGLM2-6B: An Open Bilingual Chat LLM | 开源双语对话语言模型
Other
15.71k stars 1.85k forks source link

[BUG/Help] 和gpt3.5差距太大了 #242

Closed wintsa123 closed 1 year ago

wintsa123 commented 1 year ago

Is there an existing issue for this?

Current Behavior

这是我想最后生产的结构const datas={ "id": "11", // 节点唯一标识,作为key值。 "isParent": true, // 父节点标识 "name": "1-2西安交通大学", // 名称 "subs": [{ // 子节点 "canClick": true, "id": "32", "isParent": false, "name": "1-2-3huhu分部", "pid": "11", }]} 我输入的变量: inout= [
{ id: 783, sbjh: "1", mc: "隧道工程" },
{ id: 784, sbjh: "1-5", mc: "其他工程" },
]; 你能写一段js方法吗

glm2 chatgpt3.5

Expected Behavior

只是要求正常推理而已,使用的是都是官方给的web页面,至于用的是几k推理我不太清楚,我还是用的中文。 显然这段方法glm2提供的就很有问题.

Steps To Reproduce

1

Environment

- OS:
- Python:
- Transformers:
- PyTorch:
- CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :

Anything else?

No response

duzx16 commented 1 year ago

收到反馈,我们正在研究如何提升模型的代码能力