Skip to content

models web classification

github-actions[bot] edited this page May 15, 2024 · 11 revisions

web-classification

Overview

The "Web Classification" is a model demonstrating multi-class classification with LLM. Given an url, it will classify the url into one web category with just a few shots, simple summarization and classification prompts.

Inference samples

Inference type CLI VS Code Extension
Real time deploy-promptflow-model-cli-example deploy-promptflow-model-vscode-extension-example
Batch N/A N/A

Sample inputs and outputs (for real-time inference)

Sample input

{
    "inputs": {
        "url": "https://www.microsoft.com/en-us/store/collections/xboxseriessconsoles?icid=CNav_Xbox_Series_S"
    }
}

Sample output

{
    "outputs": {
        "category": "App",
        "evidence": "Both"
    }
}

Version: 6

Tags

hiddenlayerscanned

View in Studio: https://ml.azure.com/registries/azureml/models/web-classification/version/6

Properties

is-promptflow: True

azureml.promptflow.section: gallery

azureml.promptflow.type: standard

azureml.promptflow.name: Web Classification

azureml.promptflow.description: Use LLM to classify URLs into multiple categories.

inference-min-sku-spec: 2|0|14|28

inference-recommended-sku: Standard_DS3_v2

Clone this wiki locally