-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hallo,
so your train and test data should be save as json file in that format which means that you should habe a json object for each query which directly include its possitive and negative documents. you can get more details about it here |
Beta Was this translation helpful? Give feedback.
-
to the second question depending on the number of positive and negative doc that you habe for each query you can change there parameters. i will suggest you to set num_positives to the number of positive doc and num_hard_negatives to the number of negative doc. |
Beta Was this translation helpful? Give feedback.
to the second question depending on the number of positive and negative doc that you habe for each query you can change there parameters. i will suggest you to set num_positives to the number of positive doc and num_hard_negatives to the number of negative doc.