We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感谢您DEALRec这个工作,我对它很感兴趣。在复现过程中发现DEALRec/data/games/文件夹下缺少train_49156.json这个文件,从而导致effort_score.py代码运行到120行的 train_data_list.append(load_dataset("json", data_files=train_data_path))时出现报错,不知道能不能在data文件夹下补充上这个文件,谢谢!
The text was updated successfully, but these errors were encountered:
感谢对我们工作的兴趣和关注~
train_49156.json文件已经补充上传了,其他数据集上full train data的json文件可以通过code/finetune/data/ 文件夹下的gen_fewshot.py文件获得(通过设置n_sample为数据集总样本数)。
gen_fewshot.py
Sorry, something went wrong.
No branches or pull requests
感谢您DEALRec这个工作,我对它很感兴趣。在复现过程中发现DEALRec/data/games/文件夹下缺少train_49156.json这个文件,从而导致effort_score.py代码运行到120行的 train_data_list.append(load_dataset("json", data_files=train_data_path))时出现报错,不知道能不能在data文件夹下补充上这个文件,谢谢!
The text was updated successfully, but these errors were encountered: