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

# Dataset Version बनाएँ

एक version आपके dataset का किसी समय-विशेष का snapshot होता है। हम इन versions को इसलिए रखते हैं क्योंकि आपके model के हर iteration में ठीक-ठीक किन images, preprocessing, और augmentation steps का उपयोग हुआ था, इसका रिकॉर्ड रखकर आप results को reproduce करने की क्षमता बनाए रखते हैं। इससे आप विभिन्न models और frameworks में वैज्ञानिक रूप से परीक्षण कर सकते हैं, और यह भरोसा भी रहता है कि results model में हुए changes के कारण हैं, न कि data pipeline में किसी bug/change के कारण।

<a href="/pages/d3598f8627cb48e5b56e2d64aa734dda8bad441c" class="button primary">मुख्य अवधारणाएँ: Workspaces और Projects क्या हैं?</a>

{% hint style="info" %}
एक बार version बन जाने के बाद, वह समय में स्थिर हो जाता है, जिसका अर्थ है कि project में किए गए बदलाव—चाहे images, annotations, या अन्य data जोड़ना/हटाना हो—पहले बनाए गए versions को प्रभावित नहीं करेंगे।
{% endhint %}

### Dataset Version कैसे बनाएं

Dataset version बनाने के लिए, अपने Roboflow project की sidebar में "Versions" पर क्लिक करें। फिर, "Generate New Version" पर क्लिक करें।

इस page से, आप train/test/valid split सेट कर सकते हैं और अपनी नई dataset version के लिए preprocessing steps और augmentations निर्दिष्ट कर सकते हैं।

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

जब आप अपने data पर लागू करने के लिए preprocessing steps और augmentations निर्दिष्ट कर लें, तो "Generate" पर क्लिक करें। इससे एक नया dataset version generate होगा। फिर आप इस dataset version का उपयोग Roboflow में model train करने के लिए कर सकते हैं। आप यह भी [अपना dataset export करें](/roboflow/roboflow-hi/datasets/dataset-versions/exporting-data.md) किसी model को manually train करने के लिए।

### Train/Validation/Test Splits को फिर से समायोजित करना

version creation प्रक्रिया के दौरान, आप अपने training, validation और test set splitting के संतुलन को भी फिर से समायोजित कर सकते हैं। ऐसा करने के लिए, "Step 2: Train/Test Split" पर जाएँ और "Rebalance" बटन पर क्लिक करें।

<figure><img src="/files/638159be05f18a5898c562685b4780f4c5d819d2" 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, and the optional `goal` query parameter:

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