CoLLM icon indicating copy to clipboard operation
CoLLM copied to clipboard

hot and cold datasets

Open NicholasEinstein opened this issue 2 years ago • 1 comments

Hello author, I noticed that your code does not seem to provide the hot and cold datasets mentioned in the paper. Is it missing? Sincerely looking forward to your supplementation

NicholasEinstein avatar Apr 10 '24 08:04 NicholasEinstein

Thank you for your question. There is no need for an additional hot and cold dataset. You can directly obtain the hot and cold data by filtering the "not_cold" (or "warm") field. Please refer to the code [here].(https://github.com/zyang1580/CoLLM/blob/1ac29077d885cfeb179ee57a972d99580946b687/minigpt4/datasets/datasets/rec_datasets.py#L444)

zyang1580 avatar Apr 15 '24 01:04 zyang1580