Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ LM-readable speaker identities for diarization + transcription pipelines.
|
|
| 19 |
|
| 20 |
## Files
|
| 21 |
|
| 22 |
-
- `
|
| 23 |
|
| 24 |
## Training corpus
|
| 25 |
|
|
@@ -33,7 +33,7 @@ from voxpath.hashing import HierarchicalHashQuantizer
|
|
| 33 |
|
| 34 |
path = hf_hub_download(
|
| 35 |
"DJRHails/voxpath-hierarchical-hash-redimnet2-b6",
|
| 36 |
-
"
|
| 37 |
)
|
| 38 |
quantizer = HierarchicalHashQuantizer.load(path)
|
| 39 |
|
|
|
|
| 19 |
|
| 20 |
## Files
|
| 21 |
|
| 22 |
+
- `voxceleb+librispeech+commonvoice+voices.redimnet2-b6.hierarchical-hash.quantizer.json` — fitted quantizer state (0.1 MB).
|
| 23 |
|
| 24 |
## Training corpus
|
| 25 |
|
|
|
|
| 33 |
|
| 34 |
path = hf_hub_download(
|
| 35 |
"DJRHails/voxpath-hierarchical-hash-redimnet2-b6",
|
| 36 |
+
"voxceleb+librispeech+commonvoice+voices.redimnet2-b6.hierarchical-hash.quantizer.json",
|
| 37 |
)
|
| 38 |
quantizer = HierarchicalHashQuantizer.load(path)
|
| 39 |
|