Audio Classification
ONNX
stefanpp commited on
Commit
b978eb1
·
1 Parent(s): dc2d03d

added eval section

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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 |