Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bumstern
/
segmentation_model_russian_data

pyannote.audio
Russian
code
Model card Files Files and versions
xet
Community

Instructions to use bumstern/segmentation_model_russian_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use bumstern/segmentation_model_russian_data with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("bumstern/segmentation_model_russian_data")
    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
segmentation_model_russian_data / model
2.75 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bumstern's picture
bumstern
Create trained segmentation model
b1dd720 almost 3 years ago
  • config.yaml
    153 Bytes
    Create trained segmentation model almost 3 years ago
  • segm_model.pth
    2.75 MB
    xet
    Create trained segmentation model almost 3 years ago