Skip to content

Files

Latest commit

 

History

History

modelscope-to-openvino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Convert models from ModelScope to OpenVINO

Colab

ModelScope is a “Model-as-a-Service” (MaaS) platform that seeks to bring together most advanced machine learning models from the AI community, and to streamline the process of leveraging AI models in real applications. Hundreds of models are made publicly available on ModelScope (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.

This tutorial covers how to use the modelscope ecosystem within OpenVINO.

Notebook Contents

Throughout this notebook we will learn:

  1. How to load a ModelScope pipeline then convert it with OpenVINO Model Conversion API.
  2. How to load transformers compatible models from ModelScope using OpenVINO integration with Optimum Intel.
  3. How to download and convert ModelScope Generative AI models using command-line interface and use them with OpenVINO GenAI.

Installation instructions

This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.