# Universe Dataset डाउनलोड करें

आप Universe डेटासेट को इसमें डाउनलोड कर सकते हैं [Roboflow द्वारा समर्थित किसी भी फ़ॉर्मेट में](https://roboflow.com/formats).

यदि आप notebook में मॉडल train करना चाहते हैं, तो आप dataset डाउनलोड करना चाह सकते हैं।

यदि आप Roboflow पर cloud में मॉडल train करना चाहते हैं, तो हम recommend करते हैं [Universe डेटासेट को fork करना](/roboflow/roboflow-hi/universe/fork-a-universe-dataset.md) इसे डाउनलोड करने के बजाय। Dataset को fork करने से आप Universe से dataset को अपने computer पर डाउनलोड किए बिना और फिर उसे दोबारा upload किए बिना upload कर सकते हैं।

### Universe Dataset कैसे Download करें

Universe dataset डाउनलोड करने के लिए, Universe पर किसी dataset पर जाएँ। फिर, left sidebar में "Dataset" पर click करें:

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

आपको एक page पर ले जाया जाएगा जहाँ आप dataset के बारे में जानकारी देख सकते हैं, जिसमें dataset version की images, dataset split, और dataset पर लागू preprocessing तथा augmentation steps शामिल हैं:

<figure><img src="/files/550aba6075f9aae05de2c71b37649af54f2fdb8a" alt=""><figcaption></figcaption></figure>

Dataset डाउनलोड करने के लिए, Download Dataset पर click करें। एक window दिखाई देगी जिसमें dataset डाउनलोड करने के options होंगे:

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

तीन options हैं:

* इस dataset के साथ model train करें: [dataset को fork करें](/roboflow/roboflow-hi/universe/fork-a-universe-dataset.md) training में उपयोग के लिए अपने workspace में।
* इस dataset के एक हिस्से से train करें: किसी existing project में import करने के लिए specific images चुनें।
* Dataset डाउनलोड करें: पूरी dataset को ZIP file के रूप में डाउनलोड करें।

Dataset को ZIP के रूप में डाउनलोड करने के लिए, "Download dataset" चुनें, फिर "Continue" पर click करें।

फिर आप चुन सकेंगे कि आप अपना data किस format में export करना चाहते हैं:

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

दो download options हैं:

* ZIP के रूप में डाउनलोड करें
* Download code दिखाएँ

यदि आप notebook में अपना model train करने वाले हैं, तो "Show download code" option ideal है।

यदि आप ZIP के रूप में डाउनलोड करते हैं, तो एक ZIP file तैयार की जाएगी और downloading शुरू हो जाएगी।

यदि आप download code दिखाने का विकल्प चुनते हैं, तो आपको notebook या terminal में अपना data डाउनलोड करने के लिए options दिखाई देंगे।

{% hint style="info" %}
सभी datasets Universe project landing page पर वर्णित license के अधीन हैं। [जानें कि किसी dataset का license किस license के अंतर्गत है, इसे कैसे खोजें](https://docs.roboflow.com/universe/find-a-dataset-on-universe#roboflow-universe-dataset-licenses).
{% endhint %}


---

# 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-hi/universe/download-a-universe-dataset.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.
