zyang1580 / CoLLM

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

What is the dataset config format #3

Closed anjiajun39 closed 9 months ago

anjiajun39 commented 10 months ago

Hello, When I run your code in my server there is a problem, it need a dataset config file and I can't find this file in the code.

The error in the file minigpt4/datasets/builders/rec_pair_builder.py

The error said: FileNotFoundError: [Errno 2] No such file or directory: './CoLLM/minigpt4/configs/datasets/movielens/default.yaml'

How I can write this file or get it.

Thanks!

zyang1580 commented 9 months ago

I have added an example. Please see this file.

anjiajun39 commented 9 months ago

Thanks! I can run it now.