Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zarifmahir21
/
bengali-speaker-diarization_v2

pyannote.audio
PyTorch
Bengali
speaker-diarization
pyannote
audio
voice
speech
bengali
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use zarifmahir21/bengali-speaker-diarization_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use zarifmahir21/bengali-speaker-diarization_v2 with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("zarifmahir21/bengali-speaker-diarization_v2")
    inference = Inference(model)
    
    # inference on the whole file
    inference("file.wav")
    
    # inference on an excerpt
    from pyannote.core import Segment
    excerpt = Segment(start=2.0, end=5.0)
    inference.crop("file.wav", excerpt)
  • Notebooks
  • Google Colab
  • Kaggle
bengali-speaker-diarization_v2
17.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zarifmahir21's picture
zarifmahir21
Upload fine-tuned Bengali speaker diarization model
7c461a1 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    540 Bytes
    Upload fine-tuned Bengali speaker diarization model 4 months ago
  • USAGE.md
    115 Bytes
    Upload fine-tuned Bengali speaker diarization model 4 months ago
  • config.yaml
    235 Bytes
    Upload fine-tuned Bengali speaker diarization model 4 months ago
  • pipeline_config.json
    357 Bytes
    Upload fine-tuned Bengali speaker diarization model 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (7)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "pyannote.audio.core.task.Problem",
    • "pyannote.audio.core.task.Resolution",
    • "pyannote.audio.core.task.Specifications",
    • "torch.torch_version.TorchVersion"

    How to fix it?

    17.7 MB
    xet
    Upload fine-tuned Bengali speaker diarization model 4 months ago