yangwang825 commited on
Commit
87e0ca6
1 Parent(s): d2d30fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ widget:
23
  src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb_00004.wav
24
  ---
25
 
26
- # Speaker Identification with ECAPA-TDNN embeddings on Voxceleb
27
 
28
  This repository provides a pretrained TDNN model (x-vector) using SpeechBrain. The system can be used to extract speaker embeddings as well. Since we can't find any resource that has SpeechBrain or HuggingFace compatible checkpoints that has only been trained on VoxCeleb2 development data, so we decide to pre-train an TDNN system from scratch.
29
 
 
23
  src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb_00004.wav
24
  ---
25
 
26
+ # Speaker Identification with TDNN embeddings on Voxceleb
27
 
28
  This repository provides a pretrained TDNN model (x-vector) using SpeechBrain. The system can be used to extract speaker embeddings as well. Since we can't find any resource that has SpeechBrain or HuggingFace compatible checkpoints that has only been trained on VoxCeleb2 development data, so we decide to pre-train an TDNN system from scratch.
29