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

Scicom-intl
/
semantic-vad-eot-whisper-base

Audio Classification
Transformers
ONNX
Safetensors
Malay
English
end-of-turn-detection
turn-detection
semantic-vad
endpointing
voice-agent
livekit
whisper
telephony
Model card Files Files and versions
xet
Community

Instructions to use Scicom-intl/semantic-vad-eot-whisper-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Scicom-intl/semantic-vad-eot-whisper-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Scicom-intl/semantic-vad-eot-whisper-base")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Scicom-intl/semantic-vad-eot-whisper-base", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
semantic-vad-eot-whisper-base
146 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
huseinzolkepliscicom's picture
huseinzolkepliscicom
Upload PyTorch encoder + head and ONNX (fp32, int8) exports
bbdc3c1 verified 14 days ago
  • encoder
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • onnx
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    6.63 kB
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • eot_head.pt
    534 kB
    xet
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • eot_window.json
    115 Bytes
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • preprocessor_config.json
    313 Bytes
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago
  • training_summary.json
    2 kB
    Upload PyTorch encoder + head and ONNX (fp32, int8) exports 14 days ago