-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何接入ChatGLM呢 #18
Comments
直接把推理部分改成chatglm的就可以了,不过由于GLM的能力比ChatGPT弱需要修改一下提示词,我测试的是oneshot能够学习格式,但是生成的质量比较差,后面还会试试llama的生成效果如何,只能说跟监督学习比起来还是差挺多,但是胜在能够做很多不同的领域语料,而且可以通过lora微调glm来进行特定领域的微调,这个库我觉得还是主要做格式后处理。 |
每个模型对提示词的反馈都不一样呀,好难受 |
This is an automatic reply, confirming that your e-mail was received. Thank you.--------------------------------------------Best WishesWenxue Ye.
|
试了baichuan2的效果一般 加上few-shot应该会好些 |
This is an automatic reply, confirming that your e-mail was received. Thank you.--------------------------------------------Best WishesWenxue Ye.
|
|
试试新出的GLM3呢?不过我觉得可能都差不多毕竟参数量在那摆着呢。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: