# Dataset Version を作成

バージョンとは、データセットのある時点のスナップショットです。各反復でモデルに使用された画像、前処理、拡張のステップを正確に追跡しておくことで、結果を再現できるようにするため、私たちはこれらのバージョンを保持します。これにより、データパイプラインのバグや変更によるものではなく、モデルの変更に起因する結果であると確信しながら、さまざまなモデルやフレームワークで科学的にテストできます。

<a href="/pages/9cc363d594b88ae08e46766fde5d6dead3b1a68b" class="button primary">主要な概念: Workspaces と Projects とは？</a>

{% hint style="info" %}
一度バージョンが作成されると、その時点で固定されます。つまり、画像、アノテーション、その他のデータの追加・削除など、Project への変更は、それ以前に作成されたバージョンには影響しません。
{% endhint %}

### Dataset Version の作成方法

Dataset Version を作成するには、Roboflow Project に関連付けられたサイドバーで「Versions」をクリックします。次に、「Generate New Version」をクリックします。

このページでは、train/test/valid split を設定し、新しい Dataset Version の前処理ステップと augmentations を指定できます。

<figure><img src="/files/58f918f974966d98adb1bbfd2af85fcd9b237d44" alt="" width="375"><figcaption></figcaption></figure>

適用したい前処理ステップと augmentations を指定したら、「Generate」をクリックします。これで新しい Dataset Version が生成されます。その後、この Dataset Version を使って Roboflow でモデルを学習できます。また、 [データセットをエクスポートして](/roboflow/roboflow-jp/datasets/dataset-versions/exporting-data.md) 手動でモデルを学習するために使用することもできます。

### Train/Validation/Test Split の再調整

Version 作成プロセス中に、training、validation、test セットの分割バランスも再調整できます。これを行うには、「Step 2: Train/Test Split」に移動し、「Rebalance」ボタンをクリックします。

<figure><img src="/files/4edbdad83ae9cfa05089f28bd7d03f1868bf4026" alt="" width="375"><figcaption></figcaption></figure>


---

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