# Universe에서 Model 찾기

Universe의 50,000개 이상의 데이터셋에는 데이터셋과 연결된 학습된 모델도 있습니다. 이러한 모델은 컴퓨터 비전 프로젝트에서 사용할 수 있습니다. [Workflows](/roboflow/roboflow-ko/workflows/what-is-workflows.md).

Universe에서 데이터셋을 찾으려면 검색창에 식별하고 싶은 항목을 입력하세요. 검색 페이지에서 "Has a Model" 상자를 선택하세요:

<figure><img src="/files/2623e061422dd692695ed4f380b259bb8b361840" alt=""><figcaption></figcaption></figure>

이렇게 하면 검색 결과가 학습된 모델이 포함된 데이터셋만으로 좁혀집니다.

결과를 클릭하여 프로젝트에 대해 더 자세히 알아보세요.

데이터셋 홈 페이지에는 지표가 표시됩니다. 이러한 지표는 모델 유형에 따라 달라집니다. 예를 들어 객체 감지의 경우 mAP, precision, recall이 표시되고, 분류의 경우 accuracy가 표시됩니다.

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

가장 최근 모델 버전을 사용해 보려면 "Try This Model" 섹션에 이미지를 업로드할 수 있습니다.

사이드바에서 "Models"를 클릭해 모든 학습된 모델을 보고, 시도해 볼 모델을 선택할 수도 있습니다:

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

Models 페이지를 열면 프로젝트 테스트 세트의 예시 이미지 결과가 이미지 위에 표시된 것을 볼 수 있습니다:

<figure><img src="/files/26e53a9b7d818d1c4c04fb641c26bc84836343a7" alt=""><figcaption><p>클래스 "occupied forklift"가 이미지에서 식별됩니다.</p></figcaption></figure>

### Workflow에서 Universe Model 사용하기

Universe 모델은 Workflows에서 사용할 수 있습니다.

모델을 사용하려면 Roboflow Workflows를 열고, [Workflow를 만들고](/roboflow/roboflow-ko/workflows/create-a-workflow.md), 그런 다음 모델 블록을 추가하세요:

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

블록 편집기에서 "Model"을 클릭하여 모델을 선택하세요:

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

그런 다음 Public Models 탭을 클릭하세요:

<figure><img src="/files/340718e59da8d04bd5ce4185a0a7fce665e5292f" alt=""><figcaption></figcaption></figure>

사용하려는 모델에 해당하는 Universe 모델 페이지로 돌아가서 복사 아이콘을 클릭하여 모델 ID를 복사하세요. 이 아이콘은 모델 페이지 상단에 표시됩니다:

<figure><img src="/files/439f5517eff3d94ca2edbc05ca0243df3371c2d6" alt=""><figcaption></figcaption></figure>

그런 다음 모델 ID를 Public Models 검색창에 붙여넣으세요:

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

모델을 사용하려면 "Use model ID"를 클릭하세요.

이제 Workflow 블록에서 Universe 모델이 사용됩니다.


---

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