Skip to content

Commit

Permalink
moved from-dataset hf repo under pyterrier org
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Sep 25, 2024
1 parent d814070 commit 98a8246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier/_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def from_dataset(cls, dataset: str, variant: str, *, expected_sha256: Optional[s
verified against this hash and an error will be raised if the hash does not match.
"""
return cls.from_hf(
repo='macavaney/pyterrier-from-dataset',
repo='pyterrier/from-dataset',
branch=f'{dataset}.{variant}',
expected_sha256=expected_sha256)

Expand Down

0 comments on commit 98a8246

Please sign in to comment.