mixed-modality-search commited on
Commit
15780bf
·
verified ·
1 Parent(s): 0c3f039

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. MixBench25.py +1 -1
MixBench25.py CHANGED
@@ -67,7 +67,7 @@ class MixBench(datasets.GeneratorBasedBuilder):
67
  if split == "qrel":
68
  with open(path, encoding="utf-8") as f:
69
  for idx, line in enumerate(f):
70
- qid, _, did, score = line.strip().split()
71
  yield idx, {
72
  "query_id": qid,
73
  "corpus_id": did,
 
67
  if split == "qrel":
68
  with open(path, encoding="utf-8") as f:
69
  for idx, line in enumerate(f):
70
+ qid, did, score = line.strip().split()
71
  yield idx, {
72
  "query_id": qid,
73
  "corpus_id": did,