# 학습된 모델 보기

학습한 모든 모델은 프로젝트와 연결된 Models 페이지에서 확인할 수 있습니다.

학습된 모든 모델을 보려면 프로젝트 사이드바에서 "Models"를 클릭하세요:

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

Models 페이지에는 두 개의 탭이 표시됩니다:

1. **Fine-tuned**: 프로젝트와 연결된 모든 Instant 및 fine-tuned 모델, 그리고;
2. **Universe**: transfer learning에 사용할 수 있는 Universe에서 별표를 표시한 모든 모델입니다.

모든 모델에는 다음이 표시됩니다:

* 모델 이름과 모델 ID입니다. 모델 ID는 모델을 Workflow에 추가할 때 유용합니다.
* 모델이 마지막으로 업데이트된 시점입니다.
* 모델의 training metrics입니다.
* 학습에 사용된 architecture입니다.
* 모델 license입니다.
* 모델 학습에 사용된 dataset version입니다.

새 모델 학습을 시작하면, 해당 모델이 목록에 표시됩니다.


---

# 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-ko/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.
