> 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/datasets/dataset-versions/create-a-dataset-version.md).

# Dataset 버전 만들기

Version은 데이터셋의 특정 시점 스냅샷입니다. 각 모델 반복에서 어떤 이미지, 전처리, 증강 단계가 사용되었는지 정확히 추적하면 결과를 재현할 수 있는 능력을 유지할 수 있기 때문에 이러한 version을 보관합니다. 이를 통해 결과가 데이터 파이프라인의 버그/변경 때문이 아니라 모델 변경에 기인한다는 점을 확신하면서 여러 모델과 프레임워크에 걸쳐 과학적으로 테스트할 수 있습니다.

<a href="/pages/9a5fc1fd765ad56f8183ea7dcd664d5ea273bf86" class="button primary">핵심 개념: Workspaces & Projects란 무엇인가요?</a>

{% hint style="info" %}
Version이 생성되면 그 시점에서 고정되므로, 이미지 추가/삭제, 어노테이션, 기타 데이터와 같은 프로젝트 변경 사항은 그 전에 생성된 version에 영향을 주지 않습니다.
{% endhint %}

### Dataset Version 생성 방법

Dataset Version을 생성하려면 Roboflow 프로젝트와 연결된 사이드바에서 "Versions"를 클릭한 다음, "Generate New Version"을 클릭하세요.

이 페이지에서 train/test/valid 분할을 설정하고 새 Dataset Version에 적용할 전처리 단계와 증강을 지정할 수 있습니다.

<figure><img src="/files/9ef8280f9274753c0212db9e47ea1f5bd3b4084b" alt="" width="375"><figcaption></figcaption></figure>

데이터에 적용할 전처리 단계와 증강을 지정했으면 "Generate"를 클릭하세요. 그러면 새 Dataset Version이 생성됩니다. 그런 다음 이 Dataset Version을 사용해 Roboflow에서 모델을 학습할 수 있습니다. 또한 [데이터셋 내보내기](/roboflow/roboflow-ko/datasets/dataset-versions/exporting-data.md) 모델을 수동으로 학습하는 데 사용하기 위해.

### Train/Validation/Test 분할 재조정

Version 생성 과정 중에는 훈련, 검증, 테스트 세트 분할의 비율도 다시 조정할 수 있습니다. 이를 위해 "Step 2: Train/Test Split"로 이동한 뒤 "Rebalance" 버튼을 클릭하세요.

<figure><img src="/files/314c23319f0b3eca42b4a231f575e647dea1edc8" alt="" width="375"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/create-a-dataset-version.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.
