modelarts-umn/umn/source/data_management/introduction_to_data_management.rst
proposalbot 7c5b3f5e25 Changes to ma_umn from docs/doc-exports#373 (Another fixes for the conversion
-

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2022-10-24 09:34:01 +00:00

11 KiB

original_name

modelarts_23_0003.html

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.

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 1 Example of a dataset in free format

Dataset Management Process and Functions

Table 1 Function description
Function Description
Creating a Dataset <modelarts_23_0004> Create a dataset.

Image Classification <modelarts_23_0011>

Object Detection <modelarts_23_0012>

Text Classification <modelarts_23_0013>

Named Entity Recognition <modelarts_23_0014>

Text Triplet <modelarts_23_0211>

Sound Classification <modelarts_23_0015>

Speech Labeling <modelarts_23_0016>

Speech Paragraph Labeling <modelarts_23_0017>

Label data based on the types of datasets. Data labeling is not supported for datasets in free format.
Import Operation <modelarts_23_0006> Import the local manifest file or data stored in OBS to the dataset.
Exporting Data <modelarts_23_0214> Export part of the data as a new dataset or to OBS. Historical tasks can be viewed and managed.
Modifying a Dataset <modelarts_23_0020> Modify the basic information about a dataset, such as the dataset name, description, and labels.
Publishing a Dataset <modelarts_23_0018> Publish the labeled dataset as a new version for model building.
Managing Dataset Versions <modelarts_23_0019> View data version updates.
Deleting a Dataset <modelarts_23_0021> Delete a dataset to release resources.

Functions Supported by Different Types of Datasets

Different types of datasets support different functions. For details, see Table 2 <modelarts_23_0003__table105501035113917>.

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