diff --git a/docs/Prediction.md b/docs/Prediction.md index f749fea9ce94864c96af90f7224cfb6a658741de..9b5db7d6d18194aa79d4265428ecc9f48013233f 100644 --- a/docs/Prediction.md +++ b/docs/Prediction.md @@ -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.") ```