Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DeepGrail Tagger
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
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
PNRIA
Global Helper
DeepGrail Tagger
Commits
5e0235c6
Commit
5e0235c6
authored
2 years ago
by
CarodePourtales
Browse files
Options
Downloads
Patches
Plain Diff
adding init file
parent
7b101512
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SuperTagger/SuperTagger.py
+3
-3
3 additions, 3 deletions
SuperTagger/SuperTagger.py
__init__.py
+2
-0
2 additions, 0 deletions
__init__.py
with
5 additions
and
3 deletions
SuperTagger/SuperTagger.py
+
3
−
3
View file @
5e0235c6
...
...
@@ -13,9 +13,9 @@ from tqdm import tqdm
from
transformers
import
AutoTokenizer
from
transformers
import
logging
from
SuperTagger
.Utils.SentencesTokenizer
import
SentencesTokenizer
from
SuperTagger
.Utils.SymbolTokenizer
import
SymbolTokenizer
from
SuperTagger
.Utils.Tagging_bert_model
import
Tagging_bert_model
from
.Utils.SentencesTokenizer
import
SentencesTokenizer
from
.Utils.SymbolTokenizer
import
SymbolTokenizer
from
.Utils.Tagging_bert_model
import
Tagging_bert_model
logging
.
set_verbosity
(
logging
.
ERROR
)
...
...
This diff is collapsed.
Click to expand it.
__init__.py
0 → 100644
+
2
−
0
View file @
5e0235c6
from
.SuperTagger.Utils
import
*
from
.SuperTagger.SuperTagger
import
SuperTagger
\ No newline at end of file
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