Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Merge requests
!5
An error occurred while fetching the assigned milestone of the selected merge_request.
Merge develop to master with documentation changes.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge develop to master with documentation changes.
develop
into
master
Overview
0
Commits
5
Pipelines
0
Changes
7
Merged
Mateusz Klimaszewski
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a5d36a1c
Prev
Next
Show latest version
1 file
+
8
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a5d36a1c
Add information about pre-trained models.
· a5d36a1c
Mateusz Klimaszewski
authored
4 years ago
README.md
+
8
−
0
Options
@@ -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: