Jarbas commited on
Commit
0f6e65d
·
1 Parent(s): 27b5f40

link inference code

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ Compared to question answering over knowledge bases, reading comprehension model
7
 
8
 
9
  ## Requirements
10
- - python >=3.5
11
  - pytorch >=0.4. Tested on pytorch 0.4 and pytorch 1.10
12
  - numpy
13
  - msgpack
@@ -21,7 +21,7 @@ Compared to question answering over knowledge bases, reading comprehension model
21
 
22
  ### Usage
23
 
24
- Example usage with wikipedia
25
 
26
  ```python
27
  import argparse
 
7
 
8
 
9
  ## Requirements
10
+ - python >=3.5
11
  - pytorch >=0.4. Tested on pytorch 0.4 and pytorch 1.10
12
  - numpy
13
  - msgpack
 
21
 
22
  ### Usage
23
 
24
+ Example usage with wikipedia via https://github.com/OpenVoiceOS/DrQA
25
 
26
  ```python
27
  import argparse