Creating a Customization

Create a customization for live transcribe jobs in the Speech service.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Speech.
    2. In the left-side navigation menu, click Customizations.
    3. Under List scope, select the compartment that you want to work in.
    4. Click Create customization.
    5. In the Customization information section, select the compartment to create the customization in, if it’s different than the one displayed, and provide an optional name, alias, and description for the customization.
    6. Click Show advanced options to assign tags to the customization. Tags help you to easily locate and track resources by selecting a tag namespace and then entering the key and value.

      Tagging describes the various tags that you can use organize and find resources, including cost-tracking tags.

    7. Click Next.
    8. In the Training dataset section, select one of the following options:
      • Entity list: Select this option to directly input a list of entities (words or phrases) for training, and then enter the following information:
        • Entity type: Enter the entity type.
        • Entity list: Enter the words or phrases to use in the training.
        • Model details: Select the domain and language for the customization.
      • Object storage: Select this option to choose existing text or JSON files in an Object Storage bucket as the input, and then enter the following information:
        • Entity type: Enter the entity type.
        • Compartment: Select the compartment that contains the bucket.
        • Object storage bucket: Select the Object Storage bucket that contains the file to use.
        • Training dataset file: Select the dataset file.
    9. Click Next.
    10. Review the information, and then click Create.
  • Use the create command and required parameters to create a customization job.

    oci speech customization create [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the CreateCustomization command and operations to creates customization jobs.