darios commited on
Commit
9fe3dbd
·
verified ·
1 Parent(s): 9b5c1f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,4 +5,4 @@ This repository contains the speaker embedding models for our Zonos-v0.1 [transf
5
 
6
  The speaker embedding models are based on the [ResNet293-SimAM-ASP](https://github.com/VoxBlink2/ScriptsForVoxBlink2/tree/main/asv) models from VoxBlink2. We use the pretrain models as we found the finetunes performed worse.
7
 
8
- The output of the speaker embedding model is then passed through an LDA layer and compressed from 2048 to 1024 dimensions to remove further spurious information about the speaker embedding clip before being fed into the Zonos models.
 
5
 
6
  The speaker embedding models are based on the [ResNet293-SimAM-ASP](https://github.com/VoxBlink2/ScriptsForVoxBlink2/tree/main/asv) models from VoxBlink2. We use the pretrain models as we found the finetunes performed worse.
7
 
8
+ The output of the speaker embedding model is then passed through an LDA layer and compressed from 256 to 128 dimensions to remove further spurious information about the speaker embedding clip before being fed into the Zonos models.