Skip to content

Commit

Permalink
update re-rank example config
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Jan 27, 2025
1 parent cec674c commit df6b5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/examples/re-rank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trainer:
init_args:
save_dir: ./re-ranked-runs
model:
class_path: lightning_ir.BiEncoderModule
class_path: lightning_ir.CrossEncoderModule
init_args:
model_name_or_path: webis/monoelectra-base
evaluation_metrics:
Expand All @@ -15,8 +15,8 @@ data:
inference_datasets:
- class_path: lightning_ir.RunDataset
init_args:
doc_dataset: ./runs/msmarco-passage-trec-dl-2019-judged.run
run_path_or_id: ./runs/msmarco-passage-trec-dl-2019-judged.run
- class_path: lightning_ir.RunDataset
init_args:
doc_dataset: ./runs/msmarco-passage-trec-dl-2020-judged.run
run_path_or_id: ./runs/msmarco-passage-trec-dl-2020-judged.run
inference_batch_size: 4

0 comments on commit df6b5d9

Please sign in to comment.