Voice Activity Detection
Transformers
PyTorch
speaker
speaker-diarization
meeting
wavlm
wespeaker
diarizen
pyannote
pyannote-audio-pipeline
Instructions to use BUT-FIT/diarizen-wavlm-large-s80-md with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BUT-FIT/diarizen-wavlm-large-s80-md with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BUT-FIT/diarizen-wavlm-large-s80-md", device_map="auto") - Notebooks
- Google Colab
- Kaggle
docs: minor punctuation update in README
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ This hub features the pre-trained model by [DiariZen](https://github.com/BUTSpee
|
|
| 18 |
|
| 19 |
Then structured pruning at 80% sparsity is applied. After pruning, the number of parameters in WavLM Large is reduced from **316.6M to 63.3M**, and the computational cost (MACs) decreases from **17.8G to 3.8G** per second. When loading this model, please ensure **non-commercial** usage, in accordance with the CC BY-NC 4.0 license.
|
| 20 |
|
| 21 |
-
## Note
|
| 22 |
This is the original version of the repository. It is optimized for cases where no more than 3 speakers overlap at any given time. For scenarios with high speaker overlap (up to 4 simultaneous speakers), the [new repository](https://huggingface.co/BUT-FIT/diarizen-wavlm-large-s80-md-v2) is recommended as it provides significantly better performance under such conditions.
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
Then structured pruning at 80% sparsity is applied. After pruning, the number of parameters in WavLM Large is reduced from **316.6M to 63.3M**, and the computational cost (MACs) decreases from **17.8G to 3.8G** per second. When loading this model, please ensure **non-commercial** usage, in accordance with the CC BY-NC 4.0 license.
|
| 20 |
|
| 21 |
+
## Note
|
| 22 |
This is the original version of the repository. It is optimized for cases where no more than 3 speakers overlap at any given time. For scenarios with high speaker overlap (up to 4 simultaneous speakers), the [new repository](https://huggingface.co/BUT-FIT/diarizen-wavlm-large-s80-md-v2) is recommended as it provides significantly better performance under such conditions.
|
| 23 |
|
| 24 |
|