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
Commits
a5d36a1c
Commit
a5d36a1c
authored
4 years ago
by
Mateusz Klimaszewski
Committed by
Mateusz Klimaszewski
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add information about pre-trained models.
parent
3fcd99d1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Merge develop to master with documentation changes.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
a5d36a1c
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment