Transformers
TensorBoard
Safetensors
Hindi
pyannet
speaker-diarization
speaker-segmentation
Generated from Trainer
Instructions to use shreyaskal3/speaker-segmentation-fine-tuned-hindi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shreyaskal3/speaker-segmentation-fine-tuned-hindi with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("shreyaskal3/speaker-segmentation-fine-tuned-hindi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training code
#1
by kaulshashank - opened
Hey, mind sharing the training code/notebook you're using for this? I'm curious about how to train tune pyannote/speaker-segmentation.
Hey, all the info and training code are available in this blog. You can check it out here - https://medium.com/arya-ai-tech-blog/fine-tuning-speaker-diarization-models-with-synthetic-hindi-data-aa0691cacf1a
Hey , what versions of pyannote.audio.pipelines and diarizers were used?