tastelikefeet commited on
Commit
258a648
·
verified ·
1 Parent(s): 83fb8ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -17,9 +17,21 @@ To use models in ModelScope, you can `pip install modelscope` or refer to our gi
17
 
18
  # Models and Online Accessibility
19
 
20
- Hundreds of models are made publicly available on [ModelScope]( https://www.modelscope.cn) (700+ and counting), covering the latest development in areas such as NLP, CV, Audio, Multi-modality, and AI for Science, etc. Many of these models represent the SOTA in their specific fields, and made their open-sourced debut on ModelScope. Users can visit ModelScope([modelscope.cn](http://www.modelscope.cn)) and experience first-hand how these models perform via online experience, with just a few clicks. Immediate developer-experience is also possible through the ModelScope Notebook, which is backed by ready-to-use CPU/GPU development environment in the cloud - only one click away on [ModelScope](https://www.modelscope.cn).
21
  <p align="center">
22
  <img src="https://huggingface.co/spaces/modelscope/README/resolve/main/inference.gif" width="1024"/>
23
  <p>
24
 
25
  **Note:** Most models on ModelScope are public and can be downloaded without account registration on ([ModelScope website](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.
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  # Models and Online Accessibility
19
 
20
+ Tens of thousands of models are made publicly available on [ModelScope]( https://www.modelscope.cn), covering the latest development in areas such as NLP, CV, Audio, Multi-modality, and AI for Science, etc. Many of these models represent the SOTA in their specific fields, and made their open-sourced debut on ModelScope. Users can visit ModelScope([modelscope.cn](http://www.modelscope.cn)) and experience first-hand how these models perform via online experience, with just a few clicks. Immediate developer-experience is also possible through the ModelScope Notebook, which is backed by ready-to-use CPU/GPU development environment in the cloud - only one click away on [ModelScope](https://www.modelscope.cn).
21
  <p align="center">
22
  <img src="https://huggingface.co/spaces/modelscope/README/resolve/main/inference.gif" width="1024"/>
23
  <p>
24
 
25
  **Note:** Most models on ModelScope are public and can be downloaded without account registration on ([ModelScope website](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.
26
+
27
+ # Open source repositories
28
+
29
+ ModelScope has open-sourced numerous libraries available for deep learning, here lists some of thme:
30
+
31
+ 1. [The main modelscope library](https://github.com/modelscope/modelscope): The main repo of ModelScope, with the abilities of model inference, model training and model structures.
32
+ 2. [The SWIFT library](https://github.com/modelscope/ms-swift): The LLM&MLLM training repo of ModelScope, developers can use this repo to train 500+ LLMs and MLLMs, covering the training stage of PT, SFT, RLFT, RLVR(GRPO).
33
+ 3. [The DiffSynth library](https://github.com/modelscope/DiffSynth-Studio?tab=readme-ov-file): The SD training repo of ModelScope, developers can train and infer SD models with this repo.
34
+ 4. [ModelScope-Agent](https://github.com/modelscope/modelscope-agent): A single agent framework with basic capatilities of code interpeter, RAG and tool calling.
35
+ 5. [AgentScope](https://github.com/modelscope/agentscope): A multi-agent framework not only the basic capatilities of common agent framework, but also workflow editing and multi-player games.
36
+ 6. [Funasr](https://github.com/modelscope/FunASR):A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
37
+