Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ viewer: false
|
|
20 |
|
21 |
```python
|
22 |
# Load the artifact
|
23 |
-
import
|
24 |
-
artifact =
|
25 |
# TODO: Show how you use the artifact
|
26 |
```
|
27 |
|
|
|
20 |
|
21 |
```python
|
22 |
# Load the artifact
|
23 |
+
import pyterrier as pt
|
24 |
+
artifact = pt.Artifact.from_hf('pyterrier/arguana.pisa')
|
25 |
# TODO: Show how you use the artifact
|
26 |
```
|
27 |
|