Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
poldeepner2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information extraction
poldeepner2
Commits
1c7de299
Commit
1c7de299
authored
Apr 3, 2023
by
Michał Marcińczuk
Browse files
Options
Downloads
Patches
Plain Diff
Poleval model with default merged sequence generator. Version bump to 0.8.0.
parent
95276d66
No related branches found
No related tags found
1 merge request
!41
Dev v07
Pipeline
#9146
canceled
Apr 3, 2023
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
process_poleval.py
+0
-1
0 additions, 1 deletion
process_poleval.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
1 addition
and
2 deletions
process_poleval.py
+
0
−
1
View file @
1c7de299
...
@@ -24,7 +24,6 @@ def main(model_path: str, input: str, output: str, device: str, do_merge_sentenc
...
@@ -24,7 +24,6 @@ def main(model_path: str, input: str, output: str, device: str, do_merge_sentenc
print
(
"
Loading the NER model ...
"
)
print
(
"
Loading the NER model ...
"
)
t0
=
time
.
perf_counter
()
t0
=
time
.
perf_counter
()
ner
=
PolDeepNer2
(
model_path
,
device
=
device
,
tokenizer
=
TokenizerFast
())
ner
=
PolDeepNer2
(
model_path
,
device
=
device
,
tokenizer
=
TokenizerFast
())
ner
.
model
.
config
.
sequence_generator
=
"
context-window
"
time_load
=
time
.
perf_counter
()
-
t0
time_load
=
time
.
perf_counter
()
-
t0
time_preprocess
,
time_ner
,
data_size
=
0
,
0
,
0
time_preprocess
,
time_ner
,
data_size
=
0
,
0
,
0
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1c7de299
...
@@ -17,7 +17,7 @@ install_requires = [
...
@@ -17,7 +17,7 @@ install_requires = [
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"
poldeepner2
"
,
name
=
"
poldeepner2
"
,
version
=
"
0.8.
1-wip
"
,
version
=
"
0.8.
0
"
,
author
=
"
Michał Marcińczuk
"
,
author
=
"
Michał Marcińczuk
"
,
author_email
=
"
marcinczuk@gmail.com
"
,
author_email
=
"
marcinczuk@gmail.com
"
,
description
=
"
PolDeepNer2 is a tool for sequence labeling tasks based on
"
description
=
"
PolDeepNer2 is a tool for sequence labeling tasks based on
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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