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