tdns03 commited on
Commit
37e1cc9
1 Parent(s): 460ab85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,12 +17,12 @@ widget:
17
  pipeline_tag: audio-classification
18
  ---
19
 
20
- # Whisper Pronunciation Scorer
21
 
22
  This model assesses pronunciation quality for Korean speech. It's based on the openai/whisper-small model, fine-tuned using the Korea AI-Hub (https://www.aihub.or.kr/) foreigner Korean pronunciation evaluation dataset.
23
 
24
  # Model Description
25
- The Whisper Pronunciation Scorer takes audio input along with its corresponding text transcript and provides a Korean pronunciation score on a scale of 1 to 5. It utilizes the encoder-decoder architecture of the Whisper model to extract speech features and employs an additional linear layer to predict the pronunciation score.
26
 
27
  # How to Use
28
  To use this model, follow these steps:
 
17
  pipeline_tag: audio-classification
18
  ---
19
 
20
+ # Whisper Fine-tuned Pronunciation Scorer
21
 
22
  This model assesses pronunciation quality for Korean speech. It's based on the openai/whisper-small model, fine-tuned using the Korea AI-Hub (https://www.aihub.or.kr/) foreigner Korean pronunciation evaluation dataset.
23
 
24
  # Model Description
25
+ The Pronunciation Scorer takes audio input along with its corresponding text transcript and provides a Korean pronunciation score on a scale of 1 to 5. It utilizes the encoder-decoder architecture of the Whisper model to extract speech features and employs an additional linear layer to predict the pronunciation score.
26
 
27
  # How to Use
28
  To use this model, follow these steps: