Etherll commited on
Commit
fb9c8a8
·
verified ·
1 Parent(s): a9dd5c0

Update README.md

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