# Train

- [एक Model train करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train.md): Roboflow dashboard में state-of-the-art technology का उपयोग करके एक model train करें।
- [Universe Checkpoint से train करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/roboflow-universe-checkpoints.md): Roboflow Universe पर उपलब्ध 50,000+ trained models में से किसी एक पर आधारित checkpoint से training शुरू करें।
- [Azure Vision से train करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/pro-third-party-training-integrations.md): Azure Vision पर एक model train करें और Roboflow पर upload करें।
- [Google Cloud से train करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/train/train-from-google-cloud.md): Google Cloud पर एक model train करें और Roboflow पर upload करें।
- [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 train करें।
- [एक Training Job cancel करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/cancel-a-training-job.md): model training के दौरान आप किसी भी कारण से training job cancel कर सकते हैं।
- [Training Early Stop करें](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 देखें।
- [Trained Models का मूल्यांकन करें](https://docs.roboflow.com/roboflow/roboflow-hi/train/evaluate-trained-models.md): Model Evaluation का उपयोग करके देखें कि आपका model अपने test dataset पर कैसा प्रदर्शन करता है।


---

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