Skip to content
Snippets Groups Projects
Commit a5d36a1c authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski Committed by Mateusz Klimaszewski
Browse files

Add information about pre-trained models.

parent 3fcd99d1
Branches
Tags
1 merge request!5Merge develop to master with documentation changes.
......@@ -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:
......
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