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

  • Log In
  • Sign Up

mispeech
/
ced-mini

Audio Classification
Transformers
ONNX
Safetensors
ced
custom_code
Model card Files Files and versions
xet
Community

Instructions to use mispeech/ced-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mispeech/ced-mini with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="mispeech/ced-mini", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForAudioClassification
    model = AutoModelForAudioClassification.from_pretrained("mispeech/ced-mini", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ced-mini
49.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 29 commits
richermans's picture
richermans
Update configuration_ced.py
26c3ebc verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.4 kB
    Update README.md about 2 months ago
  • config.json
    25.1 kB
    Update config.json 11 months ago
  • configuration_ced.py
    6.75 kB
    Update configuration_ced.py about 1 month ago
  • feature_extraction_ced.py
    6.48 kB
    Upload 3 files 11 months ago
  • model.onnx
    10.9 MB
    xet
    Upload model.onnx about 2 months ago
  • model.safetensors
    38.8 MB
    xet
    Upload CedForAudioClassification over 2 years ago
  • modeling_ced.py
    20.1 kB
    Update modeling_ced.py about 2 months ago
  • preprocessor_config.json
    384 Bytes
    Update preprocessor_config.json 11 months ago