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

mythicinfinity
/
speech-truncation-detection-12M

Audio Classification
Transformers
Safetensors
speech_truncation_detection
feature-extraction
audio
speech
truncation-detection
custom-code
custom_code
Model card Files Files and versions
xet
Community

Instructions to use mythicinfinity/speech-truncation-detection-12M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mythicinfinity/speech-truncation-detection-12M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="mythicinfinity/speech-truncation-detection-12M", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mythicinfinity/speech-truncation-detection-12M", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
speech-truncation-detection-12M
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
brthor's picture
brthor
Publish truncation model llama12m-ce-002 from model.pt (final)
d38e6e0 verified 3 months ago
  • .gitattributes
    54 Bytes
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • README.md
    4.13 kB
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • __init__.py
    919 Bytes
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • config.json
    1.52 kB
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • configuration_speech_truncation_detection.py
    1.81 kB
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • model.safetensors
    51.8 MB
    xet
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • modeling_speech_truncation_detection.py
    13.3 kB
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago
  • processing_speech_truncation_detection.py
    11.6 kB
    Publish truncation model llama12m-ce-002 from model.pt (final) 3 months ago