Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,7 @@ license: apache-2.0
|
|
11 |
|
12 |
# Introduction
|
13 |
|
14 |
-
[ModelScope]( https://www.modelscope.cn) is built upon the notion of “Model-as-a-Service” (MaaS). It seeks to bring together most advanced machine learning models from the AI community, and streamlines the process of leveraging AI models in real-world applications.
|
15 |
-
|
16 |
-
|
17 |
-
In particular, with rich layers of API-abstraction, the ModelScope library offers unified experience to explore state-of-the-art models spanning across domains such as CV, NLP, Speech, Multi-Modality, and Scientific-computation. Model contributors of different areas can integrate models into the ModelScope ecosystem through the layered-APIs, allowing easy and unified access to their models. Once integrated, model inference, fine-tuning, and evaluations can be done with only a few lines of codes. In the meantime, flexibilities are also provided so that different components in the model applications can be customized wherever necessary.
|
18 |
-
|
19 |
-
Apart from harboring implementations of a wide range of different models, ModelScope library also enables the necessary interactions with ModelScope backend services, particularly with the Model-Hub and Dataset-Hub. Such interactions facilitate management of various entities (models and datasets) to be performed seamlessly under-the-hood, including entity lookup, version control, cache management, and many others.
|
20 |
|
21 |
# Models and Online Accessibility
|
22 |
|
@@ -25,6 +20,8 @@ Hundreds of models are made publicly available on [ModelScope]( https://www.mode
|
|
25 |
|
26 |
<p align="center">
|
27 |
<br>
|
28 |
-
<img src="
|
29 |
<br>
|
30 |
<p>
|
|
|
|
|
|
11 |
|
12 |
# Introduction
|
13 |
|
14 |
+
[ModelScope]( https://www.modelscope.cn) is built upon the notion of “Model-as-a-Service” (MaaS). It seeks to bring together most advanced machine learning models from the AI community, and streamlines the process of leveraging AI models in real-world applications. We are joining hands with HuggingFace to make AI more accessible for everyone.
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Models and Online Accessibility
|
17 |
|
|
|
20 |
|
21 |
<p align="center">
|
22 |
<br>
|
23 |
+
<img src="https://huggingface.co/spaces/modelscope/README/resolve/main/inference.gif" width="1024"/>
|
24 |
<br>
|
25 |
<p>
|
26 |
+
|
27 |
+
**Note:** Most models on ModelScope are public and can be downloaded without account registration on modelscope website([www.modelscope.cn](www.modelscope.cn)), please refer to instructions for [model download](https://modelscope.cn/docs/%E6%A8%A1%E5%9E%8B%E7%9A%84%E4%B8%8B%E8%BD%BD), for dowloading models with api provided by modelscope library or git.
|