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

  • Log In
  • Sign Up

Matthijs
/
encodec_24khz

Feature Extraction
Transformers
PyTorch
Safetensors
encodec
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Matthijs/encodec_24khz with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Matthijs/encodec_24khz")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModel
    
    extractor = AutoFeatureExtractor.from_pretrained("Matthijs/encodec_24khz")
    model = AutoModel.from_pretrained("Matthijs/encodec_24khz")
  • Notebooks
  • Google Colab
  • Kaggle
encodec_24khz
186 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
patrickvonplaten's picture
patrickvonplaten
clean up more
b006cc5 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • config.json
    1.07 kB
    clean up more almost 3 years ago
  • model.safetensors
    93.1 MB
    xet
    clean up more almost 3 years ago
  • preprocessor_config.json
    189 Bytes
    Upload feature extractor almost 3 years ago
  • pytorch_model.bin
    93.2 MB
    xet
    Upload model almost 3 years ago