DJRHails commited on
Commit
459c85b
·
verified ·
1 Parent(s): d7d42e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ LM-readable speaker identities for diarization + transcription pipelines.
19
 
20
  ## Files
21
 
22
- - `q2.json` — fitted quantizer state (0.1 MB).
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
- "q2.json",
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