guynich commited on
Commit
378a7b9
·
verified ·
1 Parent(s): 69bf9d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -74,9 +74,11 @@ roc_auc_confidence = roc_auc_score(
74
  )
75
  ```
76
 
77
- # Silero-VAD model testing
78
 
79
- Example AUC plots computed for Silero-VAD model model with `test.clean` split.
 
 
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