You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: