Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,11 @@ Link to paper: [ECAPA2: A Hybrid Neural Network Architecture and Training Strate
|
|
10 |
ECAPA2 is a hybrid neural network architecture and training strategy for generating robust speaker embeddings.
|
11 |
The provided pre-trained model has an easy-to-use API to extract speaker embeddings and other hierarchical features. More information can be found in our original ECAPA2 paper.
|
12 |
|
|
|
|
|
13 |
The speaker embeddings are recommended for tasks which rely directly on the identity of the speaker (e.g. speaker verification and speaker diarization).
|
14 |
The hierarchical features are most useful for tasks capturing intra-speaker variance (e.g. emotion recognition and speaker profiling) and prove complimentary with the speaker embedding in our experience. See our speaker profiling paper for an example usage of the hierarchical features.
|
|
|
15 |
|
16 |
<p align="center">
|
17 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/620f6a7d110b521c673c1914/cmd1Nvk6_WXInUKrjgXPj.png" width="300"/>
|
|
|
10 |
ECAPA2 is a hybrid neural network architecture and training strategy for generating robust speaker embeddings.
|
11 |
The provided pre-trained model has an easy-to-use API to extract speaker embeddings and other hierarchical features. More information can be found in our original ECAPA2 paper.
|
12 |
|
13 |
+
|
14 |
+
<!---
|
15 |
The speaker embeddings are recommended for tasks which rely directly on the identity of the speaker (e.g. speaker verification and speaker diarization).
|
16 |
The hierarchical features are most useful for tasks capturing intra-speaker variance (e.g. emotion recognition and speaker profiling) and prove complimentary with the speaker embedding in our experience. See our speaker profiling paper for an example usage of the hierarchical features.
|
17 |
+
-->
|
18 |
|
19 |
<p align="center">
|
20 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/620f6a7d110b521c673c1914/cmd1Nvk6_WXInUKrjgXPj.png" width="300"/>
|