Skip to content
Snippets Groups Projects
Commit cfe6990a authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Correct pretrained transformer name in Prediction.md

parent 66054dec
Branches
Tags
1 merge request!46Merge COMBO 3.0 into master
......@@ -8,7 +8,7 @@ method. Select a model name from the lists: UD-trained COMBO models and pass it
```python
from combo.predict import COMBO
nlp = COMBO.from_pretrained("model-prototype")
nlp = COMBO.from_pretrained("polish-herbert-base-ud213")
sentence = nlp("Sentence to parse.")
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment