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

blog post update

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -168,7 +168,9 @@ with gr.Blocks(css="""
168
  gr.Markdown("""
169
  ## Explanation of Metrics
170
  - **PER (Phoneme Error Rate)**: The Levenshtein distance calculated between phoneme sequences of the predicted and actual transcriptions.
171
- - **PWED (Phoneme Weighted Edit Distance)**: Edit distance between the predicted and actual phoneme sequences, weighted by the phonemic feature distance. Method provided by [panphon library](https://github.com/dmort27/panphon)
 
 
172
  """)
173
  gr.Markdown("""
174
  ## Test Set Information
 
168
  gr.Markdown("""
169
  ## Explanation of Metrics
170
  - **PER (Phoneme Error Rate)**: The Levenshtein distance calculated between phoneme sequences of the predicted and actual transcriptions.
171
+ - **PWED (Phoneme Weighted Edit Distance)**: Edit distance between the predicted and actual phoneme sequences, weighted by the phonemic feature distance. Method by the [panphon library](https://github.com/dmort27/panphon)
172
+
173
+ Read more about evaluations on [our blog](https://www.koellabs.com/blog/phonemic-transcription-metrics)
174
  """)
175
  gr.Markdown("""
176
  ## Test Set Information