微调GLM的时候为啥只用给input_ids和labels??? #995
Replies: 2 comments 1 reply
-
顺便再问一下 我看了之前的ptuing的微调 好像没有给eos,但是这个版本给了 这是为啥呢 原来的有问题吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
直接使用了peft 调了,全部用继承的方式 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ChatGLM不是使用的GLM模型吗 GLM模型的forward中不是要求给出position和attentionmask吗 但是我看了微调的代码 却只给了input_ids 这个是为啥? 是哪里实现了还是我看漏了?? 求助!!!
Beta Was this translation helpful? Give feedback.
All reactions