Instructions to use hyan/qwen_audio_vqa_v2_ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyan/qwen_audio_vqa_v2_ft with Transformers:
# Load model directly from transformers import AutoProcessor, Qwen2VLForConditionalGenerationWithAudio processor = AutoProcessor.from_pretrained("hyan/qwen_audio_vqa_v2_ft") model = Qwen2VLForConditionalGenerationWithAudio.from_pretrained("hyan/qwen_audio_vqa_v2_ft", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K