> 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/train.md).

# Train

- [एक Model Train करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train.md): Roboflow dashboard में state-of-the-art technology का उपयोग करके एक model train करें।
- [Universe Checkpoint से ट्रेन करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/roboflow-universe-checkpoints.md): Roboflow Universe पर उपलब्ध 50,000+ trained models में से किसी एक पर आधारित checkpoint से training शुरू करें।
- [Azure Vision से ट्रेन करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/pro-third-party-training-integrations.md): Azure Vision पर एक model ट्रेन करें और उसे Roboflow पर अपलोड करें।
- [Google Cloud से ट्रेन करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/train-from-google-cloud.md): Google Cloud पर एक model ट्रेन करें और उसे Roboflow पर अपलोड करें।
- [Neural Architecture Search](https://docs.roboflow.com/roboflow/roboflow-hi/train/neural-architecture-search.md): इष्टतम model architecture को स्वचालित रूप से खोजें और साथ-साथ अपने model को fine tune करें।
- [Trained Models का मूल्यांकन करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/evaluate-trained-models.md): अपने model का test dataset पर प्रदर्शन कैसा है, इसे समझने के लिए Model Evaluation का उपयोग करें।
- [Model Type के अनुसार Training Resolutions](https://docs.roboflow.com/roboflow/roboflow-hi/train/training-resolutions-by-model-type.md)
- [Roboflow Instant](https://docs.roboflow.com/roboflow/roboflow-hi/train/roboflow-instant.md): computer vision के साथ Proof of Concept application बनाने में उपयोग के लिए एक few-shot model ट्रेन करें।
- [Training Job रद्द करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/cancel-a-training-job.md): जब model training हो रहा हो, तब आप किसी भी कारण से training job रद्द कर सकते हैं।
- [Training पहले रोकें](https://docs.roboflow.com/roboflow/roboflow-hi/train/stop-training-early.md): यदि आपका model पहले ही converge कर चुका है, तो आप training job को जल्दी रोक सकते हैं।
- [Training Results देखें](https://docs.roboflow.com/roboflow/roboflow-hi/train/training-results.md): सभी Roboflow Train jobs के लिए training graphs और insights उपलब्ध कराए जाते हैं।
- [Trained Models देखें](https://docs.roboflow.com/roboflow/roboflow-hi/train/view-trained-models.md): अपने project में सभी Instant और Roboflow Train models देखें।


---

# 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-hi/train.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.
