Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- ByteDance/Attention2Probability
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
- zh
|
8 |
-
metrics:
|
9 |
-
- bleu
|
10 |
-
- cer
|
11 |
-
- wer
|
12 |
-
base_model:
|
13 |
-
- Qwen/Qwen2-Audio-7B-Instruct
|
14 |
-
pipeline_tag: automatic-speech-recognition
|
15 |
-
---
|
16 |
# Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System
|
17 |
|
18 |
<p align="center">
|
@@ -24,7 +9,7 @@ Attention2Probability (A2P) is a lightweight intervention scheme for speech term
|
|
24 |
|
25 |
|
26 |
## News
|
27 |
-
- [2025-08-
|
28 |
|
29 |
## Structure
|
30 |
|
@@ -62,4 +47,4 @@ If you find A2P useful, please cite the paper:
|
|
62 |
title={{Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System},
|
63 |
author={Yangfan Du, Jun Zhang, Bin Wang, Jin Qiu, Lu Huang, Yuan Ge, Xiaoqian Liu, Tong Xiao, Jingbo Zhu},
|
64 |
}
|
65 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System
|
2 |
|
3 |
<p align="center">
|
|
|
9 |
|
10 |
|
11 |
## News
|
12 |
+
- [2025-08-27] We have released the train and infer code for A2P.
|
13 |
|
14 |
## Structure
|
15 |
|
|
|
47 |
title={{Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System},
|
48 |
author={Yangfan Du, Jun Zhang, Bin Wang, Jin Qiu, Lu Huang, Yuan Ge, Xiaoqian Liu, Tong Xiao, Jingbo Zhu},
|
49 |
}
|
50 |
+
```
|