ChatGLM-6B icon indicating copy to clipboard operation
ChatGLM-6B copied to clipboard

[Help]请教有没有方法拓展Chat-GLM-6B在某个学科领域的知识储备?

Open piaocn opened this issue 2 years ago • 5 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

想借助ChatGLM-6B进行专业领域文本的分析,希望ChatGLM-6B阅读一段专业领域文本后,回答提出的问题。 例如实现这样的效果: 我问: 胃癌是不是恶性肿瘤? ChatGLM答:是。

这里面需要ChatGPT知晓胃癌是癌症这个知识,请问如何做能让ChatGLM扩充知识内容? 感谢!

Expected Behavior

None

Steps To Reproduce

None

Environment

- OS: not needed
- Python: not needed
- Transformers: not needed
- PyTorch: not needed
- CUDA Support not needed

Anything else?

none

piaocn avatar Apr 07 '23 09:04 piaocn

https://github.com/imClumsyPanda/langchain-ChatGLM 这个项目有帮助吗

piaocn avatar Apr 07 '23 09:04 piaocn

https://github.com/imClumsyPanda/langchain-ChatGLM 这个项目有帮助吗

有专业知识的本地文档的话,是可以实现的

imClumsyPanda avatar Apr 08 '23 01:04 imClumsyPanda

https://github.com/l15y/wenda

l15y avatar Apr 08 '23 01:04 l15y

上边这些方案,这些都是使用类似chatpdf的方式实现的,都并没有使模型本身拥有领域知识,

songsa1 avatar Apr 10 '23 02:04 songsa1

https://github.com/imClumsyPanda/langchain-ChatGLM 这个项目有帮助吗

https://github.com/yuanjie-ai/ChatLLM也有相关实现

yuanjie-ai avatar Apr 26 '23 02:04 yuanjie-ai

可以使用领域数据微调,参考微调说明以及#330

zhangch9 avatar Aug 16 '23 06:08 zhangch9