Snap
Browse files
voice_prints.pkl → data.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:284f34e092e01ef5ddd27b17777e542dd363bc265166dc1289cb144df8de9622
|
3 |
+
size 201911
|
vps_clustering_benchmark.py
CHANGED
@@ -10,7 +10,7 @@ speaker identities, their age and gender, diarization-based speech segments,
|
|
10 |
and transcription. The dataset is intended for the benchmarking of VBI-core.
|
11 |
"""
|
12 |
|
13 |
-
_HF_REPO_PATH = "https://huggingface.co/datasets/conversy/vps_clustering_benchmark/resolve/main/
|
14 |
|
15 |
|
16 |
class VPClusteringBenchmarkConfig(datasets.BuilderConfig):
|
|
|
10 |
and transcription. The dataset is intended for the benchmarking of VBI-core.
|
11 |
"""
|
12 |
|
13 |
+
_HF_REPO_PATH = "https://huggingface.co/datasets/conversy/vps_clustering_benchmark/resolve/main/data.pkl"
|
14 |
|
15 |
|
16 |
class VPClusteringBenchmarkConfig(datasets.BuilderConfig):
|