Instructions to use Qwen/Qwen2.5-Omni-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2.5-Omni-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B") model = AutoModel.from_pretrained("Qwen/Qwen2.5-Omni-7B") - Notebooks
- Google Colab
- Kaggle
prompt for speech translation (covost2)
#52
by mqpham - opened
Hello what is the prompt used to evaluate the model on covost2? Many thanks
I have the same question, have you found this prompt word?