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

  • Log In
  • Sign Up

Matthijs
/
encodec_48khz

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

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

  • Libraries
  • Transformers

    How to use Matthijs/encodec_48khz with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Matthijs/encodec_48khz")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModel
    
    extractor = AutoFeatureExtractor.from_pretrained("Matthijs/encodec_48khz")
    model = AutoModel.from_pretrained("Matthijs/encodec_48khz")
  • Notebooks
  • Google Colab
  • Kaggle
encodec_48khz
153 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
patrickvonplaten's picture
patrickvonplaten
clean up more
36a4c8c 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
    76.3 MB
    xet
    clean up more almost 3 years ago
  • preprocessor_config.json
    189 Bytes
    Upload feature extractor almost 3 years ago
  • pytorch_model.bin
    76.3 MB
    xet
    Upload model almost 3 years ago