arunasrivastava commited on
Commit
4d487cd
·
1 Parent(s): f06db26

blog post update

Browse files
Files changed (1) hide show
  1. README-github.md +3 -0
README-github.md CHANGED
@@ -15,9 +15,12 @@ Welcome to the Phonemic Transcription Leaderboard! This simple leaderboard helps
15
 
16
  This leaderboard tracks two key metrics for phonemic transcription models:
17
 
 
18
  * **PER (Phoneme Error Rate)**: How accurately your model converts speech to phonemes
19
  * **PWED (Phoneme Weighted Edit Distance)**: A more nuanced metric that considers phonemic features
20
 
 
 
21
  Models are evaluated on the TIMIT speech corpus, a gold standard in speech recognition research.
22
 
23
  ## 🚀 Getting Started
 
15
 
16
  This leaderboard tracks two key metrics for phonemic transcription models:
17
 
18
+
19
  * **PER (Phoneme Error Rate)**: How accurately your model converts speech to phonemes
20
  * **PWED (Phoneme Weighted Edit Distance)**: A more nuanced metric that considers phonemic features
21
 
22
+ Read more about evaluations on our [blog](https://www.koellabs.com/blog/phonemic-transcription-metrics)
23
+
24
  Models are evaluated on the TIMIT speech corpus, a gold standard in speech recognition research.
25
 
26
  ## 🚀 Getting Started