Feature Extraction
Transformers
Safetensors
qwen2_5_omni_audio_encoder
speech
audio-encoder
flexislm
qwen2.5-omni
Instructions to use FlexiSLM/Qwen2_5-Omni-Audio_Encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FlexiSLM/Qwen2_5-Omni-Audio_Encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="FlexiSLM/Qwen2_5-Omni-Audio_Encoder")# Load model directly from transformers import Qwen2_5OmniAudioEncoder model = Qwen2_5OmniAudioEncoder.from_pretrained("FlexiSLM/Qwen2_5-Omni-Audio_Encoder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!