zyang1580 / CoLLM

The implementation for the work "CoLLM: Integrating Collaborative Embeddings into Large Language Models for Recommendation".
BSD 3-Clause "New" or "Revised" License
47 stars 6 forks source link

where is the trained version of stage 1? #14

Open wzhwzhwzh0921 opened 3 weeks ago

wzhwzhwzh0921 commented 3 weeks ago

https://xxxxx/. There is no pretrained model.

zyang1580 commented 1 week ago

Thanks for your interest in our work. I will upload it this weekend if I have time. You could also train it yourself.

mh-wu1001 commented 1 week ago

I'm trying to run your project but I've encountered an issue. In the configuration file, there's a path set for a pretrained model:

"/data2/zyang/minigpt4rec-log/0912_ml1m_oodv2_best_model_d256lr-0.001wd0.0001.pth"

I would appreciate it if you could upload this file to the repository or provide a download link for it. Alternatively, if there are instructions on how to generate this model, that would also be very helpful.