Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ This is a `mHuBERT-147` model traced into a pytorch jit file.
|
|
8 |
This allows to run and deploy the model without extra dependencies.
|
9 |
Model after 2nd training iteration is combined with faiss index, to output hubert labels.
|
10 |
|
11 |
-
|
12 |
|
13 |
```
|
14 |
import torch
|
|
|
8 |
This allows to run and deploy the model without extra dependencies.
|
9 |
Model after 2nd training iteration is combined with faiss index, to output hubert labels.
|
10 |
|
11 |
+
Usage:
|
12 |
|
13 |
```
|
14 |
import torch
|