Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new datasets from ir_datasets #2

Merged
merged 22 commits into from
Oct 27, 2023
Merged

Add new datasets from ir_datasets #2

merged 22 commits into from
Oct 27, 2023

Conversation

MathVast
Copy link

Adds new classes for pre-processing and iterating over different datasets from ir_datasets in the context of the Cross-Domain Adaptation project.

mat_vast and others added 21 commits July 20, 2023 11:18
…eries with the train/dev/test sub-version)
@@ -246,3 +297,13 @@ def iter(self) -> Iterator[Tuple[ir.Topic, ir.Document, ir.Document]]:
def count(self):
"""Returns the length or None"""
return self.dataset.docpairs_count()

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the __main__ part

@bpiwowar bpiwowar merged commit c435f20 into experimaestro:master Oct 27, 2023
@MathVast MathVast deleted the add-new-datasets-from-ir-datasets branch October 30, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants