Getting Custom Model Metrics

Obtain metrics for evaluating Language custom models.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. Select the compartment that contains the project with the models that you want to view.
    4. Under Resources, select Models.

      The models in the project are displayed. All models are displayed in a table.

    5. Click the name of the model.
    6. Click Metrics.
    7. Choose the metrics that you want to view:
      • Model metrics
      • Entity metrics
      • Confusion Matrix
      For model metric explanations, see Analyzing Models.
  • Use the oci ai language evaluation-result list command and required parameters to get a paginated list of evaluation results for a particular model:

    oci ai language evaluation-result list --model-id <model-id>, ... [OPTIONS]

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

  • Run the following operations to get metrics for a model: