# Datasaur Dinamic

## Overview

**Datasaur Dinamic** is a solution for you if you want to get the model directly rather than labeled data as an output. This built model can be deployed for your application and also can be used in **ML-assisted labeling** extension for your next labeling project. As an **ML-assisted labeling** provider, this model can return more accurate label because it was trained with your dataset previously.

<figure><img src="/files/lbgBlvcm9agY3jdpXl3q" alt=""><figcaption><p><strong>Datasaur Dinamic</strong> extension with AWS SageMaker</p></figcaption></figure>

## Use Case

Let's use **Datasaur Dinamic** to train your NER model with text based dataset.

1. Label the data: Before utilizing **Datasaur Dinamic**, ensure the data is labeled. This can be done manually or through Datasaur's assisted labeling features, such as [ML-assisted labeling](/assisted-labeling/ml-assisted-labeling.md) or [Predictive labeling](/assisted-labeling/predictive-labeling.md).

   <figure><img src="/files/sULJ0bE8R9pnbeqBNQLr" alt=""><figcaption><p>Label the data</p></figcaption></figure>
2. Enable **Datasaur Dinamic**: Click **Manage extensions** button (gear icon) in the extension panel on the right and turn on on the **Datasaur Dinamic** extension.

   <figure><img src="/files/C3I16RaCCPmGZHyCGRrO" alt=""><figcaption><p>Manage extensions dialog</p></figcaption></figure>
3. Deploy the model: Once labeling is complete, you can start configuring your selected **Datasaur Dinamic** providers. In this case, we'll use Hugging Face Auto Train for span-based tasks. To fill out the configuration, use your Username Account, which you can find in your [Account Settings](https://huggingface.co/settings/account) on Hugging Face. To get the API Token, you can use your existing [Hugging Face Token](https://huggingface.co/settings/tokens) or create a new access token.

   <figure><img src="/files/6f9ZEPvpQNf8eovqJ94S" alt=""><figcaption><p><strong>Datasaur Dinamic</strong> Extension with Hugging Face (span labeling)</p></figcaption></figure>

For further details and supported providers, please visit the [Building Your Own Model - Datasaur Dinamic](/build-model/datasaur-dinamic.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/advanced/extensions/datasaur-dinamic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
