This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix isort for pre-commit check
master
suluyan
3 years ago
parent
b049f17f54
commit
62c2877b60
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modelscope/models/nlp/__init__.py
+ 1
- 1
modelscope/models/nlp/__init__.py
View File
@@ -1,5 +1,5 @@
from .masked_language_model import * # noqa F403
from .bert_for_sequence_classification import * # noqa F403
from .masked_language_model import * # noqa F403
from .palm_for_text_generation import * # noqa F403
from .sbert_for_sentence_similarity import * # noqa F403
from .sbert_for_token_classification import * # noqa F403
Write
Preview
Loading…
Cancel
Save