> 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-ko/train/view-trained-models.md).

# 학습된 모델 보기

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

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

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

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

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

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

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

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/train/view-trained-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
