Jack
commited on
Commit
·
1b10bcc
1
Parent(s):
0c384d6
edited app
Browse files- app.py +1 -1
- public/styles.css +0 -4
app.py
CHANGED
@@ -57,7 +57,7 @@ This tool transcribes **Air Traffic Control (ATC)** audio using OpenAI’s **Whi
|
|
57 |
- **Non fine-tuned Whisper medium.en WER**: 94.59%
|
58 |
- **Relative improvement**: 84.06%
|
59 |
|
60 |
-
While the fine-tuned model performs
|
61 |
|
62 |
---
|
63 |
|
|
|
57 |
- **Non fine-tuned Whisper medium.en WER**: 94.59%
|
58 |
- **Relative improvement**: 84.06%
|
59 |
|
60 |
+
While the fine-tuned model performs better, **we cannot guarantee the accuracy of the transcriptions**. For more details, see the [blog post](https://jacktol.net/posts/fine-tuning_whisper_on_atc_data), or check out the [project repository](https://github.com/jack-tol/fine-tuning-whisper-on-atc-data). Feel free to contact me at [[email protected]](mailto:[email protected]).
|
61 |
|
62 |
---
|
63 |
|
public/styles.css
CHANGED
@@ -28,7 +28,3 @@ div[class*='MuiAvatar-root'] {
|
|
28 |
span[class*='MuiTouchRipple-root'] {
|
29 |
display: none !important;
|
30 |
}
|
31 |
-
|
32 |
-
p {
|
33 |
-
font-size: 14px;
|
34 |
-
}
|
|
|
28 |
span[class*='MuiTouchRipple-root'] {
|
29 |
display: none !important;
|
30 |
}
|
|
|
|
|
|
|
|