Update README.md
Browse files
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('
|
| 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 |
|