# Trained Models देखें

आपके द्वारा प्रशिक्षित सभी models आपके project से जुड़े Models पेज पर उपलब्ध हैं।

अपने project sidebar में "Models" पर क्लिक करके सभी प्रशिक्षित models देखें:

<figure><img src="/files/202fdb6068b5f82c39323dee616fbbe051113853" alt=""><figcaption></figcaption></figure>

आपका models पेज दो tabs दिखाता है:

1. **Fine-tuned**: आपके project से जुड़े सभी Instant और fine-tuned models, और;
2. **Universe**: Universe पर आपके द्वारा starred किए गए सभी models जिन्हें आप transfer learning के लिए उपयोग कर सकते हैं।

हर model में दिखता है:

* Model का नाम और model ID. Workflow में model जोड़ने के लिए model ID उपयोगी है।
* आपका model आखिरी बार कब updated हुआ था।
* आपके model के training metrics।
* Training के लिए उपयोग की गई architecture।
* Model license।
* Model को train करने में उपयोग किया गया dataset version।

जब आप नया model train करना शुरू करते हैं, तो 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/train/view-trained-models.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.
