Update README.md
Browse files
README.md
CHANGED
|
@@ -26,4 +26,6 @@ Then, in the generate_embeddings.py script, select the dataset, uncomment the
|
|
| 26 |
lines, and run the script:
|
| 27 |
```
|
| 28 |
poetry run python generate_embeddings.py
|
| 29 |
-
```
|
|
|
|
|
|
|
|
|
| 26 |
lines, and run the script:
|
| 27 |
```
|
| 28 |
poetry run python generate_embeddings.py
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
Note: While the model was trained using audio sampled at 16khz, the performance seems to be consistent for 24khz sampled audio as well. Use at your own disgression.
|