Skip to content
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

对训练数据的准备逻辑有点疑问 #15

Closed
wuutiing opened this issue Mar 27, 2023 · 1 comment
Closed

对训练数据的准备逻辑有点疑问 #15

wuutiing opened this issue Mar 27, 2023 · 1 comment

Comments

@wuutiing
Copy link

glm项目本身就是一个中文预训练语言模型

GLM is a General Language Model pretrained with an autoregressive blank-filling objective and can be finetuned on various natural language understanding and generation tasks.

chatglm 应该是基于预训练好的模型上微调的,根据博客https://chatglm.cn/blog,这个微调过程应该不是简单的对语言模型的微调,或许可以参考alpaca 的思路,做instruction 的微调?
我也不是很确定,希望交流一下。

@yuanzhoulvpi2017
Copy link
Owner

你看看模型代码里面的chat方法,就知道了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants