fix mode name
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ In order to use the model for QANom parsing easily, we suggest downloading the `
|
|
33 |
|
34 |
```python
|
35 |
from pipeline import QASRL_Pipeline
|
36 |
-
pipe = QASRL_Pipeline("kleinay/qanom-seq2seq-model-
|
37 |
pipe("The student was interested in Luke 's <predicate> research about see animals .", verb_form="research", predicate_type="nominal")
|
38 |
```
|
39 |
Which will output:
|
|
|
33 |
|
34 |
```python
|
35 |
from pipeline import QASRL_Pipeline
|
36 |
+
pipe = QASRL_Pipeline("kleinay/qanom-seq2seq-model-joint")
|
37 |
pipe("The student was interested in Luke 's <predicate> research about see animals .", verb_form="research", predicate_type="nominal")
|
38 |
```
|
39 |
Which will output:
|