SAI990323 / BIGRec

50 stars 6 forks source link

How are the movie_embedding and item_embedding download? Only a few kilobytes after I downloaded it #5

Open lmh122 opened 1 year ago

lmh122 commented 1 year ago

Thanks for your great work.How are the movie_embedding and item_embedding download? Only a few kilobytes after I downloaded it

SAI990323 commented 1 year ago

Sorry for the late reply, this is due to the quota of the git lfs. The weight has also been uploaded here

Xant-5 commented 1 year ago

Where is the movie_embedding or item_embedding real code used?

BiqiangWang commented 7 months ago

Where is the movie_embedding or item_embedding real code used?

I have the same question. Hope the author can further improve the doc.

SAI990323 commented 7 months ago

Sorry for the late reply. The code has been upload https://github.com/SAI990323/Grounding4Rec/blob/main/data/embedding.ipynb. Kindly Reminder: You need to make sure that you always use the same method when handling item names to obtain embeddings (for example, removing extra spaces and quotes before and after).