Instructions to use Qwen/Qwen-Audio-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen-Audio-Chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Qwen/Qwen-Audio-Chat", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-Audio-Chat", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Qwen/Qwen-Audio-Chat with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Qwen/Qwen-Audio-Chat" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen-Audio-Chat", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Qwen/Qwen-Audio-Chat
- SGLang
How to use Qwen/Qwen-Audio-Chat with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Qwen/Qwen-Audio-Chat" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen-Audio-Chat", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Qwen/Qwen-Audio-Chat" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Qwen/Qwen-Audio-Chat", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Qwen/Qwen-Audio-Chat with Docker Model Runner:
docker model run hf.co/Qwen/Qwen-Audio-Chat
Qwen-Audio-Chat
Qwen-Audio ๐ค | ๐ค ๏ฝ Qwen-Audio-Chat ๐ค | ๐ค | Demo ๐ค | ๐ค
Homepage ๏ฝ Paper
Qwen-Audio (Qwen Large Audio Language Model) is the multimodal version of the large model series, Qwen (abbr. Tongyi Qianwen), proposed by Alibaba Cloud. Qwen-Audio accepts diverse audio (human speech, natural sound, music and song) and text as inputs, outputs text. The contribution of Qwen-Audio include:
- Fundamental audio models: Qwen-Audio is a fundamental multi-task audio-language model that supports various tasks, languages, and audio types, serving as a universal audio understanding model. Building upon Qwen-Audio, we develop Qwen-Audio-Chat through instruction fine-tuning, enabling multi-turn dialogues and supporting diverse audio-oriented scenarios.
- Multi-task learning framework for all types of audios: To scale up audio-language pre-training, we address the challenge of variation in textual labels associated with different datasets by proposing a multi-task training framework, enabling knowledge sharing and avoiding one-to-many interference. Our model incorporates more than 30 tasks and extensive experiments show the model achieves strong performance.
- Strong Performance: Experimental results show that Qwen-Audio achieves impressive performance across diverse benchmark tasks without requiring any task-specific fine-tuning, surpassing its counterparts. Specifically, Qwen-Audio achieves state-of-the-art results on the test set of Aishell1, cochlscene, ClothoAQA, and VocalSound.
- Flexible multi-run chat from audio and text input: Qwen-Audio supports multiple-audio analysis, sound understading and reasoning, music appreciation, and tool usage for speech editing.
Qwen-Audio ๆฏ้ฟ้ไบ็ ๅ็ๅคง่งๆจก้ณ้ข่ฏญ่จๆจกๅ๏ผLarge Audio Language Model๏ผใQwen-Audio ๅฏไปฅไปฅๅค็ง้ณ้ข (ๅ ๆฌ่ฏด่ฏไบบ่ฏญ้ณใ่ช็ถ้ณใ้ณไนใๆญๅฃฐ๏ผๅๆๆฌไฝไธบ่พๅ ฅ๏ผๅนถไปฅๆๆฌไฝไธบ่พๅบใQwen-Audio ็ณปๅๆจกๅ็็น็นๅ ๆฌ๏ผ
- ้ณ้ขๅบ็ณๆจกๅ๏ผQwen-Audioๆฏไธไธชๆง่ฝๅ่ถ็้็จ็้ณ้ข็่งฃๆจกๅ๏ผๆฏๆๅ็งไปปๅกใ่ฏญ่จๅ้ณ้ข็ฑปๅใๅจQwen-Audio็ๅบ็กไธ๏ผๆไปฌ้่ฟๆไปคๅพฎ่ฐๅผๅไบQwen-Audio-Chat๏ผๆฏๆๅค่ฝฎใๅค่ฏญ่จใๅค่ฏญ่จๅฏน่ฏใQwen-AudioๅQwen-Audio-Chatๆจกๅๅๅทฒๅผๆบใ
- ๅ ผๅฎนๅค็งๅคๆ้ณ้ข็ๅคไปปๅกๅญฆไน ๆกๆถ๏ผไธบไบ้ฟๅ ็ฑไบๆฐๆฎๆถ้ๆฅๆบไธๅไปฅๅไปปๅก็ฑปๅไธๅ๏ผๅธฆๆฅ็้ณ้ขๅฐๆๆฌ็ไธๅฏนๅค็ๅนฒๆฐ้ฎ้ข๏ผๆไปฌๆๅบไบไธ็งๅคไปปๅก่ฎญ็ปๆกๆถ๏ผๅฎ็ฐ็ธไผผไปปๅก็็ฅ่ฏๅ ฑไบซ๏ผๅนถๅฐฝๅฏ่ฝๅๅฐไธๅไปปๅกไน้ด็ๅนฒๆฐใ้่ฟๆๅบ็ๆกๆถ๏ผQwen-Audioๅฏไปฅๅฎน็บณ่ฎญ็ป่ถ ่ฟ30ๅค็งไธๅ็้ณ้ขไปปๅก๏ผ
- ๅบ่ฒ็ๆง่ฝ๏ผQwen-Audioๅจไธ้่ฆไปปไฝไปปๅก็นๅฎ็ๅพฎ่ฐ็ๆ ๅตไธ๏ผๅจๅ็งๅบๅไปปๅกไธๅๅพไบ้ขๅ ็็ปๆใๅ ทไฝๅพ๏ผQwen-AudioๅจAishell1ใcochlsceneใClothoAQAๅVocalSound็ๆต่ฏ้ไธ้ฝ่พพๅฐไบSOTA๏ผ
- ๆฏๆๅค่ฝฎ้ณ้ขๅๆๆฌๅฏน่ฏ๏ผๆฏๆๅ็ง่ฏญ้ณๅบๆฏ๏ผQwen-Audio-Chatๆฏๆๅฃฐ้ณ็่งฃๅๆจ็ใ้ณไนๆฌฃ่ตใๅค้ณ้ขๅๆใๅค่ฝฎ้ณ้ข-ๆๆฌไบค้ๅฏน่ฏไปฅๅๅค้จ่ฏญ้ณๅทฅๅ ท็ไฝฟ็จ(ๅฆ่ฏญ้ณ็ผ่พ)ใ
We release Qwen-Audio and Qwen-Audio-Chat, which are pretrained model and Chat model respectively. For more details about Qwen-Audio, please refer to our Github Repo. This repo is the one for Qwen-Audio-Chat.
็ฎๅ๏ผๆไปฌๆไพไบQwen-AudioๅQwen-Audio-Chatไธคไธชๆจกๅ๏ผๅๅซไธบ้ข่ฎญ็ปๆจกๅๅChatๆจกๅใๅฆๆๆณไบ่งฃๆดๅคๅ ณไบไฟกๆฏ๏ผ่ฏท็นๅป้พๆฅๆฅ็GithubไปๅบใๆฌไปๅบไธบQwen-Audio-Chatไปๅบใ
Requirements
- python 3.8 and above
- pytorch 1.12 and above, 2.0 and above are recommended
- CUDA 11.4 and above are recommended (this is for GPU users)
- FFmpeg
Quickstart
Below, we provide simple examples to show how to use Qwen-Audio with ๐ค Transformers.
Before running the code, make sure you have setup the environment and installed the required packages. Make sure you meet the above requirements, and then install the dependent libraries.
pip install -r requirements.txt
Now you can start with Transformers. For more usage, please refer to tutorial.
๐ค Transformers
To use Qwen-Audio for the inference, all you need to do is to input a few lines of codes as demonstrated below. However, please make sure that you are using the latest code.
from transformers import AutoModelForCausalLM, AutoTokenizer
from transformers.generation import GenerationConfig
import torch
torch.manual_seed(1234)
# Note: The default behavior now has injection attack prevention off.
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen-Audio-Chat", trust_remote_code=True)
# use bf16
# model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-Audio-Chat", device_map="auto", trust_remote_code=True, bf16=True).eval()
# use fp16
# model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-Audio-Chat", device_map="auto", trust_remote_code=True, fp16=True).eval()
# use cpu only
# model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-Audio-Chat", device_map="cpu", trust_remote_code=True).eval()
# use cuda device
model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-Audio-Chat", device_map="cuda", trust_remote_code=True).eval()
# Specify hyperparameters for generation (No need to do this if you are using transformers>4.32.0)
# model.generation_config = GenerationConfig.from_pretrained("Qwen/Qwen-Audio-Chat", trust_remote_code=True)
# 1st dialogue turn
query = tokenizer.from_list_format([
{'audio': 'https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Audio/1272-128104-0000.flac'}, # Either a local path or an url
{'text': 'what does the person say?'},
])
response, history = model.chat(tokenizer, query=query, history=None)
print(response)
# The person says: "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel".
# 2nd dialogue turn
response, history = model.chat(tokenizer, 'Find the start time and end time of the word "middle classes"', history=history)
print(response)
# The word "middle classes" starts at <|2.33|> seconds and ends at <|3.26|> seconds.
License Agreement
Researchers and developers are free to use the codes and model weights of Qwen-Audio-Chat. We also allow its commercial use. Check our license at LICENSE for more details.
Citation
If you find our paper and code useful in your research, please consider giving a star and citation
@article{Qwen-Audio,
title={Qwen-Audio: Advancing Universal Audio Understanding via Unified Large-Scale Audio-Language Models},
author={Chu, Yunfei and Xu, Jin and Zhou, Xiaohuan and Yang, Qian and Zhang, Shiliang and Yan, Zhijie and Zhou, Chang and Zhou, Jingren},
journal={arXiv preprint arXiv:2311.07919},
year={2023}
}
Contact Us
If you are interested to leave a message to either our research team or product team, feel free to send an email to [email protected].
- Downloads last month
- 3,302