diff --git a/README.md b/README.md
index 0213823329a59ca4e23a95b23186ced39d5198f1..87a4657afb4590c684d60c4eae0552a12f5d09cc 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,14 @@
     </a>
 </p>
 
+[Pre-trained models!](http://mozart.ipipan.waw.pl/~mklimaszewski/models/)
+```python
+import combo.predict as predict
+nlp = predict.SemanticMultitaskPredictor.from_pretrained("polish-herbert-base")
+sentence = nlp("Moje zdanie.")
+print(sentence.tokens)
+```
+
 ## Installation
 
 Clone this repository and run: