added eval section
Browse files
README.md
CHANGED
@@ -107,4 +107,13 @@ if __name__ == "__main__":
|
|
107 |
- Knowledge Distillation
|
108 |
- Onnx format weights
|
109 |
- The weights are converted in the Onnx format (in order to optimize CPU & GPU Performance)
|
110 |
-
- As tested on an AMD Instinct MI100 GPU - sub 10ms inference per 704ms audio chunk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
- Knowledge Distillation
|
108 |
- Onnx format weights
|
109 |
- The weights are converted in the Onnx format (in order to optimize CPU & GPU Performance)
|
110 |
+
- As tested on an AMD Instinct MI100 GPU - sub 10ms inference per 704ms audio chunk
|
111 |
+
|
112 |
+
# Evaluation
|
113 |
+
|
114 |
+
Accuracy at 0.95 with 8120 samples tested.
|
115 |
+
|
116 |
+
classes | precision | recall | f1-score | support |
|
117 |
+
---|---|---|---|---|
|
118 |
+
eos | 0.94 | 0.95 | 0.95 | 4060 |
|
119 |
+
not_eos | 0.95 | 0.94 | 0.95 | 4060 |
|