ridgerchu / matmulfreellm

Implementation for MatMul-free LM.
Apache License 2.0
2.63k stars 155 forks source link

How do I train my models? #31

Open zxk907 opened 1 week ago

zxk907 commented 1 week ago

Hello Professor, thank you for your contribution. As a new student, I am very interested in your research. When I read the paper and wanted to find more details from the running of the code, I encountered problems. Your paper states that there are benefits in model training in terms of storage, etc., but I don't know how to train my model, if you can provide more guidance or open source one of the simple demos, it would be very helpful. Thank you very much!

ridgerchu commented 1 week ago

Hi, you can refer to this link to learn how to train.

zxk907 commented 5 days ago

Hi, you can refer to this link to learn how to train.

Thank you very much for your guidance, I made it according to your tips.