Sean MacAvaney commited on
Commit
8e725c6
1 Parent(s): a6023db
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ task_categories:
9
 
10
  ```python
11
  import pyterrier as pt
12
- pt.Artifact.from_url('macavaney/cord19.pisa')
13
  # PisaIndex(...)
14
  ```
15
 
@@ -25,6 +25,6 @@ python build.py path/to/artifact
25
  ```
26
 
27
  warn(f'text_field not specified; indexing all str fields: {text_field}')
28
-
29
 
30
  ```
 
9
 
10
  ```python
11
  import pyterrier as pt
12
+ pt.Artifact.from_url('hf:macavaney/cord19.pisa')
13
  # PisaIndex(...)
14
  ```
15
 
 
25
  ```
26
 
27
  warn(f'text_field not specified; indexing all str fields: {text_field}')
28
+
29
 
30
  ```