xiongwang commited on
Commit
c7cbfc2
·
verified ·
1 Parent(s): 1c85775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
5
  # Qwen3-ASR
@@ -1375,18 +1376,18 @@ During evaluation, we ran inference for all models with `dtype=torch.bfloat16` a
1375
  </details>
1376
 
1377
 
1378
- <!-- ## Citation
1379
 
1380
  If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil: :)
1381
 
1382
  ```BibTeX
1383
  @article{Qwen3-ASR,
1384
  title={Qwen3-ASR Technical Report},
1385
- author={},
1386
- journal={arXiv preprint arXiv:},
1387
  year={2026}
1388
  }
1389
- ``` -->
1390
 
1391
 
1392
  <br>
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: automatic-speech-recognition
4
  ---
5
 
6
  # Qwen3-ASR
 
1376
  </details>
1377
 
1378
 
1379
+ ## Citation
1380
 
1381
  If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil: :)
1382
 
1383
  ```BibTeX
1384
  @article{Qwen3-ASR,
1385
  title={Qwen3-ASR Technical Report},
1386
+ author={Xian Shi, Xiong Wang, Zhifang Guo, Yongqi Wang, Pei Zhang, Xinyu Zhang, Zishan Guo, Hongkun Hao, Yu Xi, Baosong Yang, Jin Xu, Jingren Zhou, Junyang Lin},
1387
+ journal={arXiv preprint arXiv:2601.21337},
1388
  year={2026}
1389
  }
1390
+ ```
1391
 
1392
 
1393
  <br>