[
  {
    "metadataOutputVersion" : "3.0",
    "shortDescription" : "Intent Predictor, scores intents as the first stage of action predictions for Spotlight. This is a direct translation of the Chapman et al. model to CoreML.",
    "outputSchema" : [
      {
        "hasShapeFlexibility" : "0",
        "isOptional" : "0",
        "dataType" : "Float32",
        "formattedType" : "MultiArray (Float32)",
        "shortDescription" : "",
        "shape" : "[]",
        "name" : "score",
        "type" : "MultiArray"
      }
    ],
    "version" : "0.0.1",
    "modelParameters" : [

    ],
    "specificationVersion" : 6,
    "storagePrecision" : "Float16",
    "mlProgramOperationTypeHistogram" : {
      "Cast" : 17,
      "Concat" : 1,
      "Add" : 7,
      "GreaterEqual" : 5,
      "Tile" : 6,
      "Less" : 2,
      "RealDiv" : 5,
      "Shape" : 6,
      "Linear" : 1,
      "Relu" : 1,
      "ExpandDims" : 6,
      "NotEqual" : 4,
      "ScatterNd" : 6,
      "LogicalAnd" : 5,
      "Greater" : 2,
      "SliceByIndex" : 17,
      "Clip" : 1,
      "LessEqual" : 3,
      "Mul" : 7,
      "NonZero" : 6
    },
    "computePrecision" : "Mixed (Float16, Float32, Int32)",
    "stateSchema" : [

    ],
    "isUpdatable" : "0",
    "availability" : {
      "macOS" : "12.0",
      "tvOS" : "15.0",
      "visionOS" : "1.0",
      "watchOS" : "8.0",
      "iOS" : "15.0",
      "macCatalyst" : "15.0"
    },
    "modelType" : {
      "name" : "MLModelType_mlProgram"
    },
    "inputSchema" : [
      {
        "dataType" : "Float32",
        "hasShapeFlexibility" : "1",
        "isOptional" : "0",
        "shapeFlexibility" : "1...512 × 17",
        "shapeRange" : "[[1, 512], [17, 17]]",
        "formattedType" : "MultiArray (Float32 1 × 17)",
        "type" : "MultiArray",
        "shape" : "[1, 17]",
        "name" : "input_feature_vector",
        "shortDescription" : ""
      }
    ],
    "userDefinedMetadata" : {
      "feature_names" : "AppIntentLaunchTimePopularity,AppIntentTimeOfDayPopularity,AppIntentDayOfWeekPopularity,AppIntentSSIDPopularity,AppIntentAirplaneModePopularity,AppIntentLaunchLocationPopularity,AppIntentLaunchPopularity,MagicalMomentsConfidence,AppActionConfirmEvents,AppActionRejectEvents,TotalAppActionConfirmEvents,TotalAppActionRejectEvents,AppLaunchesCoarseTimePowLocationForAppInContext,AppCategory,AppIntentStaticAppPoints,AppIntentLastLaunchAge,AppIntentDayZeroPoints",
      "com.github.apple.coremltools.version" : "8.2",
      "com.github.apple.coremltools.source" : "torch==2.5.0",
      "mldb_token" : "mldb-lqgwek4g9p",
      "com.github.apple.coremltools.source_dialect" : "TorchScript"
    },
    "generatedClassName" : "IntentPredictionsMLModel",
    "method" : "predict"
  }
]