Skip to content
New issue

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

some questions about main.py #1

Open
Ziyu0118 opened this issue May 20, 2024 · 0 comments
Open

some questions about main.py #1

Ziyu0118 opened this issue May 20, 2024 · 0 comments

Comments

@Ziyu0118
Copy link

is m_type and checkpoint_dir in this section not align?
send_message_to_chat_gpt_facebook_book(path='../data/dataset/facebook_book/trainingset_with_name.tsv',
names=['userId','bookId', 'rating', 'name'],
usecols=['userId','bookId', 'rating', 'name'],
token=token,
m_type='EXP_1',
checkpoint_dir='../data/dataset/facebook_book/chat_gpt_output/checkpoints_rerank_userknn')

I think the type Exp_1 is to recommend only thus checkpoint_dir should be '../data/dataset/facebook_book/chatgpt_output/checkpoints' rather than userknn, is that correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant