Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Stirling committed Oct 14, 2024
1 parent dd99ddc commit 411e313
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImageCoDeT2IRetrieval(AbsTaskAny2AnyRetrieval):
eval_splits=["test"],
eval_langs=["eng-Latn"],
main_score="ndcg_at_10",
date=("2022-05-22", "2022-05-27"), # conference dates
date=("2022-05-22", "2022-05-27"), # conference dates
form=["written"],
domains=["Web"],
task_subtypes=["Image Text Retrieval"],
Expand Down Expand Up @@ -47,4 +47,4 @@ class ImageCoDeT2IRetrieval(AbsTaskAny2AnyRetrieval):
}
},
},
)
)

0 comments on commit 411e313

Please sign in to comment.