Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATR NER Evaluation Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Named Entity Recognition
Metrics
ATR NER Evaluation Toolkit
Merge requests
!4
Implement category-based CER/WER
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement category-based CER/WER
implement-category-based-cer-wer
into
master
Overview
27
Commits
28
Pipelines
20
Changes
34
Merged
Solene Tarride
requested to merge
implement-category-based-cer-wer
into
master
1 year ago
Overview
5
Commits
28
Pipelines
20
Changes
34
Expand
Closes
#2 (closed)
0
0
Merge request reports
Compare
master
version 18
cc2a2093
1 year ago
version 17
5e373f40
1 year ago
version 16
874dca53
1 year ago
version 15
e98b39c6
1 year ago
version 14
a55f5bf9
1 year ago
version 13
716570d2
1 year ago
version 12
f8ce457b
1 year ago
version 11
cfb20e11
1 year ago
version 10
7efdeb95
1 year ago
version 9
a19f90a1
1 year ago
version 8
a9bed848
1 year ago
version 7
a7bc6c80
1 year ago
version 6
c654b1b5
1 year ago
version 5
7f8a7f88
1 year ago
version 4
39025d8b
1 year ago
version 3
d09a23e1
1 year ago
version 2
64092d94
1 year ago
version 1
c2c23e35
1 year ago
master (base)
and
latest version
latest version
515339e3
28 commits,
1 year ago
version 18
cc2a2093
27 commits,
1 year ago
version 17
5e373f40
26 commits,
1 year ago
version 16
874dca53
25 commits,
1 year ago
version 15
e98b39c6
23 commits,
1 year ago
version 14
a55f5bf9
22 commits,
1 year ago
version 13
716570d2
21 commits,
1 year ago
version 12
f8ce457b
16 commits,
1 year ago
version 11
cfb20e11
15 commits,
1 year ago
version 10
7efdeb95
14 commits,
1 year ago
version 9
a19f90a1
13 commits,
1 year ago
version 8
a9bed848
12 commits,
1 year ago
version 7
a7bc6c80
11 commits,
1 year ago
version 6
c654b1b5
10 commits,
1 year ago
version 5
7f8a7f88
9 commits,
1 year ago
version 4
39025d8b
5 commits,
1 year ago
version 3
d09a23e1
4 commits,
1 year ago
version 2
64092d94
2 commits,
1 year ago
version 1
c2c23e35
1 commit,
1 year ago
34 files
+
1442
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
34
Search (e.g. *.vue) (Ctrl+P)
atr_ner_eval/metrics/__init__.py
0 → 100644
+
4
−
0
Options
"""
Metrics to evaluate ATR and NER models.
"""
# Reserved name for global scores
GLOBAL_STAT_NAME
=
"
total
"
Loading