Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,10 @@ license: cc-by-nc-4.0
|
|
5 |
# ECAPA2 Speaker Embedding Extractor
|
6 |
|
7 |
ECAPA2 is a hybrid neural network architecture and training strategy for generating robust speaker embeddings.
|
8 |
-
The provided pre-trained model has an easy-to-use API to extract speaker embeddings and other hierarchical features.
|
9 |
|
10 |
The speaker embeddings are recommended for tasks which rely directly on the identity of the speaker (e.g. speaker verification and speaker diarization).
|
11 |
-
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.
|
12 |
-
|
13 |
-
See the original ECAPA2 paper for more details about the architecture and employed training strategy.
|
14 |
-
|
15 |
-
See our speaker profiling paper for an example usage of the hierarchical features.
|
16 |
|
17 |
<!---
|
18 |
## Model Details
|
|
|
5 |
# ECAPA2 Speaker Embedding Extractor
|
6 |
|
7 |
ECAPA2 is a hybrid neural network architecture and training strategy for generating robust speaker embeddings.
|
8 |
+
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.
|
9 |
|
10 |
The speaker embeddings are recommended for tasks which rely directly on the identity of the speaker (e.g. speaker verification and speaker diarization).
|
11 |
+
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.
|
|
|
|
|
|
|
|
|
12 |
|
13 |
<!---
|
14 |
## Model Details
|