Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
8e73cc46
Commit
8e73cc46
authored
1 year ago
by
Marie Generali
Browse files
Options
Downloads
Patches
Plain Diff
optimize code
parent
0a46d69a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dan/predict/prediction.py
+1
-4
1 addition, 4 deletions
dan/predict/prediction.py
with
1 addition
and
4 deletions
dan/predict/prediction.py
+
1
−
4
View file @
8e73cc46
...
...
@@ -350,7 +350,7 @@ def run(
index
=
[
pos
for
pos
,
char
in
enumerate
(
text
)
if
char
in
[
"
ⓝ
"
,
"
ⓟ
"
,
"
ⓓ
"
,
"
ⓡ
"
]]
# calculates scores by token
score_by_
token
=
[
result
[
"
confidences
"
][
"
by ner
token
"
]
=
[
{
"
text
"
:
f
"
{
text
[
current
:
next_token
-
1
]
}
"
,
"
confidence_ner
"
:
f
"
{
np
.
around
(
np
.
mean
(
char_confidences
[
current
:
next_token
-
1
]),
2
)
}
"
,
...
...
@@ -359,9 +359,6 @@ def run(
]
result
[
"
confidences
"
][
"
total
"
]
=
np
.
around
(
np
.
mean
(
char_confidences
),
2
)
result
[
"
confidences
"
][
"
by ner token
"
]
=
[]
for
entity
in
score_by_token
:
result
[
"
confidences
"
][
"
by ner token
"
].
append
(
entity
)
for
level
in
confidence_score_levels
:
result
[
"
confidences
"
][
level
]
=
[]
...
...
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