Na0s commited on
Commit
9ff99dd
1 Parent(s): b152fd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -26
README.md CHANGED
@@ -55,32 +55,23 @@ The following hyperparameters were used during training:
55
 
56
  ### Performance Overview:
57
 
58
- \begin{table}[h]
59
- \centering
60
- \begin{tabular}{|l|c|c|c|}
61
- \hline
62
- \textbf{Model Name} & \textbf{WER} & \textbf{CER} & \textbf{Number of Parameters}\\ \hline
63
- Whisper Tiny & 0.46 & 0.27 & 39M \\ \hline
64
- Whisper Base & 0.42 & 0.26 & 74M \\ \hline
65
- Whisper Small & 0.39 & 0.26 & 244M \\ \hline
66
- Whisper Medium & 0.37 & 0.23 & 769M \\ \hline
67
- Whisper Large v3 & 0.33 & 0.18 & 1.55B \\ \hline
68
- \textbf{Whisper Medical} & \textbf{0.19} & \textbf{0.10} & \textbf{1.55B} \\ \hline
69
- \end{tabular}
70
- \caption{Performance of foundation Whispers vs Medical Whisper on the Validation set.}
71
- \label{tab:whisper_models}
72
- \end{table}
73
-
74
- \begin{table}[h]
75
- \centering
76
- \begin{tabular}{|>{\bfseries}l|>{\bfseries}c|>{\bfseries}c|}
77
- \hline
78
- Model Name & WER & CER \\ \hline
79
- Whisper Medical & 0.24 & 0.13 \\ \hline
80
- \end{tabular}
81
- \caption{Performance of Whisper Medical on the Test set (Generalization ability).}
82
- \label{tab:whisper_medical_test}
83
- \end{table}
84
 
85
  ### Framework versions
86
 
 
55
 
56
  ### Performance Overview:
57
 
58
+ \| Model Name | WER | CER | Number of Parameters |
59
+ |--------------------|------|------|----------------------|
60
+ | Whisper Tiny | 0.46 | 0.27 | 39M |
61
+ | Whisper Base | 0.42 | 0.26 | 74M |
62
+ | Whisper Small | 0.39 | 0.26 | 244M |
63
+ | Whisper Medium | 0.37 | 0.23 | 769M |
64
+ | Whisper Large v3 | 0.33 | 0.18 | 1.55B |
65
+ | **Whisper Medical**| **0.19** | **0.10** | **1.55B** |
66
+
67
+ _Performance of foundation Whispers vs Medical Whisper on the Validation set._
68
+
69
+ | Model Name | WER | CER | Number of Parameters |
70
+ |--------------------|------|------|----------------------|
71
+ | **Whisper Medical**| **0.15** | **0.07** | **1.55B** |
72
+
73
+ **Table: Performance of Whisper Medical on the Test set.**
74
+
 
 
 
 
 
 
 
 
 
75
 
76
  ### Framework versions
77