konverner commited on
Commit
7f1be45
2 Parent(s): b8d1b27 1d92ccb
notebooks/CLI_Example.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
pretrained_models/EncoderClassifier-e3dcc8e5060144ec1668cd02c05772cd/classifier.ckpt ADDED
@@ -0,0 +1 @@
 
 
1
+ C:/Users/konst/.cache/huggingface/hub/models--speechbrain--spkrec-xvect-voxceleb/snapshots/e2cc27f853f99bd5d539432f0cba3f124c059f71/classifier.ckpt
pretrained_models/EncoderClassifier-e3dcc8e5060144ec1668cd02c05772cd/embedding_model.ckpt ADDED
@@ -0,0 +1 @@
 
 
1
+ C:/Users/konst/.cache/huggingface/hub/models--speechbrain--spkrec-xvect-voxceleb/snapshots/e2cc27f853f99bd5d539432f0cba3f124c059f71/embedding_model.ckpt
pretrained_models/EncoderClassifier-e3dcc8e5060144ec1668cd02c05772cd/hyperparams.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ C:/Users/konst/.cache/huggingface/hub/models--speechbrain--spkrec-xvect-voxceleb/snapshots/e2cc27f853f99bd5d539432f0cba3f124c059f71/hyperparams.yaml
pretrained_models/EncoderClassifier-e3dcc8e5060144ec1668cd02c05772cd/label_encoder.ckpt ADDED
@@ -0,0 +1 @@
 
 
1
+ C:/Users/konst/.cache/huggingface/hub/models--speechbrain--spkrec-xvect-voxceleb/snapshots/e2cc27f853f99bd5d539432f0cba3f124c059f71/label_encoder.txt
pretrained_models/EncoderClassifier-e3dcc8e5060144ec1668cd02c05772cd/mean_var_norm_emb.ckpt ADDED
@@ -0,0 +1 @@
 
 
1
+ C:/Users/konst/.cache/huggingface/hub/models--speechbrain--spkrec-xvect-voxceleb/snapshots/e2cc27f853f99bd5d539432f0cba3f124c059f71/mean_var_norm_emb.ckpt
scripts/output/audio.wav ADDED
Binary file (34.9 kB). View file
 
scripts/train.py CHANGED
@@ -66,5 +66,6 @@ if __name__ == "__main__":
66
 
67
  trainer.train()
68
  cloning_model.save_pretrained(Path(training_config["output_dir"]) /
69
- Path(cloning_model.config['model_path'].replace('/', '_')) +\
70
- '_' + Path(training_config['audio_path']).stem)
 
 
66
 
67
  trainer.train()
68
  cloning_model.save_pretrained(Path(training_config["output_dir"]) /
69
+ Path(cloning_model.config['model_path'].replace('/', '_')
70
+ + '_' + Path(training_config['audio_path']).stem)
71
+ )
scripts/training_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "lang": "en",
5
  "batch_size": 2,
6
  "learning_rate": 1e-4,
7
- "max_steps": 15,
8
- "warmup_steps": 2
9
  }
 
4
  "lang": "en",
5
  "batch_size": 2,
6
  "learning_rate": 1e-4,
7
+ "max_steps": 100,
8
+ "warmup_steps": 20
9
  }