khanhld commited on
Commit
e578915
·
verified ·
1 Parent(s): 33c3133

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -53,7 +53,6 @@ img {
53
  [![Paper](https://img.shields.io/badge/Paper-ICASSP%202025-green)](https://arxiv.org/abs/2502.14673)
54
  [![Model size](https://img.shields.io/badge/Params-110M-lightgrey#model-badge)](#description)
55
 
56
- **!!!ATTENTION: Input audio must be MONO (1 channel) at 16,000 sample rate**
57
  ---
58
  ## Table of contents
59
  1. [Model Description](#description)
@@ -134,11 +133,16 @@ Example Output:
134
  If you use this work in your research, please cite:
135
 
136
  ```bibtex
137
- @inproceedings{chunkformer,
138
- title={ChunkFormer: Masked Chunking Conformer For Long-Form Speech Transcription},
139
- author={Khanh Le, Tuan Vu Ho, Dung Tran and Duc Thanh Chau},
140
- booktitle={ICASSP},
141
- year={2025}
 
 
 
 
 
142
  }
143
  ```
144
 
 
53
  [![Paper](https://img.shields.io/badge/Paper-ICASSP%202025-green)](https://arxiv.org/abs/2502.14673)
54
  [![Model size](https://img.shields.io/badge/Params-110M-lightgrey#model-badge)](#description)
55
 
 
56
  ---
57
  ## Table of contents
58
  1. [Model Description](#description)
 
133
  If you use this work in your research, please cite:
134
 
135
  ```bibtex
136
+ @INPROCEEDINGS{10888640,
137
+ author={Le, Khanh and Ho, Tuan Vu and Tran, Dung and Chau, Duc Thanh},
138
+ booktitle={ICASSP 2025 - 2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
139
+ title={ChunkFormer: Masked Chunking Conformer For Long-Form Speech Transcription},
140
+ year={2025},
141
+ volume={},
142
+ number={},
143
+ pages={1-5},
144
+ keywords={Scalability;Memory management;Graphics processing units;Signal processing;Performance gain;Hardware;Resource management;Speech processing;Standards;Context modeling;chunkformer;masked batch;long-form transcription},
145
+ doi={10.1109/ICASSP49660.2025.10888640}}
146
  }
147
  ```
148