lierer007
lierer007
您好,方便给一两条NQ数据集的训练和验证数据样例吗?看scheme有些东西没太确定。 另外请教下:teacher_scores, pos, answers的长度一样吗?或者 teacher_scores[i]= p(answer[i]|pos[i]) ? ``` # training { "query": str, "pos": List[str], "neg": List[str], "pos_index": Optional[List[int]], # Indices of the positives w.r.t. the corpus. When a global...
src/transformer_deploy/convert.py ```model_path = onnx_model_path if is_fp16 else optim_model_paths[0]``` Maybe there is something wrong with this line of code, which causes the experimental results to appear that the performance of onnx...