Update README.md
Browse files
README.md
CHANGED
@@ -36,8 +36,9 @@ For a better experience, we encourage you to learn more about
|
|
36 |
|
37 |
This system is composed of an wav2vec2 model. It is a combination of convolutional and residual blocks. The embeddings are extracted using attentive statistical pooling. The system is trained with Additive Margin Softmax Loss. Speaker Verification is performed using cosine distance between speaker embeddings.
|
38 |
|
39 |
-
The system
|
40 |
-
|
|
|
41 |
|
42 |
## Install SpeechBrain
|
43 |
|
|
|
36 |
|
37 |
This system is composed of an wav2vec2 model. It is a combination of convolutional and residual blocks. The embeddings are extracted using attentive statistical pooling. The system is trained with Additive Margin Softmax Loss. Speaker Verification is performed using cosine distance between speaker embeddings.
|
38 |
|
39 |
+
The system is trained with recordings sampled at 16kHz (single channel).
|
40 |
+
The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *classify_file* if needed.
|
41 |
+
|
42 |
|
43 |
## Install SpeechBrain
|
44 |
|