# Universe पर Model खोजें

Universe पर 50,000 से अधिक datasets के साथ dataset से जुड़े trained models भी हैं। इन models का उपयोग आपके computer vision project में किया जा सकता है [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md).

Universe पर किसी dataset को ढूँढने के लिए, search bar में वह टाइप करें जिसे आप पहचानना चाहते हैं। search page पर, "Has a Model" box को चेक करें:

<figure><img src="/files/8cfc3d8413886617d381575032cceb77f61c2ea9" alt=""><figcaption></figcaption></figure>

यह आपकी search को केवल उन datasets तक सीमित कर देगा जिनमें trained models हैं।

Project के बारे में अधिक जानने के लिए किसी result पर click करें।

dataset home page पर metrics दिखेंगे। ये metrics model type पर निर्भर करेंगे। उदाहरण के लिए, object detection के लिए आपको mAP, precision, और recall दिखेंगे; classification के लिए आपको accuracy दिखेगी।

<figure><img src="/files/8600bd16462697c4ca4074bab2913ea49e98fdd7" alt=""><figcaption></figcaption></figure>

आप सबसे हालिया model version आज़माने के लिए "Try This Model" section में एक image upload कर सकते हैं।

आप sidebar में "Models" पर click करके सभी trained models भी देख सकते हैं और try करने के लिए एक चुन सकते हैं:

<figure><img src="/files/480ccd1f47d06c9dd8bf57ccfdc64a8435b077ed" alt=""><figcaption></figcaption></figure>

जब आप Models page खोलते हैं, तो आपको project test set की एक example image के results image पर plotted दिखाई देंगे:

<figure><img src="/files/61ffb87cdf29c10773bb63ca2bdb690b27fe956b" alt=""><figcaption><p>"occupied forklift" class image में पहचानी जाती है।</p></figcaption></figure>

### Workflow में Universe Model का उपयोग करें

आप Workflows में Universe models का उपयोग कर सकते हैं।

किसी model का उपयोग करने के लिए, Roboflow Workflows खोलें, [एक Workflow बनाएँ](/roboflow/roboflow-hi/workflows/create-a-workflow.md), फिर एक model block जोड़ें:

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

model चुनने के लिए block editor में "Model" पर click करें:

<figure><img src="/files/0a03e46dddbe05b366ce092b8212ac45f0c8b58b" alt=""><figcaption></figcaption></figure>

फिर, Public Models tab पर click करें:

<figure><img src="/files/664421789c18d414cee7babd6ca4451a34143fac" alt=""><figcaption></figcaption></figure>

फिर से उस Universe model page पर जाएँ जो आपके उपयोग करने वाले model से संबंधित है और model ID copy करने के लिए copy icon पर click करें। यह model page के ऊपर दिखाई देता है:

<figure><img src="/files/1b53331af098f824f74a562fcfb42c10f2d51cc3" alt=""><figcaption></figcaption></figure>

फिर, model ID को Public Models search bar में paste करें:

<figure><img src="/files/3ab8325d56f80f96187082db107a96c410336728" alt=""><figcaption></figcaption></figure>

model का उपयोग करने के लिए "Use model ID" पर click करें।

अब आपका Workflow block Universe model का उपयोग करेगा।


---

# 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.roboflow.com/roboflow/roboflow-hi/universe/find-a-model-on-universe.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.
