---
title: "Add AI Model to Library"
slug: "add-ai-model-to-library"
updated: 2024-11-19T21:15:12Z
published: 2024-11-19T21:15:12Z
---

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

# Add AI Model to Library

A classifier can be published to the AI Model Library for use in other projects. The classifier, once trained as a project model, can offer a starting point for analysis of a new project having similar characteristics.

Publishing a model starts under the Supervised Learning section by opening View Details on the selected classifier card. Click Publish in the upper right of the screen.

1. Open **Supervised Learning** from the Navigation Bar.
2. Select (or *Find*) the fully trained classifier that you wish to publish.
3. Click **View Details** on the selected classifier card.
4. Click **Publish** in the upper right of the screen. If insufficient examples have been tagged positive and negative, or if the rounds were started before the implementation of the Features analytics set out below, you will be prompted to take appropriate action (*e.g.*, further coding or using **Run Full Process**). ![](https://cdn.us.document360.io/3e21d801-ca9f-4c51-93db-9cbd32741f3d/Images/Documentation/image-V1HDYGB2.png)

> [!NOTE]
> Note
> 
> By default you need to have at least 4 positive samples and 1 negative sample in order to publish the model automatically; 1 positive sample and 1 negative sample are sufficient to publish, but the more coded samples provided, the better the model.
5. Enter the **Title** and **Description** for the model and click **Publish** to start the model generating process.
  1. In the **Features** section, if the default ***Use Features from Classifier As-Is*** is selected, nothing further is required before clicking on **PUBLISH**. ![](https://cdn.us.document360.io/3e21d801-ca9f-4c51-93db-9cbd32741f3d/Images/Documentation/image-TMRCQTUV.png)
  2. Selecting ***Customize***adds selections to analyze classifier features to automatically remove selected types of information. All instances of each feature selected will be removed from the published model; no further selection is available within each at this time. The Features are:
    1. *Remove Boilerplate (e.g., email signatures, footers)*
    2. *Remove Digits*(selected by default)
    3. *Remove Email Addresses*(selected by default)
    4. *Remove Matches from a List of Terms*(a button appears to choose a CSV file) ![](https://cdn.us.document360.io/3e21d801-ca9f-4c51-93db-9cbd32741f3d/Images/Documentation/image-T5MVTODZ.png)
    5. *Remove Metadata Fields*.
  3. With ***Customize*** selected, the PUBLISH button changes to **PREVIEW** in order to show a sample of the elements to be cleaned from the published model. ![](https://cdn.us.document360.io/3e21d801-ca9f-4c51-93db-9cbd32741f3d/Images/Documentation/image-6RZUWOD0.png)
  4. Click the right angle bracket (**>**) to expand to show examples for each feature. You also have the option to ***Download*** this report. If you approve of the sample of feature items detected, click **PUBLISH**. Otherwise, **Cancel** to return to the Publish Model screen to modify the Features Customize selections.
6. When **Publish**is clicked, there will be a green-framed notice at the top center of the screen notifying you that *<Model Name> was successfully published*.
7. The model will appear as a card in the **Model Library**, from which it can be downloaded in the encrypted NPS format, after a period of back-end packaging.

## Related

- [Build and Configure a Classifier](/build-configure-a-classifier.md)
- [Apply AI Model from Library](/apply-ai-model-from-library.md)
- [Create a Control Set](/create-a-control-set.md)
- [Evaluate an AI Model](/evaluate-an-ai-model.md)
- [AI Model Building Workflow](/ai-model-building-workflow.md)
