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
Poor result - probably model is corrupted?
#22
by ngxson - opened
Hi, I tested the model via the official demo: https://huggingface.co/spaces/Qwen/Qwen2-Audio-Instruct-Demo
But it hallucinates quite a lot. For example, I uploaded 30s extract from Martin Luther King Jr. "I have a dream", but it replies with music theory:
The audio:
Is it possible that the weight is corrupted?
ngxson changed discussion title from Poor result to Poor result - probably model is corrupted?
Bah je suis là pour apprendre et faire part de ce que j'apprends , comment t'aimerais qu'on t'aide ?
