> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oumi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# EXAMPLES

> Explore a curated set of prompts that demonstrate Oumi’s capabilities

By interacting with the Oumi Agent, you can quickly create, evaluate, and train models with precision, regardless of where you are in the machine learning lifecycle.

The following are just a few examples that highlight some of the tasks you can accomplish using simple natural language prompts.

<Info>Check out the [Prompt Library](/reference/prompts) for more examples of what you can do with the Oumi Agent.</Info>

***

## TRAIN MODELS

<AccordionGroup>
  <Accordion title="Train a support ticket classifier">
    Fine-tune a model to automatically categorize customer support questions by topic and urgency.

    ```prompt theme={null}
    Fine-tune a model to classify customer support questions by topic and urgency
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/qVxYw0Rpb8-GJHXS/videos/train-support-ticket.mp4?fit=max&auto=format&n=qVxYw0Rpb8-GJHXS&q=85&s=0dd728515c0c57abf274a81e61403d09" data-path="videos/train-support-ticket.mp4" />
  </Accordion>

  <Accordion title="Train an intent detection model">
    Fine-tune Qwen to identify the intent behind incoming customer support messages.

    ```prompt theme={null}
    Fine-tune Qwen to detect the intent behind incoming customer support messages
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/qVxYw0Rpb8-GJHXS/videos/train-intent-detection.mp4?fit=max&auto=format&n=qVxYw0Rpb8-GJHXS&q=85&s=351e06d567ecaf4228f39002bb4e2407" data-path="videos/train-intent-detection.mp4" />
  </Accordion>

  <Accordion title="Train a fraud detection model">
    Train a compact model for fraud detection using on-policy distillation techniques.

    ```prompt theme={null}
    Train a compact model by distilling a large fraud detection model’s responses into a smaller model using on policy distillation.
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/example-agent-fraud.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=75a3d8ff55249c68a849ffbcdf0ef198" data-path="videos/example-agent-fraud.mp4" />
  </Accordion>
</AccordionGroup>

***

## BUILD & ANALYZE DATASETS

<AccordionGroup>
  <Accordion title="Create support tickets by urgency & topic">
    Create a structured dataset of customer support tickets labeled by both urgency and topic to support classification tasks.

    ```prompt theme={null}
    Create a labeled dataset of customer support tickets categorized by urgency and topic
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/prompt-support-tickets.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=2c493423fb265526f37d7d3e71e1ff3a" data-path="videos/prompt-support-tickets.mp4" />
  </Accordion>

  <Accordion title="Generate Q&A pairs from documentation">
    Create 500 question-answer pairs from a product documentation PDF for training or evaluation use.

    ```prompt theme={null}
    Generate 500 question-answer pairs from a product documentation PDF
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/80iTERyJboFOBYYR/videos/prompt-generate-qapairs-new.mp4?fit=max&auto=format&n=80iTERyJboFOBYYR&q=85&s=27d3c790a72b10884427c232336ce7e6" data-path="videos/prompt-generate-qapairs-new.mp4" />
  </Accordion>

  <Accordion title="Augment an existing dataset">
    Increase dataset size and diversity by generating new samples that follow the same style and format.

    ```prompt theme={null}
    Expand my dataset by generating new samples that match the style and format of my existing examples
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/augment-existing-dataset.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=feac74338f3d094423255aa8f5225b95" data-path="videos/augment-existing-dataset.mp4" />
  </Accordion>

  <Accordion title="Expand dataset for evaluation coverage">
    Improve evaluation robustness by generating additional samples consistent with your existing dataset.

    ```prompt theme={null}
    Expand my dataset by generating additional samples consistent with my existing dataset to improve my evaluation
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/expand-dataset-eval-coverage.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=d08186ddff39403ab89ce36630106c6e" data-path="videos/expand-dataset-eval-coverage.mp4" />
  </Accordion>

  <Accordion title="Identify gaps in coding datasets">
    Analyze your dataset and generate new tasks with detailed solutions for addressing missing coverage.

    ```prompt theme={null}
    Analyze my coding dataset and generate additional tasks with step-by-step solution breakdowns to fill gaps
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/BOGBtnC_UuoVcYs6/videos/analyze-coding-datasets.mp4?fit=max&auto=format&n=BOGBtnC_UuoVcYs6&q=85&s=bbf21e28c7c18a46e35e6d1ea053690a" data-path="videos/analyze-coding-datasets.mp4" />
  </Accordion>
</AccordionGroup>

***

## EVALUATE MODELS

<AccordionGroup>
  <Accordion title="Create general-purpose evaluators">
    Define evaluators that score model outputs based on key criteria like helpfulness and accuracy.

    ```prompt theme={null}
    Create evaluators to score my model's responses for helpfulness and accuracy
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/create-evaluator-accuracy.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=4b317044a3986725557cf32dda929227" data-path="videos/create-evaluator-accuracy.mp4" />
  </Accordion>

  <Accordion title="Evaluate customer support response quality">
    Build a targeted evaluator to assess how well your model performs on customer support interactions.

    ```prompt theme={null}
    Create an evaluator to measure my model's response quality on customer support tickets
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/evaluate-customer-support.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=4c7013459aa28f525cba24875260db4a" data-path="videos/evaluate-customer-support.mp4" />
  </Accordion>

  <Accordion title="Analyze model failure patterns">
    Run evaluations to uncover common weaknesses and failure modes in your model’s responses.

    ```prompt theme={null}
    Evaluate Qwen on a customer support dataset and surface the most common failure patterns
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/analyze-model-failure.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=5bca35afb52bb69278c86f2032b2d0ec" data-path="videos/analyze-model-failure.mp4" />
  </Accordion>

  <Accordion title="Test sentiment analysis performance">
    Evaluate model performance on sentiment classification using real-world product review data.

    ```prompt theme={null}
    Test Qwen on a sentiment analysis task using customer food product reviews
    ```

    <video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/qVxYw0Rpb8-GJHXS/videos/test-sentiment-analysis.mp4?fit=max&auto=format&n=qVxYw0Rpb8-GJHXS&q=85&s=870e4f7f96947ee259dc548f4bad0a7c" data-path="videos/test-sentiment-analysis.mp4" />
  </Accordion>
</AccordionGroup>

***

## WHAT'S NEXT

Build your first model by diving into the [Quickstart](/guides/quickstart) and building your first custom machine learning model in Oumi.
