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

GLM模型如何实现train_on_prompt? #6400

Closed
1 task done
github-eliviate opened this issue Dec 20, 2024 · 1 comment
Closed
1 task done

GLM模型如何实现train_on_prompt? #6400

github-eliviate opened this issue Dec 20, 2024 · 1 comment
Labels
solved This problem has been already solved

Comments

@github-eliviate
Copy link

Reminder

  • I have read the README and searched the existing issues.

System Info

Reproduction

Expected behavior

glm无法实现train_on_prompt,是因为glm模型本身的问题,还是因为llama-factory的模板不支持(efficient_eos)?
如果是模板的问题,可以提供修改的思路吗?
谢谢

Others

No response

@github-actions github-actions bot added the pending This problem is yet to be addressed label Dec 20, 2024
@hiyouga
Copy link
Owner

hiyouga commented Dec 20, 2024

glm 原本的 template 不支持多轮对话+train on prompt,可以修改 efficient_eos 为 False 来支持

@hiyouga hiyouga closed this as completed Dec 20, 2024
@hiyouga hiyouga added solved This problem has been already solved and removed pending This problem is yet to be addressed labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

No branches or pull requests

2 participants