Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ results = classifier("path/to/your_audio_file.wav")
|
|
59 |
# {'score': 0.002027299487963319, 'label': 'noisy'}]
|
60 |
print(results)
|
61 |
```
|
62 |
-
|
63 |
## Training Data
|
64 |
|
65 |
This model was trained on a sophisticated, custom-built dataset of ~55,000 audio clips, specifically designed to teach the nuances of audio quality.
|
|
|
59 |
# {'score': 0.002027299487963319, 'label': 'noisy'}]
|
60 |
print(results)
|
61 |
```
|
62 |
+
> **Note:** The model outputs a confidence score for each label. In my use case, I consider audio to be *clean* if the score for the `clean` label is greater than **0.7**.
|
63 |
## Training Data
|
64 |
|
65 |
This model was trained on a sophisticated, custom-built dataset of ~55,000 audio clips, specifically designed to teach the nuances of audio quality.
|