Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
punctuator
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
nlpworkers
punctuator
Merge requests
!12
Punctuator v2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Punctuator v2
punctuator_v2
into
master
Overview
7
Commits
8
Pipelines
3
Changes
75
7 open threads
Hide all comments
Merged
Punctuator v2
Michał Pogoda
requested to merge
punctuator_v2
into
master
Feb 15, 2021
Overview
7
Commits
8
Pipelines
3
Changes
75
7 open threads
Hide all comments
Release of the second version of Punctuator service
0
0
Merge request reports
Compare
master
version 2
0d3e1b42
Feb 15, 2021
version 1
780b8215
Feb 15, 2021
master (base)
and
latest version
latest version
c3e69ebd
8 commits,
Feb 15, 2021
version 2
0d3e1b42
7 commits,
Feb 15, 2021
version 1
780b8215
6 commits,
Feb 15, 2021
75 files
+
399
−
5665
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
75
.dvc/plots/confusion.json deleted
100644 → 0
+
0
−
30
View file @ 092f2326
{
"$schema"
:
"https://vega.github.io/schema/vega-lite/v4.json"
,
"data"
:
{
"values"
:
"<DVC_METRIC_DATA>"
},
"title"
:
"<DVC_METRIC_TITLE>"
,
"mark"
:
"rect"
,
"encoding"
:
{
"x"
:
{
"field"
:
"<DVC_METRIC_X>"
,
"type"
:
"nominal"
,
"sort"
:
"ascending"
,
"title"
:
"<DVC_METRIC_X_LABEL>"
},
"y"
:
{
"field"
:
"<DVC_METRIC_Y>"
,
"type"
:
"nominal"
,
"sort"
:
"ascending"
,
"title"
:
"<DVC_METRIC_Y_LABEL>"
},
"color"
:
{
"aggregate"
:
"count"
,
"type"
:
"quantitative"
},
"facet"
:
{
"field"
:
"rev"
,
"type"
:
"nominal"
}
}
}
Loading