Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -74,9 +74,11 @@ roc_auc_confidence = roc_auc_score(
|
|
74 |
)
|
75 |
```
|
76 |
|
77 |
-
#
|
78 |
|
79 |
-
Example AUC plots computed for
|
|
|
|
|
80 |
|
81 |
<img src="assets/roc_test_clean.png" alt="Example from test.clean with Silero-VAD"/>
|
82 |
|
|
|
74 |
)
|
75 |
```
|
76 |
|
77 |
+
# Model evaluation example
|
78 |
|
79 |
+
Example AUC plots computed for
|
80 |
+
[Silero VAD](https://github.com/snakers4/silero-vad?tab=readme-ov-file)
|
81 |
+
model with `test.clean` split.
|
82 |
|
83 |
<img src="assets/roc_test_clean.png" alt="Example from test.clean with Silero-VAD"/>
|
84 |
|