kleinay commited on
Commit
96a6949
·
1 Parent(s): 4bb2413

fix mode name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-baseline")
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: