sanchit-gandhi
commited on
Commit
·
0673498
1
Parent(s):
b2ec3f0
clarify
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ if __name__ == "__main__":
|
|
177 |
)
|
178 |
gr.Markdown(
|
179 |
"Analyse the transcriptions generated by the Whisper large-v2 and large-32-2 models on the TEDLIUM dev set. "
|
180 |
-
"Analysis is performed on the overall level,
|
181 |
"The transcriptions for both models are shown at the bottom of the demo. The text diff for each is computed "
|
182 |
"relative to the target transcriptions, where insertions are displayed in <span style='background-color:Lightgreen'>green</span>, and "
|
183 |
"deletions in <span style='background-color:#FFCCCB'><s>red</s></span>."
|
|
|
177 |
)
|
178 |
gr.Markdown(
|
179 |
"Analyse the transcriptions generated by the Whisper large-v2 and large-32-2 models on the TEDLIUM dev set. "
|
180 |
+
"Analysis is performed on the overall level, where statistics are computed over the entire dev set, and also a per-sample level. "
|
181 |
"The transcriptions for both models are shown at the bottom of the demo. The text diff for each is computed "
|
182 |
"relative to the target transcriptions, where insertions are displayed in <span style='background-color:Lightgreen'>green</span>, and "
|
183 |
"deletions in <span style='background-color:#FFCCCB'><s>red</s></span>."
|