> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/rapid/review-a-rapid-model.md).

# एक Rapid Model की समीक्षा करें

एक बार जब आपने Rapid model बना लिया है, तो आप उसके results की समीक्षा कर सकते हैं।

अपने Rapid model की समीक्षा करने के लिए, Rapid model builder में "Review Model" पर क्लिक करें।

आपको एक ऐसे पेज पर ले जाया जाएगा जो आपको आपके Rapid model के results देखने देता है।

यदि आपने एक video अपलोड किया है, तो Rapid को वीडियो के उन सभी frames पर चलाया जाएगा जिन्हें आप Rapid interface में देख रहे हैं। फिर आप video चलाकर देख सकते हैं कि आपका model कैसा प्रदर्शन करता है।

यदि आपने images अपलोड की हैं, तो आप उनके बीच क्लिक करके देख सकते हैं कि Rapid कैसा प्रदर्शन करता है।

<figure><img src="/files/fa3f9f6291582c5a6c0fa1c2eef1c27b3d396a5b" alt=""><figcaption></figcaption></figure>

यदि आपका model वस्तुओं की पहचान उस तरह करता है जैसी आपने उम्मीद की थी, तो अपने model API endpoint को प्राप्त करने के लिए "Publish and Use Model" पर क्लिक करें।

### Confidence Threshold समायोजित करें

यदि आपका model बहुत अधिक या बहुत कम predictions दिखाता है, तो results फ़िल्टर करने के लिए confidence threshold slider का उपयोग करें। threshold बढ़ाने से कम-confidence वाली predictions छिप जाती हैं; इसे कम करने से अधिक दिखती हैं।

### अपने Model को Edit करें

यदि आपका model अपेक्षा के अनुसार काम नहीं करता है, तो आप review step से सीधे अपने prompts और annotations को समायोजित करने के लिए "Edit Model" पर क्लिक कर सकते हैं। इससे आप build step पर वापस गए बिना labels और bounding boxes जोड़, हटा, या संशोधित कर सकते हैं। जब आप अपने edits से संतुष्ट हों, तो नए inputs के साथ inference फिर से चलाने के लिए "Update" पर क्लिक करें, या अपने changes त्यागने के लिए "Cancel" पर क्लिक करें।

आप "Relabel Objects" पर क्लिक करके भी build step पर वापस जा सकते हैं और बिल्कुल नए सिरे से शुरू कर सकते हैं।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.roboflow.com/roboflow/roboflow-hi/rapid/review-a-rapid-model.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.
