Skip to content

models mistralai Mixtral 8x22B Instruct v0 1

github-actions[bot] edited this page Sep 25, 2024 · 8 revisions

mistralai-Mixtral-8x22B-Instruct-v0-1

Overview

The Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruct fine-tuned version of the Mixtral-8x22B-v0.1.

Inference samples

Inference type Python sample (Notebook) CLI with YAML
Real time text-generation-online-endpoint.ipynb text-generation-online-endpoint.sh

Sample inputs and outputs

Sample input

{
    "input_data": {
        "input_string": [
            {
                "role": "user",
                "content": "I am going to Paris, what should I see?"
            },
            {
                "role": "assistant",
                "content": "Paris, the capital of France, is known for its stunning architecture, art museums, historical landmarks, and romantic atmosphere. Here are some of the top attractions to see in Paris:\n\n1. The Eiffel Tower: The iconic Eiffel Tower is one of the most recognizable landmarks in the world and offers breathtaking views of the city.\n2. The Louvre Museum: The Louvre is one of the world's largest and most famous museums, housing an impressive collection of art and artifacts, including the Mona Lisa.\n3. Notre-Dame Cathedral: This beautiful cathedral is one of the most famous landmarks in Paris and is known for its Gothic architecture and stunning stained glass windows.\n\nThese are just a few of the many attractions that Paris has to offer. With so much to see and do, it's no wonder that Paris is one of the most popular tourist destinations in the world."
            },
            {
                "role": "user",
                "content": "What is so great about #1?"
            }
        ],
        "parameters": {
            "temperature": 0.6,
            "top_p": 0.9,
            "do_sample": true,
            "max_new_tokens": 200,
            "return_full_text": true
        }
    }
}

Sample output

{
  "output": " The Eiffel Tower is one of the most iconic landmarks in the world and is considered a symbol of Paris and France. Here are a few reasons why the Eiffel Tower is so great:\n\n1. Iconic design: The Eiffel Tower is known for its unique and distinctive design, which has made it one of the most recognizable landmarks in the world.\n2. Stunning views: The Eiffel Tower offers breathtaking views of the city of Paris from its observation decks. Visitors can see many of the city's famous landmarks, including the Louvre Museum, Notre-Dame Cathedral, and the Arc de Triomphe.\n3. Historical significance: The Eiffel Tower was built in 1889 for the World's Fair and was the tallest structure in the world at the time. It has since become a symbol of French culture and history.\n4. Romantic atmosphere"
}

Version: 4

Tags

Featured Preview SharedComputeCapacityEnabled hiddenlayerscanned disable-batch : true huggingface_model_id : mistralai/Mixtral-8x22B-Instruct-v0.1 inference_compute_allow_list : ['Standard_ND96amsr_A100_v4'] inference_supported_envs : ['vllm'] license : apache-2.0 task : chat-completion author : Mistral AI benchmark : quality

View in Studio: https://ml.azure.com/registries/azureml/models/mistralai-Mixtral-8x22B-Instruct-v0-1/version/4

License: apache-2.0

Properties

SharedComputeCapacityEnabled: True

SHA: 514d47be2925f7b5d845bbb34a29d5c73ccf53d8

inference-min-sku-spec: 96|8|1800|2900

inference-recommended-sku: Standard_ND96amsr_A100_v4

languages: fr, it, de, es, en

Clone this wiki locally