Automatic Speech Recognition
Transformers
Safetensors
qwen3_asr
bezzam HF Staff commited on
Commit
f3814fa
·
verified ·
1 Parent(s): 057a3b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -68,10 +68,10 @@ The Qwen3-ASR family includes **Qwen3-ASR-1.7B** and **Qwen3-ASR-0.6B**, which s
68
 
69
  ## Usage
70
 
71
- Qwen3-ASR is supported natively in 🤗 Transformers. Until it is part of an official Transformers release, install from source:
72
 
73
  ```bash
74
- pip install git+https://github.com/huggingface/transformers
75
  ```
76
 
77
  ### Simple transcription
 
68
 
69
  ## Usage
70
 
71
+ Qwen3-ASR is supported natively in 🤗 Transformers, starting from v5.13.0.
72
 
73
  ```bash
74
+ pip install "transformers>=5.13.0"
75
  ```
76
 
77
  ### Simple transcription