:original_name: modelarts_23_0003.html .. _modelarts_23_0003: Introduction to Data Management =============================== In ModelArts, you can import and label data on the **Data Management** page to prepare for model building. ModelArts uses datasets as the basis for model development or training. .. _modelarts_23_0003__en-us_topic_0171496996_section51771731153811: Dataset Types ------------- ModelArts supports datasets of images, audio, text, and other types for the following purposes: - Images - Image classification: identifies a class of objects in images. - Object detection: identifies the position and class of each object in an image. - Image segmentation: identifies the outline of each object in an image. - Audio - Sound classification: classifies and identifies different sounds. - Speech labeling: labels speech content. - Speech paragraph labeling: segments and labels speech content. - Text - Text classification: assigns labels to text according to its content. - Named entity recognition: assigns labels to named entities in text, such as time and locations. - Text triplet: assigns labels to entity segments and entity relationships in the text. - Others - Free format: manages data in any format. Labeling is not available for data of the free format type. The free format type is applicable to scenarios where labeling is not required or developers customize labeling. If your dataset needs to contain data in multiple formats or your data format does not meet the requirements of other types of datasets, you can select a dataset in free format. .. figure:: /_static/images/en-us_image_0000001156920919.png :alt: **Figure 1** Example of a dataset in free format **Figure 1** Example of a dataset in free format Dataset Management Process and Functions ---------------------------------------- .. table:: **Table 1** Function description +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | Function | Description | +======================================================+========================================================================================================+ | :ref:`Creating a Dataset ` | Create a dataset. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Image Classification ` | Label data based on the types of datasets. Data labeling is not supported for datasets in free format. | | | | | :ref:`Object Detection ` | | | | | | :ref:`Text Classification ` | | | | | | :ref:`Named Entity Recognition ` | | | | | | :ref:`Text Triplet ` | | | | | | :ref:`Sound Classification ` | | | | | | :ref:`Speech Labeling ` | | | | | | :ref:`Speech Paragraph Labeling ` | | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Import Operation ` | Import the local manifest file or data stored in OBS to the dataset. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Exporting Data ` | Export part of the data as a new dataset or to OBS. Historical tasks can be viewed and managed. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Modifying a Dataset ` | Modify the basic information about a dataset, such as the dataset name, description, and labels. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Publishing a Dataset ` | Publish the labeled dataset as a new version for model building. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Managing Dataset Versions ` | View data version updates. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :ref:`Deleting a Dataset ` | Delete a dataset to release resources. | +------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ Functions Supported by Different Types of Datasets -------------------------------------------------- Different types of datasets support different functions. For details, see :ref:`Table 2 `. .. _modelarts_23_0003__table105501035113917: .. table:: **Table 2** Functions supported by different types of datasets +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Dataset Type | Creating a Dataset | Importing Data | Exporting Data | Publishing a Dataset | Modifying a Dataset | Managing Dataset Versions | +===========================+====================+================+================+======================+=====================+===========================+ | Image classification | Supported | Supported | Supported | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Object detection | Supported | Supported | Supported | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Sound classification | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Speech labeling | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Speech paragraph labeling | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Text classification | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Named entity recognition | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Text triplet | Supported | Supported | - | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+ | Free format | Supported | - | Supported | Supported | Supported | Supported | +---------------------------+--------------------+----------------+----------------+----------------------+---------------------+---------------------------+