Instructions to use Qwen/Qwen2-Audio-7B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2-Audio-7B-Instruct with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("Qwen/Qwen2-Audio-7B-Instruct") model = AutoModelForSeq2SeqLM.from_pretrained("Qwen/Qwen2-Audio-7B-Instruct") - Notebooks
- Google Colab
- Kaggle
🍭 Best Practice for Fine-Tuning of Qwen2-Audio
#2
by study-hjt - opened
非常激动Qwen2-Audio开源!😊
我们提供了推理和微调的最佳实践:https://github.com/modelscope/ms-swift/issues/1653
I'm very excited that Qwen2-Audio is now open source! 😊
We have provided best practice for inference and fine-tuning: https://github.com/modelscope/ms-swift/issues/1653