ggmbr commited on
Commit
b50b5f4
·
1 Parent(s): 3433a04

fix link to script

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. spk_embeddings.py +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ The model has been derived from the self-supervised pretrained model [WavLM-larg
23
  The next section explains how to compute these non-timbral embeddings.
24
 
25
  # Usage
26
- The following code snippet uses the file [spk_embeddings.py](https://huggingface.co/Orange/w-pro/blob/main/spk_embeddings.py)
27
  to build the architecture of the model.
28
  Its weights are then downloaded from this repository.
29
  ```
 
23
  The next section explains how to compute these non-timbral embeddings.
24
 
25
  # Usage
26
+ The following code snippet uses the file [spk_embeddings.py](https://huggingface.co/Orange/Speaker-wavLM-pro/blob/main/spk_embeddings.py)
27
  to build the architecture of the model.
28
  Its weights are then downloaded from this repository.
29
  ```
spk_embeddings.py CHANGED
@@ -4,7 +4,7 @@
4
  * SPDX-License-Identifier: CC-BY-SA-3.0
5
  *
6
  * This software is distributed under the Creative Commons Attribution Share Alike 3.0 Unported,
7
- * see the "LICENSE.txt" file for more details or https://huggingface.co/Orange/w-pro/blob/main/LICENSE.txt
8
  '''
9
 
10
  import torch, torchaudio
 
4
  * SPDX-License-Identifier: CC-BY-SA-3.0
5
  *
6
  * This software is distributed under the Creative Commons Attribution Share Alike 3.0 Unported,
7
+ * see the "LICENSE.txt" file for more details or https://huggingface.co/Orange/Speaker-wavLM-pro/blob/main/LICENSE.txt
8
  '''
9
 
10
  import torch, torchaudio