le723z commited on
Commit
9306537
·
verified ·
1 Parent(s): b67f82e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -55,10 +55,6 @@ with open(output_file, 'w') as f:
55
  for docid, rel in qrels[qid].items():
56
  f.write(f"{qid} 0 {docid} {rel}\n")
57
 
58
- for data in ['dl21', 'dl22', 'dl23']:
59
- topics = get_topics(THE_TOPICS[data] if data not in dl else data)
60
- print(f"\nEvaluating {data}:, len(topics): {len(topics)}")
61
- EvalFunction.main(THE_TOPICS[data], f'./20{data[2:]}_passage_top100.txt')
62
 
63
  # Concate the files
64
  combined_rank_results = []
 
55
  for docid, rel in qrels[qid].items():
56
  f.write(f"{qid} 0 {docid} {rel}\n")
57
 
 
 
 
 
58
 
59
  # Concate the files
60
  combined_rank_results = []