macavaney commited on
Commit
4203d8a
1 Parent(s): c95de4b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ viewer: false
20
 
21
  ```python
22
  # Load the artifact
23
- import pyterrier_alpha as pta
24
- artifact = pta.Artifact.from_hf('pyterrier/arguana.pisa')
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