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

  • Log In
  • Sign Up

descript
/
dac_44khz

Feature Extraction
Transformers
Safetensors
dac
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use descript/dac_44khz with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="descript/dac_44khz")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModel
    
    extractor = AutoFeatureExtractor.from_pretrained("descript/dac_44khz")
    model = AutoModel.from_pretrained("descript/dac_44khz")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
dac_44khz
Ctrl+K
Ctrl+K
  • 3 contributors
History: 18 commits
eeishaan's picture
eeishaan
ylacombe's picture
ylacombe
Update preprocessor_config.json (#3)
c1bc521 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.2 kB
    Update README.md (#1) over 1 year ago
  • config.json
    541 Bytes
    Update config.json (#2) over 1 year ago
  • model.safetensors
    307 MB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    206 Bytes
    Update preprocessor_config.json (#3) over 1 year ago