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
Branches
No related tags found
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 @@ ...@@ -9,6 +9,14 @@
</a> </a>
</p> </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 ## Installation
Clone this repository and run: Clone this repository and run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment