Skip to content

Commit f6e85c2

Browse files
chg: Update README.md
1 parent 90b3a47 commit f6e85c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ February i-r
210210
If you wish to use the latest model that we have trained, you can simply run:
211211

212212
```
213-
python -m deep_reference_parser predict <input text>
213+
python -m deep_reference_parser split <input text>
214214
```
215215

216216
If you wish to use a custom model that you have trained, you must specify the config file which defines the hyperparameters for that model using the `-c` flag:
217217

218218
```
219-
python -m deep_reference_parser predict -c new_model.ini <input text>
219+
python -m deep_reference_parser split -c new_model.ini <input text>
220220
```
221221

222222
Use the `-t` flag to return the raw token predictions, and the `-v` to return everything in a much more user friendly format.

0 commit comments

Comments
 (0)