# 모델 관리

모델 관리 페이지는 Hyper Screening X의 핵심 시작점입니다. 이곳에서는 원하는 단백질을 바탕으로 분자 생성의 기반이 되는 모델을 학습하고, 학습 상태를 확인하거나, 학습된 모델을 관리할 수 있습니다.

<figure><img src="/files/HugvwmZyixPhRckvwqAJ" alt=""><figcaption><p>모델 관리 페이지</p></figcaption></figure>

### 1. 모델 리스트

이 페이지에서는 지금까지 생성한 모든 모델을 한눈에 확인할 수 있습니다. 프로젝트 멤버라면 누구나 동일한 리스트를 볼 수 있습니다.

리스트에서는 다음과 같은 정보를 확인할 수 있습니다.

| 항목     | 설명                                                                                                                                                                                                       |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 모델 이름  | 모델 학습 시 입력한 모델의 이름입니다.                                                                                                                                                                                   |
| 상태     | <p>현재 모델의 학습 상태가 표시됩니다.</p><ul><li>완료 : 모델 학습이 완료된 상태입니다.</li><li>진행 중 : 모델 학습이 진행 중인 상태이며, 진행률도 함께 표시됩니다.</li><li>대기 중 : 먼저 학습이 진행 중인 모델이 있어, 학습이 대기 중인 상태입니다.</li><li>실패 : 모델 학습에 실패한 상태입니다.</li></ul> |
| 모델 태그  | 모델을 통해 생성된 분자의 ‘Hyper Screening X 모델’ 필드에 추가될 태그입니다.                                                                                                                                                     |
| 분자 코드  | <p>해당 모델로 생성한 분자 이름 부여 시 사용될 코드입니다.<br>생성 분자의 이름은 ‘분자 코드-생성 번호'로 표시됩니다.</p>                                                                                                                              |
| 단백질 이름 | 모델 학습의 기반이 되었던 단백질의 이름입니다.                                                                                                                                                                               |
| 소유자    | 모델 학습을 실행한 프로젝트 멤버입니다.                                                                                                                                                                                   |
| 완료일    | 모델 학습이 완료된 날짜입니다.                                                                                                                                                                                        |

### 2. 신규 모델 학습하기

상단의 \[신규 모델 학습] 버튼을 클릭하여 새로운 모델을 학습할 수 있습니다.

{% content-ref url="/pages/GcoMbNB2r9mjppUtes3v" %}
[신규 모델 학습하기](/docs-ko/project-feature-ko/hyper-screening-x/undefined/undefined.md)
{% endcontent-ref %}

### 3. 모델 정보 변경 및 관리

리스트에서 모델을 클릭하면 모델의 정보를 확인할 수 있습니다.

{% content-ref url="/pages/hck83iGXW6uSkt8X1kVB" %}
[모델 정보 변경 및 관리](/docs-ko/project-feature-ko/hyper-screening-x/undefined/undefined-1.md)
{% endcontent-ref %}


---

# 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.hits.ai/docs-ko/project-feature-ko/hyper-screening-x/undefined.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.
