Splend1dchan commited on
Commit
3bfcb0d
·
verified ·
1 Parent(s): 9815725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,6 +10,7 @@ base_model:
10
 
11
  <img src="./BreezeASR25.png" alt="Breeze ASR 25" width="700"/>
12
 
 
13
 
14
  **Breeze ASR 25** 是一款基於 Whisper-large-v2 開發的語音辨識模型,並具有以下特色:
15
 
@@ -101,7 +102,10 @@ Additional code-switching samples are generated through data augmentation with t
101
 
102
  ## 🔧 Usage Example
103
 
104
- The whisper architecture is supported in Hugging Face 🤗 Transformers.
 
 
 
105
  First, install relavant packages:
106
 
107
  ```
 
10
 
11
  <img src="./BreezeASR25.png" alt="Breeze ASR 25" width="700"/>
12
 
13
+ [GitHub](https://github.com/mtkresearch/Breeze-ASR-25) | [Paper](https://arxiv.org/pdf/2506.11130)
14
 
15
  **Breeze ASR 25** 是一款基於 Whisper-large-v2 開發的語音辨識模型,並具有以下特色:
16
 
 
102
 
103
  ## 🔧 Usage Example
104
 
105
+ 字幕檔生成,請參考 [GitHub](https://github.com/mtkresearch/Breeze-ASR-25)
106
+ Please refer to the [GitHub](https://github.com/mtkresearch/Breeze-ASR-25) for subtitles generation.
107
+
108
+ For quick testing, the whisper architecture is supported in Hugging Face 🤗 Transformers.
109
  First, install relavant packages:
110
 
111
  ```