Commit
·
05b18be
1
Parent(s):
a7b8647
add description
Browse files
README.md
CHANGED
@@ -58,6 +58,7 @@ print('pipeline: {}'.format(res))
|
|
58 |
```
|
59 |
|
60 |
- More accurate infer process ([**Using sum features strategy**](https://github.com/nguyenvulebinh/extractive-qa-mrc))
|
|
|
61 |
```python
|
62 |
from infer import tokenize_function, data_collator, extract_answer
|
63 |
from model.mrc_model import MRCQuestionAnswering
|
|
|
58 |
```
|
59 |
|
60 |
- More accurate infer process ([**Using sum features strategy**](https://github.com/nguyenvulebinh/extractive-qa-mrc))
|
61 |
+
|
62 |
```python
|
63 |
from infer import tokenize_function, data_collator, extract_answer
|
64 |
from model.mrc_model import MRCQuestionAnswering
|