Sean MacAvaney commited on
Commit
be9d0d5
1 Parent(s): e99a373
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
 
2
  tags:
3
  - pyterrier
4
  task_categories:
5
  - text-retrieval
 
 
6
  ---
7
 
8
  ## Using this Artifact
@@ -25,7 +28,7 @@ python build.py path/to/artifact
25
  <pre>
26
 
27
  warn(f'text_field not specified; indexing all str fields: {text_field}')
28
-
29
 
30
  </pre>
31
  </details>
 
1
  ---
2
+ pretty_name: PISA Index for CORD-19
3
  tags:
4
  - pyterrier
5
  task_categories:
6
  - text-retrieval
7
+ datasets: ['cord19']
8
+ viewer: false
9
  ---
10
 
11
  ## Using this Artifact
 
28
  <pre>
29
 
30
  warn(f'text_field not specified; indexing all str fields: {text_field}')
31
+
32
 
33
  </pre>
34
  </details>