macavaney commited on
Commit
4708df3
·
verified ·
1 Parent(s): 213335f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ A PISA index for the Arguana dataset
21
  ```python
22
  # Load the artifact
23
  import pyterrier as pt
24
- index = pt.Artifact.from_hf('my terrier/arguana.pisa')
25
  index.bm25() # returns a BM25 retriever
26
  ```
27
 
 
21
  ```python
22
  # Load the artifact
23
  import pyterrier as pt
24
+ index = pt.Artifact.from_hf('pyterrier/arguana.pisa')
25
  index.bm25() # returns a BM25 retriever
26
  ```
27