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

Add information about pre-trained models.

parent 828a3ec5
1 merge request!4Documentation
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -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