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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HiTZ
/
pyannote-segmentation-3.0-RTVE

Automatic Speech Recognition
pyannote.audio
Spanish
pyannote
audio
voice
speech
speaker
speaker-diarization
segmentation
Model card Files Files and versions
xet
Community

Instructions to use HiTZ/pyannote-segmentation-3.0-RTVE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use HiTZ/pyannote-segmentation-3.0-RTVE with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("HiTZ/pyannote-segmentation-3.0-RTVE")
    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
pyannote-segmentation-3.0-RTVE
53.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
chsougan's picture
chsougan
Update README.md
16cf4a4 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.06 kB
    Update README.md 9 months ago
  • config.yaml
    471 Bytes
    Rename config_diarization-3.1.yaml to config.yaml over 1 year ago
  • development.lst
    275 Bytes
    Upload 7 files over 1 year ago
  • primary_fusion.py
    734 Bytes
    Rename primary_doverlap.py to primary_fusion.py over 1 year ago
  • seg_CONF.ckpt
    17.7 MB
    xet
    Upload 7 files over 1 year ago
  • seg_FA.ckpt
    17.7 MB
    xet
    Upload 7 files over 1 year ago
  • seg_MISS.ckpt
    17.7 MB
    xet
    Upload 7 files over 1 year ago
  • test.lst
    296 Bytes
    Upload 7 files over 1 year ago
  • train.lst
    1.44 kB
    Upload 7 files over 1 year ago