Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 years ago | |
---|---|---|
.dev_scripts | 3 years ago | |
configs | 3 years ago | |
data/test | 3 years ago | |
docker | 3 years ago | |
docs | 3 years ago | |
modelscope | 3 years ago | |
requirements | 3 years ago | |
tests | 3 years ago | |
.dockerignore | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.pre-commit-config.yaml | 3 years ago | |
.pre-commit-config_local.yaml | 3 years ago | |
.readthedocs.yaml | 3 years ago | |
LICENSE | 3 years ago | |
MANIFEST.in | 3 years ago | |
Makefile | 3 years ago | |
Makefile.docker | 3 years ago | |
README.md | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago |
ModelScope library is targeted to support training, evaluation and inference for the state of the art models provided by Mind and further support third-party models provided by users outside alibaba.
In order to enable ModelScope users to use the various models provided by ModelScope quickly and conveniently, we provide a set of complete Python library, which includes the implementation of ModelScope official models, inference, finetuning and evaluation support for those models such as preprocessor and evaluation metrics. We also provide easy-to-use APIs and rich usage examples. By calling the library, users can write just a few lines of code to complete tasks such as model inference, training, and evaluation, and can also quickly carry out secondary development on this basis to realize their own innovative ideas.
At present, the algorithm models provided by library cover four main AI fields of image, natural language processing, speech, and multi-modality, and dozens of application scenarios and tasks.
Please refer to installation.
You can refer to quick_start for quick start.
We also provide other documentations including:
This project is licensed under the Apache License (Version 2.0).
致力于通过开放的社区合作,开源AI模型以及相关创新技术,推动基于模型即服务的生态繁荣发展
Python Shell other