shuaijiang commited on
Commit
aca1475
1 Parent(s): fb9897f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ transcriber.model.config.forced_decoder_ids = (
26
  )
27
  )
28
 
29
- transcription = transcriber("my_audio.wav")
30
 
31
  ```
32
 
@@ -35,7 +35,7 @@ transcription = transcriber("my_audio.wav")
35
  |:----------------:|:-------:|:----------------------------------------------------------:|:-----------:|
36
  | Belle-whisper-large-v2-zh | 16KHz | [AISHELL-1](https://openslr.magicdatatech.com/resources/33/) [AISHELL-2](https://www.aishelltech.com/aishell_2) [WenetSpeech](https://wenet.org.cn/WenetSpeech/) [HKUST](https://catalog.ldc.upenn.edu/LDC2005S15) | [full fine-tuning](https://github.com/shuaijiang/Whisper-Finetune) |
37
 
38
-
39
 
40
 
41
  ## CER
 
26
  )
27
  )
28
 
29
+ transcription = transcriber("my_audio.wav")
30
 
31
  ```
32
 
 
35
  |:----------------:|:-------:|:----------------------------------------------------------:|:-----------:|
36
  | Belle-whisper-large-v2-zh | 16KHz | [AISHELL-1](https://openslr.magicdatatech.com/resources/33/) [AISHELL-2](https://www.aishelltech.com/aishell_2) [WenetSpeech](https://wenet.org.cn/WenetSpeech/) [HKUST](https://catalog.ldc.upenn.edu/LDC2005S15) | [full fine-tuning](https://github.com/shuaijiang/Whisper-Finetune) |
37
 
38
+ If you want to fine-thuning the model on your datasets, please reference to our [github repo](https://github.com/shuaijiang/Whisper-Finetune)
39
 
40
 
41
  ## CER