Snap
Browse files
vps_clustering_benchmark.py
CHANGED
@@ -64,7 +64,7 @@ class VPClusteringBenchmark(datasets.GeneratorBasedBuilder):
|
|
64 |
"speaker": datasets.Value("string"),
|
65 |
"duration": datasets.Value("float32"),
|
66 |
"segment_clean": datasets.Value("bool"),
|
67 |
-
"vp": datasets.
|
68 |
})
|
69 |
return datasets.DatasetInfo(
|
70 |
description=description,
|
|
|
64 |
"speaker": datasets.Value("string"),
|
65 |
"duration": datasets.Value("float32"),
|
66 |
"segment_clean": datasets.Value("bool"),
|
67 |
+
"vp": datasets.Array(shape=(192,), dtype="float32")
|
68 |
})
|
69 |
return datasets.DatasetInfo(
|
70 |
description=description,
|