link inference code
Browse files
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
|