From cfe6990a1218ff0d0b3f9751efb91ff26ef4e2cd Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Wed, 22 Nov 2023 01:49:43 +1100 Subject: [PATCH] Correct pretrained transformer name in Prediction.md --- docs/Prediction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Prediction.md b/docs/Prediction.md index f749fea..9b5db7d 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.") ``` -- GitLab