fix link to script
Browse files- README.md +1 -1
- 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/
|
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/
|
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
|