Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,6 @@ img {
|
|
53 |
[](https://arxiv.org/abs/2502.14673)
|
54 |
[](#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 |
-
@
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
year={2025}
|
|
|
|
|
|
|
|
|
|
|
142 |
}
|
143 |
```
|
144 |
|
|
|
53 |
[](https://arxiv.org/abs/2502.14673)
|
54 |
[](#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 |
|